<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: mrsilencedogood</title><link>https://news.ycombinator.com/user?id=mrsilencedogood</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 09:39:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrsilencedogood" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrsilencedogood in "The economics of software teams: Why most engineering orgs are flying blind"]]></title><description><![CDATA[
<p>And sometimes it can't even handle it then. I was recently porting ruby web code to python. Agents were simultaneously surprisingly good (converting ActiveRecord to sqlalchemy ORM) and shockingly, incapably bad.<p>For example, ruby uses blocks a lot. Ruby blocks are curious little thingies because they are arguably just syntax sugar for a HOF, but man it's great syntax sugar. Python then has "yield" which is simultaneously the same keyword ruby uses for blocks, but works fundamentally differently (instead of just a HOF, it's for generating an iterator/generator) and while there are some decorators that can use yield's ability to "pause" execution in the function to send control flow back out of the function for a moment (@contextmanager) which feels _even more_ like ruby blocks, it's a rather limited trick and requires the decorator to adapt the Generator to a context manager and there's just no good way to generalize that.<p>Somehow this is the perfect storm to make LLMs completely incapable of converting ruby code that uses blocks for more than the basic iteration used in the stdlib. It will try to port to python code that is either nonsensical, or uses yield incorrectly and doesn't actually work (and in a way that type checkers can even spot). And furthermore, even if you can technically whack it with a hammer until it works with yield, it's often not at all the way to do it. Ruby devs use blocks not-uncommonly while python devs are not really going to be using yield often at all, perhaps outside of @contextmanager. So the right move is usually to just restructure control flow to not need to use blocks/HOFs (or double down and explicitly pass in a function). (Rubyists will cringe at this, and rightly so... Ruby is often extraordinarily expressive).<p>The fact that such a simple language feature trips them up so completely is pretty odd to me. I guess maybe their training data doesn't include a lot of ruby-to-python conversions. Maybe that's indicative of something, but I digress.</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:39:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753613</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=47753613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753613</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Quantization from the Ground Up"]]></title><description><![CDATA[
<p>While I think a lot of the AI hype is just hype - everyone saying most of these things have _hitherto untold riches_ levels of financial incentives to say them - I think it's also undeniable that LLMs speed up many aspects of coding.<p>I also think that AI might be the beginning of the end of copyright. While before, everyone with money clearly had tremendous incentive to keep copyright strong, now all of a sudden trillions of dollars are basically predicated on the idea that LLMs aren't violating copyright. Copyleft has been a major tool in the FOSS toolbox. If that's weakening, I don't ALSO want free software to be locked out of agentic programming too.</p>
]]></description><pubDate>Wed, 25 Mar 2026 21:07:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47523282</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=47523282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47523282</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Quantization from the Ground Up"]]></title><description><![CDATA[
<p>Quantization is important for me because it's the only way out I can see for a future of programming that doesn't involve going through a giant bigco who can run, as the article says, a machine with 2TB of memory. And not just memory, but my understanding is that for the model to be performant, it has to be VRAM to boot.<p>This comes as the latest concern of mine in a long line around "how software gets written" remaining free-as-in-freedom. I've always been really uneasy about how reliant many programming languages were on Jetbrains editors, only vaguely comforted by their "open-core" offering, which naturally only existed for languages with strong OSS competition for IDEs (so... java and python, really). "Intellisense" seemed very expensive to implement and was hugely helpful in writing programs without stopping every 4 seconds to look up whether removing whitespace at the end of a line is trim, strip, or something else in this language. I was naturally pleased to see language servers take off, even if it was much to my chagrin that it came from Microsoft, who clearly was out of open standards to EEE and decided to speed up the process by making some new ones.<p>Now LLMs are the next big worry of mine. It seems pretty bad for free and open software if the "2-person project, funded indirectly by the welfare state of a nordic or eastern-european nation" model that drives ridiculously important core libre/OSS libraries now is even less able to compete with trillion dollar corporations.<p>Open-weight, quantized, but still __good__ models seem like the only way out. I remain somewhat hopeful just from how far local models have come - they're significantly more usable than they were a year ago, and we've got more tools like LM Studio etc making running them easy. But there's still a good way to go.<p>I'll be sad if a "programming laptop" ends up going from "literally anything that can run debian" to "yeah you need an RTX 7090, 128GB of VRAM, and the 2kW wearable power supply backpack addon at a minimum".</p>
]]></description><pubDate>Wed, 25 Mar 2026 17:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47520496</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=47520496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47520496</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Iran war energy crisis is a renewable energy wake-up call"]]></title><description><![CDATA[
<p>I don't think anyone was at risk of misunderstanding their intent...</p>
]]></description><pubDate>Mon, 23 Mar 2026 00:27:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483943</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=47483943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483943</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "AI’s impact on engineering jobs may be different than expected"]]></title><description><![CDATA[
<p>Software will ALWAYS be an attractive VC target. The economics are just too good.  The profit margins are just inherently fat as fuck compared to literally anything else. Your main expense is headcount and the incremental cost of your widget is ~$0? It's literally a dream.<p>It's also why so much of AI is targeting software, specifically SAAS. A SaaS company with ~0 headcount driven by AI is basically 100% profit margin. A truly perfect conception of capitalism.<p>Meanwhile I think AI actually has a decent shot at "curing" cancer. AI-assisted radiology means screening could be come significantly cheaper, happen a lot more often, and catch cancers very early, which is extremely important as everyone knows to surviving it. The cure for cancer might actually just involve much earlier detection. But pfft what are the profit margins on _that_?</p>
]]></description><pubDate>Thu, 29 Jan 2026 19:57:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46815695</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=46815695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46815695</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Id Software devs form "wall-to-wall" union"]]></title><description><![CDATA[
<p>But how do you actually bootstrap that process?<p>Look at bandcamp. They unionized successfully. Then the company got sold (again), and everyone but the union leaders (and prominent members) got job offers from the new parent company. Basically got reverse-fired.<p>I still suspect part of the reason Epic sold them is to ninja-bust the union (or at least get it out of the way).</p>
]]></description><pubDate>Fri, 12 Dec 2025 18:51:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46247325</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=46247325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46247325</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Id Software devs form "wall-to-wall" union"]]></title><description><![CDATA[
<p>"Software engineers don't even need to be around for the programs to keep running."<p>Can you tell me where you work, and are you hiring???</p>
]]></description><pubDate>Fri, 12 Dec 2025 18:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46247294</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=46247294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46247294</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Samsung's 60% DRAM price hike signals a new phase of global memory tightening"]]></title><description><![CDATA[
<p>All I can say is,<p>- the insane frothing hype behind AI is showing me a new kind of market failure - where resources can be massively misallocated just because some small class of individuals THINK or HOPE it will result in massive returns. Even if it squeezes out every single other sector that happens to want to use SDRAM to do things OTHER than buffer memory before it's fed into a PCIE lane for a GPU.<p>- I'm really REALLY glad i decided to buy brand new gaming laptops for my wife and I just a couple months ago, after not having upgraded our gaming laptops for 7 and 9 years respectively. It seems like gamers are going to have this the worst - GPUs have been f'd for a long time due to crypto and AI, and now even DRAM isn't safe. Plus SSD prices are going up too. And unlike many other DRAM users where it's a business thing and they can to some degree just hike prices to cover - gamers are obviously not running businesses. It's just making the hobby more expensive.</p>
]]></description><pubDate>Fri, 21 Nov 2025 21:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46009135</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=46009135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46009135</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Why Self-Host?"]]></title><description><![CDATA[
<p>Yeah I really will give people a pass here. The state of email is one of the worst collective mistakes I think we've made.<p>You can literally be an expert in everything relevant - and your mail will still not get delivered just because you're not google/mailgun/etc.<p>I was trying to do a very simple email-to-self use-case. I was sending mail from my VPS (residential IP not even allowed at all) which was an IPv4 i'd had for literally 2+ years to exactly only myself - my personal gmail. I had it all set up - SPF, DKIM, TLS, etc etc. And I was STILL randomly getting emails sent directly to spam / showing up with the annoying ! icon (grates on my sensibilities). I ended up determining - after tremendous, tremendous pain in researching / debugging - that my DKIM sigs and SPF were all indeed perfect (I had been doubting myself until I realized I could just check what gmail thought about SPF/DKIM/etc. It all passed). And my only sin was just not being in the in-crowd.<p>Incredibly frustrating. The only winning move is not to play. I ended up just switching from emails-to-self to using a discord webhook to @ myself in my private discord server, so I get a push notification.<p>And this was just me, sending to myself! Low volume (0-2 emails per WEEK). Literally not even trying to actually send emails to other people.</p>
]]></description><pubDate>Thu, 09 Oct 2025 18:17:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45531192</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45531192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45531192</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Yt-dlp: Upcoming new requirements for YouTube downloads"]]></title><description><![CDATA[
<p>fortunately it is now easier than ever to do small-scale scraping, the kind yt-dlp does.<p>I can literally just go write a script that uses headless firefox + mitmproxy in about an hour or two of fiddling, and as long as I then don't go try to run it from 100 VPS's and scrape their entire website in a huge blast, I can typically archive whatever content I actually care about. Basically no matter what protection mechanisms they have in place. Cloudflare won't detect a headless firefox at low (and by "low" I mean basically anything you could do off your laptop from your home IP) rates, modern browser scripting is extremely easy, so you can often scrape things with mild single-person effort even if the site is an SPA with tons of dynamic JS. And obviously at low scale you can just solve captchas yourself.<p>I recently wrote a scraper script that just sent me a discord ping whenever it ran into a captcha, and i'd just go look at my laptop and fix it, and then let it keep scraping. I was archiving a comic I paid for but was in a walled-garden app that obviously didn't want you to even THINK of controlling the data you paid for.</p>
]]></description><pubDate>Wed, 24 Sep 2025 20:56:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45365830</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45365830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45365830</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Java 25 officially released"]]></title><description><![CDATA[
<p>Damn, still not structured concurrency full release. Really looking forward to that one.<p>Happy to see Scoped Values here though. That'll be big for writing what I'll call "rails-like" things in Java without it just being a big "static final" soup in a god-class, or having a god object passed around everywhere.</p>
]]></description><pubDate>Tue, 16 Sep 2025 15:09:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45263366</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45263366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45263366</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Why "AI consciousness" isn't coming anytime soon. (Anil Seth)"]]></title><description><![CDATA[
<p>Do people think this debate is new? We've literally been working on this problem for millennia and we're not really any closer even despite the huge ramp up in technological progress over the last couple hundred years.<p>Your remark on the adult/child/fetus/etc line is always one that I felt was under-examined in the context of the political discussion around abortion. And indeed most of the successful reasoning around abortion focuses less on the morality of a very specific kind of abortion, and more on the fact that you can't ban "true" abortion without also banning (or making dangerously more legally fraught) "aborted for reasons that give clear moral justification" - life of the mother, nonviability of the fetus, and so on. And even pro-choice people don't touch philosophical examination of "abortion for no reason except that the mother doesn't want to have and raise the baby." I mean, for obvious reasons. The public would be unable to have any kind of actual debate, and it's far too tied to things like "what is the nature of the self" (which I think is what's at hand in the AI discussion) and questions about the existence of God and of course the enormous can of worms of metaphysics.<p>My point with all this is that I suspect two things:<p>1) humans/industry/politics are not going to dig into the philosophy here in any real way<p>2) even if consciousness is a purely physical phenomenon, I somewhat doubt GPUs can do it, no matter how complicated.<p>I think if we ever really get down to it, it'll be the reverse direction. We'll "copy" human minds into a machine and then just need to "ask the people if they still feel the same."</p>
]]></description><pubDate>Tue, 16 Sep 2025 15:07:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45263334</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45263334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45263334</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "React is winning by default and slowing innovation"]]></title><description><![CDATA[
<p>I mean NAND circuit primitives. Jokingly referring to the fact that NAND operations are all you need to build a complete logic system, but it's not very fun/ergonomic. And I'm joking that js is basically doing that but with whatever random js stuff browsers provide - which is basically just "js can do function calls. I guess let's build our entire framework on function calls."</p>
]]></description><pubDate>Tue, 16 Sep 2025 14:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45262788</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45262788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45262788</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "React is winning by default and slowing innovation"]]></title><description><![CDATA[
<p>I think part of the problem is that browsers don't really serve their original purpose anymore.<p>Google functionally controls just enough of a monopoly via chrome that they can generally do whatever they want (and not do whatever they don't want to do). So that standards still mostly can't do anything google isn't enthusiastic about dumping dev time into.<p>And they're just barely not enough of a monopoly that they can't just go wild and actually turn the browser into a locked down capital-P Product. Safari and Firefox (in that order... much to my chagrin) are holding them back from that.<p>So browsers just kind of hang out, not doing too terribly much, when obviously there are strong technical forces that want the browser to finally finish morphing from a document viewer to an application runtime. Finally fulfill the dream of silverlight and java applets/JNLP and so on. But nobody wants to bother doing that if they don't get to control it (and firefox doesn't have the dev power to just trailblaze alone in OSS spirit).<p>So instead the js people just have to plow along doing their best with the app-runtime version of NAND chips since the incentives don't want to offer them anything better at the browser/platform level.</p>
]]></description><pubDate>Mon, 15 Sep 2025 20:53:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45254782</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45254782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45254782</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "I Am An AI Hater"]]></title><description><![CDATA[
<p>"This is the best argument on the page imo, and even that is highly debated. I agree with "AI is performing copyright infringement" and see constant "AI ignores my robots.txt". I also grew up being told that ANYTHING on the internet was for the public, and copyright never stopped <i>me</i> from saving images or pirating movies."<p>I think the main problem for me is that these companies benefit from copyright - by beating anyone they can reach with the DMCA stick - and are now also showing they don't actually care about it at all and when <i>they</i> do it, it's ok.<p>Go ahead, AI companies. End copyright law. Do it. Start lobbying now.<p>(They won't, they'll just continue to eat their cake and have it too).</p>
]]></description><pubDate>Wed, 27 Aug 2025 20:26:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45044737</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=45044737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45044737</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "GenAI FOMO has spurred businesses to light nearly $40B on fire"]]></title><description><![CDATA[
<p>"intern or college-hire"<p>It's well known that these fresh employees are not going to contribute to velocity of a team for at least a year. They're investments. I've seen levelling docs specifically call this out.<p>"It's prone to spiraling off into the weeds, makes silly mistakes, occasionally mangles whole repos (commit early, and often), and needs very crisp instruction and guidance"<p>This describes a team of juniors. If it's describing an entire team, then everyone above mid-level needs to be fired.<p>I will say that I think "the bottom of the market getting eviscerated" is going to apply to software devs too. There is now very little point in hiring someone who already only produces slop as their best output. The main people who need to be afraid of AI in the next 5 years is probably offshore and near-shore people, and perma-juniors who have done the "1 year of experience 10 times" thing.</p>
]]></description><pubDate>Wed, 20 Aug 2025 13:55:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44961991</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=44961991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44961991</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "GenAI FOMO has spurred businesses to light nearly $40B on fire"]]></title><description><![CDATA[
<p>I think vibe coding will get good enough that things like vercel's "0 to POC" thing are going to stick around.<p>I think AI-powered IDE <i>features</i> will stick around. One notable head-and-shoulders-above-non-AI-competitor feature I've seen is "very very fuzzy search". I can ask AI "I think there's something in the code that inserts MyMessage into `my.kafka.topic`. But the gosh darn codebase is so convoluted that I literally can't find it. I suspect "my", "kafka", and "topic" all get constructed somewhere to produce that topic name because it doesn't show up in the code as a literal. I also think there's so much indirection between the producer setup and where the "event" actually first gets emitted that MyMessage might not look very much like the actual origination point. Where's the initial origin point?"<p>Previously, that was "ctrl-shift-F my.kafka.topic" and then ask a staff engineer and hope to God they know off-hand, and if they don't, go read the entire codebase/framework for 16 hours straight until you figure it out.<p>Now, LLMs have a decent shot at figuring it out.<p>I also think things like "is this chest Xray cancer?" are going to be hugely impactful.<p>But anyone expecting anything like Gen AI (being able to replace a real software engineer, or quality customer support rep, etc) is going to be disappointed.<p>I also think AI will generally eviscerate the bottoms of industries (expect generic gacha girl-collection games to get a lot of AI art) but also leave people valuing the tops of industries a lot more (lovingly crafted indie games, etc). So now this compute-expensive AI is targeting the already low-margin bottoms of industries. Probably not what VCs want. They want to replace software engineers, not make a slop gacha game cost 1/10th of its already low cost.</p>
]]></description><pubDate>Mon, 18 Aug 2025 21:09:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44945364</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=44945364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44945364</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "U.S. intelligence intervened with DOJ to push HPE-Juniper merger"]]></title><description><![CDATA[
<p>"If you commit to institutional neutrality, the result is a one-way ratchet"<p>Can you explain why this is the result? And why is it allegedly democrats that the ratchet pushed towards?<p>There are well-known differences in political alignment both among more-educated workers (the federal government probably does not employ many people without at least a college degree of some sort?) and being employed in a public-services government job (e.g. what kinds of workers are more likely to want to work for the EPA? People who want to protect the environment or people who want to exploit it more? Remember, one party tried to sell off a large number of public forests and lands and is gutting the national parks).<p>These seem like they would explain the majority of the effect you mention without any mention of some kind of ratchet mechanism.</p>
]]></description><pubDate>Wed, 30 Jul 2025 15:05:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44735192</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=44735192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44735192</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Border search safe TOTP authenticator app?"]]></title><description><![CDATA[
<p>We literally have collectively (to the value that US democracy approximates collectively) decided to abridge those rights within a certain distance of a border. I want people to understand what they are getting themselves into for the sake of their political protest. I would argue it is better to try to approach this reform differently than simply ending up in a border jail with your holiday ruined.</p>
]]></description><pubDate>Tue, 08 Jul 2025 20:05:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44503560</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=44503560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44503560</guid></item><item><title><![CDATA[New comment by mrsilencedogood in "Brut: A New Web Framework for Ruby"]]></title><description><![CDATA[
<p>People who try to enforce this stuff via license fundamentally misunderstand the nature of copyright law.<p>Do you plan to sue people to enforce your license? Do you think people who are committing war crimes / crimes against humanity are going to not violate your license alongside all their other crimes?<p>The only thing this license accomplishes is ensuring no even semi-serious business will touch this with a 10' pole because it's a completely bespoke license with no prior understanding by their legal counsel. But you can already basically do that via the AGPL, except that some companies who are well-meaning may actually still use it.</p>
]]></description><pubDate>Tue, 08 Jul 2025 19:57:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44503474</link><dc:creator>mrsilencedogood</dc:creator><comments>https://news.ycombinator.com/item?id=44503474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44503474</guid></item></channel></rss>