<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: Aransentin</title><link>https://news.ycombinator.com/user?id=Aransentin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 26 May 2026 19:05:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Aransentin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Aransentin in "DynIP – Dynamic DNS with RFC 2136, IPv6, DNSSEC, and BYOD"]]></title><description><![CDATA[
<p>His large comment here is blatantly LLM slop as well. 100% on Pangram, but it's not like one need it to realize that. Just a bleak situation in general how few people here can tell.</p>
]]></description><pubDate>Tue, 26 May 2026 14:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48280123</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=48280123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48280123</guid></item><item><title><![CDATA[New comment by Aransentin in "DynIP – Dynamic DNS with RFC 2136, IPv6, DNSSEC, and BYOD"]]></title><description><![CDATA[
<p>I mean, the comment you are replying to is <i>absolutely</i> AI-generated; I wouldn't say being able to prompt that is any direct evidence of deep understanding of networking.<p>The website is also vibecoded; at least partially - it has the exact same design  choices like that purpleish blue colour scheme that Claude likes to spit out by default.</p>
]]></description><pubDate>Tue, 26 May 2026 13:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48279385</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=48279385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48279385</guid></item><item><title><![CDATA[New comment by Aransentin in "Rtwatch: Watch videos with friends using WebRTC"]]></title><description><![CDATA[
<p>Reminds me how people on 4chan/g/ back in the day (mid to late 2000s I think?) would start threads where one user put up a livestream of a movie on some IP address, and the participants would connect and watch it together (using mplayer or VLC) while doing live commentary in the thread itself. Good times. I think I first watched <i>Hackers</i> like that.</p>
]]></description><pubDate>Tue, 12 May 2026 13:38:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108126</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=48108126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108126</guid></item><item><title><![CDATA[New comment by Aransentin in "Britannica11.org – a structured edition of the 1911 Encyclopædia Britannica"]]></title><description><![CDATA[
<p>The article about the Sun was quite fun; even though they didn't know about fusion, the article dismisses most theories about how it could generate such a large amount of energy (like chemical combustion or gravitational contraction).<p>IT says the most likely cause is some sort of "rearrangement of the structure of the elements' atoms" and "supposing a gaseous nebula is destined to condense into a sun, the elementary matter of which it is composed will develop in the process into our known terrestrial and solar elements, parting with energy as it does so". Pretty much as bang on as one could reasonably be given what they knew.</p>
]]></description><pubDate>Wed, 22 Apr 2026 13:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863359</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47863359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863359</guid></item><item><title><![CDATA[New comment by Aransentin in "DeiMOS – A Superoptimizer for the MOS 6502"]]></title><description><![CDATA[
<p>Your project was very much something I looked into when designing this! Fun to see you commenting.<p>But yes, different goals. I did look into using z3, but quickly found out that it's pretty slow compared to just checking if a test case passes when ran through the candidate program.</p>
]]></description><pubDate>Tue, 07 Apr 2026 15:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47676885</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47676885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676885</guid></item><item><title><![CDATA[New comment by Aransentin in "DeiMOS – A Superoptimizer for the MOS 6502"]]></title><description><![CDATA[
<p>Having it only use operations that use a specific set of zero-page addresses is already supported, yep!<p>20-30 ops is probably impossible, unfortunately. The combinatorial explosion is just too enormous.</p>
]]></description><pubDate>Tue, 07 Apr 2026 14:16:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675766</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47675766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675766</guid></item><item><title><![CDATA[New comment by Aransentin in "DeiMOS – A Superoptimizer for the MOS 6502"]]></title><description><![CDATA[
<p>Sure. Note that I picked those examples to demonstrate the two fairly quirky classes of things the optimizer tends to find. If the programmer has different requirements they can specify that, and it'll spit out the examples you gave (or something equivalent).</p>
]]></description><pubDate>Tue, 07 Apr 2026 13:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675424</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47675424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675424</guid></item><item><title><![CDATA[New comment by Aransentin in "DeiMOS – A Superoptimizer for the MOS 6502"]]></title><description><![CDATA[
<p>Thank you!<p>Demo coding is indeed the primary usecase for this, and the reason for why I started tinkering on it in the first place. That, and people who make homebrewed NES / C64 video games should find it fairly useful for optimizing tight loops and such.</p>
]]></description><pubDate>Tue, 07 Apr 2026 13:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47674884</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47674884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674884</guid></item><item><title><![CDATA[DeiMOS – A Superoptimizer for the MOS 6502]]></title><description><![CDATA[
<p>Article URL: <a href="https://aransentin.github.io/deimos/">https://aransentin.github.io/deimos/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47673379">https://news.ycombinator.com/item?id=47673379</a></p>
<p>Points: 78</p>
<p># Comments: 17</p>
]]></description><pubDate>Tue, 07 Apr 2026 11:10:22 +0000</pubDate><link>https://aransentin.github.io/deimos/</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=47673379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47673379</guid></item><item><title><![CDATA[New comment by Aransentin in "I now assume that all ads on Apple news are scams"]]></title><description><![CDATA[
<p>I skimmed the pdf; they show a model where having such an early "filter" is beneficial to the scammer, but doesn't provide any actual evidence that it applies in reality beyond restating the just-so story.</p>
]]></description><pubDate>Fri, 06 Feb 2026 14:10:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46913012</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=46913012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46913012</guid></item><item><title><![CDATA[New comment by Aransentin in "I now assume that all ads on Apple news are scams"]]></title><description><![CDATA[
<p>> authors don't want to invest time in people that are able to spot such mistakes<p>This "just-so" story gets repeated constantly in threads about scams, but I've never seen anyone put up any actual proof. The more likely explanation is that scammers are just bad at English since they're predominantly from poor third-world countries.</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46912344</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=46912344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912344</guid></item><item><title><![CDATA[New comment by Aransentin in "Libbbf: Bound Book Format, A high-performance container for comics and manga"]]></title><description><![CDATA[
<p>I'm a moderator for a decently large programming subreddit, and I'd estimate about half the project submissions now being obvious slop. You get a very good nose for sniffing that stuff out after a while, though it can be frustrating when you can't really convince other people beyond going "trust me, it's slop".</p>
]]></description><pubDate>Wed, 21 Jan 2026 08:48:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46702834</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=46702834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46702834</guid></item><item><title><![CDATA[New comment by Aransentin in "AGI fantasy is a blocker to actual engineering"]]></title><description><![CDATA[
<p>I'm more unhappy than happy, as there are plenty of points about the very real bad side of AI that are hurt by such delusional and/or disingenuous arguments.<p>That is, the topic is not one where I have already picked a side that I'd like to win by any means necessary. It's one where I think there are legitimate tradeoffs, and I want the strongest arguments on both sides to be heard so we get the best possible policies in the end.</p>
]]></description><pubDate>Fri, 14 Nov 2025 16:00:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45928123</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=45928123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45928123</guid></item><item><title><![CDATA[New comment by Aransentin in "AGI fantasy is a blocker to actual engineering"]]></title><description><![CDATA[
<p>Growing almonds uses 1.3 trillion gallons of water annually in California alone.<p>This is more than 4 times more than all data centers in the US combined, counting both cooling and the water used for generating their electricity.<p>What has more utility: Californian almonds, or all IT infrastructure in the US times 4?</p>
]]></description><pubDate>Fri, 14 Nov 2025 14:39:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45927132</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=45927132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45927132</guid></item><item><title><![CDATA[New comment by Aransentin in "Tags to make HTML work like you expect"]]></title><description><![CDATA[
<p>I agree for sure, but that's a problem with the spec, not the website. If there are multiple ways of doing something you might as well do the minimal one. The parser will have always to be able to handle all the edge cases no matter what anyway.<p>You might want always consistently terminate all tags and such for aesthetic or human-centered (reduced cognitive load, easier scanning) reasons though, I'd accept that.</p>
]]></description><pubDate>Mon, 27 Oct 2025 12:36:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45720302</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=45720302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45720302</guid></item><item><title><![CDATA[New comment by Aransentin in "Tags to make HTML work like you expect"]]></title><description><![CDATA[
<p>Note that <html> and <body> auto-close and don't need to be terminated.<p>Also, wrapping the <head> tags in an actual <head></head> is optional.<p>You also don't need the quotes as long the attribute doesn't have spaces or the like; <html lang=en> is OK.<p>(kind of pointless as the average website fetches a bazillion bytes of javascript for every page load nowadays, but sometimes slimming things down as much as possible can be fun and satisfying)</p>
]]></description><pubDate>Mon, 27 Oct 2025 11:55:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45719942</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=45719942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45719942</guid></item><item><title><![CDATA[New comment by Aransentin in "WASM 3.0 Completed"]]></title><description><![CDATA[
<p>If you're at that point, the logical step would be to just support replying to the HTTP request with a
"content-type: application/wasm" and skip the initial html step entirely.</p>
]]></description><pubDate>Thu, 18 Sep 2025 16:03:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45291321</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=45291321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45291321</guid></item><item><title><![CDATA[New comment by Aransentin in "LLM Inflation"]]></title><description><![CDATA[
<p>The 4-paragraph business case was useful for creating friction, which meant that if you couldn't be bothered to write 4 paragraphs you very likely didn't need the computer upgrade in the first place.<p>This might have been a genuinely useful system, something which broke down with the existence of LLMs.</p>
]]></description><pubDate>Wed, 06 Aug 2025 13:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44811571</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=44811571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44811571</guid></item><item><title><![CDATA[New comment by Aransentin in "Jokes and Humour in the Public Android API"]]></title><description><![CDATA[
<p>For X11, from the top of my head:<p>The global variable that toggles a bunch of legacy cruft is called "party_like_its_1989": <a href="https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/dix/globals.c#L111" rel="nofollow">https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/di...</a><p>The changelog for the DRI2 extension is "Awesomeness!", "True excellence", "Enlightenment attained" etc: <a href="https://www.x.org/releases/X11R7.7/doc/dri2proto/dri2proto.txt" rel="nofollow">https://www.x.org/releases/X11R7.7/doc/dri2proto/dri2proto.t...</a></p>
]]></description><pubDate>Mon, 16 Jun 2025 08:46:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44287693</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=44287693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44287693</guid></item><item><title><![CDATA[New comment by Aransentin in "I use zip bombs to protect my server"]]></title><description><![CDATA[
<p>Wordpress is indeed a nice backdoor, it even has CMS functionality built in.</p>
]]></description><pubDate>Wed, 30 Apr 2025 08:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43842479</link><dc:creator>Aransentin</dc:creator><comments>https://news.ycombinator.com/item?id=43842479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43842479</guid></item></channel></rss>