<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: eftpotrm</title><link>https://news.ycombinator.com/user?id=eftpotrm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 04:24:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eftpotrm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eftpotrm in "XSLT RIP"]]></title><description><![CDATA[
<p>Aside from the other commenter's point about this being a misleading comparison, you didn't need to reinvent the whole XML ecosystem from scratch, it was already there and functional. One of the big claims I've seen for JSON though is that it has array support, which XML doesn't. And which is correct as far as it goes, but also it would have been far from impossible to code up a serializer/deserializer that let you treat a collection of identically typed XML nodes as an array. Heck, for all I know it exists, it's not conceptually difficult.</p>
]]></description><pubDate>Mon, 10 Nov 2025 11:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45874761</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=45874761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45874761</guid></item><item><title><![CDATA[New comment by eftpotrm in "XSLT RIP"]]></title><description><![CDATA[
<p>What makes XSLT inherently unsuitable for an interactive application in your mind? All it does is transform one XML document into another; there's no earthly reason why you can't ornament that XML output in a way that supports interactive JS-driven features, or use XSLT to built fragments of dynamically created pages that get compiled into the final rendered artifact elsewhere.</p>
]]></description><pubDate>Mon, 10 Nov 2025 10:10:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45874414</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=45874414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45874414</guid></item><item><title><![CDATA[New comment by eftpotrm in "XSLT RIP"]]></title><description><![CDATA[
<p>I'm aware I'm in a minority, but I find it sad that XSLT stalled and is mostly dead in the market. The amount of effort put into replicating most the XML+XPath+XSLT ecosystem we had as open standards 25 years ago using ever-changing libraries with their own host of incompatible limitations, rather than improving what we already had, has been a colossal waste of talent.<p>Was SOAP a bad system that misunderstood HTTP while being vastly overarchitected for most of its use cases? Yes. Could overuse of XML schemas render your documents unreadable and overcomplex to work with? Of course. Were early XML libraries well designed around the reality of existing programming languages? No. But also was JSON's early implementation of 'you can just eval() it into memory' ever good engineering? No, and by the time you've written a JSON parser that beats that you could've equally produced an equally improved XML system while retaining the much greater functionality it already had.<p>RIP a good tech killed by committees overembellishing it and engineers failing to recognise what they already had over the high of building something else.</p>
]]></description><pubDate>Mon, 10 Nov 2025 10:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45874399</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=45874399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45874399</guid></item><item><title><![CDATA[New comment by eftpotrm in "UK government states that 'safety' act is about influence over public discourse"]]></title><description><![CDATA[
<p>Passed with the support of the current governing party, it should be noted.</p>
]]></description><pubDate>Fri, 15 Aug 2025 12:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44911420</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=44911420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44911420</guid></item><item><title><![CDATA[New comment by eftpotrm in "Electric cars produce less brake dust pollution than combustion-engine cars"]]></title><description><![CDATA[
<p>BMW tried that with the i3, it wasn't particularly popular. An engine, fuel system and a generator are all relatively complex additions compared to just putting the same cost and vehicle space into more batteries, and the public charging networks are definitely up to the task by now (having been EV-only for almost 5 years now).</p>
]]></description><pubDate>Thu, 24 Jul 2025 12:02:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44669651</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=44669651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44669651</guid></item><item><title><![CDATA[New comment by eftpotrm in "Migrating to Postgres"]]></title><description><![CDATA[
<p>I can't help thinking more startups need greybeards around. (Of which, realistically, I'm now one.)<p>Largest table 100 million rows and they were paying 6 figures for database services annually? I have one now that sits happily enough on an 8yo laptop. I've worked on systems that had similar scale tables chugging along on very average for 20 years ago MSSQL 2000 boxes. There just isn't a need for cloud scale systems and cloud scale bills for that data volume.<p>The problems they're describing should never have got that far without an experienced hand pointing out they didn't make sense, and if they'd hired that greybeard they'd have spotted it long before.</p>
]]></description><pubDate>Thu, 15 May 2025 09:33:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43993302</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43993302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43993302</guid></item><item><title><![CDATA[New comment by eftpotrm in "Adipose tissue retains an epigenetic memory of obesity after weight loss"]]></title><description><![CDATA[
<p>And yet it happens. A doctor in my family told the story of a patient they were treating in hospital who medically needed to lose weight, and who they found unable to get any reduction until they dropped below _200_ calories a day.<p>Metabolism is _significantly_ more complex than CI/CO, from experience.</p>
]]></description><pubDate>Thu, 17 Apr 2025 09:22:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43714574</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43714574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43714574</guid></item><item><title><![CDATA[New comment by eftpotrm in "A technical history of Acorn Computers"]]></title><description><![CDATA[
<p>That's it! Thanks :-)</p>
]]></description><pubDate>Tue, 11 Mar 2025 18:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43335826</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43335826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43335826</guid></item><item><title><![CDATA[New comment by eftpotrm in "A technical history of Acorn Computers"]]></title><description><![CDATA[
<p>HP did the same when migrating away from the PA RISC architecture.<p>IIRC as part of their testing they set it up so it would ingest, recompile and output code for the same architecture, and found that it could produce speed improvements due to context awareness.</p>
]]></description><pubDate>Tue, 11 Mar 2025 10:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43331028</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43331028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43331028</guid></item><item><title><![CDATA[New comment by eftpotrm in "Canon EF and RF Lenses – All Autofocus Motors"]]></title><description><![CDATA[
<p>Nikon aren't doing much better on letting third-party lenses into the ecosystem, sadly - speaking as someone with three Nikon DSLRs and Sigma glass I'm very happy with.</p>
]]></description><pubDate>Tue, 11 Mar 2025 10:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=43330996</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43330996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43330996</guid></item><item><title><![CDATA[New comment by eftpotrm in "Global sales of combustion engine cars have peaked"]]></title><description><![CDATA[
<p>I'm a software engineer not a firefighter, but my understanding is that it's significantly an experience thing. Lithium battery fires clearly aren't trivial to deal with and do burn hotter than petroleum fires, but they're also very much less frequent and firefighters are learning how to handle them.<p>I'm not sure what the specific issue would be with race tracks. The average road course is very open and a very controlled environment; if you had to deal with a car fire, it's probably among the best places to do so, thanks to lessons learned in the blood of previous generations of drivers and track workers.</p>
]]></description><pubDate>Tue, 04 Mar 2025 15:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43255761</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43255761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43255761</guid></item><item><title><![CDATA[New comment by eftpotrm in "Global sales of combustion engine cars have peaked"]]></title><description><![CDATA[
<p>Sure, it's a market with massive abuse potential, but we have a world full of them and we regulate to control the abuses. The underlying service is clearly of societal benefit and would clearly be profitable to all parties, so it's worth doing and working out the regulation to make it viable.</p>
]]></description><pubDate>Tue, 04 Mar 2025 12:25:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43253650</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43253650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43253650</guid></item><item><title><![CDATA[New comment by eftpotrm in "Global sales of combustion engine cars have peaked"]]></title><description><![CDATA[
<p>That's incredibly short-sighted, not least because the number of fires per vehicle is orders of magnitude higher for combustion vehicles. I'd be astonished if that made actuarial sense if actually investigated.<p>I've seen and used underground car chargers in multiple European cities. They're definitely viable.</p>
]]></description><pubDate>Tue, 04 Mar 2025 09:59:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43252622</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43252622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43252622</guid></item><item><title><![CDATA[New comment by eftpotrm in "Global sales of combustion engine cars have peaked"]]></title><description><![CDATA[
<p>Agreed, but they're not that complex to retrofit to a parking space. I can foresee a future where each space has a port and an account card reader - they'd make the buildings more valuable, the supplier to that space has a basically guaranteed income stream, and the government has an easy emissions reduction. Wins all round, so why wouldn't it happen?</p>
]]></description><pubDate>Tue, 04 Mar 2025 09:55:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43252596</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43252596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43252596</guid></item><item><title><![CDATA[New comment by eftpotrm in "How about trailing commas in SQL?"]]></title><description><![CDATA[
<p>Yes, but it's also a breaking change to a very large legacy codebase. I can't see it ever happening, sadly.</p>
]]></description><pubDate>Thu, 13 Feb 2025 11:47:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43034966</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43034966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43034966</guid></item><item><title><![CDATA[New comment by eftpotrm in "How Nissan and Honda's $60B merger talks collapsed"]]></title><description><![CDATA[
<p>All Tesla's global sales cars are due for replacement, and none are in the offing. Tesla are circling the drain, fast, and are very unlikely to be around in their current form in 5-10 years time - the replacement product they'd need to survive takes too long to develop and should have already started, but hasn't. Best case for them IMHO is that someone spots a key asset they own (IMHO most likely the supercharger network) and buys them for that, but the stock price is currently wildly overinflated which prevents it. One day, that bubble will burst.<p>TBH if I were on Tesla's board I'd be pushing for a stock-funded takeover of a company that has an actual plan and ability to deliver it. Merge with (say) Stellantis and they'd have a survival plan.</p>
]]></description><pubDate>Thu, 13 Feb 2025 09:55:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43034402</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43034402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43034402</guid></item><item><title><![CDATA[New comment by eftpotrm in "How about trailing commas in SQL?"]]></title><description><![CDATA[
<p>Because there's existing implementations that would interpret that as aliasing column names.<p>```
SELECT 
   Field AS Renamed,
   OtherField AS AlsoRenamed
```<p>and<p>```
SELECT 
   Field Renamed,
   OtherField AlsoRenamed
```<p>are semantically equivalent.</p>
]]></description><pubDate>Tue, 11 Feb 2025 16:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43014627</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=43014627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43014627</guid></item><item><title><![CDATA[New comment by eftpotrm in "MIT Aluminum Bicycle Project 1974 (2016)"]]></title><description><![CDATA[
<p>I remember hearing Callum Skinner talk about the British track team preparing for the Olympics, and how the biggest problem they had was strength - I remember the number 2400 for their best track sprinters, I forget if that was in watts or newtons but either way it's a massive force and they were snapping frames.<p>The discipline of cycling that's the most weight-motivated is hill climbing. Track cycling really doesn't have that as an issue, and definitely does have a materials strength issue, so I'm not shocked they're not building to a weight limit.</p>
]]></description><pubDate>Thu, 28 Nov 2024 20:16:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42268286</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=42268286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42268286</guid></item><item><title><![CDATA[New comment by eftpotrm in "IMG_0416"]]></title><description><![CDATA[
<p>Nikon defaulted to DSC_0001 for some time now, may still do but I don't have any Z series gear to check.</p>
]]></description><pubDate>Mon, 11 Nov 2024 13:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42106977</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=42106977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42106977</guid></item><item><title><![CDATA[New comment by eftpotrm in "Trump wins presidency for second time"]]></title><description><![CDATA[
<p>No, but the volume of hydrocarbons SpaceX are burning to provide a broadband network by cluttering low earth orbit with shiny things is hardly an obvious win.</p>
]]></description><pubDate>Wed, 06 Nov 2024 21:17:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42069545</link><dc:creator>eftpotrm</dc:creator><comments>https://news.ycombinator.com/item?id=42069545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42069545</guid></item></channel></rss>