<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: degenerate</title><link>https://news.ycombinator.com/user?id=degenerate</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 16:59:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=degenerate" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by degenerate in "Flighty Airports"]]></title><description><![CDATA[
<p>Misery Map adds two crucial pieces of context: the delays <i>between</i> airports, and rain/snow on the map, which often is the reason for delays. It's nice to see it all together.</p>
]]></description><pubDate>Wed, 25 Mar 2026 15:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47518910</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=47518910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47518910</guid></item><item><title><![CDATA[New comment by degenerate in "Bombadil: Property-based testing for web UIs"]]></title><description><![CDATA[
<p>From a project management perspective, the 5 examples don't help me understand how/why I might switch from Playwright/Cypress to this framework. It seems like Bombadil is a much lower-level test framework focusing on DOM properties but in the "Why Bombadil?" introduction you say "maintaining suites of Playwright or Cypress tests takes a lot of work" ... I'd like if there was an example showing how this is true, perhaps a 1:1 example of Playwright vs Bombadil for testing something such as notifications clearing when I click clear. Basically, beefing up examples with real-world ones that Playwright users might have written is a good way to foster adoption.</p>
]]></description><pubDate>Mon, 23 Mar 2026 14:46:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490280</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=47490280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490280</guid></item><item><title><![CDATA[New comment by degenerate in "Show HN: A real-time strategy game that AI agents can play"]]></title><description><![CDATA[
<p>You would likely be interested in the Starcraft BWAPI:
<a href="https://www.starcraftai.com" rel="nofollow">https://www.starcraftai.com</a><p>You can watch the matche videos from training runs:
<a href="https://www.youtube.com/@Sscaitournament/videos" rel="nofollow">https://www.youtube.com/@Sscaitournament/videos</a><p>I don't think BWAPI has ever integrated modern AI models, but I haven't followed its progress in several years.</p>
]]></description><pubDate>Wed, 25 Feb 2026 14:29:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47151950</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=47151950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47151950</guid></item><item><title><![CDATA[New comment by degenerate in "GitHub is down again"]]></title><description><![CDATA[
<p>Many teams work exclusively in GitHub (ticketing, boards, workflows, dev builds). People also have entire production build systems on GitHub. There's a lot more than git repo hosting.</p>
]]></description><pubDate>Mon, 09 Feb 2026 16:46:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46947474</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=46947474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46947474</guid></item><item><title><![CDATA[New comment by degenerate in "Web Design Museum"]]></title><description><![CDATA[
<p>YouTube design changed almost every year until 2020! Wild.</p>
]]></description><pubDate>Thu, 29 Aug 2024 17:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41393001</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=41393001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41393001</guid></item><item><title><![CDATA[New comment by degenerate in "Why Do Kind Strangers Return Our Wallets?"]]></title><description><![CDATA[
<p>"empathy" "right" "help" "hope" "same"<p>None of those words appear in the article. I can deduce that the author of this article would never return a wallet. If they are this perplexed at the good deeds of others, and need to turn to science for a reason, they are as dense as a brick.<p>Reasons:<p>- because kind strangers have empathy<p>- because kind strangers want to do what is right, and help others<p>- because kind strangers would hope the same thing is done when they lose their own wallet</p>
]]></description><pubDate>Fri, 19 Jul 2024 17:07:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41008606</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=41008606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41008606</guid></item><item><title><![CDATA[New comment by degenerate in "Equinox.space"]]></title><description><![CDATA[
<p>You would likely enjoy Myst: <a href="https://www.gog.com/en/game/myst_masterpiece_edition" rel="nofollow">https://www.gog.com/en/game/myst_masterpiece_edition</a><p>Related HN thread: <a href="https://news.ycombinator.com/item?id=18058991">https://news.ycombinator.com/item?id=18058991</a></p>
]]></description><pubDate>Mon, 22 Apr 2024 15:49:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40115492</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=40115492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40115492</guid></item><item><title><![CDATA[New comment by degenerate in "Postgres vs. File Systems: A Performance Comparison (2022)"]]></title><description><![CDATA[
<p>Are you testing performance with pgbench or something more custom/advanced?</p>
]]></description><pubDate>Mon, 01 Apr 2024 15:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=39895236</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=39895236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39895236</guid></item><item><title><![CDATA[New comment by degenerate in "What made Earth a giant snowball 700M years ago? Scientists have an answer"]]></title><description><![CDATA[
<p>I briefly searched and couldn't find it either - here is the IMDB for others to reference: <a href="https://www.imdb.com/title/tt0605181/" rel="nofollow">https://www.imdb.com/title/tt0605181/</a></p>
]]></description><pubDate>Wed, 14 Feb 2024 13:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39369746</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=39369746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39369746</guid></item><item><title><![CDATA[New comment by degenerate in "Claim: the ideal PR is 50 lines long"]]></title><description><![CDATA[
<p>Some teammates agreed to do this, but it's not known what files will be edited ahead of time, so a large job often has formatting edits anyway.</p>
]]></description><pubDate>Thu, 08 Feb 2024 14:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39302565</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=39302565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39302565</guid></item><item><title><![CDATA[New comment by degenerate in "Claim: the ideal PR is 50 lines long"]]></title><description><![CDATA[
<p>Lines with actual code changes aren't a problem for me, it's the automated IDE indent/spacing/bracketing that really drives me up a wall and fatigues the hell out of me.<p>But this might only be a problem with those of us working on legacy codebases. The kind of PRs I see in OSS projects I could review 1000 lines at a time - it's so clean!</p>
]]></description><pubDate>Wed, 07 Feb 2024 20:31:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39293893</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=39293893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39293893</guid></item><item><title><![CDATA[New comment by degenerate in "When America first dropped acid"]]></title><description><![CDATA[
<p>Better than commenting "paywall blocked" is to provide an archive link: <a href="https://archive.is/vH7vF" rel="nofollow">https://archive.is/vH7vF</a></p>
]]></description><pubDate>Mon, 22 Jan 2024 15:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39090762</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=39090762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39090762</guid></item><item><title><![CDATA[New comment by degenerate in "Stellarium: Software which renders realistic skies in real time"]]></title><description><![CDATA[
<p>I imagine some OSS authors don't consider someone visiting the GitHub readme before visiting their website. I can't fathom thinking like that, but it must have never crossed their mind.<p>Here's the screenshots: <a href="https://stellarium.org/screenshots.html" rel="nofollow">https://stellarium.org/screenshots.html</a></p>
]]></description><pubDate>Sat, 13 Jan 2024 17:17:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38982057</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38982057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38982057</guid></item><item><title><![CDATA[New comment by degenerate in "ArXiv now offers papers in HTML format"]]></title><description><![CDATA[
<p>The PDF is worse, so there is no simple answer to this: <a href="https://arxiv.org/pdf/2312.12907v1.pdf" rel="nofollow noreferrer">https://arxiv.org/pdf/2312.12907v1.pdf</a><p>At least the HTML version pairs each author with their affiliations, instead of the PDF which has all the names on page 1, and all the affiliations on page 2. That's completely unreadable.</p>
]]></description><pubDate>Thu, 21 Dec 2023 20:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38726399</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38726399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38726399</guid></item><item><title><![CDATA[New comment by degenerate in "Pitfalls of Helm – Insights from 3 years with the leading K8s package manager"]]></title><description><![CDATA[
<p>Thanks everyone that replied, I thought I was doing something wrong!</p>
]]></description><pubDate>Thu, 14 Dec 2023 18:24:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=38645020</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38645020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38645020</guid></item><item><title><![CDATA[New comment by degenerate in "Pitfalls of Helm – Insights from 3 years with the leading K8s package manager"]]></title><description><![CDATA[
<p>Any advice/ideas/articles/references on using kustomize efficiently?<p>I love the idea of using a tool bundled with kubectl for zero dependencies, but their examples and tutorials are horrible. I can't figure out how to use it correctly to have 1 copy of YAML that would deploy to 5 different environments. It seems I would need multiple copies of kustomization.yaml in multiple folders, if I have multiple namespaces/pods/etc...</p>
]]></description><pubDate>Thu, 14 Dec 2023 16:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38642953</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38642953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38642953</guid></item><item><title><![CDATA[New comment by degenerate in "Lessons from building GitHub code search [video]"]]></title><description><![CDATA[
<p>When a user search includes a non-indexed repository, GitHub needs to include a warning message along with the search results, something similar to what you just mentioned:<p><i>"One or more repositories of this search is not yet indexed, please try your search later for accurate results."</i><p>Likewise for the 2nd case.</p>
]]></description><pubDate>Thu, 14 Dec 2023 16:09:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38642887</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38642887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38642887</guid></item><item><title><![CDATA[New comment by degenerate in "The 1988 shooting down of Flight 655 as a user interface disaster"]]></title><description><![CDATA[
<p>navigate the UI disaster to read about the UI disaster...<p>I don't consider this story a UI disaster. Generating different 4-digit codes across terminals for <i>the same object</i>, and recycling those codes regularly... that's a data handling disaster.</p>
]]></description><pubDate>Wed, 29 Nov 2023 12:23:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=38458537</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=38458537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38458537</guid></item><item><title><![CDATA[New comment by degenerate in "Install Windows the Arch Linux Way"]]></title><description><![CDATA[
<p>Or for more options use Rufus: <a href="https://rufus.ie/en/" rel="nofollow noreferrer">https://rufus.ie/en/</a></p>
]]></description><pubDate>Thu, 21 Sep 2023 14:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37598502</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=37598502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37598502</guid></item><item><title><![CDATA[New comment by degenerate in "Google settles account settings lawsuit less than one week after being filed [pdf]"]]></title><description><![CDATA[
<p>If you want to disable Google location history (AND/OR) limit data collection to 3 months, you can do that here:<p><a href="https://myactivity.google.com/activitycontrols?settings=location" rel="nofollow noreferrer">https://myactivity.google.com/activitycontrols?settings=loca...</a></p>
]]></description><pubDate>Wed, 20 Sep 2023 13:07:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37583645</link><dc:creator>degenerate</dc:creator><comments>https://news.ycombinator.com/item?id=37583645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37583645</guid></item></channel></rss>