<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: srcreigh</title><link>https://news.ycombinator.com/user?id=srcreigh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:20:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=srcreigh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by srcreigh in "Ask HN: Alternatives to GitHub"]]></title><description><![CDATA[
<p>Yeah. MicroVMs make hosting runners pretty straightforward. I had codex make a forgejo runner controller which pulls forgejo actions and creates kubernetes jobs for them.<p>It was a bit of a pain to configure firecracker with k3s.<p>It really can’t be understated how much easier hosting CI is with microvms as the security boundary.</p>
]]></description><pubDate>Mon, 17 Aug 2026 18:51:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49335819</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=49335819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49335819</guid></item><item><title><![CDATA[New comment by srcreigh in "We replaced Redis with MySQL for inventory reservations and it scaled"]]></title><description><![CDATA[
<p>It’s fascinating that in order to do this, they had to remove 50% of reads and 33% of transactions from the main DB.</p>
]]></description><pubDate>Sun, 09 Aug 2026 03:12:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49228083</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=49228083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49228083</guid></item><item><title><![CDATA[New comment by srcreigh in "The Dark Night of Mathematics"]]></title><description><![CDATA[
<p>An impressive number of things don’t make sense about this thought experiment. Whatever the genie says wouldn’t have much to do with the life you live afterwards, since your life changes after hearing the info. One persons careers worth of discovery work is not that much. A lot of work is dependent on the state of the world and can’t be moved into the past, even language changes. Someone could still do a craft or science or whatever afterwards— assuming life continues to have surprising complexity, the genie could only ever just scratch the surface.</p>
]]></description><pubDate>Sat, 25 Jul 2026 18:31:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49050257</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=49050257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49050257</guid></item><item><title><![CDATA[New comment by srcreigh in "Lobste.rs is now running on SQLite"]]></title><description><![CDATA[
<p>Pages (especially threads while logged in) taking seconds to load definitely happened to me pre SQLite migration.</p>
]]></description><pubDate>Fri, 17 Jul 2026 21:45:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48952587</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48952587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48952587</guid></item><item><title><![CDATA[New comment by srcreigh in "Making 768 servers look like 1"]]></title><description><![CDATA[
<p>The cashapp post is actually working towards GPs point. It explains that networked storage MySQL was unreliable and expensive. They migrated to $fancytool which offers a db instance with attached local nvme.<p>While cashapp may actually need sharding, there are so many companies who are overpaying for shitty performing network storage databases.<p>Not to mention you are subject to cloud provider networking and compute allocation code. They change it. Big slow network storage DB suddenly gets even worse and you don’t have leverage to have it fixed on their end.</p>
]]></description><pubDate>Thu, 16 Jul 2026 16:27:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48936694</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48936694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48936694</guid></item><item><title><![CDATA[New comment by srcreigh in "Solving 20 Erdős Problems with 20 Codex Accounts Running in Parallel"]]></title><description><![CDATA[
<p>Mathematicians will be the ones who can tell us if the computer theorems are decent or not.<p>Otherwise they’ll be the ones like Erdős who pose the questions in the first place.<p>Either way it will always be humans who decide what matters. AI is speaking our languages, not the other way around. We’re in charge. It’s impossible for us not to be, unless we can train an AI from dolphin data or other natural phenomenon.<p>The AIs intelligence is tuned to us and in 300 years we’ll need new training runs for the update from human zeitgeist language and the 2200 century famous mathematicians.</p>
]]></description><pubDate>Wed, 15 Jul 2026 04:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48916324</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48916324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48916324</guid></item><item><title><![CDATA[New comment by srcreigh in "Bootimus – A Self-Contained PXE and HTTP Boot Server"]]></title><description><![CDATA[
<p>Last year I released my version of this: <a href="https://pxehost.com" rel="nofollow">https://pxehost.com</a><p>Pxehost is much less featureful than Bootimus, no dashboard, and only supports netboot.xyz.<p>I am curious how Bootimus got udp broadcast to work via Docker on arm macOS. I could not figure that out and it’s why I released pxehost as a cross platform binary.<p>We need a good ISO to set up new hosts to run firecracker VMs in k3s. That would be a killer homelab tool. Tooling to make custom ISOs. And some Kairos/Talos immutable image update style tooling would be great too.<p>The dream is to boot via PXE once per host to setup secure k8s nodes, using just Ethernet cord, ISP router, and a windows laptop or an iPhone.</p>
]]></description><pubDate>Sat, 20 Jun 2026 16:10:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48610327</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48610327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48610327</guid></item><item><title><![CDATA[New comment by srcreigh in "My automated doubt development process"]]></title><description><![CDATA[
<p>What’s your process? My experience matches yours, but then again I usually just give a few lines to codex. I imagine if I tried harder to give detailed specs as input, the agent would have a lot more room to spot flaws and kill the plan.</p>
]]></description><pubDate>Sun, 07 Jun 2026 20:40:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48438318</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48438318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48438318</guid></item><item><title><![CDATA[New comment by srcreigh in "What Is a Dickover?"]]></title><description><![CDATA[
<p>Could you or someone working on this make it easier to share the original link for a small web post? It’s difficult to the point of making me think you’re trying to force me to share the Kagi version of the url.</p>
]]></description><pubDate>Sat, 30 May 2026 04:06:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48332452</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48332452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48332452</guid></item><item><title><![CDATA[New comment by srcreigh in "Bitburner, programming-based incremental game"]]></title><description><![CDATA[
<p>There’s probably some new mechanics in there since years ago which would give some more fun.</p>
]]></description><pubDate>Thu, 28 May 2026 22:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48316202</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48316202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48316202</guid></item><item><title><![CDATA[New comment by srcreigh in "Bitburner, programming-based incremental game"]]></title><description><![CDATA[
<p>Yep, the game has a fun offline idle mechanic as well as just leaving it running. However you should rarely <i>need</i> idle, if ever.</p>
]]></description><pubDate>Thu, 28 May 2026 22:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48316192</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48316192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48316192</guid></item><item><title><![CDATA[New comment by srcreigh in "Bitburner, programming-based incremental game"]]></title><description><![CDATA[
<p>This is a fantastic game, I’ve played many hours of it. If you want a programming based video game this could be really fun for you.</p>
]]></description><pubDate>Thu, 28 May 2026 21:05:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48315464</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48315464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48315464</guid></item><item><title><![CDATA[New comment by srcreigh in "Investigating how prompt politeness affects LLM accuracy (2025)"]]></title><description><![CDATA[
<p>It reminds me of Torvalds rants</p>
]]></description><pubDate>Thu, 28 May 2026 15:17:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48310185</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48310185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48310185</guid></item><item><title><![CDATA[New comment by srcreigh in "Ruby vs. Java vs. TypeScript: my experience on building a Cowork DOCX plugin"]]></title><description><![CDATA[
<p>Some more info from the link:<p>> MCP Bundles (.mcpb) are zip archives containing a local MCP server and a manifest.json that describes the server and its capabilities. The format is spiritually similar to Chrome extensions (.crx) or VS Code extensions (.vsix), enabling end users to install local MCP servers with a single click.</p>
]]></description><pubDate>Thu, 28 May 2026 14:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48309808</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48309808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48309808</guid></item><item><title><![CDATA[New comment by srcreigh in "The just-say-no engineer was a ZIRP phenomenon"]]></title><description><![CDATA[
<p>There’s also section 174, which happened to end in 2022.</p>
]]></description><pubDate>Wed, 27 May 2026 05:50:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48290187</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48290187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48290187</guid></item><item><title><![CDATA[New comment by srcreigh in "Moving away from Tailwind, and learning to structure my CSS"]]></title><description><![CDATA[
<p>Which semantic element(s) would you use to build the example from the Tailwind website?</p>
]]></description><pubDate>Sat, 16 May 2026 19:07:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48162849</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48162849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48162849</guid></item><item><title><![CDATA[New comment by srcreigh in "Moving away from Tailwind, and learning to structure my CSS"]]></title><description><![CDATA[
<p>That site is a portal back to 2011, wow. Thanks for sharing.</p>
]]></description><pubDate>Sat, 16 May 2026 19:00:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48162786</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48162786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48162786</guid></item><item><title><![CDATA[New comment by srcreigh in "Why senior developers fail to communicate their expertise"]]></title><description><![CDATA[
<p>I've found myself using AI rhetorical styles. Mostly in PRs. The whole "not just X, Y" pattern hooked into my brain.</p>
]]></description><pubDate>Tue, 12 May 2026 18:19:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48112174</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48112174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48112174</guid></item><item><title><![CDATA[New comment by srcreigh in "Google says criminal hackers used AI to find a major software flaw"]]></title><description><![CDATA[
<p>> Google said in research published Monday<p>What research? Where is it published?</p>
]]></description><pubDate>Tue, 12 May 2026 02:04:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48103335</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48103335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48103335</guid></item><item><title><![CDATA[New comment by srcreigh in "Mythos Finds a Curl Vulnerability"]]></title><description><![CDATA[
<p>I can't help but think that curl is, by nature, a relatively simple and well-contained tool. Compare to an operating system or web browser or database or billion dollar company codebase.<p>It makes some sense that Mythos/ChatGPT 5.5 might be that much better with complexities that curl just doesn't have because it's a basic tool.<p>Like yeah curl is obviously extremely fully featured as an "anything client" but it's orders of magnitude less complex than other software we rely on.</p>
]]></description><pubDate>Mon, 11 May 2026 14:13:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48095286</link><dc:creator>srcreigh</dc:creator><comments>https://news.ycombinator.com/item?id=48095286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48095286</guid></item></channel></rss>