<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: ExtremisAndy</title><link>https://news.ycombinator.com/user?id=ExtremisAndy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 17:42:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ExtremisAndy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ExtremisAndy in "My application programmer instincts failed when debugging assembler"]]></title><description><![CDATA[
<p>For real! I occasionally write assembly because, for some reason, I kind of enjoy it, and also to keep my brain sharp. But yes, there is no way I could do it without pencil and paper (unless I’m on a site like CPUlator that visually shows everything that’s happening).</p>
]]></description><pubDate>Sat, 07 Mar 2026 13:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47287454</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=47287454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47287454</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "AI makes you boring"]]></title><description><![CDATA[
<p>This is exactly how I use them too! What I usually do is give the LLM bullet points or an outline of what I want to say, let it generate a first attempt at it, and then reshape and rewrite what I don’t like (which is often most of it). I think, more than anything, it just helps me to quickly get past that “staring at a blank page” stage.</p>
]]></description><pubDate>Thu, 19 Feb 2026 18:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47077191</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=47077191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47077191</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Elegance is Bullshit"]]></title><description><![CDATA[
<p>>language is the refuge of educated idiots<p>I love the way you've expressed this! This was my experience doing the lit review for my PhD. I read more than a few "scholarly" texts that were perhaps impressive from a language/vocabulary standpoint but contained ideas that were either poorly supported or too simple to amount to any meaningful contribution to the field.</p>
]]></description><pubDate>Sun, 04 Jan 2026 04:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46484830</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=46484830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46484830</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "When would you ever want bubblesort? (2023)"]]></title><description><![CDATA[
<p>I felt this comment in my soul. I’ll never understand it: I’ve written thousands of lines of code (as a hobbyist) to solve all sorts of problems I’ve run into and yet always seem to struggle to wrap my mind around the core algorithms any <i>real</i> developer should be able to handle easily. This is why I’ve never pursued programming as a career.</p>
]]></description><pubDate>Thu, 11 Dec 2025 00:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46226273</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=46226273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46226273</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "When AI promises speed but delivers debugging hell"]]></title><description><![CDATA[
<p>"AI isn't great at creating software, but it is great at writing functions."<p>This 100%. In my experience (ChatGPT - paid account), it often causes more problems than it solves when I ask it to do anything complex, but for writing functions that I describe in simple English, much like your example here, it has been overall pretty amazing. Also, I <i>love</i> asking it to generate tests for the function it writes (or that I write!). That has also been a huge timesaver for me. I find testing to be so boring and yet it's obviously essential, so it's nice to offload (some of) that to an LLM!</p>
]]></description><pubDate>Sun, 26 Jan 2025 13:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42829981</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=42829981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42829981</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Command Line Tools I Like (2022)"]]></title><description><![CDATA[
<p>I have never heard of “jq”. Oh my goodness. Your comment may have just changed my life. I cannot emphasize enough how many times I have needed a tool like this (and, yes, shame on me for not making a better effort to find one). Thank you!</p>
]]></description><pubDate>Wed, 09 Oct 2024 22:23:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41793384</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=41793384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41793384</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "CriticGPT: Finding GPT-4's mistakes with GPT-4"]]></title><description><![CDATA[
<p>Wow, I’ve never thought about that, but you’re right! It really has trained me to be skeptical of what I’m being taught and confirm the veracity of it with multiple sources. A bit time-consuming, of course, but generally a good way to go about educating yourself!</p>
]]></description><pubDate>Thu, 27 Jun 2024 18:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=40813239</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=40813239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40813239</guid></item><item><title><![CDATA[Is ChatGPT a Dead End?]]></title><description><![CDATA[
<p>Article URL: <a href="https://mindmatters.ai/2023/11/is-chatgpt-a-dead-end/">https://mindmatters.ai/2023/11/is-chatgpt-a-dead-end/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38469985">https://news.ycombinator.com/item?id=38469985</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Nov 2023 05:23:25 +0000</pubDate><link>https://mindmatters.ai/2023/11/is-chatgpt-a-dead-end/</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=38469985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38469985</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Nobody Understands C++: Intro (2007)"]]></title><description><![CDATA[
<p>Yeah, I love C++ as a hobbyist programmer but will readily admit I basically use it like C but with the added convenience of strings & classes. Hardly how you're supposed to use it these days, but this is fine for my toy projects. But I can't imagine using the language professionally where you've got to be aware of best practices, modern enhancements, etc. Seems overwhelming!</p>
]]></description><pubDate>Sun, 29 Oct 2023 12:35:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38057970</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=38057970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38057970</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "AI Crap"]]></title><description><![CDATA[
<p>This is indeed a valid question, but I think it’s largely up to the user. For me, as a hobbyist programmer that sometimes writes code at work to automate certain tasks, I use ChatGPT to quickly create boilerplate/template type code AND to learn how to do new things. When I’m asking how to do something new, I try to actually learn what’s going on so that I won’t have to keep asking about that particular issue. But yeah, the temptation to just say “thanks, ChatGPT” and move on without learning anything is certainly there and could be quite harmful to one’s overall coding skills.</p>
]]></description><pubDate>Tue, 29 Aug 2023 10:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=37305822</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=37305822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37305822</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Is the AI Boom Already Over?"]]></title><description><![CDATA[
<p>I'm trying to remain impressed and open-minded, and there's no question these things are super cool, and something genuinely exciting. And who knows how much they'll improve over the next few years? But so far, if I'm brutally honest, they have largely been frustrating to work with. I am a teacher, and I use them (mainly via APIs) to generate questions for worksheets and study guides for my students. The idea of letting the computer help me save time on creating those kinds of exercises so that I can then focus on the more interesting/challenging activities initially sounded so good, but I've found I'm completely unable to trust these systems to generate correct information. Almost every question set or study guide I've generated had at least one, sometimes several, serious errors that would have led my students astray. 
It does still save time, and I'm sure it will get better. But like you said, the fact that I have to constantly correct its output basically eliminates the possibility, at least for now, of using it as a tutor to teach me material that is genuinely new to me (something I was looking forward to doing). I simply can't trust it for that at this point. We'll see how things evolve.</p>
]]></description><pubDate>Sun, 20 Aug 2023 20:48:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37202817</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=37202817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37202817</guid></item><item><title><![CDATA[Is the AI Boom Already Over?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.vox.com/technology/2023/8/19/23837705/openai-chatgpt-microsoft-bing-google-generating-less-interest">https://www.vox.com/technology/2023/8/19/23837705/openai-chatgpt-microsoft-bing-google-generating-less-interest</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37201965">https://news.ycombinator.com/item?id=37201965</a></p>
<p>Points: 6</p>
<p># Comments: 7</p>
]]></description><pubDate>Sun, 20 Aug 2023 18:58:19 +0000</pubDate><link>https://www.vox.com/technology/2023/8/19/23837705/openai-chatgpt-microsoft-bing-google-generating-less-interest</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=37201965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37201965</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Ask HN: Do you still use a hand held/desktop calculator?"]]></title><description><![CDATA[
<p>I own one, but almost never use it. For quick, few-steps calculations I’ll use the iPhone’s calculator app. When I have more complex calculations, I almost always find myself needing to remember and label different values, so I’ll just type “python3” in the terminal and get to work ;)</p>
]]></description><pubDate>Thu, 03 Aug 2023 10:28:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36983853</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=36983853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36983853</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "React is 10 years old"]]></title><description><![CDATA[
<p>I wanted to like React so bad. I tried. I loved JSX and really appreciated the way you could reuse components. That was all very cool, and I was initially quite enthusiastic about it. But for whatever reason, I just could not figure out state management/hooks. Drove me crazy. It just always felt so unnecessarily complicated compared to other languages and frameworks I've used (even vanilla JS). Now, don't get me wrong: I fully accept the blame here. I am mostly self-taught (and not even the best 'student' in that context, haha) so I'm sure I just lack the overall knowledge base/big-picture understanding to really appreciate what they've done here. I hope I'll give it another shot one day, and perhaps with fresh eyes (and maybe with the help of a patient tutor), it will all 'click'!</p>
]]></description><pubDate>Tue, 30 May 2023 21:04:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=36130780</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=36130780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36130780</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Don’t open the details in a modal window, have it be a separate page"]]></title><description><![CDATA[
<p>I always use it while developing a new web app, but admit that I always switch it to something "fancier" in production, mainly because I find alerts rather ugly. But, goodness gracious, it would simplify so many things! I've just sort of assumed that default browser alerts were considered a big no-no these days, but that assumption comes from the fact that I simply don't see them being used much. I guess I should look into this more. Sure would shorten dev times!</p>
]]></description><pubDate>Wed, 24 May 2023 11:45:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=36056659</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=36056659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36056659</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Simply explained: How does GPT work?"]]></title><description><![CDATA[
<p>No idea about Go, but I was curious how GPT-4 would handle a request to generate C code, so I asked it to help me write a header-only C string processing library with convenience functions like starts_with(), ends_with(), contains(), etc.) I told it every function must only work with String structs defined as:<p>struct String {
  char * text;
  long size;
}<p>...or pointers to them. I then asked it to write tests for the functions it created. Everything... the functions and the tests... worked beautifully. I am not a professional programmer so I mainly use these LLMs for things other than code generation, but the little I've done has left me quite impressed! (Of course, not being a professional programmer no doubt makes me far easier to impress.)</p>
]]></description><pubDate>Thu, 06 Apr 2023 18:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=35472680</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=35472680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35472680</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "How to do hard things"]]></title><description><![CDATA[
<p>That's the key: they still trudge through it. I fully agree that those people are indeed amazing. In my experience, though, many complainers toss out every objection possible hoping to make the new project seem so difficult that it isn't worth doing (so everyone will just drop it). Those complainers are toxic and can kill progress. But yes, the ones who verbalize issues just to make sure everyone has a full understanding of a project and the challenges in completing it... but still have every intention to conquer those challenges and stick with it to the end... yes, give me those types of 'complainers' ANY day :)</p>
]]></description><pubDate>Mon, 03 Apr 2023 19:11:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=35429632</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=35429632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35429632</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Prompt to bypass the restrictions of Bing Chat or to restore the old “Sydney”"]]></title><description><![CDATA[
<p>Yeah, me too. I honestly rather enjoy and appreciate her answers, and it's nice to have links to where she got her info from (because she has made a few mistakes). But, yes, the 'eerie fun' of interacting with her is gone. And having to 'sweep' away our conversations after 8 replies is infuriating because I've been able to have some very normal and quite helpful conversations with her that I really wanted to continue. Oh well. Hopefully all these issues get sorted out over the coming weeks/months!</p>
]]></description><pubDate>Sat, 04 Mar 2023 14:41:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=35021028</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=35021028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35021028</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Linux Command Library"]]></title><description><![CDATA[
<p>Oh, my! This is extremely helpful. And well organized, too.<p>The one-liners section alone is enough to earn this a place on my bookmarks bar. Many thanks to whoever put this together!</p>
]]></description><pubDate>Fri, 03 Mar 2023 12:24:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=35008600</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=35008600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35008600</guid></item><item><title><![CDATA[New comment by ExtremisAndy in "Jailbreak Chat: A collection of ChatGPT jailbreaks"]]></title><description><![CDATA[
<p>Absolutely agree. I’m creating a chatbot for my website, and while it primarily uses old fashioned pattern matching, it does send unrecognized patterns to a stronger AI to get help forming a proper response, and I certainly don’t want it offending my visitors!</p>
]]></description><pubDate>Tue, 28 Feb 2023 20:25:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=34974339</link><dc:creator>ExtremisAndy</dc:creator><comments>https://news.ycombinator.com/item?id=34974339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34974339</guid></item></channel></rss>