<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: timothygold</title><link>https://news.ycombinator.com/user?id=timothygold</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 09 May 2026 04:13:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=timothygold" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by timothygold in "I use Cursor daily - here's how I avoid the garbage parts"]]></title><description><![CDATA[
<p>I made a quick prototype to demonstrate what I think A.I code assistance should be..<p><a href="https://github.com/hibernatus-hacker/ai-hedgehog" rel="nofollow">https://github.com/hibernatus-hacker/ai-hedgehog</a><p>This is a simple code assistant that doesn't get in your way and makes sure you are coding (not losing your ability to program).<p>You configure a replicate API token from replicate... install the tool and point it at your code base.<p>When you save a file it asks the LLM for advise and feedback on the file as a "senior developer".<p>Run this along side your favorite editor to get feedback from an LLM as your working on (open source code nothing you don't want third parties to see).<p>You are still programming and using your brain but you have some feedback when you save files.<p>The feedback is less computationally expensive or fraught with difficulty than actually getting code from LLM's so it should work with much less powerful models.<p>It would be nice if there was a search built in so it could search for useful documentation for you.</p>
]]></description><pubDate>Wed, 12 Mar 2025 16:16:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43344807</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43344807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43344807</guid></item><item><title><![CDATA[New comment by timothygold in "AI-hedgehog – a dead simple A.I code assistant that doesn't get in your way"]]></title><description><![CDATA[
<p>This is a simple code assistant that doesn't get in your way and makes sure you are coding (not losing your ability to program).<p>You configure a replicate API token from replicate... install the tool and point it at your code base.<p>When you save a file it asks the LLM for advise and feedback on the file as a "senior developer".<p>Run this along side your favorite editor to get feedback from an LLM as your working on (open source code nothing you don't want third parties to see).<p>You are still programming and using your brain but you have some feedback when you save files.<p>The feedback is less computationally expensive or fraught with difficulty than actually getting code from LLM's so it should work with much less powerful models.<p>It would be nice if there was a search built in so it could search for useful documentation for you.<p>Hedgehogs always recommend programming yourself to stay sharp.. so this is A.I assistance in a much simpler offering letting you do all of the work as the developer (how it should be).</p>
]]></description><pubDate>Wed, 12 Mar 2025 16:06:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43344688</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43344688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43344688</guid></item><item><title><![CDATA[AI-hedgehog – a dead simple A.I code assistant that doesn't get in your way]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/hibernatus-hacker/ai-hedgehog">https://github.com/hibernatus-hacker/ai-hedgehog</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43344687">https://news.ycombinator.com/item?id=43344687</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 12 Mar 2025 16:06:31 +0000</pubDate><link>https://github.com/hibernatus-hacker/ai-hedgehog</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43344687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43344687</guid></item><item><title><![CDATA[New comment by timothygold in "I use Cursor daily - here's how I avoid the garbage parts"]]></title><description><![CDATA[
<p>Maybe this "backup" solution.. developed into commodity hardware as an affordable open source solution that keeps the model and code locally and private at all times is the actual solution we need.<p>Lets say a cluster of raspberry pi's / low powered devices producing results as good as claude 3.7-sonnet. Would it be completely infeasible to create a custom model that is trained on your own code base and might not be a fully fledged LLM but provides similar features to cursor?<p>Have we all gone bonkers sending our code to third parties? The code is the thing you want to keep secret unless your working on an open source project.</p>
]]></description><pubDate>Wed, 12 Mar 2025 13:20:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43342953</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43342953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43342953</guid></item><item><title><![CDATA[New comment by timothygold in "I use Cursor daily - here's how I avoid the garbage parts"]]></title><description><![CDATA[
<p>I think your mistaking programmer productivity with A.I that generates all the code for you allowing you to switch off your brain completely. prompt engineering code is not the same skill as programming and being good at it does not mean you actually understand how code or software works.</p>
]]></description><pubDate>Wed, 12 Mar 2025 13:13:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43342893</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43342893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43342893</guid></item><item><title><![CDATA[New comment by timothygold in "I use Cursor daily - here's how I avoid the garbage parts"]]></title><description><![CDATA[
<p>I tried cursor for a day or two and then asked for a refund... here's why:<p>* It has terrible support for Elixir (my fav language) because the models are only really trained on python.<p>* Terrible clunky interface... it would be nice if you didn't have to click around, do modifier ctrl + Y stuff ALL the time.<p>* The code generated is still riddled with errors or naff (apart from boiler plate)... so I am still * prompt engineering * the crap out of it.. which I'm good at but I can prompt engineer using phind.com...<p>* The fact that the code is largely broken first time and they still haven't really fixed the context window problem means you have to copy paste error codes back into it.. defeating the purpose of an in integrated IDE imo.<p>* The free demo mode stops working after generating one function... if I had been given more time to evaluate it fully I would never have signed up. I signed up to see if it was any good.. which it isn't.</p>
]]></description><pubDate>Wed, 12 Mar 2025 13:09:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43342833</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43342833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43342833</guid></item><item><title><![CDATA[New comment by timothygold in "[dead]"]]></title><description><![CDATA[
<p>AWS have a ridiculously unreasonable account verification process. Having sent everything they ask for I just keep getting the same big list of criteria without any more feedback on exactly what their issue is.<p>I hope your not relying on big tech / cloud providers who will suspend your account without warning and have a self hosted alternative.<p>Why will a financial institution accept a drivers licence, letter addressed to me and bank statements but AWS wont?<p>I'm so annoyed that I don't care if they don't let me in. It shows you exactly what AWS is really like and that they only serve huge international corporations.</p>
]]></description><pubDate>Sat, 08 Mar 2025 17:39:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43301870</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43301870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43301870</guid></item><item><title><![CDATA[New comment by timothygold in "UK government's cloud strategy: Pay more, get less, blame vendor lock-in?"]]></title><description><![CDATA[
<p>> Forzani said the government needed to acknowledge that there are a small number of "very dominant suppliers" in the cloud market.<p>That's called a monopoly.<p>Would it be so hard for some of the smartest people in the world to run their own infrastructure and be more self reliant?<p>At least they aren't wasting tax payers money on all this total crap.. oh wait.. they are.</p>
]]></description><pubDate>Fri, 28 Feb 2025 14:46:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43206180</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43206180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43206180</guid></item><item><title><![CDATA[New comment by timothygold in "Microsoft is killing Skype"]]></title><description><![CDATA[
<p>I'm surprised see Microsoft buying a competitor to only then shut them down at a later date. It's not like them at all to act like a Monopoly.</p>
]]></description><pubDate>Fri, 28 Feb 2025 14:44:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43206151</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43206151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43206151</guid></item><item><title><![CDATA[New comment by timothygold in "[dead]"]]></title><description><![CDATA[
<p>Disclaimer this is a rant, and I'm bitter about not becoming am A.I researcher or data scientist for job security reasons.</p>
]]></description><pubDate>Fri, 28 Feb 2025 14:31:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43206018</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43206018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43206018</guid></item><item><title><![CDATA[New comment by timothygold in "Ask HN: Struggling to Understand DHTs – Any Good Resources?"]]></title><description><![CDATA[
<p>> Also please don't perpetuate the statistical parrot interpretation of LLMs, that's not how they really work.<p>I'm pretty sure that's exactly how they work.<p>Depending on the quality of the LLM and the complexity of the thing your asking about good luck fact checking it's output. It is about the same effort as finding direct sources and verified documentation or resources written by humans.<p>LLMs generate human like answers by using statistics and other techniques on a huge corpus. They do hallucinate but what is less obvious is that a "correct" LLM output is still a hallucination. It just happens to be a slightly useful hallucination that isn't full of BS.<p>As the LLM takes in inconsistent input and always outputs inconsistent output you * will * have to fact check everything it says. Making it useless for automated reasoning or explanations and a shiny turd in most respects.<p>The useful things LLMs are reported to do where an emergent effect found by accident by natural language engineers trying to build chat bots. LLM's are not sentient and have no idea if the output is good or bad.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070390</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070390</guid></item><item><title><![CDATA[New comment by timothygold in "What Is Fediverse?"]]></title><description><![CDATA[
<p>Hosting a website with an RSS feed is federated. It doesn't solve the problem of finding interesting RSS feeds unless maybe RSS aggregator feeds exist (which they probably do).</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:28:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070294</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070294</guid></item><item><title><![CDATA[New comment by timothygold in "What Is Fediverse?"]]></title><description><![CDATA[
<p>The fediverse is a marketing buzzword designed to sell fake p2p social media platforms.<p>Bluesky -> not actually properly disintermediated or federated.
mastadon -> equally misleading.<p>Bluesky host and manage centralized infrastructure that would break the system if turned off.<p>If an owner of a mastadon server deletes their server all the connected users profiles get deleted too.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:27:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070276</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070276</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>react... over my dead body.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:24:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070257</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070257</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>typescript... just no.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:24:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070250</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070250</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>Project owners don't really know what they are asking for half the time.. when they move the goal posts after the thing has been built and tested and ready for release * sigh<p>I'm not bitter obviously LOL</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070240</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070240</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>Spending three months arguing over tech stack, frameworks, whether or not to lint but never really worrying about test driven development because that is too difficult for the junior developers.<p>BTW just use Elixir and self host if in doubt : )<p>Cloud company products are over engineered piles of crap.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:22:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070229</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070229</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>Vendor lock-in..<p>Oh yeah AWS have an authentication system.. let's just use that and we can always switch to a different one!<p>eeerm yeah right.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:20:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070212</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070212</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>Agile teams... which is a euphemism for let's just start building and figure out the nitty gritty details later.<p>At least we all sat round a whiteboard doing waterfall and discussed the architecture, requirements and the best way to build things holistically.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070206</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070206</guid></item><item><title><![CDATA[New comment by timothygold in "What's the most annoying thing you deal with when building a new project?"]]></title><description><![CDATA[
<p>Choice blindness.</p>
]]></description><pubDate>Sun, 16 Feb 2025 18:17:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43070191</link><dc:creator>timothygold</dc:creator><comments>https://news.ycombinator.com/item?id=43070191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43070191</guid></item></channel></rss>