<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: harshreality</title><link>https://news.ycombinator.com/user?id=harshreality</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 21:04:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=harshreality" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by harshreality in "Case study: recovery of a corrupted 12 TB multi-device pool"]]></title><description><![CDATA[
<p>Using DUP as the metadata profile sounds insane.<p>Changing the metadata profile to at least raid1 (raid1, raid1c3, raid1c4) is a good idea, especially for anyone, against recommendations, using raid5 or raid6 for a btrfs array (raid1c3 is more appropriate for raid6). That would make it very difficult for metadata to get corrupted, which is the lion's share of the higher-impact problems with raid5/6 btrfs.<p>check:<p><pre><code>    btrfs fi df <mountpoint>
</code></pre>
convert metadata:<p><pre><code>    btrfs balance start -mconvert=raid1c3,soft <mountpoint>
</code></pre>
(make sure it's -mconvert — m is for metadata — not -dconvert which would switch profiles for data, messing up your array)</p>
]]></description><pubDate>Mon, 06 Apr 2026 10:01:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658889</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47658889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658889</guid></item><item><title><![CDATA[New comment by harshreality in "AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy"]]></title><description><![CDATA[
<p>Background on PREEMPT_LAZY:<p><a href="https://lwn.net/Articles/994322/" rel="nofollow">https://lwn.net/Articles/994322/</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 01:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47645356</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47645356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47645356</guid></item><item><title><![CDATA[New comment by harshreality in "In math, rigor is vital, but are digitized proofs taking it too far?"]]></title><description><![CDATA[
<p>Are they bemoaning that science is being done, or are they bemoaning that the experimental results have not yet reached high enough confidence to justify the conclusions being suggested?</p>
]]></description><pubDate>Mon, 30 Mar 2026 21:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47580068</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47580068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47580068</guid></item><item><title><![CDATA[New comment by harshreality in "Police used AI facial recognition to wrongly arrest TN woman for crimes in ND"]]></title><description><![CDATA[
<p>Where are you seeing people being told that AI is infallible?  AI is being hyped to the moon, but "infallible" is not one of the claims.<p>To the extent people trust AI to be infallible, it's just laziness and rapport (AI is rarely if ever rude without prompting, nor does it criticize extensive question-asking as many humans would, it's the quintessential <i>enabler</i>[1]) that causes people to assume that because it's useful and helpful for so many things, it'll be right about everything.<p>The models all have disclaimers that state the inverse.  People just gradually lose sight of that.<p>[1] This might be the nature of LLMs, or it might be by design, similar to social media slop driving engagement.  It's in AI companies' interest to have people buying subscriptions to talk with AIs more.  If AI goes meta and critiques the user (except in more serious cases like harm to self or others, or specific kinds of cultural wrongthink), that's bad for business.</p>
]]></description><pubDate>Sun, 29 Mar 2026 20:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47567008</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47567008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47567008</guid></item><item><title><![CDATA[New comment by harshreality in "Nonfiction Publishing, Under Threat, Is More Important"]]></title><description><![CDATA[
<p>Full title, "...than ever": 64 characters<p>Another title currently on the front page has 74 characters: "The Many Roots of Our Suffering: Reflections on Robert Trivers (1943–2026)"</p>
]]></description><pubDate>Sun, 29 Mar 2026 11:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47562211</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47562211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47562211</guid></item><item><title><![CDATA[New comment by harshreality in "The Legibility of Serif and Sans Serif Typefaces (2022)"]]></title><description><![CDATA[
<p>Past studies suggested slight differences:<p>- serif was claimed to lead to better horizontal tracking... so better for long prose <i>readability</i><p>- sans serif was claimed to lead to better spot-recognition of characters... so better for spot-character/word recognition and <i>legibility</i><p>Those effects were never very strong, and varied depending on the exact fonts in use (and for digital, font rendering characteristics).<p>There's also probably an effect based on what you're used to.  If most of the books you read are serif (which they would be for older people, since almost all printed books were serif), and your exposure to sans serif was largely via the internet, and you don't like most of what's written on the internet, that might sway you toward serif.  Conversely, if you mostly read modern internet text, you might have the opposite bias.</p>
]]></description><pubDate>Fri, 27 Mar 2026 13:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47542470</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47542470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47542470</guid></item><item><title><![CDATA[New comment by harshreality in "Zero ZGC4: A Better Graphing Calculator for School and Beyond"]]></title><description><![CDATA[
<p>No approval for AP/IB/SAT/ACT, as far as I can see.<p>No RPN.  Every modern graphing calculator needs a mode (doesn't have to be the default) with RPN and a visible (4+ entry) stack.  Once people actually learn how to use that for rapid, efficient calculations, they won't go back, but they never learn because all the major calculators don't even offer it as an alternate mode.  That's the killer app for "graphing" calculators, because they can show multiple stack entries.<p>RPN may not be useful for <i>math</i> classes, which tend not to have as many problems involving many sequential calculations, but it's extremely valuable for science and engineering.</p>
]]></description><pubDate>Sun, 22 Mar 2026 20:12:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47481640</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47481640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47481640</guid></item><item><title><![CDATA[New comment by harshreality in "Books of the Century by Le Monde"]]></title><description><![CDATA[
<p>> Starting from a preliminary list of 200 titles created by bookshops and journalists, 17,000 French participants responded to the question, "Which books have stuck in your mind?" (Quels livres sont restés dans votre mémoire?) As Le Monde journalist Josyane Savigneau aptly clarified in her article, the list is not meant to encompass the 100 most distinguished French literary works of the 20th century, but rather to reflect the emotional connections of the French populace.[1]<p>Limiting the poll to 200 books (if I'm understanding it right... the cited le monde page is paywalled), selected by the elite French-literati, who then polled sub-elite French-literati, is a questionable basis for a list of "books of the century", even in France.  Numbers of votes for each book would've been nice, to see how unanimous the top selections were.<p>8/100, in any language, are from the last third of the century (after 1967).  Of those, 4 are well-known in North America (Styron, Eco, Rushdie, Solzhenitsyn).  Of those, only two, Styron and Rushdie, are originally in English.<p>The most recent -en- works prior to those two were Kerouac in 1957 and then Nabokov and Tolkien in 1955.<p><pre><code>    year: number (fr/en/other)
    1900s: 7  ( 1 /  4 /  2)
    1910s: 4  ( 3 /  0 /  1)
    1920s: 20 ( 8 /  7 /  5)
    1930s: 12 ( 6 /  5 /  1)
    1940s: 19 (10 /  4 /  5)
    1950s: 20 (13 /  6 /  1)
    1960s: 12 ( 7 /  0 /  5)
    1970s: 4  ( 1 /  1 /  2)
    1980s: 2  ( 0 /  1 /  1)
    totals:    49 / 28 / 23
</code></pre>
Given the chronological bias, and few postwar -en- works probably due to distribution and translation challenges, it's pointless to mention all of the American and even British classics they left out from later in the 20th century.  English-language books from the 80s and 90s, particularly science fiction, might have barely reached mainstream French consciousness in 1999.</p>
]]></description><pubDate>Sun, 22 Mar 2026 20:01:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47481515</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47481515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47481515</guid></item><item><title><![CDATA[New comment by harshreality in "FSF statement on copyright infringement lawsuit Bartz v. Anthropic"]]></title><description><![CDATA[
<p>You can't do that without already having the contents of the book, in which case getting an LLM to regurgitate it with partial prompting shouldn't be legally relevant at all.  What it regurgitates will have errors, and if you try to chain that as prompt cues without re-basing each cue to the actual text (which you have separately), the LLM's output will rapidly lose coherence with the original work.<p>If its responses were perfect so that you could chain them, or if you could ask "please give me words 10-15 of chapter 3 paragraph 4 of HPatSS, and it did so, then you'd have a better case to complain.  Still, the counterargument is that repeated prompting like that, explicitly asking for copyright violation, is the real crime.  Are you going to throw someone in prison if they memorize the entirety of HPatSS and recite arbitrary parts of it on demand?<p>Combining both issues: that LLMs are only regurgitating <i>mostly</i> accurate continuations, and they're only providing that to the person who explicitly asked... any meaningful copyright violation moves downstream.  If you record someone reciting HPatSS from memory, and post it on youtube, you are (or should be considered) the real copyright violator, not them.<p>If you ask for an identifiable short segment of writing, or a piece of art, and get something close enough that violates copyright, that should really be <i>your</i> problem if you redistribute it (whether manually or because you've coded something to allow 3rd parties to submit LLM prompts and feed answers back to them, and <i>they</i> go on to redistribute it).<p>Blaming LLMs for "copyright violation" is like persuading a retarded person to do something illegal and then blaming them for it.</p>
]]></description><pubDate>Fri, 20 Mar 2026 20:28:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47460182</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47460182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47460182</guid></item><item><title><![CDATA[New comment by harshreality in "Despite Doubts, Federal Cyber Experts Approved Microsoft Cloud Service"]]></title><description><![CDATA[
<p>Does Google have good SSO internally?  Or Facebook?<p>(excluding things like administration of organization-wide infrastructure key material)</p>
]]></description><pubDate>Wed, 18 Mar 2026 22:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47432252</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47432252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47432252</guid></item><item><title><![CDATA[New comment by harshreality in "FDA links raw cheese to outbreak; Makers "100% disagree," refuse recall"]]></title><description><![CDATA[
<p>Ricotta and paneer appear to be high-heat cheeses, where pasteurization is implicit in the first step even if the milk wasn't pasteurized to begin with.<p>Cheddar, the kind of cheese allegedly at issue in this outbreak, appears to be a low-heat cheese, so you wouldn't start by heating the milk to pasteurization temps.  If the milk isn't already pasteurized, the resulting cheese might be contaminated.<p>European soft cheese makers allegedly follow protocols to ensure that there's not substantial bacterial contamination in the beginning; they carefully handle the milk through the beginning of the cheesemaking process, after which the culture and salt and acidification stall any further bacterial growth; then aging cuts down any bacterial population to safe levels, and it's never reached a level where it could produce dangerous levels of toxins.<p>Competent American raw-cheese makers would do the same thing, but in the interest of supplying "raw milk product" fanatics, unscrupulous businesses will cut corners for profit.  High contamination levels of the initial raw milk, or substantial cross-contamination after aging, is probably what led to this and the company's previous cheese contamination problems.</p>
]]></description><pubDate>Wed, 18 Mar 2026 16:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47427711</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47427711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47427711</guid></item><item><title><![CDATA[New comment by harshreality in "Is legal the same as legitimate: AI reimplementation and the erosion of copyleft"]]></title><description><![CDATA[
<p>Only because that quote is famous.<p>As you said, it's lossy.  Try it with any other distinctive but non-famous passage, and you won't get a correct prediction for the immediately following clause, much less for multiple sentences or paragraphs.<p>That's the case <i>even when an LLM correctly identifies which book the prompted text is from.</i>  It still won't accurately continue on from some arbitrary passage.  By the time you ask it to reproduce hundreds of words, you're into brand new book territory.  Even when it's slop content, it's distinct slop.<p>The exceptions are cases where a significant number of humans would also know a particular quote from memory.  Then, chances are, a frontier LLM will too.<p>You know how else you can reproduce a quote?  Search for it on google, and search the resulting top hits; if it's a significant quote, multiple people have probably quoted it -- <i>legally</i>.  You can also search a pirate library for the actual book, and search the book for the quote; while illegal, it's very simple to do, so unless you propose to make the free and open internet illegal, I'd suggest that banning LLMs for being "derivative work" creation engines is not so different from destroying the internet.<p>> I predict, no pun intended, that a time is coming when the idea that it's not a derived work will be challenged in mainstream law.<p>If judges have any sense whatsoever, LLM generations (without specific prompt crafting to mimic existing works) will be judged to not be derived works and therefore not be violating copyright, in the same sense that you can live and breathe Taylor Swift's music, create new music in the same style, and still not be violating copyright.<p>The Stability AI case, and how Judge Orrick deals with it, will be interesting and uninteresting at the same time.  It deals primarily with the fact that after <i>specific prompting</i>, an image-generation AI can generate something fairly close to existing copyrighted images.  That doesn't say anything more about whether LLMs are inherently producers of [only or primarily] derivative works, just as the fact that a human can violate copyright doesn't say anything about whether humans primarily or exclusively output derivative works.<p>More likely, perhaps, is that everything will be so infused with LLM output that copyright ceases to be relevant, or forces copyright law to be rewritten from the ground up.<p>Copyright requirements, even prior to LLMs, weren't well-specified.  There's no objective threshold for how close something has to be to a previous work before the new one violates copyright.  It's whatever a judge thinks, refering to the 4-factor test but ultimately making subjective judgements about each of those prongs.  It's all a house of cards, and LLMs may just be what topples it.</p>
]]></description><pubDate>Mon, 09 Mar 2026 22:53:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47316868</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47316868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47316868</guid></item><item><title><![CDATA[New comment by harshreality in "Is legal the same as legitimate: AI reimplementation and the erosion of copyleft"]]></title><description><![CDATA[
<p>When learning is sufficiently atomized and recombined, creations cease to be "derived from" in a legal sense.<p>A lego sculpture is copyrighted.  Lego blocks are not.  The threshold between blocks and sculpture is not well-defined, but if an AI isn't prompted specifically to attempt to mimic an existing work, its output will be safely on the non-copyrighted side of things.<p>A derivative work is separately copyrightable, but redistribution needs permission from the original author too.  Since that usually won't be granted or would be uneconomical, the derivative work can't usually be redistributed.<p>AI-produced material is inherently not copyrightable, but not because it's a derivative work.</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314999</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47314999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314999</guid></item><item><title><![CDATA[New comment by harshreality in "Government grant-funded research should not be published in for-profit journals"]]></title><description><![CDATA[
<p>Journals are not about providing access to science, much less <i>public</i> access.<p>Journals are an academic-career-advancement service.  It therefore makes sense that they do not pay academics.  You don't pay your customers.<p>That means they need to generate a secondary customer base elsewhere, who will pay.  Those secondary customers happen to be the employers of the academics who are the primary customers.  That socializes the cost of providing the service, since academics individually wouldn't be willing and able to pay.<p>Once journals have established a reputation, their policies and paywalls and fees are the result of trying to signal exclusivity and set an optimum market price.<p>Until the supply side of the research market largely agrees on a way to use open-access repositories like arXiv as a primary career-advancement signal, complaining about closed-access journals is tilting at windmills.<p>Changing the law to prevent journals from being able to copyright anything could potentially force the research industry to rapidly develop a new solution, but at the cost of short-term chaos and career instability for new academics.</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:12:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47249623</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47249623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47249623</guid></item><item><title><![CDATA[New comment by harshreality in "The Age Verification Trap: Verifying age undermines everyone's data protection"]]></title><description><![CDATA[
<p>How well would anything like that work in practice?<p>First of all, would we restrict all internet access, or just access to certain known sites and VPNs, letting everything else through because it's too insignificant even if it technically might merit being blocked for kids?  I don't think a global internet block for minors is a good idea.<p>On wired internet, restricting access for devices that aren't clearly tied to individual users is problematic.  Imposing age verification overhead on anyone who runs a network is unacceptable and unworkable.  Locking non-mobile devices to individual users, in order to have mandatory software that blocks or sends age signals to the ISP, is also unacceptable and unworkable.<p>For mobile devices, maybe.  There's a privacy problem if it's required for sim cards to be paid using credit cards, but if we do that, or if that's already effectively the case, I think it's fair that anyone who has an active credit card should be permitted on the "adult" internet.  For multi-line accounts, we could make it a crime for the account holder to misrepresent age of the user of a line, i.e. to claim they're an adult when they're really a minor.  Not very different from minors and cigarettes.  It's not universally illegal for a parent to supply them, but it is in some places, and it should be.</p>
]]></description><pubDate>Tue, 24 Feb 2026 00:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47131164</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47131164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47131164</guid></item><item><title><![CDATA[New comment by harshreality in "0 A.D. Release 28: Boiorix"]]></title><description><![CDATA[
<p>Those are lowball system requirements too.<p>You can easily play or spectate a low-unit count game of BAR on any decent 2010+ quad core.<p>Such a computer won't allow you to play 8v8 that goes into the late-game stage.  Sometimes not even 4v4 or 2v2 with players scaling to high unit counts.  Some players try anyway.  Ignoring player disconnections, half the drama of large-scale games is the one player who's lagging because they're on a potato computer.  If the sim doesn't lag, the game will at least be down to single-digit fps.<p>That means you can't really play multiplayer comfortably, at least not beyond 2-4 players.<p>For that, you need a recent ryzen or intel.  I'd estimate recent as post-covid.<p>I don't know what combination of things is important; there's larger cpu caches, faster sustained CPU frequencies (TDP and cooling matter there), hardware mitigations for speculative execution bugs, faster ram, resizeable BAR support... but in my experience going from a 6-core skylake-era cpu to a ryzen 9xxx, with the same gpu, made a massive difference.  I saw no massive improvement going from a 4-core 2010-era cpu to a 6-core skylake-era cpu; I'd classify both as potatoes for BAR purposes.</p>
]]></description><pubDate>Mon, 23 Feb 2026 12:39:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47121544</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47121544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47121544</guid></item><item><title><![CDATA[New comment by harshreality in "AI adoption and Solow's productivity paradox"]]></title><description><![CDATA[
<p>An economy of the LLMs, by the LLMs, for the LLMs, shall not perish from the Earth.</p>
]]></description><pubDate>Wed, 18 Feb 2026 12:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47060207</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=47060207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47060207</guid></item><item><title><![CDATA[New comment by harshreality in "Bun v1.3.9"]]></title><description><![CDATA[
<p>Electric engineering talks about parallel and series.  (including the old parallel and serial ports on computers, before almost everything became serial)<p>Programming talks about parallelism or concurrency or threading.  (single-threading, multi-threading)<p>Or synchronous and asynchronous.<p>The legal system talks about concurrent and consecutive.<p>Process descriptions might use "sequential" rather than consecutive or series.<p>"Linear" is another possibility, but it's overloaded since it's often used in reference to mathematics.</p>
]]></description><pubDate>Sun, 08 Feb 2026 18:28:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46937053</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=46937053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46937053</guid></item><item><title><![CDATA[New comment by harshreality in "Qwen3-TTS family is now open sourced: Voice design, clone, and generation"]]></title><description><![CDATA[
<p>That's a reupload of Cybergem's video. <a href="https://www.youtube.com/watch?v=-gGLvg0n-uY" rel="nofollow">https://www.youtube.com/watch?v=-gGLvg0n-uY</a></p>
]]></description><pubDate>Fri, 23 Jan 2026 01:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46727134</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=46727134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46727134</guid></item><item><title><![CDATA[New comment by harshreality in "Fathers’ choices may be packaged and passed down in sperm RNA"]]></title><description><![CDATA[
<p>Someone who works out every day will obviously have different metabolic and microRNA profiles; assuming that line of research holds up and those biomolecular profiles make it into the zygote, survive many replication cycles, and act as developmental signalling molecules affecting gene expression during embryonic and fetal development, there could be life-long effects.<p>What can't happen is inter-generational transmission of particular subjective experiences that aren't paired with specific, unique metabolic, hormonal, and gene-expression signatures.  Only biomolecular-mediated phenotypes, the most general and obvious of which would be things like stress or exercise or diet, make sense to be transmitted that way.<p>For instance, someone who's chronically afraid might transmit some kind of stress/fear modulating signals to offspring.  Someone who's afraid of a specific thing, however, cannot transmit fear of that specific thing unless there's some incredible and unexplored cognition-to-biomolecular signalling mechanism that's entirely unexplored and undescribed.  Therefore, I don't know why the article uses the term "lived experience", which is too broad a term to describe what the research suggests might be occurring.</p>
]]></description><pubDate>Sun, 28 Dec 2025 03:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46408074</link><dc:creator>harshreality</dc:creator><comments>https://news.ycombinator.com/item?id=46408074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46408074</guid></item></channel></rss>