<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: xenadu02</title><link>https://news.ycombinator.com/user?id=xenadu02</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 17:30:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=xenadu02" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by xenadu02 in "Internal Combustion Engine (2021)"]]></title><description><![CDATA[
<p>Most piston aircraft engines are still air-cooled which really means air and oil cooled. The oil is a big part of getting heat out of various parts of the engine.<p>That also makes them harder on oil as the piston/rings have larger tolerances so they don't expand and bind up during operation. That means greater blow-by at startup and when operating at lower temps which puts a lot more combustion byproducts into the oil. Ultimately you want to run an aircraft engine in the upper part of its range (65% power) continuously and don't let it get too cold.<p>This is also true because 100LL still contains lead and at lower temps the lead combustion byproducts precipitate out of solution, coating everything in metallic lead, lead oxides, and various other lead compounds all of which are really bad for engines. Converting to unleaded nearly doubled engine life in autos.<p>Many modern engines have valve rotators and hydraulic lifters. Oil pressure is fed to a lifter that sits between the valves and the cam and automatically takes up for any variation in the system, ensuring valves operate correctly. If you ever wondered why car engines don't need to have their valves adjusted every 20k miles anymore - that's why. In some engines if these leak down after shutdown it can cause trouble starting because the valve timing will be off until oil pressure re-fills the lifter.<p>Rotators are little spring mechanisms that compress and when uncompressing try to rotate the valve in one direction. This causes the valves to rotate a tiny bit with each cycle. Often there are hot spots and exhaust valves especially often have no good way to shed heat yet are exposed to extremely high temps - so they shed heat when they close and are in contact with the head. If they don't rotate the slightly hotter spots will continuously build up heat eventually destroying the valve. The rotator keeps that from happening. (Some engines use sodium filled valves to help transport heat away from the valve face).<p>I always found it surprising how tiny variations in wear or even a few degrees of excess heat can end up destroying an engine.</p>
]]></description><pubDate>Wed, 01 Jul 2026 19:04:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48751661</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48751661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48751661</guid></item><item><title><![CDATA[New comment by xenadu02 in "Micron stock jumps 12% as memory crunch lead to quadrupling of revenue"]]></title><description><![CDATA[
<p>That's a dangerous game to play.<p>It requires them to bet that:<p>1. This AI-driven demand cycle is a temporary blip<p>2. None of their competitors will make massive investments in capacity.<p>3. No state actors will do so despite evidence to the contrary.<p>Many in silicon have gone out of business due to the boom-bust cycles so being a bit conservative is appropriate but at some point not expanding production becomes an existential crisis.<p>Or ya know enough governments with the power get really angry and start forcing price controls, nationalizing, using their state spy agencies to steal your secrets, or use unofficial back channels to make your life <i>extremely</i> difficult.</p>
]]></description><pubDate>Wed, 24 Jun 2026 23:13:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48666708</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48666708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48666708</guid></item><item><title><![CDATA[New comment by xenadu02 in "Die analysis of the 8087 math coprocessor's fast bit shifter (2020)"]]></title><description><![CDATA[
<p>Wasn't this also one of the last chips laid out by hand (literally the masks were cut and laid out physically)? Or am I thinking of something else?<p>I sometimes wonder if some design decisions were made on that basis.</p>
]]></description><pubDate>Mon, 22 Jun 2026 21:47:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48636685</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48636685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48636685</guid></item><item><title><![CDATA[New comment by xenadu02 in "TIL: You can make HTTP requests without curl using Bash /dev/TCP"]]></title><description><![CDATA[
<p>> That said, (before things like SPF) it was easy enough to deliver email to anyone you wanted even if you didn't have your own real email account and SMTP server<p>Yup, this was also a fun exercise. Use nslookup, find the MX records, then telnet to them and deliver some mail destined for domains that email server handled. At that point you're just a slower version of a mail daemon.<p>In 2006 when FIOS first rolled out they assigned ARIN IP blocks to anyone who requested a static IP and I hosted my own webserver and email server on the web. So for a long time I had my own netblock and my email server had been around for so very long it was in everyone's legacy trusted list. Even gmail never bounced emails from me, despite not having SPF or DKIM and whatever else. Though I did eventually set those up. Only authed users could send email and that was a limited list so my netblock never actually delivered a spam message.<p>Funny enough I also setup default routing so all non-registered addresses went into a separate mailbox for me and I used the "companyname@mydomain.net" for everything. For many years I knew about every single data breech before anyone else. Often months or years ahead as spam would arrive out of nowhere to that address.<p>When I finally moved to the bay area to work in tech for real the entire world had changed. You couldn't just get a netblock assignment anymore. And lord knows even if your ISP wasn't deliberately sabotaging your ability to run a server every other system on the internet would assume you're a scamming spammer. I had to give up self-hosting on-prem.</p>
]]></description><pubDate>Fri, 19 Jun 2026 00:33:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48593511</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48593511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48593511</guid></item><item><title><![CDATA[New comment by xenadu02 in "TIL: You can make HTTP requests without curl using Bash /dev/TCP"]]></title><description><![CDATA[
<p>Ah this one was so long ago I forgot about it.<p>The realization that (on DOS) "copy con file.txt" as the world's worst text editor or "copy file lpt1:" was treating physical devices as files. Everything on the computer was arbitrary so you could make anything behave like anything else (for some definition of behave like)!<p>Not a great insight I'll grant but a key one that everyone has to go through to be any good.</p>
]]></description><pubDate>Fri, 19 Jun 2026 00:27:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48593462</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48593462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48593462</guid></item><item><title><![CDATA[New comment by xenadu02 in "Copper transport drug restores memory and clears toxic Alzheimer's proteins"]]></title><description><![CDATA[
<p>> This is false. They slow down disease progression by about 30%, as measured by cognitive outcomes. This is discussed in the article.<p>Perhaps I am just not well-informed but 30% slowdown in progression translates to sufferers have some mild improvement in cognitive tests and live a few months longer.<p>Maybe it is simply too early to tell but I would naively expect something much more significant. Perhaps this is the sort of thing that requires much earlier treatment to demonstrate better results.<p>I'm not saying amyloid beta research should be terminated. Merely that everyone in the field should be willing to entertain other ideas.</p>
]]></description><pubDate>Tue, 16 Jun 2026 21:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48562218</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48562218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48562218</guid></item><item><title><![CDATA[New comment by xenadu02 in "10Gb/s Ethernet: switching to a Broadcom SFP+ module"]]></title><description><![CDATA[
<p>I don't think that's quite true. Unifi 10GbE switches are cheap enough I have a 24 port PoE+++ one in my house and my 3 main WiFi APs are 10GbE connected. My MBP uses a 5Gbps Thunderbolt adapter that runs relatively cool as well. All of this is over the existing Cat5e wiring.<p>I'd say 10GbE has arrived. It is relatively cheap, most of the time works over existing 1GbE cabling, and gracefully degrades to 5/2.5/1Gb based on conditions when it can't reach 10Gb.<p>Yes to be 100% guaranteed of getting 10Gb even in bundles of 100 cables running over noisy fluorescent ballasts to a full 100m you need Cat6A but in many environments Cat5e or Cat6 is more than sufficient. It works so well if you fail to get the full 10Gb I humbly suggest you re-do the terminations on both ends before considering replacing the cable.</p>
]]></description><pubDate>Tue, 16 Jun 2026 19:46:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48560907</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48560907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48560907</guid></item><item><title><![CDATA[New comment by xenadu02 in "TIL: You can make HTTP requests without curl using Bash /dev/TCP"]]></title><description><![CDATA[
<p>As a kid in the late 90s my mind was blown when I realized I could telnet to port 80, 25, or 110 and interact with the servers manually.<p>Simple get:
GET / HTTP/1.1
Content-Type: text/html
User-Agent: l33t hax0rs lol
X-Funny-Monkey: farts<p>For sending a mail message on port 25:
HELO
mail-from: whoever@whatever.com
mail-to: sysadmin@yaya.com
<other headers>
<blank line>
Body of the message yay.
<two blank lines to end><p>POP3 was so long ago I forgot but you could list the mailboxes then get individual messages and so on.<p>This revelation was the beginning of "there is no magic" for me. The realization that every part of the computer was built by human beings and was at some level understandable if one undertook the effort.<p>Perhaps most people in the future won't bother. They'll just let agents do it all. I'm sure that will leave some interesting holes in various systems for people willing to actually learn how they work without the filter of a model (or its safety rails).</p>
]]></description><pubDate>Tue, 16 Jun 2026 19:34:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48560726</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48560726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48560726</guid></item><item><title><![CDATA[New comment by xenadu02 in "Copper transport drug restores memory and clears toxic Alzheimer's proteins"]]></title><description><![CDATA[
<p>Let's put all of that aside for a moment.<p>When the first drugs targeting HIV arrived the results were undeniable. Yes the drugs sucked for various reasons and yes HIV would evolve resistance. But the data demonstrated a very clear link that these drugs suppressed HIV and suppressing HIV made people live longer. Or consider mRNA and COVID, a great success story where the technology was put to good use and the results are obvious.<p>On the flip side we have certain cancers like certain breast cancers, melanoma, etc that never had a "wow" moment where some miracle turned them from highly fatal into treatable but we have seen decade after decade treatments improve and survival rates march ever upward such that what were once almost guaranteed death sentences are now often very treatable.<p>These are two disease treatment models worth keeping in mind. Sometimes major leaps are made. Sometimes progress is slow.<p>Now if we consider amyloid beta therapies: we have treatments that target amyloid beta with varying degrees of success but at least some show definite reductions in amyloid beta plaques. To the best of my knowledge that has not shown to improve outcomes in Alzheimer's patients to any meaningful degree.<p>That concerns me and I think justifies some skepticism of the amyloid hypothesis. The data is messy but if amyloid beta were a symptom not a cause that could certainly fit the results we are seeing. That doesn't mean the amyloid beta hypothesis is wrong but I think skepticism of the "state of the art" in the field is warranted given the pathetically ineffective progress made to date.</p>
]]></description><pubDate>Mon, 15 Jun 2026 20:58:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48546958</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48546958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48546958</guid></item><item><title><![CDATA[New comment by xenadu02 in "Providers, not insurers, are responsible for excess U.S. health care cost (2024)"]]></title><description><![CDATA[
<p>By definition a free market in healthcare requires forcing some people to die from a treatable injury or condition to discover the optimal price. That's part of the definition.</p>
]]></description><pubDate>Wed, 10 Jun 2026 18:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48480624</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48480624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48480624</guid></item><item><title><![CDATA[New comment by xenadu02 in "US Consumer Price Index up 4.2%"]]></title><description><![CDATA[
<p>That's by design.<p>If currency doesn't devalue then stuffing it under a mattress looks like a reasonable alternative to investing. If we hit deflation you can receive gains for "free" and borrowed money becomes more expensive over time. Neither of which our economic system is setup to handle.<p>We punish people who hoard cash by devaluing it thus encouraging them to put the money to work.</p>
]]></description><pubDate>Wed, 10 Jun 2026 18:21:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48480488</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48480488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48480488</guid></item><item><title><![CDATA[New comment by xenadu02 in "Unix in East Germany (GDR) (1990)"]]></title><description><![CDATA[
<p>> with the US actively sabotaging their access to information and hardware<p>More like they didn't see the need and didn't invest in early computing and so lagged behind. Something the US very nearly almost did as post-war a lot of people didn't see the point. Software engineers (though they weren't called that) were seen as unimportant secretaries who just typed letters into the computer. Grace Hopper's Navy computing unit famously had to raid other offices at night for resources.<p>> I suspect this was partly to facilitate cloned hardware, but i do also suspect they wanted their systems to be approachable by engineers from around the world, too, so diverging too much would have been detrimental.<p>Computing advanced so quickly it showed the Soviet-style communist system for the lumbering boondoggle it was. By the time the central committee deigned to allocate resources for computing they were a generation behind and that only got worse. They stole western design and software because they didn't have the economic leeway to do it themselves.<p>You need to remember: by the 60s/70s the western economies were taking off in says Warsaw countries were never able to match. They simply did less and did it less efficiently across almost all sectors of the economy. No one had to cheat them or restrict them. They shot themselves in the foot repeatedly.<p>There were no startups. You had to petition the central government for permission to build more computers. They would assign you a quota. You built that many computers. In the mean time 12 new startups were founded in the US and two of them came up with new chip designs and shipped them to customers. Doesn't take a genius to understand why the soviet sphere was a compete non-entity in computing.</p>
]]></description><pubDate>Mon, 01 Jun 2026 18:24:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360701</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48360701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360701</guid></item><item><title><![CDATA[New comment by xenadu02 in "C array types are weird"]]></title><description><![CDATA[
<p>> Actually pre-ANSI C technically didn't have function prototypes,<p>Thanks, I completely forgot they weren't called prototypes originally.</p>
]]></description><pubDate>Wed, 27 May 2026 20:33:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48300242</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48300242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48300242</guid></item><item><title><![CDATA[New comment by xenadu02 in "Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs"]]></title><description><![CDATA[
<p>The percentage of times I prompt claude "what about checking if there are any child processes running?" or "Would using a lock here greatly simplify the design?" only to have myself be correct is approaching 100%. That is it isn't just claude sycophantically agreeing with me. The code itself becomes smaller, simpler, and more reliable with fewer bugs.<p>The agents tend to produce working code but the larger the scope the bigger the mess they tend to make. They will happily evolve toward a local maxima but leave world-destroying bugs lurking in the implementation.<p>The other issue is that claude regularly ignores explicit instructions in CLAUDE.md or in prompts. It will "helpfully" decide to just start doing whatever it wants or reinterpret instructions completely differently than it did the last 100 times.<p>It has nothing to do with losing control or trust. LLMs are not conscious. They have no executive function. They aren't even thinking. They're just models predicting the next word in the script. They are very useful tools but that's all they are: tools.</p>
]]></description><pubDate>Wed, 27 May 2026 18:56:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48298823</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48298823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48298823</guid></item><item><title><![CDATA[New comment by xenadu02 in "C array types are weird"]]></title><description><![CDATA[
<p>Not just this it is important to remember that there was no "aha!" moment where C was created whole-cloth by writing the first compiler in B then cross-compiling.<p>The language B was evolved in-place by adding new features, then editing the compiler source to make use of those new features, then repeating. They simply started calling it "New B". At some point the language had evolved sufficiently that they decided to call it C.<p>The semantics of arrays were inherited from B and simply never changed. Part of me suspects this was also because it was seen as "clever" at the time. Look ma, we let arrays turn into pointers! Isn't that clever?<p>When you look at pre-ANSI C function prototypes you wonder "where are the parameter types?" because there are none. The compiler didn't bother to check. Part of that was perhaps for implementation reasons but a big part of that was the feeling or culture inherited from B: in that language you just had words of memory. You were free to interpret any word of memory as any data type you liked. So duh of course it is up to you to decide how many parameters your function received and of what type. If the caller supplied a different number or different types? Don't do that.<p>If you are coming from that sort of world clever tricks like arrays decaying to pointers or automatically converting between data types and sizes seems perfectly natural. Anything C offers above and beyond that is an improvement from B after all.</p>
]]></description><pubDate>Wed, 27 May 2026 03:05:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48289059</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48289059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48289059</guid></item><item><title><![CDATA[New comment by xenadu02 in "How can Apple deal with the memory shortage?"]]></title><description><![CDATA[
<p>That's fair. I had hoped GF was not entirely giving up but was going to wait until the tech for new nodes was proven and cheaper to obtain. It seems that is not really possible at the moment because anyone who is involved in that supply chain doesn't maintain the ability to stand up new processes on older nodes. Way too busy standing up new nodes.<p>So much for efficient free markets.</p>
]]></description><pubDate>Wed, 20 May 2026 02:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48202264</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48202264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48202264</guid></item><item><title><![CDATA[New comment by xenadu02 in "Why is almost everyone right-handed? A new study connects it to bipedalism"]]></title><description><![CDATA[
<p>I remember in elementary school being amused by the idea of handedness so I decided to practice writing with my left hand as well. I'm not great at it but even to this day I can write legibly with my left hand from that little bit of practice as a child.<p>Anyone can get much better at using their non-dominant hand (if they have one) with just a bit of practice. The effect is much much stronger when you do so as a child.</p>
]]></description><pubDate>Wed, 20 May 2026 01:43:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48202049</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48202049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48202049</guid></item><item><title><![CDATA[New comment by xenadu02 in "Myths about /dev/urandom (2014)"]]></title><description><![CDATA[
<p>Cryptographically secure random number generators are equivalent to encryption itself. If you could predict anything about the plain text by analysis of the cipher text the algorithm is compromised/broken and useless. That's the whole point! Saying that /dev/random has "exhausted entropy" is as useful as saying "the fleep didn't florp the gorpobittin!". Completely useless words strung together without any meaning.<p>A CSPRNG is just an algorithm that uses some entropy as a key and feeds back on itself to generate a stream of random bytes. It is a way of expanding a small bit of entropy into a much larger sequence of random values.<p>From that you can derive the underlying objection here: estimating entropy, blocking /dev/random, and all the other noise is equivalent to saying "cryptography doesn't work". It is both wrong and pointless.<p>The only place it matters is at boot when there is no hardware source of randomness _which excludes pretty much all PCs which have hardware generators_. You need a true random key to start the CSPRNG but that's it. If you don't have a hardware unit you use time of arrival of the next network packet. Or the frequency of keystrokes on the keyboard.<p>Now you might ask: why bother seeing the entropy pool at all? The answer is Perfect Forward Secrecy. By mixing in new randomness you are effectively slowly swapping out the key used for the encrypted stream. Thus even if someone is able to compromise something based on guessing the random number sequence your CSPRNG generated their guesses will get more and more wrong as new entropy enters the pool eventually becoming useless. This is a defense-in-depth policy though, not a practical attack mechanism.<p>On linux it is unfortunate that /dev/urandom has the property of silently vending non-random bytes on hardware without an RNG just after boot and that /dev/random was designed to block when the magical fairies say so but of the two failure modes /dev/urandom is the least bad because practically most hardware (even embedded hardware these days) simply can't encounter its failure mode.</p>
]]></description><pubDate>Thu, 14 May 2026 20:35:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48140882</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48140882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48140882</guid></item><item><title><![CDATA[New comment by xenadu02 in "How can Apple deal with the memory shortage?"]]></title><description><![CDATA[
<p>I've made this same argument so let me make a counter-argument:<p>There are some ways to get this off the ground much quicker. One or more companies could buy an existing non-leading-edge fab like GlobalFoundaries. That buys a lot of expertise so you're not starting from zero.<p>DRAM also benefits from being very regular and relatively simple. It used to be what you bring up on a new process node to help prove things out.<p>It also isn't impossible to reduce reliance on ASML if you're willing to throw money at it. That's definitely a super-long-game move but it could be done.<p>I'm not going to argue that someone <i>is</i> going to do any of this but if demand is sustained it is possible.</p>
]]></description><pubDate>Wed, 13 May 2026 22:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48128305</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48128305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48128305</guid></item><item><title><![CDATA[New comment by xenadu02 in "Testing UPS Output Waveforms"]]></title><description><![CDATA[
<p>For some time I've been curious why none of the major UPS manufacturers offer LiFePO4 UPS units. They'd be smaller, lighter, and have a longer run time all else equal (dramatically lower shipping charges). Batteries wouldn't need replacing nearly as often.<p>Yet as far as I can tell none of them offer anything in this area except at the extremely high end. Even Ubiquiti's UPS offerings are garbage simulated sine wave with lead acid batteries.<p>Are UPSes such a niche product there's no money in it? Are they really content to just give up the whole "power station" market to upstart competitors?<p>Even aviation jump packs (that connect to aircraft ground power ports) offer lithium versions and that's an industry that moves like sloths toward new technology!</p>
]]></description><pubDate>Tue, 12 May 2026 22:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48115622</link><dc:creator>xenadu02</dc:creator><comments>https://news.ycombinator.com/item?id=48115622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48115622</guid></item></channel></rss>