<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: rubiquity</title><link>https://news.ycombinator.com/user?id=rubiquity</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 13:26:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rubiquity" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rubiquity in "Tim Curry has died"]]></title><description><![CDATA[
<p>RIP. I always think of him for his performance in Home Alone 2.</p>
]]></description><pubDate>Wed, 26 Aug 2026 16:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49451841</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49451841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49451841</guid></item><item><title><![CDATA[New comment by rubiquity in "OpenRouter is joining Stripe"]]></title><description><![CDATA[
<p>This feels defensive and reactionary after Ramp started getting deeper into AI.</p>
]]></description><pubDate>Wed, 19 Aug 2026 19:49:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49366311</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49366311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49366311</guid></item><item><title><![CDATA[New comment by rubiquity in "Memory prices climb 500% in 12 months"]]></title><description><![CDATA[
<p>Boy am I feeling this. I had my eye on building a new Threadripper machine, which requires DDR5 RDIMMs. Much to my surprise while happily building out a parts list one fine evening I learned that these are going for between $500 and $1000 for one single 16GB module right now. I think I'll hold off and squeeze a few more years out of DDR4 and PCIe 4.0.</p>
]]></description><pubDate>Tue, 18 Aug 2026 23:06:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49354102</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49354102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49354102</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>I love what you all do! I don’t have any to submit. Enough time with consensus teaches you to avoid it unless it’s really, truly needed.</p>
]]></description><pubDate>Wed, 12 Aug 2026 01:12:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266688</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49266688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266688</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>My experience as well. LLMs also struggle with Rust's many abstractions and offerings but you can know that if it compiles it is data race free and work with the LLM to use better abstractions over time.<p>Zig is also good at this but requires more up front design (thread-per-core, static allocation, etc.) and consistent checks to verify rules are followed.</p>
]]></description><pubDate>Tue, 11 Aug 2026 19:56:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263592</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49263592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263592</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>etcd has had numerous liveness and safety bugs, with one happening as recently as December of 2025. Would you consider that a correct implementation?<p>You may be interested in knowing that the largest managed Kubernetes service in the world (AWS EKS) ripped out etcd for in favor of their homegrown consensus service for large scale EKS clusters: <a href="https://aws.amazon.com/blogs/containers/under-the-hood-amazon-eks-ultra-scale-clusters/" rel="nofollow">https://aws.amazon.com/blogs/containers/under-the-hood-amazo...</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 19:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263449</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49263449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263449</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>Thank you. I don't know why this is so complicated.</p>
]]></description><pubDate>Tue, 11 Aug 2026 19:36:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263350</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49263350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263350</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>But they are misreading what I said. My original post is clearly about Go. What they wrote is also ambiguous.<p>>   The antithesis author states:<p>>   "we’ve found bugs in every Raft implementation we’ve tested, including HashiCorp Raft, Aeron Cluster, OpenRaft, and MicroRaft"<p>What are they implying by citing that? That every language has a Raft implementation with bugs? Yes that's probably accurate because lots of people make Raft implementations for fun and learning. Again, Go does not have a single Raft/Paxos implementation that is rock solid. I have seen many in C++, Java, and Rust that are doing tens of millions of requests per second in production for over a decade.<p>Is their point that Go is not the only language with this problem? My post already points out the track record is that Go is the problem for writing correct code in highly critical domains.</p>
]]></description><pubDate>Tue, 11 Aug 2026 19:32:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263289</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49263289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263289</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>The intersection of the set of Raft libraries Antithesis tested and all Raft libraries in existence do not fully overlap. I personally have worked on multiple proprietary ones that Antithesis would not have access to.</p>
]]></description><pubDate>Tue, 11 Aug 2026 19:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49263065</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49263065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49263065</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>You're misreading what I said. I didn't say other languages don't have buggy Raft/Paxos implementations, just that Go is yet to yield a single correct one.</p>
]]></description><pubDate>Tue, 11 Aug 2026 18:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49262517</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49262517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49262517</guid></item><item><title><![CDATA[New comment by rubiquity in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>Matches my experience as well.  Go fans have conflated "can easily make something concurrent" with "does concurrency well." Go's primitives for concurrency should almost never be used directly and Engineers below a certain skill level shouldn't be allowed to use them directly ever for long running production code.<p>As another example, Go still has not yielded a correct implementation of Raft or Paxos while there are dozens in Java, C++, and Rust. Antithesis found some more bugs in HashiCorp's Raft implementation recently[0]. I'm sure etcd still has some kicking around.<p>Maybe this is a "don't throw the baby out with the bath water' problem but the general evolution of Go has been lackluster. I reach for Rust, Zig, and modern Java instead depending on the specific needs and constraints.<p>0 - <a href="https://antithesis.com/blog/2026/finding-bugs-in-raft-implementations/" rel="nofollow">https://antithesis.com/blog/2026/finding-bugs-in-raft-implem...</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 18:15:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49262295</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=49262295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49262295</guid></item><item><title><![CDATA[New comment by rubiquity in "FDA approves new kind of cholesterol pill"]]></title><description><![CDATA[
<p>There isn't. I'm 15% body fat, eat healthy (avoid saturated fats, prioritize fiber), exercise 5-6 times per week, and have hypercholesterolemia. I, along with my parents, have very high LDL and ApoB and nothing I can do about it in terms of diet, exercise, or weight.<p>I'm also not uncommon. They suspect as much of 30% of the population could be like this. There's a lot of ignorance in this thread.</p>
]]></description><pubDate>Sun, 19 Jul 2026 06:23:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48965473</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48965473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48965473</guid></item><item><title><![CDATA[New comment by rubiquity in "Raft Consensus with a Minority of Nodes"]]></title><description><![CDATA[
<p>Heidi's more abstract work on generalizing consensus as grids/matrices of intersecting registers is geoemtric.</p>
]]></description><pubDate>Thu, 28 May 2026 16:49:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48311643</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48311643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48311643</guid></item><item><title><![CDATA[New comment by rubiquity in "I think Anthropic and OpenAI have found product-market fit"]]></title><description><![CDATA[
<p>I think it's fair to say they had achieved product-market fit when their revenues were growing deep triple digits month over month. What we're seeing now is that perhaps they have achieved profitability or at the least a more sustainable balance sheet.</p>
]]></description><pubDate>Wed, 27 May 2026 18:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48298266</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48298266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48298266</guid></item><item><title><![CDATA[New comment by rubiquity in "Raft Consensus with a Minority of Nodes"]]></title><description><![CDATA[
<p>This was already known to be true by Heidi Howard’s research that yielded  Flexible Paxos[0], Relaxed Paxos[1], and her more general thesis on Distributed consensus[2] as a whole<p>0 - <a href="https://fpaxos.github.io/" rel="nofollow">https://fpaxos.github.io/</a><p>1 - <a href="https://dl.acm.org/doi/10.1145/3517209.3524040" rel="nofollow">https://dl.acm.org/doi/10.1145/3517209.3524040</a><p>2 - <a href="https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-935.pdf" rel="nofollow">https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-935.pdf</a></p>
]]></description><pubDate>Wed, 27 May 2026 14:02:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48294546</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48294546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48294546</guid></item><item><title><![CDATA[New comment by rubiquity in "Mini Shai-Hulud Strikes Again: 314 npm Packages Compromised"]]></title><description><![CDATA[
<p>AWS has CLIs and SDKs in many languages.</p>
]]></description><pubDate>Tue, 19 May 2026 14:26:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48193728</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48193728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48193728</guid></item><item><title><![CDATA[New comment by rubiquity in "The OpenAI Deployment Company"]]></title><description><![CDATA[
<p>People laugh at this, myself included in the past, but it works. I remember scoffing at AWS partnering with Deloitte and Accenture over a decade ago. My exact thoughts were "Our technology is great, why do we need these people to sell it?", and it turns out that selling to enterprises at scale is a lot more like an American high school experience than anything else.</p>
]]></description><pubDate>Mon, 11 May 2026 16:30:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48097214</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=48097214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48097214</guid></item><item><title><![CDATA[New comment by rubiquity in "10Gb/s Ethernet: what I did to get it working in my home"]]></title><description><![CDATA[
<p>This is what I ended up doing. A 2.5G switch for the few devices that can use it and a 1Gbit+PoE switch for all the other PoE and 1Gbit and less devices.</p>
]]></description><pubDate>Fri, 01 May 2026 05:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47971493</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=47971493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47971493</guid></item><item><title><![CDATA[New comment by rubiquity in "Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model"]]></title><description><![CDATA[
<p>I use Pi at home and Claude Code at work (no choice). I use bone stock Pi. No extensions.</p>
]]></description><pubDate>Wed, 22 Apr 2026 16:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47866172</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=47866172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47866172</guid></item><item><title><![CDATA[New comment by rubiquity in "Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model"]]></title><description><![CDATA[
<p>You should try it out. I'm incredibly impressed with Qwen 3.5 27B for systems programming work. I use Opus and Sonnet at work and Qwen 3.x at home for fun and barely notice a difference given that systems programming work needs careful guidance for any model currently. I don't try to one shot landing pages or whatever.</p>
]]></description><pubDate>Wed, 22 Apr 2026 15:51:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865388</link><dc:creator>rubiquity</dc:creator><comments>https://news.ycombinator.com/item?id=47865388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865388</guid></item></channel></rss>