<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: ethmarks</title><link>https://news.ycombinator.com/user?id=ethmarks</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Jul 2026 02:14:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ethmarks" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ethmarks in "Can't Stop the Signal. Poison It"]]></title><description><![CDATA[
<p>> i wouldn't expect css gaussian blur of all things to cause slowdowns in some browsers<p>Gaussian blurs are <i>extremely</i> performance intensive. They need to be calculated for <i>every</i> individual pixel, and the per-pixel computation involves averaging the colors of dozens or hundreds of adjacent pixels. This site applies it to the entire <main>, which spans the entire screen's width and height on mobile, which means that it has several million pixels. That's fine if the browser only has to calculate it once, but when you're scrolling the browser has to perform those calculations for every single pixel on every single frame.<p>Apparently Chromium and Safari downscale the sampled texture which makes it less accurate but more performant, but Firefox doesn't do that because it prioritizes accuracy over performance, which explains why it only stutters on Firefox.</p>
]]></description><pubDate>Mon, 15 Jun 2026 01:14:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48535260</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48535260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48535260</guid></item><item><title><![CDATA[New comment by ethmarks in "Can't Stop the Signal. Poison It"]]></title><description><![CDATA[
<p>I'm pretty sure that's because the entire <main> of the site has an 8px Gaussian blur on it:<p><pre><code>  .site-main[data-astro-cid-bpoqdqeq] { 
    backdrop-filter:blur(8px); 
  }
</code></pre>
Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.</p>
]]></description><pubDate>Sun, 14 Jun 2026 14:14:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48527404</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48527404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48527404</guid></item><item><title><![CDATA[New comment by ethmarks in "Age verification for social media, the beginning of the end for a free internet?"]]></title><description><![CDATA[
<p>> they accept money and direct deposit still with no KYC. But to get the money out? Oh no! We need a picture of your face!<p>Unauthorized deposits aren't nearly as much of a concern as unauthorized withdrawals, right? I'd imagine that there are far fewer malicious actors that try to deposit money into random bank accounts than there are ones that try to withdraw money from random bank accounts.<p>> And there’s no option for going in person.<p>Won't an in-person bank also take pictures of you via security cameras? I don't really understand your objection here, could you elaborate?</p>
]]></description><pubDate>Tue, 02 Jun 2026 03:59:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48365853</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48365853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48365853</guid></item><item><title><![CDATA[New comment by ethmarks in "DuckDuckGo search saw 28% more visits after Google said people love AI mode"]]></title><description><![CDATA[
<p>> when they bought the successful ads company<p>Could you elaborate on this? What ad company did Google buy?</p>
]]></description><pubDate>Wed, 27 May 2026 18:28:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48298395</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48298395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48298395</guid></item><item><title><![CDATA[New comment by ethmarks in "Points are a weird and inconsistent unit of measure"]]></title><description><![CDATA[
<p>Does the pitch describe the distance between the edges of the pixels or between the centers?</p>
]]></description><pubDate>Sat, 16 May 2026 16:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48161343</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48161343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48161343</guid></item><item><title><![CDATA[New comment by ethmarks in "RaTeX: KaTeX-compatible LaTeX rendering engine in pure Rust"]]></title><description><![CDATA[
<p>> the size of the rust binary<p>The `render` binary weighed 4.0 MB on disk when I compiled it a few minutes ago. Not sure if that's what you were looking for, but just in case it is, there you go.<p>Here's the logs, if you want: <a href="https://gist.github.com/ethmarks/8df92a68c3076ea2f4a5aedba9fefa28" rel="nofollow">https://gist.github.com/ethmarks/8df92a68c3076ea2f4a5aedba9f...</a></p>
]]></description><pubDate>Thu, 07 May 2026 20:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48054781</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=48054781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48054781</guid></item><item><title><![CDATA[New comment by ethmarks in "CJIT: C, Just in Time"]]></title><description><![CDATA[
<p>The source for the site is here: <a href="https://github.com/dyne/cjit/tree/main/docs" rel="nofollow">https://github.com/dyne/cjit/tree/main/docs</a>. It's a VitePress site with a custom theme. Glancing through the code, I don't see any obvious signs of LLM coding. It also definitely wasn't created with Codex specifically, because according to the commit history, the first version of the site was in late 2024, months before Codex even released.</p>
]]></description><pubDate>Tue, 28 Apr 2026 21:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47940929</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47940929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47940929</guid></item><item><title><![CDATA[New comment by ethmarks in "College instructor turns to typewriters to curb AI-written work"]]></title><description><![CDATA[
<p>I don't think that complaining about things necessitates believing that you're entitled to them. I agree that complaining about things you received for free is in rather poor taste, but I don't think that it's morally wrong in the way that you seem to think it is. If an article you read for free had a pop-up ad on it, you have not been wronged in any way and do not have grounds to sue them, but you should be permitted to voice your complaint, so long as it's of the form "I don't like this" and not "look what they subjected me to, those monsters".</p>
]]></description><pubDate>Sun, 19 Apr 2026 13:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47824102</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47824102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47824102</guid></item><item><title><![CDATA[New comment by ethmarks in "447 TB/cm² at zero retention energy – atomic-scale memory on fluorographane"]]></title><description><![CDATA[
<p>Pardon my ignorance, but why does the "447 TB/cm^2" density value use square centimeters instead of a volume unit? Does the information capacity of this material really scale in proportion to area? How? Or is it just a typo?</p>
]]></description><pubDate>Sun, 12 Apr 2026 12:35:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47738929</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47738929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47738929</guid></item><item><title><![CDATA[New comment by ethmarks in "How many products does Microsoft have named 'Copilot'?"]]></title><description><![CDATA[
<p>The Copilot in Visual Studio (Code) is not the same as Microsoft's Copilot. The former is GitHub's AI product and the latter is Microsoft's AI product. You can tell them apart because GitHub Copilot's icon is a helmet with goggles and Microsoft Copilot's icon is a colourful swirl thing.<p>It's wildly confusing branding not only because they're identically-named things that both repackage OpenAI's LLMs, but also because they're both ultimately owned by the same company.<p>I can only assume that the conflicting naming convention was either due to sheer incompetence or because they decided that confusing users was advantageous to them.</p>
]]></description><pubDate>Sat, 04 Apr 2026 20:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47643220</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47643220</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47643220</guid></item><item><title><![CDATA[New comment by ethmarks in "Mercurial Dyson – a plan for the disassembly of planet Mercury"]]></title><description><![CDATA[
<p>Kurzgesagt didn't invent the concept of disassembling Mercury to build a Dyson swarm. Stuart Armstrong proposed it in a lecture in 2012[0].<p>[0]: <a href="https://youtu.be/zQTfuI-9jIo?si=3jwmhoB7zx6rclhb" rel="nofollow">https://youtu.be/zQTfuI-9jIo?si=3jwmhoB7zx6rclhb</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 19:11:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630808</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47630808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630808</guid></item><item><title><![CDATA[New comment by ethmarks in "Mercurial Dyson – a plan for the disassembly of planet Mercury"]]></title><description><![CDATA[
<p>There are other substances that can be used for reactor coolant. Molten salt reactors are  actually substantially more efficient than water-cooled reactors because they have a higher operating temperature. You can also use liquid metal as coolant, such as lead or bismuth.</p>
]]></description><pubDate>Fri, 03 Apr 2026 19:02:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630689</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47630689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630689</guid></item><item><title><![CDATA[New comment by ethmarks in "Mercurial Dyson – a plan for the disassembly of planet Mercury"]]></title><description><![CDATA[
<p>Could you elaborate? Why would being deep in the gravity well be a non-starter? I thought Mercury's proximity to Sol was a huge advantage because of the ample solar power which would make planet-side manufacturing easier.</p>
]]></description><pubDate>Fri, 03 Apr 2026 18:58:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630640</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47630640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630640</guid></item><item><title><![CDATA[New comment by ethmarks in "Artemis II is not safe to fly"]]></title><description><![CDATA[
<p>They asked if the astronauts "want to risk it", not if it was actually safe. Those are very different questions. The astronauts are, in fact, the world's leading experts on whether or not they personally want to risk it, so it's not entirely unreasonable to think that they could answer that question.<p>It just depends on whether you think that the fact that they accept the risks is reason enough to let them fly a potentially-dangerous spacecraft.</p>
]]></description><pubDate>Tue, 31 Mar 2026 13:31:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47587111</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47587111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47587111</guid></item><item><title><![CDATA[New comment by ethmarks in "Miasma: A tool to trap AI web scrapers in an endless poison pit"]]></title><description><![CDATA[
<p>The semantics that make sense to me is that "DDoS" describes the symptom/effect irrespective of intent, and "DDoS attack" describes the malicious crime. But the terms are frequently used interchangeably.</p>
]]></description><pubDate>Sun, 29 Mar 2026 22:39:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47568175</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47568175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47568175</guid></item><item><title><![CDATA[New comment by ethmarks in "Voyager 1 runs on 69 KB of memory and an 8-track tape recorder"]]></title><description><![CDATA[
<p>Project Hail Mary. It's a sci-fi novel by Andy Weir (author of The Martian) that was adapted into a movie that released in theaters a couple weeks ago. It's fantastic and you should totally read/watch it.</p>
]]></description><pubDate>Sun, 29 Mar 2026 18:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47565950</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47565950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47565950</guid></item><item><title><![CDATA[New comment by ethmarks in "Miasma: A tool to trap AI web scrapers in an endless poison pit"]]></title><description><![CDATA[
<p>Firstly, since this argument is about semantic pedantry anyways, it's just denial-of-service, not distributed denial-of-service. AI scraper requests come from centralized servers, not a botnet.<p>Secondly, denial-of-service implies intentionality and malice that I don't think is present from AI scrapers. They cause huge problems, but only as a negligent byproduct of other goals. I think that the tragedy of the commons framing is more accurate.<p>EDIT: my first point was arguably incorrect because some scrapers do use decentralized infrastructure and my second point was clearly incorrect because "denial-of-service" describes the effect, not the intention. I retract both points and apologize.</p>
]]></description><pubDate>Sun, 29 Mar 2026 16:26:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47564575</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47564575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47564575</guid></item><item><title><![CDATA[New comment by ethmarks in "Miasma: A tool to trap AI web scrapers in an endless poison pit"]]></title><description><![CDATA[
<p>Unintentional denial-of-service attacks from AI scrapers are definitely a problem, I just don't know if "theft" is the right way to classify them. They shouldn't get lumped in with intellectual property concerns, which are a different matter. AI scrapers are a tragedy of the commons problem kind of like Kessler syndrome: a few bad actors can ruin low Earth orbit for everyone via space pollution, which is definitely a problem, but saying that they "stole" LEO from humanity doesn't feel like the right terminology. Maybe the problem with AI scrapers could be better described as "bandwidth pollution" or "network overfishing" or something.</p>
]]></description><pubDate>Sun, 29 Mar 2026 16:11:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47564408</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47564408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47564408</guid></item><item><title><![CDATA[New comment by ethmarks in "2% of ICML papers desk rejected because the authors used LLM in their reviews"]]></title><description><![CDATA[
<p>In a similar vein, I want a text editor where pasting from an external source isn't allowed. If you try, it should instantly remove the pasted text. Copy-pasting from inside the document would still be allowed (it could detect this by keeping track of every string in the document that has been selected by the cursor and allowing pastes that match one of those strings).<p>It wouldn't work in every use case (what if you need to include a verbatim quote and don't want to make typos by manually typing it?), but it'd be useful when everything in the document should be <i>your</i> words and you want to remove the temptation to use LLMs.</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:29:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47439078</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47439078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47439078</guid></item><item><title><![CDATA[New comment by ethmarks in "Sci-Fi Short Film “There Is No Antimemetics Division” [video]"]]></title><description><![CDATA[
<p>Which is especially odd because the author (Sam Hughes) lives in the UK and wrote the original in UK English, but apparently wrote the rewrite in US English. For example, a chapter in the original was titled "Case Colourless Green", but in the US edition of the rewrite that chapter is "Case Colorless Green" (without the 'u'). So Hughes, a native UK English speaker, wrote the rewrite in a non-native (to him) dialect, then had it (lazily) translated into his native dialect.</p>
]]></description><pubDate>Tue, 17 Mar 2026 12:09:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411567</link><dc:creator>ethmarks</dc:creator><comments>https://news.ycombinator.com/item?id=47411567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411567</guid></item></channel></rss>