<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: thor_molecules</title><link>https://news.ycombinator.com/user?id=thor_molecules</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 07:17:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=thor_molecules" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by thor_molecules in "Ask HN: Is anyone else burnt out on AI?"]]></title><description><![CDATA[
<p>I think there is a bit of cognitive dissonance that comes with trying to build stuff with LLM technology.<p>LLM’s are inherently non-deterministic. In my anecdotal experience, most software boils down to an attempt to codify some sort of descision tree into automation that can produce a reliable result. So the “reliable” part isn’t there yet (and may never be?).<p>Then you have the problem of motivation. Where is the motivation to get better at what you do when your manager just wants you to babysit copilot and skim over diffs as quickly as possible?<p>Not a great epoch for being a tech worker right imo.</p>
]]></description><pubDate>Sat, 24 May 2025 00:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44077854</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=44077854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44077854</guid></item><item><title><![CDATA[New comment by thor_molecules in "Thoughts on thinking"]]></title><description><![CDATA[
<p>The apologists be damned. This article nails it. A grand reduction. Not a bicycle; a set of training wheels.<p>Where is the dignity in all of this?</p>
]]></description><pubDate>Sat, 17 May 2025 02:54:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44011692</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=44011692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44011692</guid></item><item><title><![CDATA[New comment by thor_molecules in "Breaking Up with On-Call"]]></title><description><![CDATA[
<p>> ...far too many unknown unknowns often paired with expectations of prompt (and cheap) solutions to complicated issues.<p>That describes pretty much all of my "full-stack" experience.<p>What sort of job/background do you have where you are writing low level drivers? I'd love to get into that side of things but I don't know where to start.</p>
]]></description><pubDate>Tue, 18 Mar 2025 15:33:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43400670</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=43400670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43400670</guid></item><item><title><![CDATA[New comment by thor_molecules in "Career Advice in 2025"]]></title><description><![CDATA[
<p>> Many people who first entered senior roles in 2010-2020 are finding current roles a lot less fun.<p>This resonates with me.<p>I find that the current crop of new tech (AI) produces a lot of cognitive dissonance for me in my day-to-day work.<p>Most initiatives/projects/whatever around AI seems to be of the "digging your own grave" variety - making tools to replace software engineers.<p>Definitely not fun.</p>
]]></description><pubDate>Sun, 16 Mar 2025 18:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43381097</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=43381097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43381097</guid></item><item><title><![CDATA[New comment by thor_molecules in "Why “alias” is my last resort for aliases"]]></title><description><![CDATA[
<p>I reach for the <i>~/bin/thing</i> approach when I want the utility to be useable from vim.<p>For example, if I define an alias <i>thing</i>, vim won't know about it.<p>But as a executable on my $PATH, I can do any of the following:<p><pre><code>  :%!thing
  :'<'>!thing
  :.!thing
</code></pre>
A good example is on my work machine, I can't install <i>jq</i> because reasons. However I do have python, so I have a simple executable called <i>fmtjson</i> that looks like this:<p><pre><code>  #!/bin/sh
  python -m json.tool --indent 2
</code></pre>
When I want to format some json from vim, I just run:<p><pre><code>  :%!fmtjson
</code></pre>
Easy to remember, easy to type. Plus I can use it in pipes on the cli.</p>
]]></description><pubDate>Wed, 05 Mar 2025 14:51:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43267244</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=43267244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43267244</guid></item><item><title><![CDATA[New comment by thor_molecules in "Show HN: VimLM – A Local, Offline Coding Assistant for Vim"]]></title><description><![CDATA[
<p><a href="https://github.com/tpope/vim-fugitive/blob/b068eaf1e6cbe35d1ac100d435cd7f7b74a5c87d/plugin/fugitive.vim#L569">https://github.com/tpope/vim-fugitive/blob/b068eaf1e6cbe35d1...</a> for reference, an example from a tpope plugin</p>
]]></description><pubDate>Sat, 15 Feb 2025 04:16:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43055858</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=43055858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43055858</guid></item><item><title><![CDATA[New comment by thor_molecules in "Show HN: VimLM – A Local, Offline Coding Assistant for Vim"]]></title><description><![CDATA[
<p>Consider exposing commands that the user can then assign to their own preferred keybindings instead of choosing for them</p>
]]></description><pubDate>Sat, 15 Feb 2025 02:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43055405</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=43055405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43055405</guid></item><item><title><![CDATA[New comment by thor_molecules in "Ask HN: SWEs how do you future-proof your career in light of LLMs?"]]></title><description><![CDATA[
<p>After reading the comments, the themes I'm seeing are:<p>- AI will provide a big mess for wizards to clean up<p>- AI will replace juniors and then seniors within a short timeframe<p>- AI will soon plateau and the bubble will burst<p>- "Pshaw I'm not paid to code; I'm a problem solver"<p>- AI is useless in the face of true coding mastery<p>It is interesting to me that this forum of expert technical people are so divided on this (broad) subject.</p>
]]></description><pubDate>Mon, 16 Dec 2024 20:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42435217</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=42435217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42435217</guid></item><item><title><![CDATA[New comment by thor_molecules in "NetBSD 10.0 Released"]]></title><description><![CDATA[
<p>That's very interesting! Love finding little nooks and crannies like this</p>
]]></description><pubDate>Sun, 31 Mar 2024 21:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=39888332</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=39888332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39888332</guid></item><item><title><![CDATA[New comment by thor_molecules in "Famous Programers with Repetitive Strain Injury (2022)"]]></title><description><![CDATA[
<p>I have an iris, I would highly recommend.
Similar to a Moonlander (not as many keys though).<p><a href="https://keeb.io/collections/iris-split-ergonomic-keyboard/products/iris-essential-model" rel="nofollow noreferrer">https://keeb.io/collections/iris-split-ergonomic-keyboard/pr...</a></p>
]]></description><pubDate>Fri, 14 Jul 2023 22:25:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=36730761</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=36730761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36730761</guid></item><item><title><![CDATA[New comment by thor_molecules in "Demystifying burnout – A deep dive into its symptoms and remedies"]]></title><description><![CDATA[
<p>You pretty much summarized what I've been thinking about for the past couple years.<p>Question is, what can we do about it? Thats where I really start to feel powerless, the challenge seems insurmountable.</p>
]]></description><pubDate>Mon, 26 Jun 2023 18:28:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=36483715</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=36483715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36483715</guid></item><item><title><![CDATA[New comment by thor_molecules in "The Deliberate Practice Guide (2021)"]]></title><description><![CDATA[
<p>Hi! :)</p>
]]></description><pubDate>Fri, 16 Jun 2023 03:11:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=36350666</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=36350666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36350666</guid></item><item><title><![CDATA[New comment by thor_molecules in "The Deliberate Practice Guide (2021)"]]></title><description><![CDATA[
<p>Yeah the huge time sink aspect is definitely real. It gets much harder to justify when you already working 40+ hrs a week or have kids or whatever.<p>Going back to the earlier analogy, music has the same problem as programming in that the stuff you do for money doesn't necessarily translate to making you better at your craft. You end up being a factory that just produces the same thing over and over instead of growing in your craft.<p>I see this a lot at my job currently (I'm guilty of it as well) - speed is usually prioritized over anything else, and so bad patterns end up getting copied and "lifted and shifted" everywhere.<p>It's hard to find the balance.</p>
]]></description><pubDate>Wed, 14 Jun 2023 21:02:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=36332595</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=36332595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36332595</guid></item><item><title><![CDATA[New comment by thor_molecules in "The Deliberate Practice Guide (2021)"]]></title><description><![CDATA[
<p>Whoa how cool to spot you in the wild on HN! 
I listen to your podcast, thank you for the awesome content.<p>When I was younger and more idealistic I took a chance and got a bachelor's in music. It didn't work out, but when I later became a programmer, one of things I took with me was this idea of "total immersion" - e.g. just hanging around and listening/watching the more experienced people do their thing.<p>Nice to see that I'm not alone in this idea!</p>
]]></description><pubDate>Wed, 14 Jun 2023 16:37:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36328521</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=36328521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36328521</guid></item><item><title><![CDATA[New comment by thor_molecules in "Rules of thumb for software development estimations"]]></title><description><![CDATA[
<p>yeah this is really good - thank u</p>
]]></description><pubDate>Wed, 03 May 2023 14:11:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=35802619</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=35802619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35802619</guid></item><item><title><![CDATA[New comment by thor_molecules in "How to reduce stress and overcome anxiety as a software developer"]]></title><description><![CDATA[
<p>are you me? hah :/</p>
]]></description><pubDate>Tue, 02 May 2023 20:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35793556</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=35793556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35793556</guid></item><item><title><![CDATA[New comment by thor_molecules in "Type constraints in 65 lines of SQL"]]></title><description><![CDATA[
<p>So in this case, you've let a new dev commit to a code base without review.<p>Then, instead of informing them of best practices and giving them time to re-work the code, you'd just fire them?<p>Interesting strategy.</p>
]]></description><pubDate>Fri, 17 Feb 2023 17:59:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=34838023</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=34838023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34838023</guid></item><item><title><![CDATA[New comment by thor_molecules in "I still use Flash"]]></title><description><![CDATA[
<p>Very interesting, and frankly inspiring to see you get this creative.</p>
]]></description><pubDate>Wed, 21 Dec 2022 15:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34081599</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=34081599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34081599</guid></item><item><title><![CDATA[New comment by thor_molecules in "Ask HN: What is the best thing you read in 2022?"]]></title><description><![CDATA[
<p>The Bone Clocks is fantastic - probably my #1 go-to when someone asks me for a book recommendation.</p>
]]></description><pubDate>Mon, 19 Dec 2022 19:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34056655</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=34056655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34056655</guid></item><item><title><![CDATA[New comment by thor_molecules in "Snippet-Driven Development"]]></title><description><![CDATA[
<p>Sounds like a Lisp or Jupyter Notebook workflow (or maybe more broadly, the "literate programming" paradigm)<p>I'm not sure how to do this with a SpringBoot/NodeJs app that you would find in 90% of shops</p>
]]></description><pubDate>Mon, 26 Sep 2022 17:51:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=32986058</link><dc:creator>thor_molecules</dc:creator><comments>https://news.ycombinator.com/item?id=32986058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32986058</guid></item></channel></rss>