<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: dzdt</title><link>https://news.ycombinator.com/user?id=dzdt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 20:41:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dzdt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dzdt in "Volunteers turn a fan's recordings of 10K concerts into an online treasure trove"]]></title><description><![CDATA[
<p>I think the new model with music is they don't make a very serious attempt to keep a monopoly on the content. They only really care about a monopoly on convenience. If anyone would set up some convenient way to stream these concert recordings they would get sued to oblivion. But the recordings circulating as inconvenient downloads? Not a big target.</p>
]]></description><pubDate>Sat, 11 Apr 2026 12:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729902</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47729902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729902</guid></item><item><title><![CDATA[New comment by dzdt in "The unlikely story of Teardown Multiplayer"]]></title><description><![CDATA[
<p>At least in the early 2000s, Bloomberg had strict requirements about this. Their financial terminal has a ton of math calculations. The requirement was that they always had live servers running with two different hardware platforms with different operating systems and different CPU architectures and different build chains. The math had to agree  to the same bitwise results. They had to turn off almost all compiler optimisations to achieve this, and you had to handle lots of corner cases in code: can't trust NaN or Infinity or underflow to be portable.<p>They could transparently load balance a user from one different backend platform to the other with zero visible difference to the user.</p>
]]></description><pubDate>Tue, 17 Mar 2026 12:21:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411668</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47411668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411668</guid></item><item><title><![CDATA[New comment by dzdt in "What if the Apple ][ had run on Field-Sequential?"]]></title><description><![CDATA[
<p>Guessing not knowledge but I expect it was called that from the accidental occurence of color on broadcast TV wben the image includes something with black-and-white stripes at the right spacing. So the name predates the intentional usage by the comphter system.</p>
]]></description><pubDate>Sun, 08 Mar 2026 22:19:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47302214</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47302214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47302214</guid></item><item><title><![CDATA[New comment by dzdt in "What if the Apple ][ had run on Field-Sequential?"]]></title><description><![CDATA[
<p>I think in this alternate universe the Apple-II analog would be the first cheap computer that could run a spreadsheet. That really takes a 40 column display. So I think it would have waited for the 2mhz 6502 to handle the doubled line frequency.</p>
]]></description><pubDate>Sun, 08 Mar 2026 20:24:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47301032</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47301032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47301032</guid></item><item><title><![CDATA[New comment by dzdt in "New imagery suggests U.S. responsible for Iran school strike"]]></title><description><![CDATA[
<p>I do think there is a strong possibility the people in charge in the US government believe an Iran state sponsored terrorism attack would be a political benefit to them. Such things boost support for the sitting President, and could also give political cover for additional authoritarian acts to help them retain power. Would they do the school attack on purpose? Maybe? But for sure they keep the war going until they generate the response they are looking for...</p>
]]></description><pubDate>Fri, 06 Mar 2026 20:21:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47280580</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47280580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47280580</guid></item><item><title><![CDATA[New comment by dzdt in "CBP tapped into the online advertising ecosystem to track peoples’ movements"]]></title><description><![CDATA[
<p>Is this something European style privacy laws would protect against? Though given the US political situation we are far from being able to enact any kind of anti-authoritarian protections...</p>
]]></description><pubDate>Thu, 05 Mar 2026 23:15:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47268573</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47268573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47268573</guid></item><item><title><![CDATA[New comment by dzdt in "Claude's Cycles [pdf]"]]></title><description><![CDATA[
<p>I think it could be solved still pseudononymously: introduce a "vouch" button that allows a user to vouch that another user is human. This is consequential both for the vouched-for and vouching accounts. Run a page-rank style algorithm on the graph of vouches to generate a certainty score for the humanity of each account. For repeated posters this should converge to a correct answer fairly quickly. There is still a challenge for green accounts, but having degraded experience for new users is not a doom scenario for the site.</p>
]]></description><pubDate>Wed, 04 Mar 2026 12:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47246343</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47246343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47246343</guid></item><item><title><![CDATA[New comment by dzdt in "Allocating on the Stack"]]></title><description><![CDATA[
<p>For purely historical reasons the C/C++ stack is "small" with exactly how small being outside of programmer control. So you have to avoid using the stack even if it would be the better solution. Otherwise you risk your program crashing/failing with stack overflow errors.</p>
]]></description><pubDate>Fri, 27 Feb 2026 20:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47185069</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47185069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47185069</guid></item><item><title><![CDATA[New comment by dzdt in "You Want to Visit the UK? You Better Have a Google Play or App Store Account"]]></title><description><![CDATA[
<p>A related thing that bugs me is how  many scam search results come up and are prioritised if you search for "uk eta" or similar. On google for me the real site is sandwiched in positon 4 after 3 and before 2 additional paid sponsored scam sites each with large block sections in the search results.</p>
]]></description><pubDate>Thu, 26 Feb 2026 12:19:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47165074</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47165074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47165074</guid></item><item><title><![CDATA[New comment by dzdt in "$30B for laptops yielded a generation less cognitively capable than parents"]]></title><description><![CDATA[
<p>What percent of the kind of development that standardized tests measure do you think occurs within the context of the school building?</p>
]]></description><pubDate>Mon, 23 Feb 2026 03:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47117572</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47117572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47117572</guid></item><item><title><![CDATA[New comment by dzdt in "Ask HN: Chromebook leads for K-8 school in need?"]]></title><description><![CDATA[
<p>In New York the biggest driver behind technology is the state testing regime. Make the case to your administration that the chromebooks are insufficient for the state testing program and they will come up with the funds for upgrades.</p>
]]></description><pubDate>Mon, 23 Feb 2026 02:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47117323</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47117323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47117323</guid></item><item><title><![CDATA[New comment by dzdt in "New York Just Killed Its Robotaxi Plan. The Real Problem Isn't the Technology"]]></title><description><![CDATA[
<p>I had aasumed the plan was killed for cynical political motivations, the same as apparantly caused the hangup and Hochul's near killing of NYC congestion pricing. Its really hard to gather evidence about what is the motivation for things though...</p>
]]></description><pubDate>Sun, 22 Feb 2026 14:38:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47111354</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47111354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47111354</guid></item><item><title><![CDATA[New comment by dzdt in "C++26: Std:Is_within_lifetime"]]></title><description><![CDATA[
<p>This continues the trend that the C++ language spec is too large for any person to understand, full of opaquely named things for obscure use cases. Maybe when most code is written by LLMs this kind of extension will be appreciated? Because the LLM can manage to get its large head around all of these obscure functionalities and apply them in the appropriate situations?</p>
]]></description><pubDate>Thu, 19 Feb 2026 14:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47074349</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47074349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47074349</guid></item><item><title><![CDATA[New comment by dzdt in "Meta to retire messenger desktop app and messenger.com in April 2026"]]></title><description><![CDATA[
<p>This would be a natural role for the Post Office to take on, to provide a neutral ad-free, privacy-respecting messaging platform accessible to all.</p>
]]></description><pubDate>Tue, 17 Feb 2026 21:16:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47053458</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47053458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47053458</guid></item><item><title><![CDATA[New comment by dzdt in "Reversed engineered game Starflight (1986)"]]></title><description><![CDATA[
<p>You can see on archive.org where it captured directory info for files which were not stored:<p><a href="https://web.archive.org/web/20031218202130/http://www.sonic.net/~sage/sf/src/" rel="nofollow">https://web.archive.org/web/20031218202130/http://www.sonic....</a><p>When you navigate those directory archives many of the files are missing. E.g.<p><a href="https://web.archive.org/web/20030529230704/http://www.sonic.net/~sage/sf/src/Disk-SFSRC.BLK/AsText/SFSRC.TXT" rel="nofollow">https://web.archive.org/web/20030529230704/http://www.sonic....</a><p>Some design documents ARE there, e.g. "Specification of 3d display for starquest" : <a href="https://web.archive.org/web/20030719111039if_/http://www.sonic.net:80/~sage/sf/Development/85_3DPlanetSpec.pdf" rel="nofollow">https://web.archive.org/web/20030719111039if_/http://www.son...</a></p>
]]></description><pubDate>Sun, 15 Feb 2026 17:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47025720</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47025720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47025720</guid></item><item><title><![CDATA[New comment by dzdt in "Reversed engineered game Starflight (1986)"]]></title><description><![CDATA[
<p>Early in the 2000's one of the original authors of Sfarflight posted a massive dump of information online: design documents and source code. That is the "Technical Articles Saved from Oblivion" link in this repository. Sadly no one seems to have managed to save a full copy! This is one I kick myself about: I browsed this back when it was up but didnt think to download. These days I make a point to request Internet Archives to save things like this if I ever come across it.</p>
]]></description><pubDate>Sun, 15 Feb 2026 16:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47025231</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47025231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47025231</guid></item><item><title><![CDATA[New comment by dzdt in "OpenAI has deleted the word 'safely' from its mission"]]></title><description><![CDATA[
<p>Hard shades of Google dropping "don't be evil".</p>
]]></description><pubDate>Fri, 13 Feb 2026 22:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008682</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47008682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008682</guid></item><item><title><![CDATA[New comment by dzdt in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>And people who like getting raises dont like leaving things alone...</p>
]]></description><pubDate>Fri, 13 Feb 2026 17:24:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47005230</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=47005230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005230</guid></item><item><title><![CDATA[New comment by dzdt in "I miss thinking hard"]]></title><description><![CDATA[
<p>vibe-shoring</p>
]]></description><pubDate>Wed, 04 Feb 2026 10:34:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46884081</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=46884081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46884081</guid></item><item><title><![CDATA[New comment by dzdt in "Will AIs take all our jobs and end human history, or not? (2023)"]]></title><description><![CDATA[
<p>(2023)</p>
]]></description><pubDate>Wed, 28 Jan 2026 17:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46798721</link><dc:creator>dzdt</dc:creator><comments>https://news.ycombinator.com/item?id=46798721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46798721</guid></item></channel></rss>