<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: iudqnolq</title><link>https://news.ycombinator.com/user?id=iudqnolq</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 23 Jun 2026 05:09:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=iudqnolq" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by iudqnolq in "Blacksky grew to millions of users without spending a dollar"]]></title><description><![CDATA[
<p>When I went browsing through their GitHub I was surprised at how little web-specific code they have. It's basically just their React Native mobile app and a tiny go server. I understand that with a small team they've got to prioritize, I do hope at some point they implement server-side rendering for when you click on a direct link to a post.</p>
]]></description><pubDate>Tue, 26 Aug 2025 08:28:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45023828</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=45023828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45023828</guid></item><item><title><![CDATA[I Made a Subway for My Cats [YouTube] [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=KRtyMCeDw8o">https://www.youtube.com/watch?v=KRtyMCeDw8o</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44949626">https://news.ycombinator.com/item?id=44949626</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Aug 2025 08:55:14 +0000</pubDate><link>https://www.youtube.com/watch?v=KRtyMCeDw8o</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=44949626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44949626</guid></item><item><title><![CDATA[New comment by iudqnolq in "Is Jeff Bezos killing The Washington Post on purpose or by accident?"]]></title><description><![CDATA[
<p>So far each big, unpopular decision by Bezos has led to significant cancellations of paid subscriptions. Since it's happened more than once I don't think it's safe to assume the remaining subscribers are happy either.<p>Bezos cancels planned endorsement of Harris: 300,000 paid subscribers cancel in period up to election. (400,000 new paid subscribers over the period, but they offered significant promotional discounts)<p>Bezos tweets change to opinion policy: 75,000 paid subscribers cancel within four days<p>With in the order of 2.5 million paid subscribers before all this started that's significant losses.<p>Edit: Source is <a href="https://www.npr.org/2025/02/28/nx-s1-5312819/washington-post-bezos-subscriptions-cancellations" rel="nofollow">https://www.npr.org/2025/02/28/nx-s1-5312819/washington-post...</a></p>
]]></description><pubDate>Mon, 28 Jul 2025 10:05:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44709156</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=44709156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44709156</guid></item><item><title><![CDATA[New comment by iudqnolq in "Is Jeff Bezos killing The Washington Post on purpose or by accident?"]]></title><description><![CDATA[
<p>The problem is that opinions are way cheaper.<p>Look at the article currently promoted at the top of Post opinion page: "Trump is off to a good start with an AI action plan" <a href="https://archive.is/ERCme" rel="nofollow">https://archive.is/ERCme</a><p>Regardless of what you think of the quality of that opinion, it took very little effort to make.<p>Compare the sources they used to the work it would take go out on the ground and do novel research:<p>- Their own news article about it (itself based on press releases and an off-the-record comment that obviously would have come from someone in the White House press office assigned to promote the press release)<p>- Their own past opinion pieces<p>- Reuters.com<p>- WhiteHouse.gov<p>- Online govt statistics<p>- CNN.com<p>- NeurIPS' blog<p>- Columbia Business School blog<p>- Matthew Yglesias' blog<p>- Greg Lukanioff's blog<p>I could have found those sources based on vague memories of tweets I've seen by following journalists on Bluesky and a few hours of googling. I suspect they did the same, except they used X instead.</p>
]]></description><pubDate>Mon, 28 Jul 2025 09:46:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44709061</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=44709061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44709061</guid></item><item><title><![CDATA[New comment by iudqnolq in "Warp.dev Terminal – Overpriced, Buggy, and AI-Sabotaged My Code"]]></title><description><![CDATA[
<p>I've found Claude to be terrible at undoing.<p>It feels analogous to what would happen if you put me in front of a broken project without source control that I've never seen before and asked me to fix it without giving me enough time to actually understand it. It starts from errors and bugs, guesses corresponding source code, and tries to narrowly fix just that snippet. Generally it favors deleting, but not specifically deleting new code.<p>I would have thought it could record a log of its actions and use that log to think about undoing. I would also think it could annotate lines with git blame so it knows undoing wouldn't involve changing anything more than say a day old. Unfortunately that isn't consistent with what I've seen.<p>I just make a WIP git commit and run git commit -A --amend --no-edit after manually reviewing each unit of work.<p>Edit: I also wish Claude implemented undo at a higher level instead of relying on the model. Some combination of snapshotting the whole repo and tracking operations that have precise inverses. But I understand that would have drawbacks.</p>
]]></description><pubDate>Mon, 28 Jul 2025 09:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44708908</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=44708908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44708908</guid></item><item><title><![CDATA[New comment by iudqnolq in "Show HN: MCP server for up-to-date Zig standard library documentation"]]></title><description><![CDATA[
<p>I have a gut feeling that writing this kind of MCP server can't be the future of software development. I'd expect a two year old AI model to need this kind of handholding, but I don't understand why it's still necessary.<p>Couldn't any modern AI model know that Zig docs are relevant to the question, figure out how to find the docs, write some code to parse it, and guess how frequently to update it's cache?<p>I expect there to be plenty of problems AI can't write for the foreseeable future but they have a very different vibe from this.<p>Edit: I just asked Claude Sonnet 4 to pretend it has a tool that makes docs available that has an update frequency parameter. It said the zig stdlib should be updated weekly but the Java stdlib would only need quarterly. Seems reasonable to me.</p>
]]></description><pubDate>Fri, 25 Jul 2025 14:06:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44683289</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=44683289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44683289</guid></item><item><title><![CDATA[New comment by iudqnolq in "An inside look at NSA tactics, techniques and procedures from China's lens"]]></title><description><![CDATA[
<p>> Second date has capabilities of network eavesdropping, MiTM, and code injection<p>This is probably a dumb question but doesn't that require an SSL cert? Obviously the NSA can get someone to issue a cert for a domain they don't own but wouldn't that be visible?<p>Couldn't you have every user device log the SSL certs it sees to detect this attack? What about CT?</p>
]]></description><pubDate>Thu, 20 Feb 2025 09:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43112775</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=43112775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43112775</guid></item><item><title><![CDATA[New comment by iudqnolq in "Servo's progress in 2024"]]></title><description><![CDATA[
<p>Because flexbox & grid are amazing. And you'll probably need it anyway if you ever have to render arbitrary rich text.</p>
]]></description><pubDate>Thu, 06 Feb 2025 10:38:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42961028</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42961028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42961028</guid></item><item><title><![CDATA[New comment by iudqnolq in "Ingesting PDFs and why Gemini 2.0 changes everything"]]></title><description><![CDATA[
<p>In what contexts is 0.84 ± 0.16 actually "nearly perfect"?</p>
]]></description><pubDate>Thu, 06 Feb 2025 10:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42960999</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42960999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42960999</guid></item><item><title><![CDATA[New comment by iudqnolq in "Hospitals gave patients meds during childbirth, then reported them for drug use"]]></title><description><![CDATA[
<p>Why should we question that? The most obvious answer would be that women who have a hard time giving birth are more likely to get painkillers and less likely to want a second child.</p>
]]></description><pubDate>Sat, 14 Dec 2024 01:16:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42413812</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42413812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42413812</guid></item><item><title><![CDATA[New comment by iudqnolq in "When a Telescope Is a National-Security Risk"]]></title><description><![CDATA[
<p>But do the Houthis?</p>
]]></description><pubDate>Wed, 04 Dec 2024 01:00:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42313483</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42313483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42313483</guid></item><item><title><![CDATA[New comment by iudqnolq in "When a Telescope Is a National-Security Risk"]]></title><description><![CDATA[
<p>> Over the coming days and weeks they will disperse along their orbital plane, and likely also raise their orbital altitude.<p>That's historic data</p>
]]></description><pubDate>Tue, 03 Dec 2024 18:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42309568</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42309568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42309568</guid></item><item><title><![CDATA[New comment by iudqnolq in "When a Telescope Is a National-Security Risk"]]></title><description><![CDATA[
<p>Then tell me where these ones are: <a href="https://space.skyrocket.de/doc_sdat/usa-354.htm" rel="nofollow">https://space.skyrocket.de/doc_sdat/usa-354.htm</a></p>
]]></description><pubDate>Tue, 03 Dec 2024 09:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42304350</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42304350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42304350</guid></item><item><title><![CDATA[New comment by iudqnolq in "Async await: the worst thing to happen to programming?"]]></title><description><![CDATA[
<p>I misread your comment. It wouldn't make sense to have a non-async sleep in a browser, as it is an event-loop based primarily single-threaded JavaScript runtime.</p>
]]></description><pubDate>Thu, 14 Nov 2024 10:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42134958</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42134958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42134958</guid></item><item><title><![CDATA[New comment by iudqnolq in "Async await: the worst thing to happen to programming?"]]></title><description><![CDATA[
<p><p><pre><code>    function sleep(ms) {
        return new Promise((resolve) =>
            setTimeout(() => resolve(), ms)
        );
     }</code></pre></p>
]]></description><pubDate>Thu, 14 Nov 2024 10:32:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42134841</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42134841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42134841</guid></item><item><title><![CDATA[A computational analysis of potential algorithmic bias on X during the election]]></title><description><![CDATA[
<p>Article URL: <a href="https://eprints.qut.edu.au/253211/">https://eprints.qut.edu.au/253211/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42125818">https://news.ycombinator.com/item?id=42125818</a></p>
<p>Points: 21</p>
<p># Comments: 5</p>
]]></description><pubDate>Wed, 13 Nov 2024 13:19:25 +0000</pubDate><link>https://eprints.qut.edu.au/253211/</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=42125818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42125818</guid></item><item><title><![CDATA[New comment by iudqnolq in "Up to $41B in World Bank climate finance unaccounted for, Oxfam finds"]]></title><description><![CDATA[
<p>The money is not actually missing*.<p>Oxfam attempted to add up all the numbers in various PDFs linked on the World Bank's website and got a total that's less than the headline figure in the World Bank's press releases. (See the actual report at <a href="https://oxfamilibrary.openrepository.com/bitstream/handle/10546/621658/bp-climate-finance-unchecked-241017-en.pdf?sequence=6" rel="nofollow">https://oxfamilibrary.openrepository.com/bitstream/handle/10...</a>)<p>Some of that is probably missing data and some of it reflects that headlines like "USA donates 1 billion" don't actually always result in the US making a bank transfer for a billion dollars. For example sometimes it's a simplification of a complicated loan.<p>Your comment reflects a common misconception about audits. When the books don't add up that doesn't show that money is actually missing.<p>I don't love analogies to personal finance but a better one would be to suppose you asked a random US citizen what they spent money on last month and then compared it to their bank account. They'd probably be wrong, and you probably wouldn't have enough information to know exactly how wrong they were because they didn't save all their receipts and so on.<p>*edit: this report provides no evidence money is missing. to be fair it doesn't disprove missing money either</p>
]]></description><pubDate>Sun, 27 Oct 2024 20:18:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=41965328</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=41965328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41965328</guid></item><item><title><![CDATA[New comment by iudqnolq in "The Anvil Text Editor"]]></title><description><![CDATA[
<p>What about holding down the shift arrow, pressing the down arrow five times, then ctrl-r? In most IDEs replace with an active selection will default to replacing only in the selection.</p>
]]></description><pubDate>Fri, 25 Oct 2024 09:26:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=41943604</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=41943604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41943604</guid></item><item><title><![CDATA[New comment by iudqnolq in "Show HN: Pocache, preemptive optimistic caching for Go"]]></title><description><![CDATA[
<p>Is groupcache suitable for current use? I don't see commits in years and the issues have reports of panics due to bugs.</p>
]]></description><pubDate>Fri, 11 Oct 2024 18:07:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41811764</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=41811764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41811764</guid></item><item><title><![CDATA[New comment by iudqnolq in "Nixiesearch: Running Lucene over S3, and why we're building a new search engine"]]></title><description><![CDATA[
<p>I'm super new to this so I'm probably missing something simple, but isn't a trigram index one of the canonical solutions for fuzzy search? Eg <a href="https://www.postgresql.org/docs/current/pgtrgm.html" rel="nofollow">https://www.postgresql.org/docs/current/pgtrgm.html</a><p>That often involves recording original trigram position, but I think that's necessary to weigh "I like happy cats" higher than "I like happy dogs but I don't like cats" in a search for "happy cats".</p>
]]></description><pubDate>Thu, 10 Oct 2024 14:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41799377</link><dc:creator>iudqnolq</dc:creator><comments>https://news.ycombinator.com/item?id=41799377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41799377</guid></item></channel></rss>