<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: stanmancan</title><link>https://news.ycombinator.com/user?id=stanmancan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 13:25:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=stanmancan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by stanmancan in "Ask HN: How do you manage skills files?"]]></title><description><![CDATA[
<p>Isn’t that what the agents.md in your project is for?</p>
]]></description><pubDate>Mon, 07 Sep 2026 05:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49594260</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49594260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49594260</guid></item><item><title><![CDATA[New comment by stanmancan in "Show HN: That works - Find a time that works for the whole group"]]></title><description><![CDATA[
<p>It’s always a hassle trying to find a time for our friend group to hang out, it can seemingly go on for hours. Everyone shares what days they’re available, someone suggests a time, it works for all but one, and the process starts again. That works! Makes the process way easier: when you set your availability it highlights time blocks that works for everyone.<p>It was a fun use of bitmasks; all availability is stored in 30 minute blocks (0001110000 would represent 1.5 hours available in 5 hours total) and then I use the AND operator across them all to find matching slots.</p>
]]></description><pubDate>Mon, 31 Aug 2026 13:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49509612</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49509612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49509612</guid></item><item><title><![CDATA[Show HN: That works - Find a time that works for the whole group]]></title><description><![CDATA[
<p>Article URL: <a href="https://thatworks.ca">https://thatworks.ca</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49509567">https://news.ycombinator.com/item?id=49509567</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 31 Aug 2026 13:29:42 +0000</pubDate><link>https://thatworks.ca</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49509567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49509567</guid></item><item><title><![CDATA[New comment by stanmancan in "Don't Wordle"]]></title><description><![CDATA[
<p>My problem with hard mode is it leaves a lot up to luck. If it was 3 letters and ended in “at” it could be pat, mat, bat, hat, cat, rat, sat, etc. so all you can do is to pick one and hope for the best.</p>
]]></description><pubDate>Tue, 25 Aug 2026 15:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49436112</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49436112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49436112</guid></item><item><title><![CDATA[New comment by stanmancan in "Htmx live is cool. Datastar is fast. This cow is raw and strong"]]></title><description><![CDATA[
<p>I only shared because it might very well be cool stuff but if people are tired of AI writing and close it like me then it’s a lost opportunity. Not publishing at all is a bigger loss though, so it’s a tricky balance.</p>
]]></description><pubDate>Sat, 22 Aug 2026 18:41:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49402509</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49402509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49402509</guid></item><item><title><![CDATA[New comment by stanmancan in "Htmx live is cool. Datastar is fast. This cow is raw and strong"]]></title><description><![CDATA[
<p>The only way to get better at writing is by writing.<p>I’d rather read a less polished but clearly human written article than something clearly written by AI. If I can’t tell I can’t tell.<p>Use it for editing or as a review but the weird hyperbolic AI stuff makes me instantly close an article. I barely got past the intro:<p><pre><code>  ONE ATTRIBUTE. EXACT BEHAVIOR.
  
  The markup says what happens.
  
  Start with local behavior. Add the server only when the interaction needs to cross the wire. The attribute is moo= — in case you were wondering what the ox says.</code></pre></p>
]]></description><pubDate>Sat, 22 Aug 2026 18:28:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49402381</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49402381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49402381</guid></item><item><title><![CDATA[New comment by stanmancan in "Htmx live is cool. Datastar is fast. This cow is raw and strong"]]></title><description><![CDATA[
<p>HN needs an AI flag or something. Not sure how well it would work, but worth an experiment.</p>
]]></description><pubDate>Sat, 22 Aug 2026 17:27:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49401780</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49401780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49401780</guid></item><item><title><![CDATA[New comment by stanmancan in "Claude Code May–August 2026 weekly limits promotion"]]></title><description><![CDATA[
<p>> and it's likely producing better output to keep a human in the loop rather than trying to solve the world independently and making multiple incorrect assumptions.<p>I was just discussing this with a co-worker yesterday. I would really like a model (or harness?) that worked with me instead of for me. Walk me through its choices and decisions, let me correct it and guide it along. I would be way more confident in it's output, I would be more familiar with the changes that are being made, and it would make reviewing the final code way easier since I was making the decisions along side it. I'm sure it would also reduce the "brainrot" we're all going to experience the more we hand work to these models.</p>
]]></description><pubDate>Tue, 18 Aug 2026 19:27:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49351277</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49351277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49351277</guid></item><item><title><![CDATA[New comment by stanmancan in "Google is making private AI practical with homomorphic encryption"]]></title><description><![CDATA[
<p>To be fair, Apple and Google are on opposite sides of the "respects user privacy" spectrum.</p>
]]></description><pubDate>Sat, 15 Aug 2026 16:58:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49312198</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49312198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49312198</guid></item><item><title><![CDATA[New comment by stanmancan in "Claude Opus 5"]]></title><description><![CDATA[
<p>Cut down that tree.<p>Can I have a saw?<p>No<p>Okay, it will take much longer then as I’ll have to do x, y, and z.<p>Pick one:
[That’s fine, proceed] [Okay you can use a saw]</p>
]]></description><pubDate>Sat, 25 Jul 2026 16:22:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49048910</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=49048910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49048910</guid></item><item><title><![CDATA[New comment by stanmancan in "Elixir-lang.org has a new design"]]></title><description><![CDATA[
<p>Sure, but vibe coding a whole telecom platform that’s considered flawless by experts in the language is a pretty mythical feat if you ask me.</p>
]]></description><pubDate>Sat, 18 Jul 2026 22:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48963001</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48963001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48963001</guid></item><item><title><![CDATA[New comment by stanmancan in "Elixir-lang.org has a new design"]]></title><description><![CDATA[
<p>Possibly, but I’m a senior software engineer that’s been writing Elixir for the last 5 years and has been experimenting with and using AI for the last 12-18 months.<p>Congrats on being one of the mythical developers that manages to get AI to write perfect code consistently!</p>
]]></description><pubDate>Sat, 18 Jul 2026 21:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48962581</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48962581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48962581</guid></item><item><title><![CDATA[New comment by stanmancan in "Elixir-lang.org has a new design"]]></title><description><![CDATA[
<p>If you vibe coded an entire telecom infrastructure and an external audit found no issues then it sounds like you might need to find better auditors.</p>
]]></description><pubDate>Sat, 18 Jul 2026 20:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48962238</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48962238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48962238</guid></item><item><title><![CDATA[New comment by stanmancan in "Elixir-lang.org has a new design"]]></title><description><![CDATA[
<p>Such as?</p>
]]></description><pubDate>Sat, 18 Jul 2026 20:46:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48962212</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48962212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48962212</guid></item><item><title><![CDATA[New comment by stanmancan in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>Yes exactly! Good for you for keeping at it.</p>
]]></description><pubDate>Sun, 12 Jul 2026 17:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48882644</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48882644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48882644</guid></item><item><title><![CDATA[New comment by stanmancan in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>If you haven’t ran before and are carrying some extra weight then yeah it’s probably a good place to start for your first couple of short runs. Even running slowly puts additional stress on your achilles so it’s a bit of a wake up call to your body. Running slowly for 10 minutes a few times when you’re just getting started isn’t going to hurt anyone and if everything checks out then you can start to up the pace.</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:31:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877169</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48877169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877169</guid></item><item><title><![CDATA[New comment by stanmancan in "Weightlifting beats running for blood sugar control, researchers find (2025)"]]></title><description><![CDATA[
<p>10km/h is very fast for a beginner and likely unsustainable for more than a couple of minutes, I would expect most people to be starting around 5-6km/h if they’re a healthy weight.<p>I think the best piece of advice is START SLOW. way slower than you think. And run for way shorter than you think. Even if your lungs and muscles are fine, if you haven’t ran for a while then your tendons certainly aren’t. You won’t know until it’s too late and then you’ll be out of the game for weeks or months. If you can run on grass or a softer surface your body will thank you, running on concrete is brutal until you’re used to it.<p>There’s probably programs than you can follow that introduce you to running, I’d follow one of those.</p>
]]></description><pubDate>Sun, 12 Jul 2026 00:18:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877094</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48877094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877094</guid></item><item><title><![CDATA[New comment by stanmancan in "Prefer duplication over the wrong abstraction (2016)"]]></title><description><![CDATA[
<p>The issue with not having a single source of truth is not the fact that you have to update code in 2-3 places, it’s that you have to know to update code in 2-3 places.<p>Accidental divergence is the problem, not intentional.</p>
]]></description><pubDate>Sun, 21 Jun 2026 19:42:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48621948</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48621948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48621948</guid></item><item><title><![CDATA[New comment by stanmancan in "Hetzner Price Adjustment"]]></title><description><![CDATA[
<p>The ones most likely to be “exposed to market forces” right now are the junior developers who never got to “have it good for so long”.</p>
]]></description><pubDate>Tue, 16 Jun 2026 04:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48550509</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48550509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48550509</guid></item><item><title><![CDATA[New comment by stanmancan in "GPT-2: Too Dangerous To Release (2019)"]]></title><description><![CDATA[
<p>It's likely nearly impossible to evaluate that in the short term; I think we're looking at generational damage, much of which won't be apparent for years to come.</p>
]]></description><pubDate>Tue, 09 Jun 2026 21:13:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48467843</link><dc:creator>stanmancan</dc:creator><comments>https://news.ycombinator.com/item?id=48467843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48467843</guid></item></channel></rss>