<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: edwr</title><link>https://news.ycombinator.com/user?id=edwr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 19:07:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=edwr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by edwr in "Internet Archive forced to remove 500k books after publishers' court win"]]></title><description><![CDATA[
<p>s/countries/country/<p>Given the variety of agreements on international intellectual property law such as the Berne Convention, WCT, TRIPS pushed through multinational organizations like the WTO, the only country in the world with 0 copyright is the Marshall Islands (excluding audio-visual media regulated by the Unauthorized Copies of Recorded Materials Act, 1991). Even North Korea has life + 50 years.<p>Some countries decide to leave their copyright laws unenforced (or selectively enforced if they don't like you). Not much choice for people who don't agree with copyright law itself though.</p>
]]></description><pubDate>Sat, 22 Jun 2024 07:22:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=40757124</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=40757124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40757124</guid></item><item><title><![CDATA[New comment by edwr in "Internet Archive forced to remove 500k books after publishers' court win"]]></title><description><![CDATA[
<p>Physical property is zero-sum. If someone else is driving your car, you can't drive it. If you copy my PDF, I still have my PDF and can use it exactly the same. I'm only deprived of a hypothetical profit I could have made by selling that PDF to you (if you would've paid for it).<p>Imagine I believe that depriving people of hypothetical profits is morally wrong. By the same logic, libraries are stealing from authors by depriving them of potential sales. Peaceful protesters are stealing from retail businesses by obstructing hypothetical sales. Municipal water suppliers are stealing from bottled water companies by depriving hypothetical sales.<p>My logic wouldn't have internal consistency with societal norms unless I accepted that creative production is somehow unique and special, and warrants special rules to protect hypothetical profits with the threat of lawyers and state-backed violence.<p>Still, let's assume I agree. There are many scenarios, illegal under intellectual property law, where the author/creator isn't deprived of anything, even a hypothetical profit. Consider that copyright lasts for 70 years after the death of the author. For 70 years, the author isn't deprived of even hypothetical profit, because they're already dead.</p>
]]></description><pubDate>Sat, 22 Jun 2024 06:56:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40756995</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=40756995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40756995</guid></item><item><title><![CDATA[New comment by edwr in "Anatomy of a credit card rewards program"]]></title><description><![CDATA[
<p>Tax credit for mortgage interest encourages speculative investment in the housing market. Tax credit for credit card debt encourages consumer economic activity.</p>
]]></description><pubDate>Thu, 04 Apr 2024 12:46:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=39929730</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39929730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39929730</guid></item><item><title><![CDATA[New comment by edwr in "Care"]]></title><description><![CDATA[
<p>In the same way the risk premium of a financial security is proportional to its riskiness.</p>
]]></description><pubDate>Thu, 14 Mar 2024 08:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39701641</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39701641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39701641</guid></item><item><title><![CDATA[New comment by edwr in "When, if ever, will HTML support template stamping"]]></title><description><![CDATA[
<p>I think you're right. It's a good change for people who want to build web applications. Maybe that's the right thing for future development ease. I feel it's a shame though, the de-emphasis of web documents leads to more content being centralized on large platforms like Facebook, Medium, etc. People at the small scale don't benefit as much from programmability. It leads to a less open and inclusive web.</p>
]]></description><pubDate>Sun, 25 Feb 2024 07:09:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39498381</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39498381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39498381</guid></item><item><title><![CDATA[New comment by edwr in "When, if ever, will HTML support template stamping"]]></title><description><![CDATA[
<p>In my opinion, whether or not a website uses JS is orthogonal to this (though, I would argue websites shouldn't need JS just to repeat some elements). The issue is web has changed from JS enhancing a structure defined by HTML to JS subsuming the role of the web entirely (see HTML-in-JS, CSS-in-JS). Perhaps the greatest issue is that people don't realise that this is an issue.<p>It's a useful paradigm for people making highly dynamic websites like Google Maps but the vast majority of websites are not Google Maps. Since 2011, browser vendors and standards bodies have expended an astronomical amount of time, effort and resources into designing and implementing the Web Components spec. The resources used to develop Web Components came at the expense of other features that could have improved the web. More than a decade later, adoption into non-Google websites is a rounding error.<p>Web Components are designed as a behavior (JS) first standard, not a structure (HTML) first standard. This is not the way many websites are designed, it's evident in the popularity of structure-first frameworks like Vue and htmx. You can't force a website into a web application shaped hole.</p>
]]></description><pubDate>Fri, 23 Feb 2024 23:57:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=39487705</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39487705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39487705</guid></item><item><title><![CDATA[When, if ever, will HTML support template stamping]]></title><description><![CDATA[
<p>Article URL: <a href="https://edref.neocities.org/htmltemplating">https://edref.neocities.org/htmltemplating</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39480233">https://news.ycombinator.com/item?id=39480233</a></p>
<p>Points: 2</p>
<p># Comments: 5</p>
]]></description><pubDate>Fri, 23 Feb 2024 13:21:49 +0000</pubDate><link>https://edref.neocities.org/htmltemplating</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39480233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39480233</guid></item><item><title><![CDATA[New comment by edwr in "Mozilla names new CEO as it pivots to data privacy"]]></title><description><![CDATA[
<p>All too often being 'mobile first' means being desktop last. It feels like a betrayal when UX becomes a zero sum tradeoff between new users and the enthusiast users who built the platform and community to be what it is. User research metrics will favor the new users every time because inexperienced users tend to be the majority. Eventually, the enthusiast users leave, causing many to wonder why the original culture and appeal of a website disappeared.</p>
]]></description><pubDate>Thu, 08 Feb 2024 23:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39308979</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=39308979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39308979</guid></item><item><title><![CDATA[New comment by edwr in "Show HN: PDFs from HTML"]]></title><description><![CDATA[
<p>I'm very confused with the PDF appreciation comments. I have to read lots of PDF textbooks and reference documents for school and the experience is grating, especially trying to navigate a document with upwards of 1000 pages on the Chrome PDF reader or Adobe Acrobat on a laptop. Trying to manipulate a tiny scrollbar with a laptop touchpad is very frustrating and using gesture scrolling is tedious for a large document when you have to flip around to various pages. Perhaps I've been doing something wrong, any thoughts?</p>
]]></description><pubDate>Mon, 05 Apr 2021 00:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=26694176</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=26694176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26694176</guid></item><item><title><![CDATA[New comment by edwr in "Are Hackers the New Luddites? [audio]"]]></title><description><![CDATA[
<p>I think they have greater incentives for filtering out spam on YouTube.</p>
]]></description><pubDate>Sat, 03 Apr 2021 06:47:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=26678851</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=26678851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26678851</guid></item><item><title><![CDATA[New comment by edwr in "CEO of Waymo John Krafcik is leaving"]]></title><description><![CDATA[
<p>self driving light rail would be interesting</p>
]]></description><pubDate>Fri, 02 Apr 2021 22:52:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=26676774</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=26676774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26676774</guid></item><item><title><![CDATA[New comment by edwr in "BSDs or Illumos may be good alternatives to Linux (2017)"]]></title><description><![CDATA[
<p>"Those days are dead and gone and the eulogy was delivered by Perl." 
- Rob Pike on the UNIX principles</p>
]]></description><pubDate>Tue, 27 Nov 2018 09:01:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=18540740</link><dc:creator>edwr</dc:creator><comments>https://news.ycombinator.com/item?id=18540740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18540740</guid></item></channel></rss>