<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: avadodin</title><link>https://news.ycombinator.com/user?id=avadodin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 17:42:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=avadodin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by avadodin in "Make tmux pretty and usable (2024)"]]></title><description><![CDATA[
<p>I don't see what's awkward about C-b and %.<p>No mention of replacing the weird-ass emacs thing on [ with proper vim bindings?</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758707</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47758707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758707</guid></item><item><title><![CDATA[New comment by avadodin in "Surelock: Deadlock-Free Mutexes for Rust"]]></title><description><![CDATA[
<p>I'm not a rust expert, but couldn't this be solved like memory safety? A few checks here and there.</p>
]]></description><pubDate>Sun, 12 Apr 2026 09:40:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737704</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47737704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737704</guid></item><item><title><![CDATA[New comment by avadodin in "US appeals court declares 158-year-old home distilling ban unconstitutional"]]></title><description><![CDATA[
<p>I would assume it depends on what you are distilling.<p>If you are making brandy from clarified wine, it probably separates better than rotten grape mash.<p>It is still a continuum with some methanol molecules likely remaining even in the tails.<p>For all intents and purposes, the distiller's rule of thumb of throwing away the angels' share is still going to work because low methanol concentrations are never an issue —for the antidote for methanol is ethanol.</p>
]]></description><pubDate>Sun, 12 Apr 2026 07:20:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47736933</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47736933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47736933</guid></item><item><title><![CDATA[New comment by avadodin in "What is RISC-V and why it matters to Canonical"]]></title><description><![CDATA[
<p>They push it to save a couple nickels per core on the ARM licenses, not out of nationalistic fervor.<p>And it is the Chinese doing it because virtually 100% of all chips are made in China and Taiwan.</p>
]]></description><pubDate>Sat, 11 Apr 2026 02:27:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47726679</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47726679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47726679</guid></item><item><title><![CDATA[New comment by avadodin in "Show HN: I built a Cargo-like build tool for C/C++"]]></title><description><![CDATA[
<p>I explained why C/C++ rubbed op the wrong way. It has nothing to do with a build process.<p>It is probably true that more average C programs can be built with plain Makefiles or even without a Makefile than C++, though.<p>You can of course add dependencies on configure scripts, m4, cmake, go, python or rust when building a plain self-contained C program and indeed many do.</p>
]]></description><pubDate>Fri, 10 Apr 2026 02:27:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712879</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47712879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712879</guid></item><item><title><![CDATA[New comment by avadodin in "Wit, unker, Git: The lost medieval pronouns of English intimacy"]]></title><description><![CDATA[
<p>This can also change with the times —as in, within living memory.<p>My grandma used the formal address when reminiscing about going to the bakery when she was young but in the present she would use the familiar form and even the clerks would use a fake formal at best if they were feeling particularly grateful for having a job that day.</p>
]]></description><pubDate>Fri, 10 Apr 2026 00:20:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712037</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47712037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712037</guid></item><item><title><![CDATA[New comment by avadodin in "Show HN: I built a Cargo-like build tool for C/C++"]]></title><description><![CDATA[
<p>C/C++ is HR-newspeak out of the 1990s(at the time it was not clear that anyone would still want to use C and MSVC did move their compiler to C++).<p>It signals that the speaker doesn't understand that the two are different languages with very different communities.<p>I don't really think that C users are entirely immune to dependency hell, if that's what OP meant, though. It is orthogonal.<p>As a user, I do believe it sucks when you depend on something that is not included by default on all target platforms(and you fail to include it and maintain it within your source tree*).</p>
]]></description><pubDate>Fri, 10 Apr 2026 00:01:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47711898</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47711898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47711898</guid></item><item><title><![CDATA[New comment by avadodin in "Show HN: Anos – a hand-written ~100KiB microkernel for x86-64 and RISC-V"]]></title><description><![CDATA[
<p>Is this inspired by any particular micro-kernel design?<p>Looking at syscalls.h, it looks like it abstracts the platform details, for example.<p>Is SYSTEM for amd64 source-compatible with the riscv version?</p>
]]></description><pubDate>Tue, 07 Apr 2026 05:15:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47670994</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47670994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47670994</guid></item><item><title><![CDATA[New comment by avadodin in "I won't download your app. The web version is a-ok"]]></title><description><![CDATA[
<p>> C++ makes everything extra confusing</p>
]]></description><pubDate>Tue, 07 Apr 2026 01:15:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47669550</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47669550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47669550</guid></item><item><title><![CDATA[New comment by avadodin in "Battle for Wesnoth: open-source, turn-based strategy game"]]></title><description><![CDATA[
<p>OpenArena even has a browser version these days but sadly it doesn't seem to have any active servers anymore. I had progressed to the point where I could strafe jump and rocket jump all day.</p>
]]></description><pubDate>Mon, 06 Apr 2026 21:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47667160</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47667160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47667160</guid></item><item><title><![CDATA[New comment by avadodin in "France pulls last gold held in US for $15B gain"]]></title><description><![CDATA[
<p>"We do not do this as a political statement —we simply want our gold ingots to exist next week."<p>Still, a win does signal a dumb process behind the trade as the smart move would be to hedge with future options and/or futures.<p>But then again, maybe they did hedge the trade and it's just not the right time or place to report it.</p>
]]></description><pubDate>Mon, 06 Apr 2026 09:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658784</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47658784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658784</guid></item><item><title><![CDATA[New comment by avadodin in "Gemma 4 on iPhone"]]></title><description><![CDATA[
<p>Any competent high schooler knows about water activity and sterilization. At least at the fundamental level.<p>I doubt most models refuse providing recipes without 0 risk of death.<p>LLMs are —if anything— ridiculously proficient at making random code compile.<p>What was your point again?</p>
]]></description><pubDate>Mon, 06 Apr 2026 09:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658497</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47658497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658497</guid></item><item><title><![CDATA[New comment by avadodin in "Gemma 4 on iPhone"]]></title><description><![CDATA[
<p>So–called uncensored versions simply do not refuse addressing a topic. They do not guarantee an alignment with reality.<p>A truly uncensored model is impossible as human societies exist under various censorship regimes, anyways.</p>
]]></description><pubDate>Mon, 06 Apr 2026 08:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658380</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47658380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658380</guid></item><item><title><![CDATA[New comment by avadodin in "Caveman: Why use many token when few token do trick"]]></title><description><![CDATA[
<p>> stenographically hiding
steganographically*</p>
]]></description><pubDate>Mon, 06 Apr 2026 01:15:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47655781</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47655781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47655781</guid></item><item><title><![CDATA[New comment by avadodin in "Eight years of wanting, three months of building with AI"]]></title><description><![CDATA[
<p>So, are you using it for the 10%?<p>I do use LLMs to learn about new subjects but we already only bill 10% for "coding" and that's inflating it to cover other parts.<p>I can't imagine that slopping it up would be a great decision. Having alien code that no one ever understood between a bug report and a solution. Anthropic isn't going to give us money for our lost contracts, is it?</p>
]]></description><pubDate>Mon, 06 Apr 2026 00:11:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47655350</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47655350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47655350</guid></item><item><title><![CDATA[New comment by avadodin in "Show HN: TinyOS – A minimalist RTOS for Cortex-M written in C"]]></title><description><![CDATA[
<p>You're probably thinking of a hard real-time RTOS with time slices and WCET constraints.<p>For soft real-time, you basically only need low latency.<p>Threads with priorities, synchronization primitives and some way of handling interrupts is generally considered good enough.<p>From the description, this sounds like the kind of RTOS that runs most embedded RT applications currently if perhaps a bit heavier in features than the average with filesystem and networking support.</p>
]]></description><pubDate>Fri, 03 Apr 2026 22:36:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47633242</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47633242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47633242</guid></item><item><title><![CDATA[New comment by avadodin in "Neanderthals survived on a knife's edge for 350k years"]]></title><description><![CDATA[
<p>> the Incan didn't fight at night!<p>To be fair to the Inca, I didn't expect the night–vision–equipped Spanish Inquisition, either.</p>
]]></description><pubDate>Wed, 01 Apr 2026 08:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47598369</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47598369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47598369</guid></item><item><title><![CDATA[New comment by avadodin in "The bot situation on the internet is worse than you could imagine"]]></title><description><![CDATA[
<p>Ad-free premium has shown itself again and again to devolve into ad protection rackets.<p>The minute the internet dies for good, the chat bots will run half-locally and request payments to stop recommending VRAM enlarging pills.</p>
]]></description><pubDate>Sun, 29 Mar 2026 23:52:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568727</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47568727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568727</guid></item><item><title><![CDATA[New comment by avadodin in "When do we become adults, really?"]]></title><description><![CDATA[
<p>I had a physics undergrad dad of a toddler as a roommate at my college dorm in Europe. Probably not as young as 15 but more like 16-17 when he had the child.<p>At the time it felt like culture shock to my own 17yo self —almost as much as the party creatures— but now I see it as the healthy life strategy that it is.</p>
]]></description><pubDate>Sun, 29 Mar 2026 23:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568564</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47568564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568564</guid></item><item><title><![CDATA[New comment by avadodin in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>What you say?<p>Not just an app but someone set up us the bomb!?</p>
]]></description><pubDate>Tue, 24 Mar 2026 22:24:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47510364</link><dc:creator>avadodin</dc:creator><comments>https://news.ycombinator.com/item?id=47510364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47510364</guid></item></channel></rss>