<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: SkepticalWhale</title><link>https://news.ycombinator.com/user?id=SkepticalWhale</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Jul 2026 23:39:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SkepticalWhale" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SkepticalWhale in "2x, not 10x: coding with LLMs in 2026"]]></title><description><![CDATA[
<p>Yes but I’ve seen some devs waste a lot of time using AI to build something that was a bad idea to begin with.<p>Without AI they might have first spent more time validating the idea was worth it.</p>
]]></description><pubDate>Thu, 30 Jul 2026 20:38:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49115447</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=49115447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49115447</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Beyond All Reason (Free Total Annihilation Inspired RTS)"]]></title><description><![CDATA[
<p>Yes and the worst part of that is that I really enjoy working out my own strategies. My best RTS memories are on StarCraft 1, playing with friends in the early 2000s, and we all just were figuring it out for ourselves.</p>
]]></description><pubDate>Sun, 21 Jun 2026 18:58:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48621575</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=48621575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48621575</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Show HN: Built a daily game where you sort historical events chronologically"]]></title><description><![CDATA[
<p>Very cool! Consider adding a wikipedia link to each card after the game is over.</p>
]]></description><pubDate>Thu, 23 Apr 2026 14:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47875961</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=47875961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47875961</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Evidence that AI is destroying jobs for young people"]]></title><description><![CDATA[
<p>Betting on AI could mean <i>a pause</i> on hiring junior developers while we wait to see how AI plays out, though.</p>
]]></description><pubDate>Thu, 04 Sep 2025 02:04:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45122675</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=45122675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45122675</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Go is still not good"]]></title><description><![CDATA[
<p>Ok can you elaborate?</p>
]]></description><pubDate>Fri, 22 Aug 2025 17:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44987377</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44987377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44987377</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Go is still not good"]]></title><description><![CDATA[
<p>My intent was just to emphasize that I’m comparing Go against writing JavaScript for the Node runtime and not in the browser, that is all, but you are correct.<p>Regarding Typescript, I actually am a big fan of it, and I almost never write vanilla JS anymore. I feel my team uses it well and work out the kinks with code review. My primary complaint, though, is that I cannot trust any other team to do the same, and TS supports escape hatches to bypass or lie about typing.<p>I work on a project with a codebase shared by several other teams. Just this week I have been frustrated numerous times by explicit type assertions of variables to something they are not (`foo as Bar`). In those cases it’s worse than vanilla JS because it misleads.</p>
]]></description><pubDate>Fri, 22 Aug 2025 16:43:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44986674</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44986674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44986674</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Go is still not good"]]></title><description><![CDATA[
<p>I mostly agree with you except the simple syntax with one way of doing things. If my memory serves me, Java supports at least 2 different paradigms for concurrency, for example, maybe more. I don’t know about C#. Correct me if wrong.</p>
]]></description><pubDate>Fri, 22 Aug 2025 16:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44986282</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44986282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44986282</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Go is still not good"]]></title><description><![CDATA[
<p>Go has its fair share of flaws but I still think it hits a sweet spot that no other server side language provides.<p>It’s faster than Node or Python, with a better type system than either. It’s got a much easier learning curve than Rust. It has a good stdlib and tooling. Simple syntax with usually only one way to do things. Error handling has its problems but I still prefer it over Node, where a catch clause might receive just about anything as an “error”.<p>Am I missing a language that does this too or more? I’m not a Go fanatic at all, mostly written Node for backends in my career, but I’ve been exploring Go lately.</p>
]]></description><pubDate>Fri, 22 Aug 2025 15:37:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44985889</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44985889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44985889</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Left to Right Programming"]]></title><description><![CDATA[
<p>Maybe even painful for one dev once you need dependencies (virtualenv...)</p>
]]></description><pubDate>Mon, 18 Aug 2025 18:06:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44943539</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44943539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44943539</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Show HN: Omnara – Run Claude Code from anywhere"]]></title><description><![CDATA[
<p>I do really like the idea of going for more walks throughout my work day, and just checking in on Claude with my phone.</p>
]]></description><pubDate>Wed, 13 Aug 2025 15:56:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44890143</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44890143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44890143</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Study: Social media probably can't be fixed"]]></title><description><![CDATA[
<p>I'd like to see more software that amplifies local social interactions.<p>There are apps like Meetup, but a lot of people just find it too awkward. Introverts especially do not want to meet just for the sake of meeting people, so they fallback on social media.<p>Maybe this situation is fundamentally not helped by software. All of my best friendships organically formed in real-world settings like school, work, neighborhood, etc.</p>
]]></description><pubDate>Wed, 13 Aug 2025 15:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44890073</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44890073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44890073</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Claude Code now supports hooks"]]></title><description><![CDATA[
<p>Great analogy.<p>Although I still wonder <i>how long</i> we're in this phase and how ubiquitous it will be, because didn't power tools coincide with improved automation in factories eliminating manufacturing jobs?</p>
]]></description><pubDate>Wed, 02 Jul 2025 20:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44448490</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44448490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44448490</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Containerization is a Swift package for running Linux containers on macOS"]]></title><description><![CDATA[
<p>Whenever I have to develop on Windows, I clone my repos and run neovim / docker inside of WSL, for the improved performance (versus copying / mounting files from windows host) and linux. The dev experience is actually pretty good once you get there.<p>I'm not sure this is the same, though. This feels more like docker for desktop running on a lightweight vm like Colima. Am I wrong?</p>
]]></description><pubDate>Mon, 09 Jun 2025 22:10:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44230086</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44230086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44230086</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "(On | No) Syntactic Support for Error Handling"]]></title><description><![CDATA[
<p>I agree with item #1, but it can be mitigated somewhat with dev tools like errcheck: <a href="https://github.com/kisielk/errcheck?tab=readme-ov-file">https://github.com/kisielk/errcheck?tab=readme-ov-file</a></p>
]]></description><pubDate>Wed, 04 Jun 2025 16:18:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44182380</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=44182380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44182380</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "We fell out of love with Next.js and back in love with Ruby on Rails"]]></title><description><![CDATA[
<p>Minimizing state simplifies the codebase but it’s a trade off.<p>There are times the user experience is just objectively better with more state, and you have to weigh the costs.<p>If I am filling out a very long form (or even multi-page form) I don’t really want all that state lost if I accidentally refresh the page.</p>
]]></description><pubDate>Sun, 04 May 2025 00:15:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43883417</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=43883417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43883417</guid></item><item><title><![CDATA[New comment by SkepticalWhale in "Taskwarrior – CLI Task Management"]]></title><description><![CDATA[
<p>Yes, every time I start using some GUI software, I eventually find myself returning to markdown.<p>I spend all day editing in VSCode -- it's nice to use the same tool (and vim keys)</p>
]]></description><pubDate>Wed, 28 Aug 2024 15:11:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41380413</link><dc:creator>SkepticalWhale</dc:creator><comments>https://news.ycombinator.com/item?id=41380413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41380413</guid></item></channel></rss>