<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: aomix</title><link>https://news.ycombinator.com/user?id=aomix</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Jul 2026 06:47:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aomix" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aomix in "Ruff v0.16.0 – Significant new updates – 413 default rules up from 59"]]></title><description><![CDATA[
<p>If you listen closely you can hear the thousands of CI jobs that just pull latest UV failing all at once.</p>
]]></description><pubDate>Sun, 26 Jul 2026 12:31:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49057472</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=49057472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49057472</guid></item><item><title><![CDATA[New comment by aomix in "Transcribe.cpp"]]></title><description><![CDATA[
<p>What good timing to spot this. I've been reading more and more people talk about bringing TTS into their prompting toolkit and wanted to give that a try. The idea of rambling brain dump into a doc -> edit pass -> send to the robot loop sounds appealing.</p>
]]></description><pubDate>Sun, 19 Jul 2026 02:32:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48964502</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48964502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48964502</guid></item><item><title><![CDATA[New comment by aomix in "Ask HN: Are systems ready for the first negative leap second?"]]></title><description><![CDATA[
<p>Not responsible for those systems.<p>The last time this came up I thought “smearing” the second over the course of a day kind of solved the problem a discrete +/- 1 second suddenly appearing on the clocks.</p>
]]></description><pubDate>Fri, 10 Jul 2026 19:34:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48864207</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48864207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48864207</guid></item><item><title><![CDATA[New comment by aomix in "Does code cleanliness affect coding agents? A controlled minimal-pair study"]]></title><description><![CDATA[
<p>In my experience this has an obvious answer (yes). LLM’s yes-and whatever patterns are present in the code base no matter how insane. If you don’t tend to your code garden it will be overcome with weeds in an instant.<p>At work we had largely moved off of some old hardware but kept partial support for it in the code because normally that would be zero cost. But the constant overhead of bullying, bribing, and threatening the LLMs to leave that code alone was way more work than just excising it and reimplementing it if needed.</p>
]]></description><pubDate>Tue, 07 Jul 2026 13:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48817495</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48817495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48817495</guid></item><item><title><![CDATA[New comment by aomix in "Never talk to the police"]]></title><description><![CDATA[
<p>James Duane, the lawyer from the famous video about never talking to the police, wrote a book called You Have the Right to Remain Innocent. It’s a great read if you want to feel very sad.</p>
]]></description><pubDate>Tue, 16 Jun 2026 17:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48558355</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48558355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48558355</guid></item><item><title><![CDATA[New comment by aomix in "I'm skeptical about efforts to revolutionize schooling"]]></title><description><![CDATA[
<p>I credit randomly deciding to take Latin in high school as a huge change in the trajectory of my life. It didn’t even happen all at once. Just a little different perspective on how words are formed. Oh they’re often combination of simple root words.<p>Right after I graduated the one Latin teacher they had retired and that was it.</p>
]]></description><pubDate>Fri, 05 Jun 2026 14:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48413307</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48413307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48413307</guid></item><item><title><![CDATA[New comment by aomix in "Using AI to write better code more slowly"]]></title><description><![CDATA[
<p>Talking the problem to death with the AI before implementation is a nice zone for me. I feel productive, get good results out of the AI, and still largely understand the code. That’s the part of the AI revolution that I feel has made me a better engineer because I argue about design and architecture all day with a robot.</p>
]]></description><pubDate>Tue, 26 May 2026 02:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48274238</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48274238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274238</guid></item><item><title><![CDATA[New comment by aomix in "Myths about /dev/urandom (2014)"]]></title><description><![CDATA[
<p>It started looking a whole lot like OpenBSD’s random number system. Private entropy pool from good system entropy seeds a ChaCha20 stream with random reseeds for forward secrecy in case of compromise. I think Linux is even more paranoid in the early boot environment where even in the presence of a seed file it prefers to get system entropy mixed in before confidently saying it can do crypto activities.</p>
]]></description><pubDate>Thu, 14 May 2026 13:00:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48134780</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=48134780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48134780</guid></item><item><title><![CDATA[New comment by aomix in "Jeffrey Epstein's Money Mingled with Silicon Valley Startups"]]></title><description><![CDATA[
<p>The Wire's eternal wisdom "You start to follow the money, you don't know where the fuck it's gonna take you"</p>
]]></description><pubDate>Thu, 05 Feb 2026 17:23:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46902035</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46902035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46902035</guid></item><item><title><![CDATA[New comment by aomix in "Embassy: Modern embedded framework, using Rust and async"]]></title><description><![CDATA[
<p>I haven't had a chance to do embedded work but people damn near fall to their knees and weep when talking about how nice the experience is using embassy. Which makes me want to give it a try.</p>
]]></description><pubDate>Fri, 09 Jan 2026 12:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46553143</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46553143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46553143</guid></item><item><title><![CDATA[New comment by aomix in "Are we tired of social media? (2025)"]]></title><description><![CDATA[
<p>I find it interesting that the same process that played out in the forums to feed transition also took place in video games with dedicated servers to matchmaking. I joined a random Counter Strike server in 2005 and ended up becoming close friends with regulars on the server and I'm still in touch with some of them this day.</p>
]]></description><pubDate>Wed, 07 Jan 2026 02:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46521887</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46521887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46521887</guid></item><item><title><![CDATA[New comment by aomix in "Nike's Crisis and the Economics of Brand Decay"]]></title><description><![CDATA[
<p>I’m not even an athlete but I hike fairly often and walk 3-4 miles a day with my dog. If I get a pair of so-so boots they’ll last less than a year. I got recommended boots by a friend that lasted me 6 years until I finally had to replace them with an identical pair this Christmas. Nothing has been an issue in the two weeks I’ve had them but when companies get gutted by PE their quality goes down sharply. If I have to find a new boot company I’ll be very sad.</p>
]]></description><pubDate>Mon, 05 Jan 2026 15:22:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46499804</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46499804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46499804</guid></item><item><title><![CDATA[New comment by aomix in "A16z-backed Doublespeed hacked, revealing what its AI-generated accounts promote"]]></title><description><![CDATA[
<p>I keep believing there’s a web of trust type future for social media but I can’t articulate it.</p>
]]></description><pubDate>Thu, 18 Dec 2025 16:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46314956</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46314956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46314956</guid></item><item><title><![CDATA[New comment by aomix in "I'm Kenyan. I don't write like ChatGPT, ChatGPT writes like me"]]></title><description><![CDATA[
<p>"I would have written a shorter letter, but did not have the time." is my favorite quote for that</p>
]]></description><pubDate>Tue, 16 Dec 2025 03:12:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46284321</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46284321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46284321</guid></item><item><title><![CDATA[New comment by aomix in "Paramount launches hostile bid for Warner Bros"]]></title><description><![CDATA[
<p>I want Netflix to lose. After living with their binge release schedule for however long now I think we're all worse off for it. So I want less of the industry to use it.</p>
]]></description><pubDate>Mon, 08 Dec 2025 15:19:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46193212</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46193212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46193212</guid></item><item><title><![CDATA[New comment by aomix in "The "Mad Men" in 4K on HBO Max Debacle"]]></title><description><![CDATA[
<p>I never watched the widescreen version of The Wire they put out years ago but now I'm curious again. That show was a bone deep 4:3 product and the show plays with it constantly. Here is an interesting breakdown that made me really appreciate how clever they got while trying to be pretty subdued with the cinematography on The Wire <a href="https://vimeo.com/39768998" rel="nofollow">https://vimeo.com/39768998</a></p>
]]></description><pubDate>Wed, 03 Dec 2025 14:55:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46135191</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=46135191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46135191</guid></item><item><title><![CDATA[New comment by aomix in "How AGI became the most consequential conspiracy theory of our time"]]></title><description><![CDATA[
<p>I was coming in with the Walmart example too. The onboarding meeting told us he overheard it at a Korean manufacturer and liked it.</p>
]]></description><pubDate>Tue, 04 Nov 2025 21:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45815889</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=45815889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45815889</guid></item><item><title><![CDATA[New comment by aomix in "People regret buying Amazon smart displays after being bombarded with ads"]]></title><description><![CDATA[
<p>I’m afraid to upgrade from my ~6 year old LG OLED with a damaged corner because I pair it with an Apple TV and only see Apple ads occasionally on the Home Screen. I don’t know if a newer tv would give me the same experience.</p>
]]></description><pubDate>Sat, 11 Oct 2025 23:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45553610</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=45553610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45553610</guid></item><item><title><![CDATA[New comment by aomix in "Tokyo has an unmanned, honor-system electronics and appliance shop"]]></title><description><![CDATA[
<p>While driving through upstate New York on a camping trip I found a maple syrup shop run on the honor system. Leave the money in an unlocked box. It was shocking. I bought a gallon.</p>
]]></description><pubDate>Fri, 05 Sep 2025 12:56:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45137984</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=45137984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45137984</guid></item><item><title><![CDATA[New comment by aomix in "The Framework Desktop is a beast"]]></title><description><![CDATA[
<p>I’ve been agonizing over getting the Framework Desktop for weeks as a dev machine/local LLM box/home server. It checks a lot of boxes but the only reason to look at the Framework Desktop over something like a Minisforum MS-A2 is for the LLM and that seems super janky right now. So I guess I’ll wait a beat and see where we are later in the year.</p>
]]></description><pubDate>Sun, 10 Aug 2025 15:13:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44855739</link><dc:creator>aomix</dc:creator><comments>https://news.ycombinator.com/item?id=44855739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44855739</guid></item></channel></rss>