<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: notriddle</title><link>https://news.ycombinator.com/user?id=notriddle</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 08:54:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=notriddle" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by notriddle in "The rise of influencer capital"]]></title><description><![CDATA[
<p>Horses are much more expensive to own than cars. You can't just leave them sitting in a lot for 20 out of 24 hours a day, they only feed themselves if you're living out in the middle of the prairie, and you can't just replace a broken leg.<p>If horses are more "pro-social" than cars, it's because the only people who could afford them are the very wealthy and people who made their living riding horses like cowboys and taxi drivers. Cars are "worse" than horses because they're too superior, which means the middle class all own personal cars and have stopped financing public transit and pedestrian-friendly city layout that the lower classes would coincidentally benefit from.</p>
]]></description><pubDate>Tue, 15 Nov 2022 19:17:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=33613616</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33613616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33613616</guid></item><item><title><![CDATA[New comment by notriddle in "Scaling Mastodon in the face of an exodus"]]></title><description><![CDATA[
<p>More importantly, email has become extremely consolidated. It has most of the disadvantages of being federated, and not very many of the advantages (Google sees most of the emails I send and receive even though I don't use them).</p>
]]></description><pubDate>Fri, 11 Nov 2022 21:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=33567206</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33567206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33567206</guid></item><item><title><![CDATA[New comment by notriddle in "We should have Markdown-rendered websites"]]></title><description><![CDATA[
<p>Of course it's related to the format. Many formats, like PNG and Gemtext, are inherently self-contained, while other formats, like HTML and SVG, are not.<p>Annoyingly, EPUB isn't inherently self-contained [1], but external access is explicitly optional [2], and it does make self-containment easier, because you can reuse resources across multiple pages, whereas HTML requires you to either duplicate the resources across multiple pages, or you have to build your thing as a single massive HTML page.<p>[1]: <a href="https://www.w3.org/TR/epub/#sec-resource-locations" rel="nofollow">https://www.w3.org/TR/epub/#sec-resource-locations</a><p>[2]: <a href="https://www.w3.org/TR/epub-rs/#sec-epub-rs-network-access" rel="nofollow">https://www.w3.org/TR/epub-rs/#sec-epub-rs-network-access</a></p>
]]></description><pubDate>Thu, 10 Nov 2022 19:12:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=33551522</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33551522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33551522</guid></item><item><title><![CDATA[New comment by notriddle in "We should have Markdown-rendered websites"]]></title><description><![CDATA[
<p>I've seen a few people on here recommending everything from "just use HTML" (which misses the point) to "just use Gemini" (which misses the point even more).<p>Why not HTML? Why not Markdown? They aren't self-contained.<p>* A web page written in either format can leak your IP address to external bad actors because of the way inline images work.<p>* Loading resources from more than one server is a reliability and security problem, and it performs bad on initial load (it's great for subsequent loads, since external resources can be cached, but initial load time is bad and tech designers should really spend more time thinking about worst-case perf than about average-case).<p>* Downloading a web page is overly complicated. I should be able to download a page to my computer and never have to worry about the origin server going away, and that's not possible on the HTML5 web. This is one of the main reasons for the enduring popularity of PDF. IPFS, in particular, would benefit from a self-contained document format, because it needs to know the full set of dependencies in order to pin a page as a whole, and ensure that you don't accidentally pin an HTML file without pinning its images and wind up with a broken site.<p>Sure, you can make HTML pages that are self-contained, but because they aren't always, people don't build workflows around them.<p>Why not Gemtext/Gemini?<p>* Nobody but nostalgic nerds cares about simplicity of implementation. I mean, come on, Markdown is even harder to parse than HTML is! Nostalgic nerds might be a worthwhile demographic to appeal to, but I think IPFS wants a wider audience than that.<p>* Inline images are not optional. Too many great creators with a lot of worthwhile things to say are either <i>creative artists</i> or <i>technical artists</i>. In the BBS era before inline images were practical, it didn't stop people from drawing; they just relied in ANSI and ASCII art, and "let's go back to typewriter art" only appeals to nostalgic nerds.<p>* And once you have inline images, you have to offer rich text layout features like tables, otherwise people will start posting pictures of text to work around your missing features (which <i>sucks</i> for either accessibility, because blind people can't read them, or it sucks for simplicity, because deploying OCR is even more complicated than just offering decent text layout).<p>If I had to pick something? <a href="https://en.wikipedia.org/wiki/EPUB" rel="nofollow">https://en.wikipedia.org/wiki/EPUB</a><p>* You can download an EPUB, and when the original host goes away, it still works! Pinning an EPUB in something like IPFS can work without requiring the CDN to know anything about the file format, since EPUBs are self-contained.<p>* Tooling already exists. It's just XHTML in a ZIP file anyway, but there's also EPUB-specific tooling (for example, the Texinfo release announcement a few days ago mentioned that you can export EPUBs from GNU info manuals).<p>* It supports text and image layouts that writers demand.<p>* There is one standard.</p>
]]></description><pubDate>Thu, 10 Nov 2022 17:25:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=33549952</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33549952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33549952</guid></item><item><title><![CDATA[New comment by notriddle in "Why is Rosetta 2 fast?"]]></title><description><![CDATA[
<p><a href="https://tomaszs2.medium.com/how-rust-1-64-became-10-20-faster-on-windows-3a8bb5e81d70" rel="nofollow">https://tomaszs2.medium.com/how-rust-1-64-became-10-20-faste...</a><p><a href="https://news.ycombinator.com/item?id=33306945" rel="nofollow">https://news.ycombinator.com/item?id=33306945</a></p>
]]></description><pubDate>Wed, 09 Nov 2022 18:51:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=33536170</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33536170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33536170</guid></item><item><title><![CDATA[New comment by notriddle in "Nvidia Security Team: “What if we just stopped using C?”"]]></title><description><![CDATA[
<p>The article is about Ada SPARK, and nVidia using it to develop their firmware <i>today</i>.</p>
]]></description><pubDate>Mon, 07 Nov 2022 16:57:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=33508483</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33508483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33508483</guid></item><item><title><![CDATA[New comment by notriddle in "White House deletes tweet after Twitter adds 'context' note"]]></title><description><![CDATA[
<p>The ballot I filled out a few weeks ago had several such things on it. They are called "ballot measures," or "referenda," and the overall ideology for them is called "Direct Democracy."<p>Obviously, they are subject to all the typical "push polling" weaknesses, where people can be coaxed into voting a certain way using manipulative wording.</p>
]]></description><pubDate>Sat, 05 Nov 2022 00:36:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=33476269</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33476269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33476269</guid></item><item><title><![CDATA[New comment by notriddle in "Taste vs. Skills"]]></title><description><![CDATA[
<p>I think you might have a point, but it's not applicable to this situation. Software architecture isn't like architecture. It's more like mathematics, or maybe poetry. There's a language to it, and if you don't speak it, you're not going to <i>get it.</i><p>Imagine presenting the original version of King Lear to someone who doesn't know English. It's beautify poetry, I won't argue that, and our hypothetical listener might even be able to detect the rhythm of its iambic pentameter buried under the seemingly-gibberish words, but they <i>won't</i> appreciate it on the same level as someone who actually speaks the language. And while they'd be able to get the story if it was translated, it would lose the rhythm unless the translator recreated it, at which point you've got a new work of art.<p>Similarly, nobody's going to be able to appreciate the Git data model unless they've already got a solid sense of algorithmic thinking, and preferably the background knowledge of filesystems to know what problem it's actually trying to solve. Or the Quicksort algorithm to someone who doesn't even know what a recursion is.<p>(Some anal-retentive postmodernist would probably argue that there is, in fact, a language to physical architecture, and that if you don't speak it, you won't get it. The problem is that the only way I know of to test that would be to find someone with zero experience with human-made structures, which seems impossible. I see no real purpose in arguing this point, because when it comes to algorithmic beauty, there is definitely a skill floor below which you just won't get it.)</p>
]]></description><pubDate>Sat, 05 Nov 2022 00:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=33476038</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33476038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33476038</guid></item><item><title><![CDATA[New comment by notriddle in "Mozilla launches venture fund to fuel responsible tech companies"]]></title><description><![CDATA[
<p>Bringing back XUL extensions won't rescue Firefox, because removing XUL extensions is not what caused Firefox to lose marketshare in the first place.<p><a href="https://cdn.fosstodon.org/media_attachments/files/108/556/560/715/311/519/original/1d624e684edbf8b5.png" rel="nofollow">https://cdn.fosstodon.org/media_attachments/files/108/556/56...</a><p>Source for the "XUL Deprecated in August 2015" date: <a href="https://blog.mozilla.org/addons/2015/08/21/the-future-of-developing-firefox-add-ons/" rel="nofollow">https://blog.mozilla.org/addons/2015/08/21/the-future-of-dev...</a><p>Source for the browser stats over time: <a href="https://commons.wikimedia.org/wiki/File:BrowserUsageShare.png" rel="nofollow">https://commons.wikimedia.org/wiki/File:BrowserUsageShare.pn...</a></p>
]]></description><pubDate>Thu, 03 Nov 2022 21:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=33457751</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33457751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33457751</guid></item><item><title><![CDATA[New comment by notriddle in "Justice Department announces takedown of catalytic converter theft ring"]]></title><description><![CDATA[
<p>That seems like an impossible standard. What happens if the criminal took a job that payed less because of their criminal activity, put the legal paychecks into house payments, and the illegal money into food and other consumables?</p>
]]></description><pubDate>Thu, 03 Nov 2022 01:24:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=33445496</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33445496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33445496</guid></item><item><title><![CDATA[New comment by notriddle in "PR that converts the TypeScript repo from namespaces to modules"]]></title><description><![CDATA[
<p>Yes, you technically can write high-perf JavaScript code...<p><a href="https://github.com/alangpierce/sucrase/blob/153fa5bf7603b9a5b77c3ffb9164836671836f48/src/TokenProcessor.ts#L114-L147" rel="nofollow">https://github.com/alangpierce/sucrase/blob/153fa5bf7603b9a5...</a><p>But freaking <i>SIGH</i> I don't want to. I prefer coding in environments that don't require unrolling loops by hand.</p>
]]></description><pubDate>Wed, 02 Nov 2022 21:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=33442938</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33442938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33442938</guid></item><item><title><![CDATA[New comment by notriddle in "Elements of a great markup language"]]></title><description><![CDATA[
<p>If you just want to have your language throw up an error whenever it sees an unrecognized element, then you’ll probably be able to simplify it a lot. It’s probably fine, since<p>* as long as you use a build tool the errors will be seen by the author (who will know how to fix them) and not the reader<p>* graceful degradation and format extensions are a crapshoot due to Hyrum’s Law [1]<p>[1]: <a href="https://news.ycombinator.com/item?id=30726668" rel="nofollow">https://news.ycombinator.com/item?id=30726668</a></p>
]]></description><pubDate>Tue, 01 Nov 2022 15:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=33422536</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33422536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33422536</guid></item><item><title><![CDATA[New comment by notriddle in "Elements of a great markup language"]]></title><description><![CDATA[
<p>> If `class` was instead a kind of child, initially limited to a single instance per element, extending to multiple instances in a backward-compatible manner would not require introducing the DSL. It would be natural. Just allow many `class` children.<p>That's not the operative difference between children and attributes in HTML.<p>In HTML, if an element is unsupported, its contents are shown, while its attributes are ignored. This means, if a browser saw something like this:<p><pre><code>    <p>
        <class>literature</class>
        <class>english</class>
        Billions of years ago, the Universe was created. This made a lot of people very angry, and has been widely considered a bad idea.
    </p>
</code></pre>
In browsers that don't support, or even <i>predate</i> classes, you would want them to be ignored. This only works if they're attributes.</p>
]]></description><pubDate>Tue, 01 Nov 2022 05:28:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=33417311</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33417311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33417311</guid></item><item><title><![CDATA[New comment by notriddle in "I recorded user behaviour on my competitor’s websites (2018)"]]></title><description><![CDATA[
<p>No, you're thinking of clickjacking.<p>The "attack" I'm thinking of is hijacking the back button, but done using iframes instead of history.pushState. It doesn't involve any third-party origins, so x-frame-options doesn't matter, because a domain owner that wants to launch this attack has control of all the HTTP headers.</p>
]]></description><pubDate>Tue, 25 Oct 2022 23:18:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=33337539</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33337539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33337539</guid></item><item><title><![CDATA[New comment by notriddle in "I recorded user behaviour on my competitor’s websites (2018)"]]></title><description><![CDATA[
<p>As much fun as it is seeing everybody reiterate the "SPAs are stupid and we should all go back to native apps" argument for the thousandth time with exactly the same arguments again...<p>It's all a moot point, because you can reproduce this particular attach using nothing but 2001-era DHTML. Start with a page that has a hidden iframe, a link that targets it, and a timer that polls the contents of the iframe. When the page first loads, use JS to click the link to add a new item to the back stack. If clicking the link with JavaScript doesn't add a back stack item, make the link visible, but also attach an onclick event handler to it so that the link can simultaneously do what you want and also do what the victim wants.<p>After you've poisoned the back stack, you can detect that the user clicked "back" when the iframe gets reset back to its initial page. Once this is done, use `document.body.innerHTML = whatever` to set up your fake SERP.</p>
]]></description><pubDate>Tue, 25 Oct 2022 18:54:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=33334687</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33334687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33334687</guid></item><item><title><![CDATA[New comment by notriddle in "Rust in the Linux Kernel: Just the Beginning"]]></title><description><![CDATA[
<p>If course LLVM is Free Software. It’s available in the mainline Guix and Debian repositories, and its Apache license is recognized as Free by the FSF.</p>
]]></description><pubDate>Tue, 25 Oct 2022 14:17:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33330770</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33330770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33330770</guid></item><item><title><![CDATA[New comment by notriddle in "How the ‘black death’ left its genetic mark on future generations"]]></title><description><![CDATA[
<p>The article literally says it's probably not going to happen.<p>> He said that it was unlikely that Covid-19 outbreak would shape our immune system in a similar way — largely because the disease predominantly kills people after their reproductive age, meaning it's unlikely genes that confer protection would be passed on to the next generation.</p>
]]></description><pubDate>Sat, 22 Oct 2022 05:32:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=33295870</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33295870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33295870</guid></item><item><title><![CDATA[New comment by notriddle in "The Rise of ‘Luxury Surveillance’"]]></title><description><![CDATA[
<p>FOSS is useful, and may be a part of the solution, but it is not the solution in and of itself the way Free Software advocates portray it as.<p>Most people aren't programmers, people who are programmers don't read the source code of everything they run even if they're allowed to, and even people who try to read the source code for everything they run won't necessarily be able to catch every potential nefarious act. The ingredients list on the back of the box is not the only form of consumer protection in place for food. It shouldn't be the only consumer protection in place for software, either.</p>
]]></description><pubDate>Thu, 20 Oct 2022 02:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=33270176</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33270176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33270176</guid></item><item><title><![CDATA[New comment by notriddle in "Rewriting a high performance vector database in Rust"]]></title><description><![CDATA[
<p>> That kinda feels like saying Linux is too crazy because new apps get made for Linux frequently.<p>Apps are okay, but other parts of userland that roll out breaking changes on a regular basis are definitely a problem [1] [2] [3]. Even if they aren't technically part of the kernel, they are usually used with it to provide a complete working system, and they break stuff all the time.<p>[1]: <a href="https://lwn.net/Articles/904892/" rel="nofollow">https://lwn.net/Articles/904892/</a><p>[2]: <a href="https://lwn.net/Articles/840430/" rel="nofollow">https://lwn.net/Articles/840430/</a><p>[3]: <a href="https://lwn.net/Articles/777595/" rel="nofollow">https://lwn.net/Articles/777595/</a></p>
]]></description><pubDate>Tue, 18 Oct 2022 22:55:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=33255169</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33255169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33255169</guid></item><item><title><![CDATA[New comment by notriddle in "Rewriting a high performance vector database in Rust"]]></title><description><![CDATA[
<p>Rust is not boring technology. There's too much ecosystem churn, and new language features are deployed too often.<p>C++ isn't boring technology, either. If you just want to deliver value, I'd recommend Java.</p>
]]></description><pubDate>Tue, 18 Oct 2022 21:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=33254380</link><dc:creator>notriddle</dc:creator><comments>https://news.ycombinator.com/item?id=33254380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33254380</guid></item></channel></rss>