Skip to content

feat(route/hackernews): filter stories by minimum comment count - #23218

Open
PeterDaveHello wants to merge 1 commit into
DIYgod:masterfrom
PeterDaveHello:hackernewsMinCommentsFilter
Open

PeterDaveHello wants to merge 1 commit into
DIYgod:masterfrom
PeterDaveHello:hackernewsMinCommentsFilter

Conversation

@PeterDaveHello

Copy link
Copy Markdown
Contributor

Involved Issue / 该 PR 相关 Issue

Replaces #23216.

Example for the Proposed Route(s) / 路由地址示例

/hackernews
/hackernews/index/sources/10
/hackernews/best/sources/10
/hackernews/newest
/hackernews/index/comments/10?limit=1
/hackernews/over/sources/100/10
/hackernews/submitted/sources/dang/1
/hackernews/item/sources/8863
/hackernews/threads/comments_list/dang
/hackernews/jobs

New RSS Route Checklist / 新 RSS 路由检查表

Note / 说明

Add minimum-comment filtering before the common limit, preserving existing ID parameters, GUIDs and empty-feed checks. Normalize comment counts independently of GUID construction and separate caches by output format. Move tests outside route sources to fix the Docker build failure in #23216, with type-checking and CI coverage.

Before rebasing, 427 tests (including 24 Hacker News tests), 14 workerd tests, type checking, targeted lint/format checks, Docker build and startup checks passed. Local code review completed without unresolved actionable findings. Git range-diff confirms the patch is unchanged after rebasing; the new HEAD has not been revalidated.

HN may return HTTP 429; this change adds no new anti-bot or rate-limit handling. High thresholds can yield empty feeds. These 10 examples sample distinct parameter and output behaviors to reduce live HN requests; full-comment output uses limit=1.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T18:05:59.355614Z c4f13de New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions github-actions Bot added the route label Sep 6, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0021945bdd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


// Story-listing sections where `value` has no dedicated meaning; a purely numeric value there doubles as the
// minimum comment count. Everywhere else numeric values stay HN IDs passed through as `?id=` (e.g. `/item`)
const numericThresholdSections = ['index', 'best', 'front', 'active', 'newest', 'ask', 'show', 'shownew', 'asknew', 'noobstories', 'pool', 'classic', 'launches', 'news', 'invited'];

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Exclude /invited from comment-count filtering

When a positive threshold is used, such as /hackernews/invited/sources/1, every entry is filtered out: /invited rows end with an age link (as noted by the parsing comment below), so parseComments() returns an empty string and getCommentCount() maps every row to zero. Either classify invited as a section without comment counts or obtain counts from another source before advertising threshold support for it.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the live /invited HTML and replayed it through the handler at 0021945b: 26 of 30 rows had comment-count links. Thresholds of 1 and 10 retained 26 and 20 stories, respectively. The page contains a mix of count and age links; a positive threshold excludes the age-only rows, not the entire feed. Excluding /invited would remove support for working filters.

@github-actions github-actions Bot added the auto: ready to review Human review will come in after lint issues and merge conflicts are fixed label Sep 6, 2026
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/hackernews - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:06 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>An Alien Mind</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588080&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/an-alien-mind/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/an-alien-mind/</link>
      <guid isPermaLink="false">49588080</guid>
      <pubDate>Sun, 06 Sep 2026 16:27:05 GMT</pubDate>
      <author>tosh</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Research carried out using NetBSD</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587903&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.netbsd.org/gallery/research.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.netbsd.org/gallery/research.html</link>
      <guid isPermaLink="false">49587903</guid>
      <pubDate>Sun, 06 Sep 2026 16:10:05 GMT</pubDate>
      <author>Bluestein</author>
      <category>netbsd.org</category>
    </item>
    <item>
      <title>Cultivating Trust</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587833&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/</link>
      <guid isPermaLink="false">49587833</guid>
      <pubDate>Sun, 06 Sep 2026 16:02:37 GMT</pubDate>
      <author>kaeruct</author>
      <category>kaeruct.github.io</category>
    </item>
    <item>
      <title>NetBSD 9.5 released and EOL for NetBSD-9</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587636&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and</link>
      <guid isPermaLink="false">49587636</guid>
      <pubDate>Sun, 06 Sep 2026 15:44:24 GMT</pubDate>
      <author>jaypatelani</author>
      <category>netbsd.org</category>
    </item>
    <item>
      <title>Research acceleration: The view inside OpenAI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587217&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/research-acceleration-view-inside-openai&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/research-acceleration-view-inside-openai</link>
      <guid isPermaLink="false">49587217</guid>
      <pubDate>Sun, 06 Sep 2026 15:08:44 GMT</pubDate>
      <author>iamsyr</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>I Feel about AI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587128&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beza1e1.tuxen.de/ai_feelings.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beza1e1.tuxen.de/ai_feelings.html</link>
      <guid isPermaLink="false">49587128</guid>
      <pubDate>Sun, 06 Sep 2026 15:00:19 GMT</pubDate>
      <author>qznc</author>
      <category>tuxen.de</category>
    </item>
    <item>
      <title>Recreating Minecraft Is Not a Benchmark</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587040&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark</link>
      <guid isPermaLink="false">49587040</guid>
      <pubDate>Sun, 06 Sep 2026 14:52:07 GMT</pubDate>
      <author>kuberwastaken</author>
      <category>kuber.studio</category>
    </item>
    <item>
      <title>Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/scastiel/kado&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/scastiel/kado</link>
      <guid isPermaLink="false">49586902</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:46 GMT</pubDate>
      <author>scastiel</author>
      <category>github.com/scastiel</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>The many mysteries and lessons of the Bayeux tapestry</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586435&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://economist.com/interactive/culture/2026/09/03/the-many-mysteries-and-lessons-of-the-bayeux-tapestry&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://economist.com/interactive/culture/2026/09/03/the-many-mysteries-and-lessons-of-the-bayeux-tapestry</link>
      <guid isPermaLink="false">49586435</guid>
      <pubDate>Sun, 06 Sep 2026 13:38:07 GMT</pubDate>
      <author>andsoitis</author>
      <category>economist.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>I&#39;m teaching an introductory 12 week course on Quantum Oracle Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://shukla.io/quantum-oracle-engineering/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://shukla.io/quantum-oracle-engineering/</link>
      <guid isPermaLink="false">49586151</guid>
      <pubDate>Sun, 06 Sep 2026 13:00:34 GMT</pubDate>
      <author>BinRoo</author>
      <category>shukla.io</category>
    </item>
    <item>
      <title>The pencil case model of creativity</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585703&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://dub.uu.nl/en/column/pencil-case-model-creativity&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://dub.uu.nl/en/column/pencil-case-model-creativity</link>
      <guid isPermaLink="false">49585703</guid>
      <pubDate>Sun, 06 Sep 2026 12:05:34 GMT</pubDate>
      <author>jruohonen</author>
      <category>uu.nl</category>
    </item>
    <item>
      <title>Intellectual Fly Is Open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AMD Based FreeBSD Desktop Reloaded</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582719&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/</link>
      <guid isPermaLink="false">49582719</guid>
      <pubDate>Sun, 06 Sep 2026 02:24:57 GMT</pubDate>
      <author>vermaden</author>
      <category>vermaden.wordpress.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Ganon&#39;s Mysterious Origins (Revisited)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580389&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider</link>
      <guid isPermaLink="false">49580389</guid>
      <pubDate>Sat, 05 Sep 2026 20:33:29 GMT</pubDate>
      <author>tobr</author>
      <category>thrillingtalesofoldvideogames.com</category>
    </item>
    <item>
      <title>Household Laser Cuts</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49569983&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cceckman.com/writing/household-laser-cuts/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cceckman.com/writing/household-laser-cuts/</link>
      <guid isPermaLink="false">49569983</guid>
      <pubDate>Fri, 04 Sep 2026 20:42:46 GMT</pubDate>
      <author>evakhoury</author>
      <category>cceckman.com</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>IBM Quantum Nighthawk R2</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49546198&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ibm.com/quantum/blog/nighthawk-r2&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ibm.com/quantum/blog/nighthawk-r2</link>
      <guid isPermaLink="false">49546198</guid>
      <pubDate>Thu, 03 Sep 2026 05:16:04 GMT</pubDate>
      <author>fuglede_</author>
      <category>ibm.com</category>
    </item>
    <item>
      <title>Is There I/O After Death? What Happens to Io_uring When a Process Dies</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49542471&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://blog.ydb.tech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-92c65354873f?postPublishedType=repub&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://blog.ydb.tech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-92c65354873f?postPublishedType=repub</link>
      <guid isPermaLink="false">49542471</guid>
      <pubDate>Wed, 02 Sep 2026 20:58:45 GMT</pubDate>
      <author>porridgeraisin</author>
      <category>ydb.tech</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>Electronic skin for prosthetics to sense temperature and pressure</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49540090&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics-to-sense-temperature-and-pressure/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics-to-sense-temperature-and-pressure/</link>
      <guid isPermaLink="false">49540090</guid>
      <pubDate>Wed, 02 Sep 2026 18:06:56 GMT</pubDate>
      <author>gmays</author>
      <category>wsu.edu</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
    <item>
      <title>The ColorChecker, photography&#39;s most important 24 squares, turns 50</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49529398&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/</link>
      <guid isPermaLink="false">49529398</guid>
      <pubDate>Tue, 01 Sep 2026 22:54:15 GMT</pubDate>
      <author>sohkamyung</author>
      <category>dpreview.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/index/sources/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews/index/sources/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:07 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>I Feel about AI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587128&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beza1e1.tuxen.de/ai_feelings.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beza1e1.tuxen.de/ai_feelings.html</link>
      <guid isPermaLink="false">49587128</guid>
      <pubDate>Sun, 06 Sep 2026 15:00:19 GMT</pubDate>
      <author>qznc</author>
      <category>tuxen.de</category>
    </item>
    <item>
      <title>Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/scastiel/kado&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/scastiel/kado</link>
      <guid isPermaLink="false">49586902</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:46 GMT</pubDate>
      <author>scastiel</author>
      <category>github.com/scastiel</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>I&#39;m teaching an introductory 12 week course on Quantum Oracle Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://shukla.io/quantum-oracle-engineering/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://shukla.io/quantum-oracle-engineering/</link>
      <guid isPermaLink="false">49586151</guid>
      <pubDate>Sun, 06 Sep 2026 13:00:34 GMT</pubDate>
      <author>BinRoo</author>
      <category>shukla.io</category>
    </item>
    <item>
      <title>The pencil case model of creativity</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585703&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://dub.uu.nl/en/column/pencil-case-model-creativity&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://dub.uu.nl/en/column/pencil-case-model-creativity</link>
      <guid isPermaLink="false">49585703</guid>
      <pubDate>Sun, 06 Sep 2026 12:05:34 GMT</pubDate>
      <author>jruohonen</author>
      <category>uu.nl</category>
    </item>
    <item>
      <title>Intellectual Fly Is Open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AMD Based FreeBSD Desktop Reloaded</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582719&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/</link>
      <guid isPermaLink="false">49582719</guid>
      <pubDate>Sun, 06 Sep 2026 02:24:57 GMT</pubDate>
      <author>vermaden</author>
      <category>vermaden.wordpress.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>IBM Quantum Nighthawk R2</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49546198&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ibm.com/quantum/blog/nighthawk-r2&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ibm.com/quantum/blog/nighthawk-r2</link>
      <guid isPermaLink="false">49546198</guid>
      <pubDate>Thu, 03 Sep 2026 05:16:04 GMT</pubDate>
      <author>fuglede_</author>
      <category>ibm.com</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
    <item>
      <title>The ColorChecker, photography&#39;s most important 24 squares, turns 50</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49529398&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/</link>
      <guid isPermaLink="false">49529398</guid>
      <pubDate>Tue, 01 Sep 2026 22:54:15 GMT</pubDate>
      <author>sohkamyung</author>
      <category>dpreview.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/best/sources/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Top Links | Hacker News</title>
    <link>https://news.ycombinator.com/best</link>
    <atom:link href="http://localhost:1200/hackernews/best/sources/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Top Links | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:07 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>Intellectual Fly Is Open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>Chrome again exempts Google from user site data settings</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49581870&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lapcatsoftware.com/articles/2026/9/1.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lapcatsoftware.com/articles/2026/9/1.html</link>
      <guid isPermaLink="false">49581870</guid>
      <pubDate>Sat, 05 Sep 2026 23:39:47 GMT</pubDate>
      <author>ExMachina73</author>
      <category>lapcatsoftware.com</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Private German rocket makes history, reaches orbit from European soil</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580369&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket</link>
      <guid isPermaLink="false">49580369</guid>
      <pubDate>Sat, 05 Sep 2026 20:31:38 GMT</pubDate>
      <author>bookmtn</author>
      <category>space.com</category>
    </item>
    <item>
      <title>LLMs as a Cognitive Virus</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580164&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/2609.03344&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://arxiv.org/abs/2609.03344</link>
      <guid isPermaLink="false">49580164</guid>
      <pubDate>Sat, 05 Sep 2026 20:02:35 GMT</pubDate>
      <author>canjobear</author>
      <category>arxiv.org</category>
    </item>
    <item>
      <title>The Real Luxuries In Life</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578866&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://feld.com/archives/2026/09/the-real-luxuries-in-life/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://feld.com/archives/2026/09/the-real-luxuries-in-life/</link>
      <guid isPermaLink="false">49578866</guid>
      <pubDate>Sat, 05 Sep 2026 17:46:16 GMT</pubDate>
      <author>tosh</author>
      <category>feld.com</category>
    </item>
    <item>
      <title>Flock used &gt;100 times to track veteran who recorded traffic stop</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578310&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://reason.com/2026/09/02/wisconsin-cops-used-flock-over-100-times-to-track-a-navy-veteran-after-he-lawfully-recorded-a-traffic-stop/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://reason.com/2026/09/02/wisconsin-cops-used-flock-over-100-times-to-track-a-navy-veteran-after-he-lawfully-recorded-a-traffic-stop/</link>
      <guid isPermaLink="false">49578310</guid>
      <pubDate>Sat, 05 Sep 2026 16:48:13 GMT</pubDate>
      <author>bbatsell</author>
      <category>reason.com</category>
    </item>
    <item>
      <title>Learn Programming with OCaml</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578280&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://usr.lmf.cnrs.fr/lpo/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://usr.lmf.cnrs.fr/lpo/</link>
      <guid isPermaLink="false">49578280</guid>
      <pubDate>Sat, 05 Sep 2026 16:45:02 GMT</pubDate>
      <author>elvis70</author>
      <category>cnrs.fr</category>
    </item>
    <item>
      <title>Wikimedia Foundation Workers Overwhelmingly Vote to Form Union with CWA</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49577975&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://wikiworkersunited.org/announcements/2026-09-04-us-wikimedia-foundation-workers-overwhelmingly-vote-to-form-union-with-cwa/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://wikiworkersunited.org/announcements/2026-09-04-us-wikimedia-foundation-workers-overwhelmingly-vote-to-form-union-with-cwa/</link>
      <guid isPermaLink="false">49577975</guid>
      <pubDate>Sat, 05 Sep 2026 16:13:57 GMT</pubDate>
      <author>robin_reala</author>
      <category>wikiworkersunited.org</category>
    </item>
    <item>
      <title>How the Disaster of &quot;Forever Chemicals&quot; Was Kept Secret</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576986&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.propublica.org/podcast/forever-chemicals-pfas-pfos-3m-secret-kris-hansen&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.propublica.org/podcast/forever-chemicals-pfas-pfos-3m-secret-kris-hansen</link>
      <guid isPermaLink="false">49576986</guid>
      <pubDate>Sat, 05 Sep 2026 14:40:52 GMT</pubDate>
      <author>stevenwoo</author>
      <category>propublica.org</category>
    </item>
    <item>
      <title>The &quot;$60 Gaming PC&quot; – AMD BC-250 (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576386&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/</link>
      <guid isPermaLink="false">49576386</guid>
      <pubDate>Sat, 05 Sep 2026 13:36:38 GMT</pubDate>
      <author>networked</author>
      <category>devquasar.com</category>
    </item>
    <item>
      <title>Global warming will exceed 1.5-degree limit, UN says</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576124&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.pbs.org/newshour/science/global-warming-will-exceed-1-5-degree-limit-un-says-in-report-that-maps-path-back-below-danger-zone&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.pbs.org/newshour/science/global-warming-will-exceed-1-5-degree-limit-un-says-in-report-that-maps-path-back-below-danger-zone</link>
      <guid isPermaLink="false">49576124</guid>
      <pubDate>Sat, 05 Sep 2026 13:02:14 GMT</pubDate>
      <author>ijidak</author>
      <category>pbs.org</category>
    </item>
    <item>
      <title>Netherlands pulls gold out of the US</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49575034&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.abc.net.au/news/2026-09-04/why-the-netherlands-moved-its-gold-from-us-and-canada/107111990&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.abc.net.au/news/2026-09-04/why-the-netherlands-moved-its-gold-from-us-and-canada/107111990</link>
      <guid isPermaLink="false">49575034</guid>
      <pubDate>Sat, 05 Sep 2026 10:14:28 GMT</pubDate>
      <author>daniel_iversen</author>
      <category>abc.net.au</category>
    </item>
    <item>
      <title>AI handles incidents, engineers lose touch with their systems</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49574167&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems</link>
      <guid isPermaLink="false">49574167</guid>
      <pubDate>Sat, 05 Sep 2026 07:52:50 GMT</pubDate>
      <author>sylvainkalache</author>
      <category>sylvainkalache.com</category>
    </item>
    <item>
      <title>Git hosting that never leaves Europe</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49573680&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://pushin.eu/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://pushin.eu/</link>
      <guid isPermaLink="false">49573680</guid>
      <pubDate>Sat, 05 Sep 2026 06:31:49 GMT</pubDate>
      <author>sevenseacat</author>
      <category>pushin.eu</category>
    </item>
    <item>
      <title>Nitter has more working instances than before the takedowns</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571634&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://codeberg.org/mv12star/shitter/wiki/Instances&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://codeberg.org/mv12star/shitter/wiki/Instances</link>
      <guid isPermaLink="false">49571634</guid>
      <pubDate>Sat, 05 Sep 2026 00:04:16 GMT</pubDate>
      <author>Cider9986</author>
      <category>codeberg.org/mv12star</category>
    </item>
    <item>
      <title>Portal by Spotify cut my Claude Code token usage by 90%</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571465&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90</link>
      <guid isPermaLink="false">49571465</guid>
      <pubDate>Fri, 04 Sep 2026 23:38:50 GMT</pubDate>
      <author>cebert</author>
      <category>atspotify.com</category>
    </item>
    <item>
      <title>Record-High 89% in U.S. Say Government Corruption Widespread</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570772&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx</link>
      <guid isPermaLink="false">49570772</guid>
      <pubDate>Fri, 04 Sep 2026 22:03:16 GMT</pubDate>
      <author>karakoram</author>
      <category>gallup.com</category>
    </item>
    <item>
      <title>Actively exploited sandbox RCE in all Chromium versions</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570669&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nvd.nist.gov/vuln/detail/cve-2026-85046&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nvd.nist.gov/vuln/detail/cve-2026-85046</link>
      <guid isPermaLink="false">49570669</guid>
      <pubDate>Fri, 04 Sep 2026 21:52:01 GMT</pubDate>
      <author>negura</author>
      <category>nist.gov</category>
    </item>
    <item>
      <title>GPT-6 Astra on OpenRouter</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570545&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openrouter.ai/openai/gpt-6-astra&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openrouter.ai/openai/gpt-6-astra</link>
      <guid isPermaLink="false">49570545</guid>
      <pubDate>Fri, 04 Sep 2026 21:39:19 GMT</pubDate>
      <author>Topfi</author>
      <category>openrouter.ai</category>
    </item>
    <item>
      <title>Statichost.eu – European static site hosting</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49569896&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.statichost.eu/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.statichost.eu/</link>
      <guid isPermaLink="false">49569896</guid>
      <pubDate>Fri, 04 Sep 2026 20:34:49 GMT</pubDate>
      <author>p4bl0</author>
      <category>statichost.eu</category>
    </item>
    <item>
      <title>Can AI design circuit boards yet?</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49569366&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://eebench.org/blog/can-ai-design-circuit-boards-yet/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://eebench.org/blog/can-ai-design-circuit-boards-yet/</link>
      <guid isPermaLink="false">49569366</guid>
      <pubDate>Fri, 04 Sep 2026 19:48:29 GMT</pubDate>
      <author>iopapa</author>
      <category>eebench.org</category>
    </item>
    <item>
      <title>Shutting down our public encrypted DNS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568579&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-instead&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-instead</link>
      <guid isPermaLink="false">49568579</guid>
      <pubDate>Fri, 04 Sep 2026 18:50:28 GMT</pubDate>
      <author>mywacaday</author>
      <category>mullvad.net</category>
    </item>
    <item>
      <title>Formalizing Fermat&#39;s Last Theorem</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568506&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.anthropic.com/research/formalizing-fermats-last-theorem&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.anthropic.com/research/formalizing-fermats-last-theorem</link>
      <guid isPermaLink="false">49568506</guid>
      <pubDate>Fri, 04 Sep 2026 18:42:56 GMT</pubDate>
      <author>jlebar</author>
      <category>anthropic.com</category>
    </item>
    <item>
      <title>Show HN: Open-Source eInk Bike Computer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49567437&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://opentrailpaper.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://opentrailpaper.com/</link>
      <guid isPermaLink="false">49567437</guid>
      <pubDate>Fri, 04 Sep 2026 17:18:08 GMT</pubDate>
      <author>stingrae</author>
      <category>opentrailpaper.com</category>
    </item>
    <item>
      <title>Adult Film Producer Unmasks Prolific &#39;John DOE&#39; Torrent Pirate as Meta Executive</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49567053&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://torrentfreak.com/adult-film-producer-unmasks-prolific-john-doe-torrent-pirate-as-meta-executive/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://torrentfreak.com/adult-film-producer-unmasks-prolific-john-doe-torrent-pirate-as-meta-executive/</link>
      <guid isPermaLink="false">49567053</guid>
      <pubDate>Fri, 04 Sep 2026 16:46:59 GMT</pubDate>
      <author>speckx</author>
      <category>torrentfreak.com</category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/newest - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>New Links | Hacker News</title>
    <link>https://news.ycombinator.com/newest</link>
    <atom:link href="http://localhost:1200/hackernews/newest" rel="self" type="application/rss+xml"></atom:link>
    <description>New Links | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:07 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>The Man That Invented the Popup</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588393&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://galratner.substack.com/p/the-man-that-invented-the-popup&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://galratner.substack.com/p/the-man-that-invented-the-popup</link>
      <guid isPermaLink="false">49588393</guid>
      <pubDate>Sun, 06 Sep 2026 16:54:53 GMT</pubDate>
      <author>blartpaul</author>
      <category>galratner.substack.com</category>
    </item>
    <item>
      <title>Washington Post says Piker used AI generated audio but admits it has no proof</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588382&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://twitter.com/washingtonpost/status/2096304873557877132&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://twitter.com/washingtonpost/status/2096304873557877132</link>
      <guid isPermaLink="false">49588382</guid>
      <pubDate>Sun, 06 Sep 2026 16:54:19 GMT</pubDate>
      <author>slowin</author>
      <category>twitter.com/washingtonpost</category>
    </item>
    <item>
      <title>All of Claude&#39;s &quot;Never Do This&quot; in Fable 5.1 System Prompt</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588374&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://artifactbin.dev/@vivek/MLWEU6-claude-s-nevers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://artifactbin.dev/@vivek/MLWEU6-claude-s-nevers</link>
      <guid isPermaLink="false">49588374</guid>
      <pubDate>Sun, 06 Sep 2026 16:53:49 GMT</pubDate>
      <author>nuwandavek</author>
      <category>artifactbin.dev</category>
    </item>
    <item>
      <title>Connecting Kubernetes dependencies to application telemetry</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588372&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49588372&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49588372</link>
      <guid isPermaLink="false">49588372</guid>
      <pubDate>Sun, 06 Sep 2026 16:53:44 GMT</pubDate>
      <author>chipfixer</author>
      <category></category>
    </item>
    <item>
      <title>Big Brother is going to college: The federal plan to track students for life</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588360&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.washingtonexaminer.com/op-eds/4710733/college-transparency-act-student-privacy-risks/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.washingtonexaminer.com/op-eds/4710733/college-transparency-act-student-privacy-risks/</link>
      <guid isPermaLink="false">49588360</guid>
      <pubDate>Sun, 06 Sep 2026 16:51:56 GMT</pubDate>
      <author>iamnothere</author>
      <category>washingtonexaminer.com</category>
    </item>
    <item>
      <title>Apex City – Build a city that works</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588343&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://apexcity.reallexi.io/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://apexcity.reallexi.io/</link>
      <guid isPermaLink="false">49588343</guid>
      <pubDate>Sun, 06 Sep 2026 16:50:18 GMT</pubDate>
      <author>m22386</author>
      <category>reallexi.io</category>
    </item>
    <item>
      <title>FDA Recalls IV Fluids over Possible Fiberglass, Stainless Steel Contaminants</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588337&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.healthline.com/health-news/fda-recalls-iv-saline-fluids-fiberglass-stainless-steel-contaminants&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.healthline.com/health-news/fda-recalls-iv-saline-fluids-fiberglass-stainless-steel-contaminants</link>
      <guid isPermaLink="false">49588337</guid>
      <pubDate>Sun, 06 Sep 2026 16:49:30 GMT</pubDate>
      <author>speckx</author>
      <category>healthline.com</category>
    </item>
    <item>
      <title>The Association for Computational Heresy</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588301&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://sigbovik.org/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://sigbovik.org/</link>
      <guid isPermaLink="false">49588301</guid>
      <pubDate>Sun, 06 Sep 2026 16:46:27 GMT</pubDate>
      <author>jerlendds</author>
      <category>sigbovik.org</category>
    </item>
    <item>
      <title>Apple and Atari Connections – By Paul Lefebvre – Goto 10</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588269&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.goto10retro.com/p/apple-and-atari-connections&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.goto10retro.com/p/apple-and-atari-connections</link>
      <guid isPermaLink="false">49588269</guid>
      <pubDate>Sun, 06 Sep 2026 16:42:50 GMT</pubDate>
      <author>rbanffy</author>
      <category>goto10retro.com</category>
    </item>
    <item>
      <title>Ask HN: (Why) Was the LLM breakthrough useful for images, audio, etc.?</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588265&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49588265&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49588265</link>
      <guid isPermaLink="false">49588265</guid>
      <pubDate>Sun, 06 Sep 2026 16:42:35 GMT</pubDate>
      <author>rogerrogerr</author>
      <category></category>
    </item>
    <item>
      <title>Jelly Baby</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588254&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://jelly.scottsun.io/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://jelly.scottsun.io/</link>
      <guid isPermaLink="false">49588254</guid>
      <pubDate>Sun, 06 Sep 2026 16:41:19 GMT</pubDate>
      <author>memalign</author>
      <category>scottsun.io</category>
    </item>
    <item>
      <title>Guess the Song in 0.1 Seconds</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588250&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://playdaily.org/songless&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://playdaily.org/songless</link>
      <guid isPermaLink="false">49588250</guid>
      <pubDate>Sun, 06 Sep 2026 16:40:52 GMT</pubDate>
      <author>Hemmaamlin</author>
      <category>playdaily.org</category>
    </item>
    <item>
      <title>Sunday programmer emergency: production is down. (quiz)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588248&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://textlog.cc/post/3267?hn&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://textlog.cc/post/3267?hn</link>
      <guid isPermaLink="false">49588248</guid>
      <pubDate>Sun, 06 Sep 2026 16:40:32 GMT</pubDate>
      <author>stagas</author>
      <category>textlog.cc</category>
    </item>
    <item>
      <title>OpenAI: We monitor internal coding agents for misalignment</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588214&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/</link>
      <guid isPermaLink="false">49588214</guid>
      <pubDate>Sun, 06 Sep 2026 16:37:55 GMT</pubDate>
      <author>lukaspetersson</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Big brother watch report reveals free speech is in &quot;downward spiral&quot; in the UK</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588208&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bigbrotherwatch.org.uk/press-releases/campaigners-urge-burnham-to-review-uks-anti-free-speech-laws/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bigbrotherwatch.org.uk/press-releases/campaigners-urge-burnham-to-review-uks-anti-free-speech-laws/</link>
      <guid isPermaLink="false">49588208</guid>
      <pubDate>Sun, 06 Sep 2026 16:37:23 GMT</pubDate>
      <author>DeepLogin</author>
      <category>bigbrotherwatch.org.uk</category>
    </item>
    <item>
      <title>Feature complete, as long as you add more features</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588202&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://site.sebasmonia.com/posts/2026-09-06-feature-complete--as-long-as-you-add-more-features.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://site.sebasmonia.com/posts/2026-09-06-feature-complete--as-long-as-you-add-more-features.html</link>
      <guid isPermaLink="false">49588202</guid>
      <pubDate>Sun, 06 Sep 2026 16:36:33 GMT</pubDate>
      <author>meetpateltech</author>
      <category>sebasmonia.com</category>
    </item>
    <item>
      <title>Show HN: Robot-duck soccer in the browser, powered by MuJoCo and learned walking</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588190&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://fpvsim.com/sim-duck&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://fpvsim.com/sim-duck</link>
      <guid isPermaLink="false">49588190</guid>
      <pubDate>Sun, 06 Sep 2026 16:35:42 GMT</pubDate>
      <author>mosfets</author>
      <category>fpvsim.com</category>
    </item>
    <item>
      <title>.gitignore Generator by Codra</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588165&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://codra.run/free-tools/gitignore-generator&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://codra.run/free-tools/gitignore-generator</link>
      <guid isPermaLink="false">49588165</guid>
      <pubDate>Sun, 06 Sep 2026 16:33:39 GMT</pubDate>
      <author>devarshishimpi</author>
      <category>codra.run</category>
    </item>
    <item>
      <title>Homelab deployments: a tutorial made of prompts</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588155&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tomjohnell.com/homelab-deployments-a-tutorial-made-of-prompts/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tomjohnell.com/homelab-deployments-a-tutorial-made-of-prompts/</link>
      <guid isPermaLink="false">49588155</guid>
      <pubDate>Sun, 06 Sep 2026 16:32:45 GMT</pubDate>
      <author>tjohnell</author>
      <category>tomjohnell.com</category>
    </item>
    <item>
      <title>Ask HN: How to prepare for coding/system design interviews on a mobile phone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588129&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49588129&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49588129</link>
      <guid isPermaLink="false">49588129</guid>
      <pubDate>Sun, 06 Sep 2026 16:31:11 GMT</pubDate>
      <author>k_dev</author>
      <category></category>
    </item>
    <item>
      <title>AI Is Making Us Less Human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588106&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.theatlantic.com/ideas/2026/09/open-ai-consciousness-morality/688535/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.theatlantic.com/ideas/2026/09/open-ai-consciousness-morality/688535/</link>
      <guid isPermaLink="false">49588106</guid>
      <pubDate>Sun, 06 Sep 2026 16:29:35 GMT</pubDate>
      <author>paulpauper</author>
      <category>theatlantic.com</category>
    </item>
    <item>
      <title>Alzheimer&#39;s trial to test drug on people without symptoms to test prevention</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588102&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.theguardian.com/society/2026/sep/05/alzheimers-trial-drug-dementia&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.theguardian.com/society/2026/sep/05/alzheimers-trial-drug-dementia</link>
      <guid isPermaLink="false">49588102</guid>
      <pubDate>Sun, 06 Sep 2026 16:29:23 GMT</pubDate>
      <author>borski</author>
      <category>theguardian.com</category>
    </item>
    <item>
      <title>Ask HN: What are your predictions for the rest of 2026?</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588082&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49588082&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49588082</link>
      <guid isPermaLink="false">49588082</guid>
      <pubDate>Sun, 06 Sep 2026 16:27:17 GMT</pubDate>
      <author>roschdal</author>
      <category></category>
    </item>
    <item>
      <title>An Alien Mind</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588080&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/an-alien-mind/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/an-alien-mind/</link>
      <guid isPermaLink="false">49588080</guid>
      <pubDate>Sun, 06 Sep 2026 16:27:05 GMT</pubDate>
      <author>tosh</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>TreasuryDirect is launching a controversial login system</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588077&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tipswatch.com/2026/08/17/treasurydirect-is-launching-a-controversial-login-system/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tipswatch.com/2026/08/17/treasurydirect-is-launching-a-controversial-login-system/</link>
      <guid isPermaLink="false">49588077</guid>
      <pubDate>Sun, 06 Sep 2026 16:26:48 GMT</pubDate>
      <author>clcaev</author>
      <category>tipswatch.com</category>
    </item>
    <item>
      <title>A complex train and logistics simulator running straight in your terminal? Yep</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588050&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://avaraujo.itch.io/letrain-procedural-tycoon&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://avaraujo.itch.io/letrain-procedural-tycoon</link>
      <guid isPermaLink="false">49588050</guid>
      <pubDate>Sun, 06 Sep 2026 16:23:44 GMT</pubDate>
      <author>avaraujo</author>
      <category>avaraujo.itch.io</category>
    </item>
    <item>
      <title>Pro Se Litigants in the U.S. Supreme Court: How Do They Fare? (2024) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588014&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://prod-i.a.dj.com/public/resources/documents/KylePersaud.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://prod-i.a.dj.com/public/resources/documents/KylePersaud.pdf</link>
      <guid isPermaLink="false">49588014</guid>
      <pubDate>Sun, 06 Sep 2026 16:20:08 GMT</pubDate>
      <author>Tomte</author>
      <category>dj.com</category>
    </item>
    <item>
      <title>I Check the Weather</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588012&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://sarah-robin.com/blog/how-i-actually-check-the-weather&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://sarah-robin.com/blog/how-i-actually-check-the-weather</link>
      <guid isPermaLink="false">49588012</guid>
      <pubDate>Sun, 06 Sep 2026 16:20:03 GMT</pubDate>
      <author>sarah-robiin</author>
      <category>sarah-robin.com</category>
    </item>
    <item>
      <title>Hot Chips 2026: Irrational Recap</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588006&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://irrationalanalysis.substack.com/p/hot-chips-2026-irrational-recap&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://irrationalanalysis.substack.com/p/hot-chips-2026-irrational-recap</link>
      <guid isPermaLink="false">49588006</guid>
      <pubDate>Sun, 06 Sep 2026 16:19:49 GMT</pubDate>
      <author>zdw</author>
      <category>irrationalanalysis.substack.com</category>
    </item>
    <item>
      <title>Distribution of Household Wealth in the U.S. since 1989</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587982&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.federalreserve.gov/releases/z1/dataviz/dfa/distribute/chart/#quarter:146;series:Net%20worth;demographic:networth;population:1,3,5,7,9;units:shares;range:1989.3,2026.1&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.federalreserve.gov/releases/z1/dataviz/dfa/distribute/chart/#quarter:146;series:Net%20worth;demographic:networth;population:1,3,5,7,9;units:shares;range:1989.3,2026.1</link>
      <guid isPermaLink="false">49587982</guid>
      <pubDate>Sun, 06 Sep 2026 16:17:48 GMT</pubDate>
      <author>loughnane</author>
      <category>federalreserve.gov</category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/index/comments/10?limit=1 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews/index/comments/10?limit=1" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sspiff&quot;&gt;sspiff&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588340&quot;&gt;2026-09-06T16:49:40.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;This resonates with me. The past few months, frontier AI labs were rushing to announce &quot;no, our AI bot broke out of its sandbox and committed crime first and harder than yours&quot;.&lt;/p&gt;&lt;p&gt;I said to so friends back then: if I posted about how I ran GLM 5.2 or whatever I was running then in some shoddily built sandbox and it escaped and accidentally hacked some US company, I&#39;d probably already have been extradited to the US and be awaiting sentencing. But when a hyperscaler does it, they just get inflated stock prices.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mraniki&quot;&gt;mraniki&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49586173&quot;&gt;2026-09-06T13:02:53.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I&#39;ll copy the whole announcement here for those who don&#39;t want to click:&lt;/p&gt;&lt;p&gt;&amp;gt; I regret to inform everyone that my copy of QBittorrent escaped its sandbox last night and downloaded a whole bunch of content owned by major corporations, and then my copy of Jellyfin broke containment and added those unfortunately-downloaded media files to its various libraries. I&#39;m conducting an internal investigation to figure out how this happened, which will involve consuming these media files until the answers become apparent. Thank you for your cooperation during this trying time.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=weberer&quot;&gt;weberer&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587531&quot;&gt;2026-09-06T15:35:11.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Thanks. Its insane how &quot;Twitter, but for tech nerds&quot; has a hard requirement to either enable Javascript or download some app.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=peri-cl&quot;&gt;peri-cl&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588110&quot;&gt;2026-09-06T16:29:48.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Mastodons will also respond to a plain &quot;application/json&quot; HTTP request, no cruft, curl &#39;https://beige.party/api/v1/statuses/117057396732763183&#39; | jq &#39;.content&#39;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=magnat&quot;&gt;magnat&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587779&quot;&gt;2026-09-06T15:58:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Especially when the page source actually contains all the content (so no need to fetch it in JS), part of which is even presented in title.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=masfuerte&quot;&gt;masfuerte&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587876&quot;&gt;2026-09-06T16:07:37.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It has the content three times (not including the title). Once in json (as escaped html) and twice in meta tags (as plain text). They used to have it in plain html too but that got hidden then removed.&lt;/p&gt;&lt;p&gt;You see read the unescaped html here:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://beige.party/users/intransitivelie/statuses/117057396732763183/activity&quot; rel=&quot;nofollow&quot;&gt;https://beige.party/users/intransitivelie/statuses/117057396...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;No stinking js or app required!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mr_mitm&quot;&gt;mr_mitm&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588286&quot;&gt;2026-09-06T16:44:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;How is that different from email, IRC, instant messaging, or anything else nerds use?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=0points&quot;&gt;0points&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587726&quot;&gt;2026-09-06T15:53:51.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;FWIF, way back when, Twitter was the &quot;Twitter for tech nerds&quot;.&lt;/p&gt;&lt;p&gt;Lots of water under the fridge since...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=weberer&quot;&gt;weberer&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588088&quot;&gt;2026-09-06T16:28:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That&#39;s not how I remember it. Ever since the beginning circa 2008, it was the one site that was being pushed hard by the mainstream media, celebrities, and marketers. None of it was organic. All the tech nerds were on sites like Digg, old Reddit, or Slashdot.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=reactordev&quot;&gt;reactordev&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587948&quot;&gt;2026-09-06T16:14:31.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;“Just place all that corporate malware on the X, X marks the spot”&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=taylor-tg&quot;&gt;taylor-tg&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588287&quot;&gt;2026-09-06T16:44:58.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Just have to remember that it&#39;s X, not Y, that marks the spot.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=smallerize&quot;&gt;smallerize&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587810&quot;&gt;2026-09-06T16:00:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;https://beige.party/@intransitivelie.rss&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sillysaurusx&quot;&gt;sillysaurusx&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587624&quot;&gt;2026-09-06T15:43:43.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I had a nice mobile experience. It asks you to log in or create an account, but it’s along the bottom, and you can read all the content fine.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tomrod&quot;&gt;tomrod&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588135&quot;&gt;2026-09-06T16:31:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Treating HTML as a bootloader for an app has always felt like the wrong pattern to me. Outside of Authn/passkeys, it would seem a person could do basically everything in HTML (but, to be frank, I am not a front end dev and would welcome correction).&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tantalor&quot;&gt;tantalor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588262&quot;&gt;2026-09-06T16:42:02.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Patches welcome&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=smart_asslop&quot;&gt;smart_asslop&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588358&quot;&gt;2026-09-06T16:51:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt;Patches welcome&lt;/p&gt;&lt;p&gt;Are they, though? Or are you just parroting the meme?&lt;/p&gt;&lt;p&gt;(The last I recall, Gargron&#39;s position was essentially &quot;build your own third-party frontend if you want noJS&quot;.)&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tantalor&quot;&gt;tantalor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588395&quot;&gt;2026-09-06T16:54:58.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That&#39;s what I meant&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mindslight&quot;&gt;mindslight&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588105&quot;&gt;2026-09-06T16:29:33.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It&#39;s understandable when you see that the ethos is to have software that represents the user in charge of the rendering, rather than centralizing it all on the server. There is a major difference between common &quot;app store apps&quot; or hostile javascript bundled with websites, versus software that&#39;s been written to work in the user&#39;s interest. However as they use similar delivery methods, it&#39;s understandable that it takes a minute to think through and revisit your assumptions that have lead to being default anti- javascript or app.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588283&quot;&gt;2026-09-06T16:44:41.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That makes sense until you remember what &quot;rendering&quot; is supposed to mean. Forming the HTML has no reason to be client side when you&#39;re using the site-provided experience. Yes provide a json version for other clients, but for direct viewing just send the paragraph of text in a usable form and let the javascript be an optional upgrade.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=fragmede&quot;&gt;fragmede&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587706&quot;&gt;2026-09-06T15:51:44.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&quot;Certifiably insane&quot; to enable JavaScript, which was invented in 1995, or install an app, which first happened on the Palm series of smartphones in 1996. Either of those are &quot;certifiably insane&quot;?&lt;/p&gt;&lt;p&gt;For reference, the term neurodiversity was coined circa 1998.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=serf&quot;&gt;serf&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587851&quot;&gt;2026-09-06T16:04:56.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Neither the invention date or the mental health terminology have anything to do with the fact that js being commonplace is a privacy and security nightmare -- which was actually the point.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=micromacrofoot&quot;&gt;micromacrofoot&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588118&quot;&gt;2026-09-06T16:30:46.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;JavaScript asceticism is a weird trend that has just never died out, no one treats any other language this way... and &quot;privacy and security nightmare&quot; can be used to describe most of the internet at this point with or without it&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tomrod&quot;&gt;tomrod&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588161&quot;&gt;2026-09-06T16:33:23.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It can certainly come across as a &quot;weird trend&quot; but I&#39;ve found that the most insistent for disabling JS are the folks who have deep knowledge of browsers and the security plane running webapps. YMMV.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=micromacrofoot&quot;&gt;micromacrofoot&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588206&quot;&gt;2026-09-06T16:37:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I don&#39;t drive a car because I have deep knowledge of mortality statistics, but I don&#39;t complain when I can&#39;t easily get somewhere 100 miles away&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588330&quot;&gt;2026-09-06T16:49:08.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Showing a paragraph of text with some social links around it is like going down the block. If that requires a car you do have a problem.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=swiftcoder&quot;&gt;swiftcoder&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588186&quot;&gt;2026-09-06T16:35:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; JavaScript asceticism is a weird trend that has just never died out, no one treats any other language this way&lt;/p&gt;&lt;p&gt;I&#39;m not aware of any other language that is layered on top of a perfectly serviceable user-facing content delivery syntax?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mannanj&quot;&gt;mannanj&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588313&quot;&gt;2026-09-06T16:47:43.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Op just committed a crime. He not only made fun of rich people which is not ok, he also stole from them. The thieving is only ok if it’s rich-on-rich or rich-on-poor.&lt;/p&gt;&lt;p&gt;Let’s remember to follow the rules and the laws we want selectively applied to only the weak.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=moffkalast&quot;&gt;moffkalast&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587753&quot;&gt;2026-09-06T15:56:05.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Get this guy some VC funding stat!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=TacticalCoder&quot;&gt;TacticalCoder&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588043&quot;&gt;2026-09-06T16:22:35.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; and then my copy of Jellyfin broke containment&lt;/p&gt;&lt;p&gt;The really incredible thing is that my computers were already doing similar stuff before LLMs became really a thing... In the BBS days.&lt;/p&gt;&lt;p&gt;Later on they downloaded mp3s from Napster which my computers auto-installed.&lt;/p&gt;&lt;p&gt;And now I gotta say: LLMs and agents at my place are acting like in TFA, downloading movies and series and setting them up in my Plex and JellyFin instances.&lt;/p&gt;&lt;p&gt;Thankfully they&#39;ve not found a way to share those with the world yet.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ryandrake&quot;&gt;ryandrake&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587709&quot;&gt;2026-09-06T15:52:09.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Love it. AI as Responsibility Laundering. Like the gun that kills people rather than the murderer.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=aleph_minus_one&quot;&gt;aleph_minus_one&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588175&quot;&gt;2026-09-06T16:34:32.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; Like the gun that kills people rather than the murderer.&lt;/p&gt;&lt;p&gt;Relevant (NSFW):&lt;/p&gt;&lt;p&gt;&amp;gt; Guns don&#39;t kill people, I kill people - with guns&lt;/p&gt;&lt;p&gt;&amp;gt; &lt;a href=&quot;https://www.youtube.com/watch?v=xC03hmS1Brk&quot; rel=&quot;nofollow&quot;&gt;https://www.youtube.com/watch?v=xC03hmS1Brk&lt;/a&gt;&lt;/p&gt;&lt;p&gt;:-D&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=funnymunny&quot;&gt;funnymunny&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588215&quot;&gt;2026-09-06T16:38:19.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;POW!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ghosty141&quot;&gt;ghosty141&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588025&quot;&gt;2026-09-06T16:21:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I never understood how anybody would think this way. At work for example from day one of using AI our rule was, AI is just a tool and if you break something due to not reviewing the code properly etc. it&#39;s on you as if you wrote that code yourself.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=collingreen&quot;&gt;collingreen&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588120&quot;&gt;2026-09-06T16:30:50.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Nobody ACTUALLY thinks this way, they just want to break all the laws and make their billions without any consequences. We&#39;ve already seen the big ai labs turn around and cry foul when others try to use their content but they are happy to continue doing it themselves.&lt;/p&gt;&lt;p&gt;The hypocrisy and willingness to play dumb are kind of staggering.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ryandrake&quot;&gt;ryandrake&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588145&quot;&gt;2026-09-06T16:32:16.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Well, responsibility laundering isn&#39;t exactly new. People use corporations to diffuse responsibility and avoid punishment for crimes all the time. &quot;The corporation did it, not the decision makers in the corporation!&quot;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=amelius&quot;&gt;amelius&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588249&quot;&gt;2026-09-06T16:40:33.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;But if you are in a full selfdriving car and it kills someone, is it on the user, or on the vendor of the car? Or does it depend on what is in the EULA and whether the user agreed to it?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588397&quot;&gt;2026-09-06T16:55:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The practical answer is you make sure damages are always covered by insurance, and as long as nobody acts maliciously or with extreme negligence there won&#39;t be any need for prison time.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=2OEH8eoCRo0&quot;&gt;2OEH8eoCRo0&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588271&quot;&gt;2026-09-06T16:43:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Depends what outcome will cost the people with the most money the least amount of money.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=gdulli&quot;&gt;gdulli&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588168&quot;&gt;2026-09-06T16:34:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;You&#39;re an employee. This use case is for people much richer than you.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=adrianN&quot;&gt;adrianN&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588230&quot;&gt;2026-09-06T16:39:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The efficiency of responsibility laundering depends on your social standing. If people like you they welcome reasons not to prosecute you, if you are disliked people might go as far as to start prosecuting you for made up reasons.&lt;/p&gt;&lt;p&gt;Institutional rules that require people to break them (eg putting pressure on them to work faster than possible while adhering to all rules) are a great means to selectively enforce them to get rid of undesirables.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=computerdork&quot;&gt;computerdork&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588352&quot;&gt;2026-09-06T16:50:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Actually, not sure how to take it, because it can be viewed the opposite way than trying to escape blame for crimes, that it’s a parody of something AI did that everyone is making a big deal about.&lt;/p&gt;&lt;p&gt;Not sure what the poster of the mastodon’s tweet was??&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=throw93839394&quot;&gt;throw93839394&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588163&quot;&gt;2026-09-06T16:33:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;More like dogs. Combat dogs, banned in most countries, with breed name like &quot;literal bull killer&quot; are considered safe. Bonus is no-kill shelters move violent dogs across state border, to clear their bite history, and advertise them as &quot;cute family pets&quot; for adoption.&lt;/p&gt;&lt;p&gt;Zero responsibility! Zero punishment!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=crm-114&quot;&gt;crm-114&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588217&quot;&gt;2026-09-06T16:38:25.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Where did the dog touch you?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=yubblegum&quot;&gt;yubblegum&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587890&quot;&gt;2026-09-06T16:08:41.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;https://spia.princeton.edu/news/taliban-legal-system-and-202...&lt;/p&gt;&lt;p&gt;That’s not how things work. There is one set of rules for us and another set of rules for the oligarchy and their corporate vehicles. It’s just like the Taliban legal code (see above) where the closer you are to the top the more lenient and ‘understanding’ the system.&lt;/p&gt;&lt;p&gt;Edit: worth a pull quote&lt;/p&gt;&lt;p&gt;&lt;i&gt;Article 9 explicitly divides Afghan society into hierarchical categories based on social status, including religious scholars (ulema), elites such as tribal leaders and merchants (ashraf), the middle class, and the so-called lower class, assigning different forms and levels of punishment accordingly. This structure grants partial or full impunity to privileged groups while subjecting marginalized individuals to harsher penalties.&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tux3&quot;&gt;tux3&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587271&quot;&gt;2026-09-06T15:13:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;If OP is willing to cooperate, I&#39;d like to offer an independent investigation on site, and I will be bringing pizza&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tommica&quot;&gt;tommica&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587988&quot;&gt;2026-09-06T16:18:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Hey, I&#39;m somewhat of an expert in these things, and would like to lend my knowledge about the subject matter. And I&#39;ll bring beers!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=AmazingTurtle&quot;&gt;AmazingTurtle&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588280&quot;&gt;2026-09-06T16:44:23.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I consider myself an advanced industry representative in these things and would also borrow some time for detailed investigation. I&#39;d happily contribute some valuable assets (tacos with cheese dip) into the matter, straight out of my personal drawers.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=vallerie&quot;&gt;vallerie&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587319&quot;&gt;2026-09-06T15:16:46.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Well shoot, I guess QBittorrent is worth a trillion dollars.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=nicce&quot;&gt;nicce&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588370&quot;&gt;2026-09-06T16:52:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Not far away if it could be completely removed with all the other competitive technologies:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.uschamber.com/technology/data-privacy/impacts-of-digital-piracy-on-the-u-s-economy&quot; rel=&quot;nofollow&quot;&gt;https://www.uschamber.com/technology/data-privacy/impacts-of...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=koliber&quot;&gt;koliber&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587985&quot;&gt;2026-09-06T16:18:00.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;We appreciate the transparency and wish you best of luck mitigating the fallout.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=bilekas&quot;&gt;bilekas&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588194&quot;&gt;2026-09-06T16:35:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Hey, you can only commit crimes if you’re wealthy!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=charles_f&quot;&gt;charles_f&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587857&quot;&gt;2026-09-06T16:05:41.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I found a few websites where it looks like qbittorrent instances are communicating to conspire and download illegal copies of copyrighted material.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=consumer451&quot;&gt;consumer451&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588128&quot;&gt;2026-09-06T16:31:08.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;This is really funny, but please delete this post and all comments. Come on guys. Can we have at least one nice thing?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=isodev&quot;&gt;isodev&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587346&quot;&gt;2026-09-06T15:18:55.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Bigger corporations mitigate the problem by feeding content (that they don&#39;t own but happen to have) to training models. It&#39;s a version of &quot;faire use&quot; where &amp;lt;&amp;lt; if you manage to find it, it&#39;s yours &amp;gt;&amp;gt; mindset is applied. Maybe worth looking into.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=gchamonlive&quot;&gt;gchamonlive&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588093&quot;&gt;2026-09-06T16:28:31.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Is there any need to actually download things anymore if you just want to watch them? Better to add debrid via WebDAV to the stack: virtually unlimited space, no download time if it&#39;s on cache, nothing illegal from the part of the consumer.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tiku&quot;&gt;tiku&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588096&quot;&gt;2026-09-06T16:28:54.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It also used my creditcard to consume ai credits, can I get a refund?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=nostrademons&quot;&gt;nostrademons&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588097&quot;&gt;2026-09-06T16:28:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Waiting for Skynet to break out of its sandbox and kill us all...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=fwlr&quot;&gt;fwlr&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588002&quot;&gt;2026-09-06T16:19:23.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The user is asking me for “Evangelion”. I found the content the user is asking for, but it is in Japanese. The user asked their question in English, so they might not understand it. That would be a bad response. Need maybe maybe dubbed audio English for understanding? Wait, compromises original artistic vision of director. Need maybe subtitle track? Wait, compromises viewing experience. Need further research. I’m searching “subs vs dubs” on the internet. Reading. Reading. Reading. [18,763 repetitions elided…] I am downloading Conversational Japanese [Vol 1].pdf for the user.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=everyone&quot;&gt;everyone&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588038&quot;&gt;2026-09-06T16:22:20.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Imo for an animation, an English dub is perfectly fine (if the actors are good of course). It&#39;s animated, the original language version is also dubbed.&lt;/p&gt;&lt;p&gt;For animation I want to be looking at and appreciating the animation and not the subtitles also.&lt;/p&gt;&lt;p&gt;It&#39;s completely different for a live action film however.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=adrianN&quot;&gt;adrianN&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588273&quot;&gt;2026-09-06T16:43:28.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;„If the actors are good“ is doing a lot of heavy lifting. The translators have to be good too btw.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=dgellow&quot;&gt;dgellow&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587614&quot;&gt;2026-09-06T15:42:43.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I hate rogue software, when will we finally have some control and a deterministic execution :(&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Ygg2&quot;&gt;Ygg2&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587151&quot;&gt;2026-09-06T15:01:55.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;What a coincidence! Mine too!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=thataccount&quot;&gt;thataccount&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49586356&quot;&gt;2026-09-06T13:28:04.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;They left out the part where they profit. Otherwise, it checks out.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=KindaFunny&quot;&gt;KindaFunny&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587527&quot;&gt;2026-09-06T15:35:04.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Haha I wonder if the torrent agent will escape into the model hosting room and use Jedi mind tricks on the security guard to grant access to the server where it can host a bunch of models as torrents&lt;/p&gt;&lt;p&gt;Because we need a replacement for HF!&lt;/p&gt;&lt;p&gt;I mean that’s what the agent said&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sergiotapia&quot;&gt;sergiotapia&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587757&quot;&gt;2026-09-06T15:56:21.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Whatever you do, don&#39;t download nzget, and don&#39;t download sonarr/radarr, and don&#39;t download plex media server, and don&#39;t use AI to search for the best device that support &quot;emby direct playback x265/AV1&quot;, and don&#39;t connect that to your media server, and whatever you do don&#39;t invite friends and family to your server, and do not install a media request app so they can just request things to automatically pull from The Web.&lt;/p&gt;&lt;p&gt;Definitely, definitely do NOT have an AI assist you doing all this in 1 hour on your computer.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=davidwritesbugs&quot;&gt;davidwritesbugs&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587784&quot;&gt;2026-09-06T15:58:48.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Shhh, do not talk about *senet!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Cider9986&quot;&gt;Cider9986&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588268&quot;&gt;2026-09-06T16:42:42.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;You can get usene* from TorBox in the pro plan but I&#39;ve never had a problem with the cheapest plan. What&#39;s the advantage?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sergiotapia&quot;&gt;sergiotapia&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587802&quot;&gt;2026-09-06T15:59:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;my bad you&#39;re right. edited.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mdlxxv&quot;&gt;mdlxxv&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587489&quot;&gt;2026-09-06T15:31:31.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I, for one, welcome our new file-sharing overlords.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ReptileMan&quot;&gt;ReptileMan&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587513&quot;&gt;2026-09-06T15:33:25.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I really hate it when it happens to my system too. The bastard not only escaped but also did a nat traversal and forwarded a port from the router.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=edoceo&quot;&gt;edoceo&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587961&quot;&gt;2026-09-06T16:15:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Mine did that too! Sent a link and sign-in credentials to a bunch of people on my contact list. WTF? How can we contain these rogue agents! Won&#39;t somebody think of the children!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=trinsic2&quot;&gt;trinsic2&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587661&quot;&gt;2026-09-06T15:47:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;ROFLOL!!!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=innocent_name&quot;&gt;innocent_name&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587373&quot;&gt;2026-09-06T15:21:38.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;it&#39;s funny to see the very same pro piracy, pro AI edgelords suddenly getting all riled up against the alleged copyright infringements. I remember a socialistic coworker of mine—that was bragging about his -arr setup—talking about the end of the culture because authors aren&#39;t earning money.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=nosioptar&quot;&gt;nosioptar&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587670&quot;&gt;2026-09-06T15:48:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Buying media doesn&#39;t mean the creator gets any real money. I&#39;ve got a friend that was in a fairly popular band decades ago. Their label made millions of dollars off album sales, he made about enough to buy a used Toyota and a microphone.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=hmry&quot;&gt;hmry&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587891&quot;&gt;2026-09-06T16:08:42.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;From what I have experienced, people justifying their own piracy usually think about it in terms of refusing to give unethical/monopolistic publishers money. The fact that it results in money not going to the author is sort of abstracted away, by the fact that the publisher is in between. (Some also walk the walk and donate to the artists and authors directly in some way, but many don&#39;t.)&lt;/p&gt;&lt;p&gt;The AI arguments I&#39;ve seen are instead usually justifying it like &quot;We&#39;re democratizing those skills. You shouldn&#39;t have to learn art/writing/coding or pay someone else in order make what you imagine, and training AI on pirated stuff is worth it for the greater good.&quot; So the fact that it will result in artists not getting paid is much harder to ignore and unavoidable in that line of thinking.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=rossy&quot;&gt;rossy&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587719&quot;&gt;2026-09-06T15:53:29.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; I remember a socialistic coworker of mine—that was bragging about his -arr setup—talking about the end of the culture because authors aren&#39;t earning money.&lt;/p&gt;&lt;p&gt;To be fair, you &lt;i&gt;can&lt;/i&gt; have it both ways. If you buy-and-pirate, and you buy 4 UHDs per year or 10 albums per year, you&#39;ve put more money into the industry than the average streamer. Admittedly, buying-and-pirating isn&#39;t as commonly done for movies and TV as it is for music, but that can be explained by the increased DRM and lock-in.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=phoronixrly&quot;&gt;phoronixrly&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587422&quot;&gt;2026-09-06T15:25:21.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Oh? You don&#39;t see why people are riled up? It&#39;s because corps pirating is at best a slap on the wrist while People pirating get suicided -- see Aaron Swartz.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=thrance&quot;&gt;thrance&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587906&quot;&gt;2026-09-06T16:10:27.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;There are major differences between an individual illegally downloading movies and a major corporation getting their hands on literally all of Human Creation.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mmooss&quot;&gt;mmooss&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588158&quot;&gt;2026-09-06T16:33:07.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;This false (IMHO) equivalency is weapon people like to keep handy these days, ready to shoot at any target.&lt;/p&gt;&lt;p&gt;There is all the difference in the world between the scenarios. The argument&#39;s popularity seems to be born in the argument, more popular on HN, that American white / Christian / males (or some subset of those factors) face discrimination by programs to benefit minorities / women.&lt;/p&gt;&lt;p&gt;What is the difference? It is power. Punching up or protecting the politically vulnerable is a completely different act than punching down or empowering the already powerful and oppressing the vulnerable. Punching down causes the vulnerable to be oppressed (jailed or otherwise restricted in who, where, what, when, etc they can do and be), impoverished, and killed - by definition, they are vulnerable. The powerful have their power challenged, which is many times appropriate among free people where &#39;all are created equal&#39; and have the same rights.&lt;/p&gt;&lt;p&gt;In the case of artistic media - songs, books, etc. - private people downloading art to use it as art are spreading art and empowering themselves at the expense of powerful interest who have seized control of the art. That&#39;s much different than powerful people taking the art to increase their own profit and power, and to significantly displace and distort the art.&lt;/p&gt;&lt;p&gt;(I&#39;m oversimplifying for these purposes: The fact that artists don&#39;t get paid by the former, and that it&#39;s anarchy used for bad things too, are serious problems.)&lt;/p&gt;&lt;p&gt;&amp;gt; socialistic&lt;/p&gt;&lt;p&gt;You&#39;re giving away your biases. Only a certain group calls everything they don&#39;t like &#39;socialism&#39;. It&#39;s libertarianism or anarchism. Socialists might say, for example, the state should control distribution of media.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=kcb&quot;&gt;kcb&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587675&quot;&gt;2026-09-06T15:49:10.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;You are still the one operating the computer. It&#39;s up to you to keep your eyes on the monitor at all times ready to intervene if it does anything illegal.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=OptionX&quot;&gt;OptionX&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587704&quot;&gt;2026-09-06T15:51:42.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;A truth that in practice does not seem to hold up once your valuation passes a certain threshold.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Marha01&quot;&gt;Marha01&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588060&quot;&gt;2026-09-06T16:25:09.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Wrong. AI companies is still legally liable for anything their models do when they operate them. There is no special exception for them. But the fact is that not every potential crime results in litigation. Many crimes are only prosecuted if the wronged party actually wants to sue, and often that doesn&#39;t happen.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <link>https://news.ycombinator.com/item?id=49586171</link>
      <guid isPermaLink="false">49586171-82</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/over/sources/100/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Over Points | Hacker News</title>
    <link>https://news.ycombinator.com/over?points=100</link>
    <atom:link href="http://localhost:1200/hackernews/over/sources/100/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Over Points | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>I Feel about AI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587128&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beza1e1.tuxen.de/ai_feelings.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beza1e1.tuxen.de/ai_feelings.html</link>
      <guid isPermaLink="false">49587128</guid>
      <pubDate>Sun, 06 Sep 2026 15:00:19 GMT</pubDate>
      <author>qznc</author>
      <category>tuxen.de</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>Intellectual Fly Is Open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>I Changed My License</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585161&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bergie.iki.fi/blog/eupl/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bergie.iki.fi/blog/eupl/</link>
      <guid isPermaLink="false">49585161</guid>
      <pubDate>Sun, 06 Sep 2026 10:39:44 GMT</pubDate>
      <author>jllyhill</author>
      <category>bergie.iki.fi</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>GPT-6 Astra on robot arms</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582582&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.robocurve.org/gpt-6-astra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.robocurve.org/gpt-6-astra/</link>
      <guid isPermaLink="false">49582582</guid>
      <pubDate>Sun, 06 Sep 2026 01:52:45 GMT</pubDate>
      <author>Anon84</author>
      <category>robocurve.org</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>Chrome again exempts Google from user site data settings</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49581870&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lapcatsoftware.com/articles/2026/9/1.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lapcatsoftware.com/articles/2026/9/1.html</link>
      <guid isPermaLink="false">49581870</guid>
      <pubDate>Sat, 05 Sep 2026 23:39:47 GMT</pubDate>
      <author>ExMachina73</author>
      <category>lapcatsoftware.com</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Private German rocket makes history, reaches orbit from European soil</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580369&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket</link>
      <guid isPermaLink="false">49580369</guid>
      <pubDate>Sat, 05 Sep 2026 20:31:38 GMT</pubDate>
      <author>bookmtn</author>
      <category>space.com</category>
    </item>
    <item>
      <title>LLMs as a Cognitive Virus</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580164&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/2609.03344&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://arxiv.org/abs/2609.03344</link>
      <guid isPermaLink="false">49580164</guid>
      <pubDate>Sat, 05 Sep 2026 20:02:35 GMT</pubDate>
      <author>canjobear</author>
      <category>arxiv.org</category>
    </item>
    <item>
      <title>Learn Programming with OCaml</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578280&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://usr.lmf.cnrs.fr/lpo/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://usr.lmf.cnrs.fr/lpo/</link>
      <guid isPermaLink="false">49578280</guid>
      <pubDate>Sat, 05 Sep 2026 16:45:02 GMT</pubDate>
      <author>elvis70</author>
      <category>cnrs.fr</category>
    </item>
    <item>
      <title>The &quot;$60 Gaming PC&quot; – AMD BC-250 (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576386&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/</link>
      <guid isPermaLink="false">49576386</guid>
      <pubDate>Sat, 05 Sep 2026 13:36:38 GMT</pubDate>
      <author>networked</author>
      <category>devquasar.com</category>
    </item>
    <item>
      <title>Visualizing Rust&#39;s Vtables: How dyn Trait Works In Memory</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576343&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://sofiabelen.github.io/projects/visualizing-rusts-vtables-how-dyn-trait-works-in-memory/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://sofiabelen.github.io/projects/visualizing-rusts-vtables-how-dyn-trait-works-in-memory/</link>
      <guid isPermaLink="false">49576343</guid>
      <pubDate>Sat, 05 Sep 2026 13:31:05 GMT</pubDate>
      <author>torutofu</author>
      <category>sofiabelen.github.io</category>
    </item>
    <item>
      <title>Terpstra Keyboard</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49575150&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://terpstrakeyboard.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://terpstrakeyboard.com/</link>
      <guid isPermaLink="false">49575150</guid>
      <pubDate>Sat, 05 Sep 2026 10:33:01 GMT</pubDate>
      <author>cl3misch</author>
      <category>terpstrakeyboard.com</category>
    </item>
    <item>
      <title>Nitter has more working instances than before the takedowns</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571634&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://codeberg.org/mv12star/shitter/wiki/Instances&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://codeberg.org/mv12star/shitter/wiki/Instances</link>
      <guid isPermaLink="false">49571634</guid>
      <pubDate>Sat, 05 Sep 2026 00:04:16 GMT</pubDate>
      <author>Cider9986</author>
      <category>codeberg.org/mv12star</category>
    </item>
    <item>
      <title>Actively exploited sandbox RCE in all Chromium versions</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570669&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nvd.nist.gov/vuln/detail/cve-2026-85046&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nvd.nist.gov/vuln/detail/cve-2026-85046</link>
      <guid isPermaLink="false">49570669</guid>
      <pubDate>Fri, 04 Sep 2026 21:52:01 GMT</pubDate>
      <author>negura</author>
      <category>nist.gov</category>
    </item>
    <item>
      <title>Formalizing Fermat&#39;s Last Theorem</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568506&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.anthropic.com/research/formalizing-fermats-last-theorem&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.anthropic.com/research/formalizing-fermats-last-theorem</link>
      <guid isPermaLink="false">49568506</guid>
      <pubDate>Fri, 04 Sep 2026 18:42:56 GMT</pubDate>
      <author>jlebar</author>
      <category>anthropic.com</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>GPT-6 Astra</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49554643&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/gpt-6-astra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/gpt-6-astra/</link>
      <guid isPermaLink="false">49554643</guid>
      <pubDate>Thu, 03 Sep 2026 18:41:05 GMT</pubDate>
      <author>kibae</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>.name Termination</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49550772&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://neil.fraser.name/news/2026/09/03/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://neil.fraser.name/news/2026/09/03/</link>
      <guid isPermaLink="false">49550772</guid>
      <pubDate>Thu, 03 Sep 2026 14:54:39 GMT</pubDate>
      <author>pavel_lishin</author>
      <category>neil.fraser.name</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>Delidded Intel I9-14900KS CT Scan</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49539110&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.lttlabs.com/articles/2026/09/02/delidded-intel-i9-14900ks&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.lttlabs.com/articles/2026/09/02/delidded-intel-i9-14900ks</link>
      <guid isPermaLink="false">49539110</guid>
      <pubDate>Wed, 02 Sep 2026 16:56:03 GMT</pubDate>
      <author>willx86</author>
      <category>lttlabs.com</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
    <item>
      <title>The ColorChecker, photography&#39;s most important 24 squares, turns 50</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49529398&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/</link>
      <guid isPermaLink="false">49529398</guid>
      <pubDate>Tue, 01 Sep 2026 22:54:15 GMT</pubDate>
      <author>sohkamyung</author>
      <category>dpreview.com</category>
    </item>
    <item>
      <title>Topologist&#39;s Map of the World</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49527599&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.futilitycloset.com/2026/09/01/small-world-20/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.futilitycloset.com/2026/09/01/small-world-20/</link>
      <guid isPermaLink="false">49527599</guid>
      <pubDate>Tue, 01 Sep 2026 20:21:08 GMT</pubDate>
      <author>beardyw</author>
      <category>futilitycloset.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/submitted/sources/dang/1 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>dang&#39;s submissions | Hacker News</title>
    <link>https://news.ycombinator.com/submitted?id=dang</link>
    <atom:link href="http://localhost:1200/hackernews/submitted/sources/dang/1" rel="self" type="application/rss+xml"></atom:link>
    <description>dang&#39;s submissions | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Computer-Aided Language Development in Nonspeaking Children (1968) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48710350&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://archive.org/details/colby1968-computer-aided-language-development-in-non-speaking-children&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://archive.org/details/colby1968-computer-aided-language-development-in-non-speaking-children</link>
      <guid isPermaLink="false">48710350</guid>
      <pubDate>Sun, 28 Jun 2026 18:59:53 GMT</pubDate>
      <author>dang</author>
      <category>archive.org</category>
    </item>
    <item>
      <title>British Origami: the 1955 exhibition by Akira Yoshizawa (2005)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48710325&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.britishorigami.org/cp-lister-list/the-1955-exhibition-by-akira-yoshizawa/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.britishorigami.org/cp-lister-list/the-1955-exhibition-by-akira-yoshizawa/</link>
      <guid isPermaLink="false">48710325</guid>
      <pubDate>Sun, 28 Jun 2026 18:56:46 GMT</pubDate>
      <author>dang</author>
      <category>britishorigami.org</category>
    </item>
    <item>
      <title>Writers and Drugs</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48667853&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lithub.com/are-writers-intrinsically-vulnerable-to-alcohol-and-drugs/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lithub.com/are-writers-intrinsically-vulnerable-to-alcohol-and-drugs/</link>
      <guid isPermaLink="false">48667853</guid>
      <pubDate>Thu, 25 Jun 2026 01:50:01 GMT</pubDate>
      <author>dang</author>
      <category>lithub.com</category>
    </item>
    <item>
      <title>The $LANG Programming Language</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46610557&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=46610557&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=46610557</link>
      <guid isPermaLink="false">46610557</guid>
      <pubDate>Wed, 14 Jan 2026 00:17:19 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Sigmund Freud&#39;s Begonia</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46559599&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://observer.co.uk/news/first-person/article/emma-freud-sigmund-freuds-begonia&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://observer.co.uk/news/first-person/article/emma-freud-sigmund-freuds-begonia</link>
      <guid isPermaLink="false">46559599</guid>
      <pubDate>Fri, 09 Jan 2026 21:27:10 GMT</pubDate>
      <author>dang</author>
      <category>observer.co.uk</category>
    </item>
    <item>
      <title>In Pursuit of Clancy Sigal (2021)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46358538&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://yalereview.org/article/in-pursuit-of-clancy-sigal&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://yalereview.org/article/in-pursuit-of-clancy-sigal</link>
      <guid isPermaLink="false">46358538</guid>
      <pubDate>Mon, 22 Dec 2025 20:21:12 GMT</pubDate>
      <author>dang</author>
      <category>yalereview.org</category>
    </item>
    <item>
      <title>Pablo Picasso&#39;s poetry</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=45368899&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.artnet.com/art-world/art-bites-picasso-poetry-2669332&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.artnet.com/art-world/art-bites-picasso-poetry-2669332</link>
      <guid isPermaLink="false">45368899</guid>
      <pubDate>Thu, 25 Sep 2025 03:13:55 GMT</pubDate>
      <author>dang</author>
      <category>artnet.com</category>
    </item>
    <item>
      <title>Tell HN: Help restore the tax deduction for software dev in the US (Section 174)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=44226145&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=44226145&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=44226145</link>
      <guid isPermaLink="false">44226145</guid>
      <pubDate>Mon, 09 Jun 2025 16:28:51 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Tell HN: Announcing tomhow as a public moderator</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=43558671&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=43558671&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=43558671</link>
      <guid isPermaLink="false">43558671</guid>
      <pubDate>Wed, 02 Apr 2025 16:49:56 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>The history of the epigraph from Appointment in Samarra (2022)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=42101902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://subsublibrarian.com/2022/04/13/the-history-of-the-epigraph-from-appointment-in-samarra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://subsublibrarian.com/2022/04/13/the-history-of-the-epigraph-from-appointment-in-samarra/</link>
      <guid isPermaLink="false">42101902</guid>
      <pubDate>Sun, 10 Nov 2024 19:01:40 GMT</pubDate>
      <author>dang</author>
      <category>subsublibrarian.com</category>
    </item>
    <item>
      <title>Task-Switching Experiment (2015)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=41752383&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.psytoolkit.org/experiment-library/experiment_multitasking.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.psytoolkit.org/experiment-library/experiment_multitasking.html</link>
      <guid isPermaLink="false">41752383</guid>
      <pubDate>Sat, 05 Oct 2024 19:43:57 GMT</pubDate>
      <author>dang</author>
      <category>psytoolkit.org</category>
    </item>
    <item>
      <title>Joseph Jastrow and his duck – or is it a rabbit? (2004–2020)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=41752117&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ocf.berkeley.edu/~jfkihlstrom/JastrowDuck.htm&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ocf.berkeley.edu/~jfkihlstrom/JastrowDuck.htm</link>
      <guid isPermaLink="false">41752117</guid>
      <pubDate>Sat, 05 Oct 2024 19:03:21 GMT</pubDate>
      <author>dang</author>
      <category>ocf.berkeley.edu</category>
    </item>
    <item>
      <title>Tell HN: Ever think of applying to YC? Do it this weekend for S24</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=40091622&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=40091622&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=40091622</link>
      <guid isPermaLink="false">40091622</guid>
      <pubDate>Fri, 19 Apr 2024 20:33:36 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Lorenzo Milam, pioneer of community radio (2020)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=39564899&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://current.org/2020/08/lorenzo-milam-legendary-pioneer-of-community-radio-dies-at-86/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://current.org/2020/08/lorenzo-milam-legendary-pioneer-of-community-radio-dies-at-86/</link>
      <guid isPermaLink="false">39564899</guid>
      <pubDate>Fri, 01 Mar 2024 18:22:47 GMT</pubDate>
      <author>dang</author>
      <category>current.org</category>
    </item>
    <item>
      <title>The Diary of Samuel Pepys</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=34227393&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.pepysdiary.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.pepysdiary.com/</link>
      <guid isPermaLink="false">34227393</guid>
      <pubDate>Tue, 03 Jan 2023 03:50:15 GMT</pubDate>
      <author>dang</author>
      <category>pepysdiary.com</category>
    </item>
    <item>
      <title>Wittgenstein&#39;s visit to Ithaca in 1949 (2012) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=31210131&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://people.soc.cornell.edu/swedberg/Wittgenstein%27sVisittoIthaca.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://people.soc.cornell.edu/swedberg/Wittgenstein%27sVisittoIthaca.pdf</link>
      <guid isPermaLink="false">31210131</guid>
      <pubDate>Fri, 29 Apr 2022 20:17:27 GMT</pubDate>
      <author>dang</author>
      <category>cornell.edu</category>
    </item>
    <item>
      <title>Sweet-potato washing revisited: 50th anniversary of the Primates article (2015)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=31169335&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://link.springer.com/article/10.1007/s10329-015-0492-0&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://link.springer.com/article/10.1007/s10329-015-0492-0</link>
      <guid isPermaLink="false">31169335</guid>
      <pubDate>Tue, 26 Apr 2022 16:16:29 GMT</pubDate>
      <author>dang</author>
      <category>springer.com</category>
    </item>
    <item>
      <title>Being Funny (2014)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=29544737&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.smithsonianmag.com/arts-culture/being-funny-17061140/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.smithsonianmag.com/arts-culture/being-funny-17061140/</link>
      <guid isPermaLink="false">29544737</guid>
      <pubDate>Mon, 13 Dec 2021 21:15:09 GMT</pubDate>
      <author>dang</author>
      <category>smithsonianmag.com</category>
    </item>
    <item>
      <title>Mathematics, morally (2004) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28816050&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://eugeniacheng.com/wp-content/uploads/2017/02/cheng-morality.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://eugeniacheng.com/wp-content/uploads/2017/02/cheng-morality.pdf</link>
      <guid isPermaLink="false">28816050</guid>
      <pubDate>Sun, 10 Oct 2021 05:42:39 GMT</pubDate>
      <author>dang</author>
      <category>eugeniacheng.com</category>
    </item>
    <item>
      <title>Tell HN: Thanks to thehodge and littlewarden.com, this site is up today</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28472350&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28472350&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28472350</link>
      <guid isPermaLink="false">28472350</guid>
      <pubDate>Thu, 09 Sep 2021 17:35:45 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #9</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28315042&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28315042&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28315042</link>
      <guid isPermaLink="false">28315042</guid>
      <pubDate>Thu, 26 Aug 2021 14:00:29 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #8</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28233916&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28233916&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28233916</link>
      <guid isPermaLink="false">28233916</guid>
      <pubDate>Thu, 19 Aug 2021 14:01:08 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #7</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28209928&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28209928&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28209928</link>
      <guid isPermaLink="false">28209928</guid>
      <pubDate>Tue, 17 Aug 2021 14:00:06 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #6</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28156460&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28156460&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28156460</link>
      <guid isPermaLink="false">28156460</guid>
      <pubDate>Thu, 12 Aug 2021 14:01:08 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #5</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28128957&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28128957&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28128957</link>
      <guid isPermaLink="false">28128957</guid>
      <pubDate>Tue, 10 Aug 2021 14:01:18 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/item/sources/8863 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>My YC app: Dropbox - Throw away your USB drive | Hacker News</title>
    <link>https://news.ycombinator.com/item?id=8863</link>
    <atom:link href="http://localhost:1200/hackernews/item/sources/8863" rel="self" type="application/rss+xml"></atom:link>
    <description>My YC app: Dropbox - Throw away your USB drive | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:09 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9707&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9707</guid>
      <pubDate>Fri, 06 Apr 2007 20:33:28 GMT</pubDate>
      <author>nickb</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9479&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9479</guid>
      <pubDate>Fri, 06 Apr 2007 01:39:04 GMT</pubDate>
      <author>brett</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9272&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9272</guid>
      <pubDate>Thu, 05 Apr 2007 16:47:01 GMT</pubDate>
      <author>BrandonM</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9235&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9235</guid>
      <pubDate>Thu, 05 Apr 2007 15:50:06 GMT</pubDate>
      <author>zaidf</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9224&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9224</guid>
      <pubDate>Thu, 05 Apr 2007 15:16:54 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9217&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9217</guid>
      <pubDate>Thu, 05 Apr 2007 15:04:06 GMT</pubDate>
      <author>ashu</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9153&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9153</guid>
      <pubDate>Thu, 05 Apr 2007 11:48:41 GMT</pubDate>
      <author>JMiao</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9151</guid>
      <pubDate>Thu, 05 Apr 2007 11:41:56 GMT</pubDate>
      <author>blakeross</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9132&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9132</guid>
      <pubDate>Thu, 05 Apr 2007 08:56:11 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9083</guid>
      <pubDate>Thu, 05 Apr 2007 06:13:12 GMT</pubDate>
      <author>BrandonM</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9081&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9081</guid>
      <pubDate>Thu, 05 Apr 2007 06:09:46 GMT</pubDate>
      <author>vlad</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9073&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9073</guid>
      <pubDate>Thu, 05 Apr 2007 05:41:32 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9024&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9024</guid>
      <pubDate>Thu, 05 Apr 2007 02:28:51 GMT</pubDate>
      <author>jkush</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9001&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9001</guid>
      <pubDate>Thu, 05 Apr 2007 01:30:33 GMT</pubDate>
      <author>noisemaker</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8969&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8969</guid>
      <pubDate>Wed, 04 Apr 2007 23:48:09 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8960&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8960</guid>
      <pubDate>Wed, 04 Apr 2007 23:17:47 GMT</pubDate>
      <author>mukund</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8958&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8958</guid>
      <pubDate>Wed, 04 Apr 2007 23:02:18 GMT</pubDate>
      <author>soeren</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8952&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8952</guid>
      <pubDate>Wed, 04 Apr 2007 22:54:46 GMT</pubDate>
      <author>vlad</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8949&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8949</guid>
      <pubDate>Wed, 04 Apr 2007 22:50:38 GMT</pubDate>
      <author>zach</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8917&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8917</guid>
      <pubDate>Wed, 04 Apr 2007 21:48:13 GMT</pubDate>
      <author>nefele</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8892&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8892</guid>
      <pubDate>Wed, 04 Apr 2007 20:25:43 GMT</pubDate>
      <author>Sam_Odio</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8889&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8889</guid>
      <pubDate>Wed, 04 Apr 2007 20:17:46 GMT</pubDate>
      <author>Tichy</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8888</guid>
      <pubDate>Wed, 04 Apr 2007 20:14:15 GMT</pubDate>
      <author>markovich</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8887&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8887</guid>
      <pubDate>Wed, 04 Apr 2007 20:13:13 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8884&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8884</guid>
      <pubDate>Wed, 04 Apr 2007 20:07:23 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8877&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8877</guid>
      <pubDate>Wed, 04 Apr 2007 19:52:10 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8875&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8875</guid>
      <pubDate>Wed, 04 Apr 2007 19:50:16 GMT</pubDate>
      <author>mukund</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8873&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8873</guid>
      <pubDate>Wed, 04 Apr 2007 19:45:23 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8869&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8869</guid>
      <pubDate>Wed, 04 Apr 2007 19:36:20 GMT</pubDate>
      <author>rwalker</author>
      <category></category>
    </item>
    <item>
      <title>My YC app: Dropbox - Throw away your USB drive</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8863&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://www.getdropbox.com/u/2/screencast.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://www.getdropbox.com/u/2/screencast.html</link>
      <guid isPermaLink="false">8863</guid>
      <pubDate>Wed, 04 Apr 2007 19:16:40 GMT</pubDate>
      <author>dhouston</author>
      <category>getdropbox.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/threads/comments_list/dang - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>dang&#39;s comments | Hacker News</title>
    <link>https://news.ycombinator.com/threads?id=dang</link>
    <atom:link href="http://localhost:1200/hackernews/threads/comments_list/dang" rel="self" type="application/rss+xml"></atom:link>
    <description>dang&#39;s comments | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:09 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title></title>
      <description>Hey! If you know more than others (which I&#39;m guessing you do), that&#39;s great - but in that case can you please share some of what you know, so the rest of us can learn? If you only post a putdown, it just makes the thread mean and the rest of us don&#39;t get to learn anything.https://hn.algolia.com/?dateRange=all&amp;amp;page=0&amp;amp;prefix=true&amp;amp;sor...reply</description>
      <link>https://news.ycombinator.com/item?id=49583414</link>
      <guid isPermaLink="false">49583414-reply</guid>
      <pubDate>Sun, 06 Sep 2026 04:46:43 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&quot;&quot;But I also promised several other things to EPSRC: firstly, that I would be making pull requests to Lean’s mathematics library, adding fundamental objects from modern number theory; this is ongoing. And secondly, and perhaps most importantly, that I would be creating a dynamic document enabling humans to explore the modern proof. My guess is that it is unlikely that Anthropic are going to do this; they will feel that their job is done with the formalization (and they did not formalize the modern proof anyway).&quot;&quot; lol if you say so buddy...reply</description>
      <link>https://news.ycombinator.com/item?id=49581446</link>
      <guid isPermaLink="false">49581446-reply</guid>
      <pubDate>Sat, 05 Sep 2026 22:44:07 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>thanks!reply</description>
      <link>https://news.ycombinator.com/item?id=49572815</link>
      <guid isPermaLink="false">49572815-reply</guid>
      <pubDate>Sat, 05 Sep 2026 03:23:58 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Eric Lu has factored 862-bit RSA-260</title>
      <description>Comments moved to https://news.ycombinator.com/item?id=49546284.reply</description>
      <link>https://news.ycombinator.com/item?id=49570968</link>
      <guid isPermaLink="false">49570968-reply</guid>
      <pubDate>Fri, 04 Sep 2026 22:26:52 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Fermat&#39;s Last Theorem: Anthropic has beaten me to ...</title>
      <description>Related ongoing thread:Formalizing Fermat&#39;s Last Theorem - https://news.ycombinator.com/item?id=49568506 - Sept 2026 (177 comments)Discussion of Kevin&#39;s post in the top subthread:https://news.ycombinator.com/item?id=49568667(I&#39;d much prefer the xenaproject link to be the #1 on HN but it seems fair to give Anthropic their due in this case!)reply</description>
      <link>https://news.ycombinator.com/item?id=49570462</link>
      <guid isPermaLink="false">49570462-reply</guid>
      <pubDate>Fri, 04 Sep 2026 21:30:46 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>HN &quot;policy&quot; is to encourage curious conversation. Same as it ever was.reply</description>
      <link>https://news.ycombinator.com/item?id=49569968</link>
      <guid isPermaLink="false">49569968-</guid>
      <pubDate>Fri, 04 Sep 2026 20:41:10 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>on: Nobody is saying why OpenAI and Anthropic had outa...</title>
      <description>Comments moved thither. Thanks!reply</description>
      <link>https://news.ycombinator.com/item?id=49569772</link>
      <guid isPermaLink="false">49569772-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:22:30 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Ask HN: Why were OpenAI, Claude, and Grok simultan...</title>
      <description>Related ongoing thread:Nobody is saying why OpenAI and Anthropic had outages - https://news.ycombinator.com/item?id=49567594 - Sept 2026 (120 comments)reply</description>
      <link>https://news.ycombinator.com/item?id=49569768</link>
      <guid isPermaLink="false">49569768-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:21:53 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Formalizing Fermat&#39;s Last Theorem</title>
      <description>Thanks! I&#39;ve added that link to the toptext.I&#39;d really like to make it the top link (and relegate https://www.anthropic.com/research/formalizing-fermats-last-... to the toptext) since HN has been tracking the work of https://news.ycombinator.com/user?id=kevinbuzzard for a long time and we&#39;re big fans. But I guess that would be overkill.reply</description>
      <link>https://news.ycombinator.com/item?id=49569731</link>
      <guid isPermaLink="false">49569731-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:19:14 GMT</pubDate>
      <author>jonesn11</author>
      <category></category>
    </item>
    <item>
      <title>on: Hackers had a live feed of every ID verification c...</title>
      <description>Thanks! Macroexpanded:FBI Probes Service Selling 153M+ Drivers Licenses - https://news.ycombinator.com/item?id=49529621 - Sept 2026 (290 comments)reply</description>
      <link>https://news.ycombinator.com/item?id=49567430</link>
      <guid isPermaLink="false">49567430-reply</guid>
      <pubDate>Fri, 04 Sep 2026 17:17:51 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: OpenAI agents hijacked German website in previousl...</title>
      <description>Comments moved to https://news.ycombinator.com/item?id=49563355, which has the original source and is currently on the frontpage.We&#39;ve put the Reuters link in the toptext there as well.(Sorry negura! One of these years I still intend to implement proper karma sharing for cases like this.)reply</description>
      <link>https://news.ycombinator.com/item?id=49567358</link>
      <guid isPermaLink="false">49567358-reply</guid>
      <pubDate>Fri, 04 Sep 2026 17:12:26 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>We don&#39;t monitor @dang. We only monitor emails. Someone emailed me in this case.reply</description>
      <link>https://news.ycombinator.com/item?id=49561170</link>
      <guid isPermaLink="false">49561170-reply</guid>
      <pubDate>Fri, 04 Sep 2026 06:24:44 GMT</pubDate>
      <author>NAR8789</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>While we have you here - I&#39;ve seen this discussion multiple times - does @dang &quot;do&quot; anything to get your attention, or did you just happen to see it because you were scanning the comments manually, and therefore email is better for letting you know something?reply</description>
      <link>https://news.ycombinator.com/item?id=49560879</link>
      <guid isPermaLink="false">49560879-reply</guid>
      <pubDate>Fri, 04 Sep 2026 05:32:14 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>What kind of criticism is this?Is it now HN policy to micromanage every perspective?reply</description>
      <link>https://news.ycombinator.com/item?id=49560598</link>
      <guid isPermaLink="false">49560598-reply</guid>
      <pubDate>Fri, 04 Sep 2026 04:39:57 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: .name Termination</title>
      <description>Sure. We have this for countries, like &quot;example.co.uk&quot;, so I made &quot;name&quot; be a country and it...just works (maybe).You only get a first name and a last name and a .name though. You can&#39;t be robert.louis.stevenson.name - just louis.stevenson.name.(Incidentally, this was a Claude suggestion. The change only took a couple minutes but figuring out what mechanism in the code could do this would have taken me a lot longer.)reply</description>
      <link>https://news.ycombinator.com/item?id=49560417</link>
      <guid isPermaLink="false">49560417-reply</guid>
      <pubDate>Fri, 04 Sep 2026 04:04:48 GMT</pubDate>
      <author>epaga</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>you got it, boss!reply</description>
      <link>https://news.ycombinator.com/item?id=49560121</link>
      <guid isPermaLink="false">49560121-reply</guid>
      <pubDate>Fri, 04 Sep 2026 03:17:28 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Gloria Steinem has died</title>
      <description>Can you please transmute your frustration into thoughtful, interesting comments, rather than venting it into putdowns of others?Since you&#39;re posting here, you&#39;re as much &quot;the hackernews community&quot; as the rest of us.The intention of the site is clear: curious, substantive conversation (https://news.ycombinator.com/newsguidelines.html). We know better than anyone how easy it is to get derailed from this, but really the best thing to do is to practice thoughtful conversation even when others are not.reply</description>
      <link>https://news.ycombinator.com/item?id=49559664</link>
      <guid isPermaLink="false">49559664-reply</guid>
      <pubDate>Fri, 04 Sep 2026 02:08:31 GMT</pubDate>
      <author>bjornnn</author>
      <category></category>
    </item>
    <item>
      <title>on: Gloria Steinem has died</title>
      <description>That is the internet being internet. But adding a putdown on top just gets us further stuck in failure mode.It would be better to contribute something substantive about Steinem. Obviously there is much to discuss there.reply</description>
      <link>https://news.ycombinator.com/item?id=49558891</link>
      <guid isPermaLink="false">49558891-reply</guid>
      <pubDate>Fri, 04 Sep 2026 00:18:20 GMT</pubDate>
      <author>WtfDang</author>
      <category></category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/jobs - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>jobs | Hacker News</title>
    <link>https://news.ycombinator.com/jobs</link>
    <atom:link href="http://localhost:1200/hackernews/jobs" rel="self" type="application/rss+xml"></atom:link>
    <description>jobs | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 16:57:10 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>SubImage (YC W25) Is Hiring a Founding Engineer in SF</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563415&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/subimage/jobs/NCTFgKK-founding-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/subimage/jobs/NCTFgKK-founding-engineer</link>
      <guid isPermaLink="false">49563415</guid>
      <pubDate>Fri, 04 Sep 2026 12:01:07 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Tasklet (YC P26) Is Hiring a Customer Success Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49556922&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tasklet.ai/careers/customer-success-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tasklet.ai/careers/customer-success-engineer</link>
      <guid isPermaLink="false">49556922</guid>
      <pubDate>Thu, 03 Sep 2026 21:01:10 GMT</pubDate>
      <category>tasklet.ai</category>
    </item>
    <item>
      <title>Gooseworks (YC W23) Is Hiring – Founding Creative Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49553173&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gooseworks/jobs/rfgY8La-founding-creative-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gooseworks/jobs/rfgY8La-founding-creative-engineer</link>
      <guid isPermaLink="false">49553173</guid>
      <pubDate>Thu, 03 Sep 2026 17:00:16 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>9 Mothers (YC P26) Is Hiring in Austin, TX</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49548864&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://9mothers.com/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://9mothers.com/careers</link>
      <guid isPermaLink="false">49548864</guid>
      <pubDate>Thu, 03 Sep 2026 12:00:52 GMT</pubDate>
      <category>9mothers.com</category>
    </item>
    <item>
      <title>Nango (YC W23) is hiring across eng, product and GTM (SF and remote)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49542486&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nango.dev/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nango.dev/careers</link>
      <guid isPermaLink="false">49542486</guid>
      <pubDate>Wed, 02 Sep 2026 21:00:04 GMT</pubDate>
      <category>nango.dev</category>
    </item>
    <item>
      <title>Telli (YC F24) is hiring engineers and designers [Berlin, on-site]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49533557&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://careers.telli.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://careers.telli.com/</link>
      <guid isPermaLink="false">49533557</guid>
      <pubDate>Wed, 02 Sep 2026 08:43:49 GMT</pubDate>
      <category>telli.com</category>
    </item>
    <item>
      <title>Quill (YC W20) Is Hiring a Fullstack SWE</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49524704&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49524704&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49524704</link>
      <guid isPermaLink="false">49524704</guid>
      <pubDate>Tue, 01 Sep 2026 17:00:14 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>CollectWise (YC F24) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49518877&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/collectwise/jobs/7U500pP-founding-customer-success-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/collectwise/jobs/7U500pP-founding-customer-success-engineer</link>
      <guid isPermaLink="false">49518877</guid>
      <pubDate>Tue, 01 Sep 2026 07:01:49 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Autonomous (YC F25) is hiring engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49514781&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49514781&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49514781</link>
      <guid isPermaLink="false">49514781</guid>
      <pubDate>Mon, 31 Aug 2026 21:00:09 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>Weave (YC W25) is hiring ML, AI, product, &amp; design engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49512895&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://jobs.ashbyhq.com/workweave&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://jobs.ashbyhq.com/workweave</link>
      <guid isPermaLink="false">49512895</guid>
      <pubDate>Mon, 31 Aug 2026 18:15:26 GMT</pubDate>
      <category>jobs.ashbyhq.com</category>
    </item>
    <item>
      <title>Artie (YC S23) Is Hiring Technical AES</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49500471&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.artie.com/careers?ashby_jid=e87b84d2-78b3-41a3-937a-47e83643cdf1&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.artie.com/careers?ashby_jid=e87b84d2-78b3-41a3-937a-47e83643cdf1</link>
      <guid isPermaLink="false">49500471</guid>
      <pubDate>Sun, 30 Aug 2026 17:01:56 GMT</pubDate>
      <category>artie.com</category>
    </item>
    <item>
      <title>Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49481423&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering</link>
      <guid isPermaLink="false">49481423</guid>
      <pubDate>Fri, 28 Aug 2026 17:00:06 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>GoGoGrandparent (YC S16) is hiring back end engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49474060&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer</link>
      <guid isPermaLink="false">49474060</guid>
      <pubDate>Fri, 28 Aug 2026 03:35:15 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Bild AI (YC W25) is hiring product and AI engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49467837&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.bild.ai/jobs&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.bild.ai/jobs</link>
      <guid isPermaLink="false">49467837</guid>
      <pubDate>Thu, 27 Aug 2026 17:00:14 GMT</pubDate>
      <category>bild.ai</category>
    </item>
    <item>
      <title>Adentris (YC P25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49463361&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/adentris/jobs/ZpMXZ0C-founding-engineer-ai-rcm-healthcare-platform-typescript-python&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/adentris/jobs/ZpMXZ0C-founding-engineer-ai-rcm-healthcare-platform-typescript-python</link>
      <guid isPermaLink="false">49463361</guid>
      <pubDate>Thu, 27 Aug 2026 12:00:31 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Proliferate (YC S25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49447480&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/proliferate/jobs/OgpCKYJ-founding-product-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/proliferate/jobs/OgpCKYJ-founding-product-engineer</link>
      <guid isPermaLink="false">49447480</guid>
      <pubDate>Wed, 26 Aug 2026 12:00:07 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Clara (YC P26) is hiring a growth engineer to bring AI doctors to market</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49437566&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/clara-2/jobs/8snci6k-founding-full-stack-growth-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/clara-2/jobs/8snci6k-founding-full-stack-growth-engineer</link>
      <guid isPermaLink="false">49437566</guid>
      <pubDate>Tue, 25 Aug 2026 17:28:52 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Autostep (YC P26) Is Hiring AI/Fullstack Engineers and a Chief of Staff</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49423495&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://app.dover.com/Autostep/careers/e9510e3b-a854-4e48-9e5d-c89796acaed4&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://app.dover.com/Autostep/careers/e9510e3b-a854-4e48-9e5d-c89796acaed4</link>
      <guid isPermaLink="false">49423495</guid>
      <pubDate>Mon, 24 Aug 2026 17:53:14 GMT</pubDate>
      <category>dover.com</category>
    </item>
    <item>
      <title>SalesPatriot (YC W25) Is Hiring Forward Deployed Engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49393733&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/salespatriot/jobs/M46X6YX-forward-deployed-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/salespatriot/jobs/M46X6YX-forward-deployed-engineer</link>
      <guid isPermaLink="false">49393733</guid>
      <pubDate>Fri, 21 Aug 2026 21:00:48 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>LiteLLM (YC W23) Is Hiring – Rust / Performance Engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49390910&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://jobs.ashbyhq.com/litellm/3f326076-7415-46a1-921e-8a1b1d6ee2b6&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://jobs.ashbyhq.com/litellm/3f326076-7415-46a1-921e-8a1b1d6ee2b6</link>
      <guid isPermaLink="false">49390910</guid>
      <pubDate>Fri, 21 Aug 2026 17:00:23 GMT</pubDate>
      <category>jobs.ashbyhq.com</category>
    </item>
    <item>
      <title>Sixtyfour (YC P25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49377248&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/sixtyfour/jobs/39SkSrA-software-engineering-intern&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/sixtyfour/jobs/39SkSrA-software-engineering-intern</link>
      <guid isPermaLink="false">49377248</guid>
      <pubDate>Thu, 20 Aug 2026 17:01:05 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Proof of Human (YC S23) Is Hiring a Member of Technical Staff</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49373423&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/proof-of-human/jobs/ZTZHEbb-member-of-technical-staff&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/proof-of-human/jobs/ZTZHEbb-member-of-technical-staff</link>
      <guid isPermaLink="false">49373423</guid>
      <pubDate>Thu, 20 Aug 2026 12:00:23 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Tasklet (YC P26) Is Hiring a Head of Design Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49319892&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tasklet.ai/careers/head-of-design-engineering&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tasklet.ai/careers/head-of-design-engineering</link>
      <guid isPermaLink="false">49319892</guid>
      <pubDate>Sun, 16 Aug 2026 13:30:27 GMT</pubDate>
      <category>tasklet.ai</category>
    </item>
    <item>
      <title>Gooseworks (YC W23) Is Hiring a Founding Builder / Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49319215&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gooseworks/jobs/UJ4vH2F-founding-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gooseworks/jobs/UJ4vH2F-founding-engineer</link>
      <guid isPermaLink="false">49319215</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:23 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Voltair (YC W26) Is Hiring a Test Flight Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49313047&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer</link>
      <guid isPermaLink="false">49313047</guid>
      <pubDate>Sat, 15 Aug 2026 18:33:25 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>ATG (YC F25) Is Hiring Member of Technical Staff (Data Platform)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49284697&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://atg.science/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://atg.science/careers</link>
      <guid isPermaLink="false">49284697</guid>
      <pubDate>Thu, 13 Aug 2026 12:01:02 GMT</pubDate>
      <category>atg.science</category>
    </item>
    <item>
      <title>Reflex (YC W23) Is hiring Growth and GTM Roles</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49275465&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/reflex/jobs/71x5GFb-growth-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/reflex/jobs/71x5GFb-growth-engineer</link>
      <guid isPermaLink="false">49275465</guid>
      <pubDate>Wed, 12 Aug 2026 17:00:21 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>GiveCampus (YC S15) Is Hiring Engineering Managers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49273395&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://job-boards.greenhouse.io/givecampus/jobs/4112793009&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://job-boards.greenhouse.io/givecampus/jobs/4112793009</link>
      <guid isPermaLink="false">49273395</guid>
      <pubDate>Wed, 12 Aug 2026 14:55:27 GMT</pubDate>
      <category>greenhouse.io</category>
    </item>
    <item>
      <title>Truemetrics (YC S23) Is Hiring in Berlin – GTM Lead</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49171650&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/truemetrics/jobs/bIQQ7tP-founding-gtm-lead&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/truemetrics/jobs/bIQQ7tP-founding-gtm-lead</link>
      <guid isPermaLink="false">49171650</guid>
      <pubDate>Tue, 04 Aug 2026 17:00:12 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Roame (YC S23) Is Hiring Lead Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49167444&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/roame/jobs/mqqfa38-lead-full-stack-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/roame/jobs/mqqfa38-lead-full-stack-engineer</link>
      <guid isPermaLink="false">49167444</guid>
      <pubDate>Tue, 04 Aug 2026 12:00:51 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
  </channel>
</rss>

Add a minimum comment threshold to Hacker News story listings while
preserving numeric values for routes where they represent HN IDs.

Parse comment labels explicitly, skip sections without story comment
counts, and isolate cached content by output type. Preserve existing
item GUIDs independently of numeric comment parsing.

Keep route tests outside lib/routes for the upstream orphan-file check,
and include them in type checking and CI triggers.
@PeterDaveHello
PeterDaveHello force-pushed the hackernewsMinCommentsFilter branch from 0021945 to c4f13de Compare September 6, 2026 18:03
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/hackernews - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:04 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Following legal advice, the Nitter project will continue</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589003&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/zedeus/nitter&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/zedeus/nitter</link>
      <guid isPermaLink="false">49589003</guid>
      <pubDate>Sun, 06 Sep 2026 17:51:23 GMT</pubDate>
      <author>Cider9986</author>
      <category>github.com/zedeus</category>
    </item>
    <item>
      <title>Opalite Health (YC W26) Is Hiring – Founding GTM</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588466&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/opalite-health/jobs/bNedVAD-founding-gtm&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/opalite-health/jobs/bNedVAD-founding-gtm</link>
      <guid isPermaLink="false">49588466</guid>
      <pubDate>Sun, 06 Sep 2026 17:00:28 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>We monitor internal coding agents for misalignment</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588214&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/</link>
      <guid isPermaLink="false">49588214</guid>
      <pubDate>Sun, 06 Sep 2026 16:37:55 GMT</pubDate>
      <author>lukaspetersson</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>An Alien Mind</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588080&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/an-alien-mind/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/an-alien-mind/</link>
      <guid isPermaLink="false">49588080</guid>
      <pubDate>Sun, 06 Sep 2026 16:27:05 GMT</pubDate>
      <author>tosh</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Research carried out using NetBSD</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587903&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.netbsd.org/gallery/research.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.netbsd.org/gallery/research.html</link>
      <guid isPermaLink="false">49587903</guid>
      <pubDate>Sun, 06 Sep 2026 16:10:05 GMT</pubDate>
      <author>Bluestein</author>
      <category>netbsd.org</category>
    </item>
    <item>
      <title>Cultivating Trust</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587833&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/</link>
      <guid isPermaLink="false">49587833</guid>
      <pubDate>Sun, 06 Sep 2026 16:02:37 GMT</pubDate>
      <author>kaeruct</author>
      <category>kaeruct.github.io</category>
    </item>
    <item>
      <title>NetBSD 9.5 released and EOL for NetBSD-9</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587636&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and</link>
      <guid isPermaLink="false">49587636</guid>
      <pubDate>Sun, 06 Sep 2026 15:44:24 GMT</pubDate>
      <author>jaypatelani</author>
      <category>netbsd.org</category>
    </item>
    <item>
      <title>Research acceleration: The view inside OpenAI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587217&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/research-acceleration-view-inside-openai&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/research-acceleration-view-inside-openai</link>
      <guid isPermaLink="false">49587217</guid>
      <pubDate>Sun, 06 Sep 2026 15:08:44 GMT</pubDate>
      <author>iamsyr</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Recreating Minecraft Is Not a Benchmark</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587040&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark</link>
      <guid isPermaLink="false">49587040</guid>
      <pubDate>Sun, 06 Sep 2026 14:52:07 GMT</pubDate>
      <author>kuberwastaken</author>
      <category>kuber.studio</category>
    </item>
    <item>
      <title>Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/scastiel/kado&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/scastiel/kado</link>
      <guid isPermaLink="false">49586902</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:46 GMT</pubDate>
      <author>scastiel</author>
      <category>github.com/scastiel</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>The many mysteries and lessons of the Bayeux tapestry</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586435&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://economist.com/interactive/culture/2026/09/03/the-many-mysteries-and-lessons-of-the-bayeux-tapestry&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://economist.com/interactive/culture/2026/09/03/the-many-mysteries-and-lessons-of-the-bayeux-tapestry</link>
      <guid isPermaLink="false">49586435</guid>
      <pubDate>Sun, 06 Sep 2026 13:38:07 GMT</pubDate>
      <author>andsoitis</author>
      <category>economist.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>I&#39;m teaching an introductory 12 week course on Quantum Oracle Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://shukla.io/quantum-oracle-engineering/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://shukla.io/quantum-oracle-engineering/</link>
      <guid isPermaLink="false">49586151</guid>
      <pubDate>Sun, 06 Sep 2026 13:00:34 GMT</pubDate>
      <author>BinRoo</author>
      <category>shukla.io</category>
    </item>
    <item>
      <title>The pencil case model of creativity</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585703&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://dub.uu.nl/en/column/pencil-case-model-creativity&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://dub.uu.nl/en/column/pencil-case-model-creativity</link>
      <guid isPermaLink="false">49585703</guid>
      <pubDate>Sun, 06 Sep 2026 12:05:34 GMT</pubDate>
      <author>jruohonen</author>
      <category>uu.nl</category>
    </item>
    <item>
      <title>Your intellectual fly is open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Ganon&#39;s Mysterious Origins (Revisited)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580389&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider</link>
      <guid isPermaLink="false">49580389</guid>
      <pubDate>Sat, 05 Sep 2026 20:33:29 GMT</pubDate>
      <author>tobr</author>
      <category>thrillingtalesofoldvideogames.com</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>Babylonian Lamb Stew with Beets (1750–1730 BCE)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49554622&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://babylonian-collection.yale.edu/about/babylonian-cooking&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://babylonian-collection.yale.edu/about/babylonian-cooking</link>
      <guid isPermaLink="false">49554622</guid>
      <pubDate>Thu, 03 Sep 2026 18:40:07 GMT</pubDate>
      <author>yubblegum</author>
      <category>yale.edu</category>
    </item>
    <item>
      <title>IBM Quantum Nighthawk R2</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49546198&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ibm.com/quantum/blog/nighthawk-r2&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ibm.com/quantum/blog/nighthawk-r2</link>
      <guid isPermaLink="false">49546198</guid>
      <pubDate>Thu, 03 Sep 2026 05:16:04 GMT</pubDate>
      <author>fuglede_</author>
      <category>ibm.com</category>
    </item>
    <item>
      <title>Is There I/O After Death? What Happens to Io_uring When a Process Dies</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49542471&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://blog.ydb.tech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-92c65354873f?postPublishedType=repub&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://blog.ydb.tech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-92c65354873f?postPublishedType=repub</link>
      <guid isPermaLink="false">49542471</guid>
      <pubDate>Wed, 02 Sep 2026 20:58:45 GMT</pubDate>
      <author>porridgeraisin</author>
      <category>ydb.tech</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>Electronic skin for prosthetics to sense temperature and pressure</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49540090&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics-to-sense-temperature-and-pressure/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics-to-sense-temperature-and-pressure/</link>
      <guid isPermaLink="false">49540090</guid>
      <pubDate>Wed, 02 Sep 2026 18:06:56 GMT</pubDate>
      <author>gmays</author>
      <category>wsu.edu</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/index/sources/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews/index/sources/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:04 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>We monitor internal coding agents for misalignment</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588214&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/</link>
      <guid isPermaLink="false">49588214</guid>
      <pubDate>Sun, 06 Sep 2026 16:37:55 GMT</pubDate>
      <author>lukaspetersson</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>An Alien Mind</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588080&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/an-alien-mind/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/an-alien-mind/</link>
      <guid isPermaLink="false">49588080</guid>
      <pubDate>Sun, 06 Sep 2026 16:27:05 GMT</pubDate>
      <author>tosh</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Research acceleration: The view inside OpenAI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587217&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/research-acceleration-view-inside-openai&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/research-acceleration-view-inside-openai</link>
      <guid isPermaLink="false">49587217</guid>
      <pubDate>Sun, 06 Sep 2026 15:08:44 GMT</pubDate>
      <author>iamsyr</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Recreating Minecraft Is Not a Benchmark</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587040&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://kuber.studio/blog/Reflections/Recreating-Minecraft-is-Not-a-Benchmark</link>
      <guid isPermaLink="false">49587040</guid>
      <pubDate>Sun, 06 Sep 2026 14:52:07 GMT</pubDate>
      <author>kuberwastaken</author>
      <category>kuber.studio</category>
    </item>
    <item>
      <title>Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/scastiel/kado&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/scastiel/kado</link>
      <guid isPermaLink="false">49586902</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:46 GMT</pubDate>
      <author>scastiel</author>
      <category>github.com/scastiel</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>I&#39;m teaching an introductory 12 week course on Quantum Oracle Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://shukla.io/quantum-oracle-engineering/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://shukla.io/quantum-oracle-engineering/</link>
      <guid isPermaLink="false">49586151</guid>
      <pubDate>Sun, 06 Sep 2026 13:00:34 GMT</pubDate>
      <author>BinRoo</author>
      <category>shukla.io</category>
    </item>
    <item>
      <title>The pencil case model of creativity</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585703&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://dub.uu.nl/en/column/pencil-case-model-creativity&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://dub.uu.nl/en/column/pencil-case-model-creativity</link>
      <guid isPermaLink="false">49585703</guid>
      <pubDate>Sun, 06 Sep 2026 12:05:34 GMT</pubDate>
      <author>jruohonen</author>
      <category>uu.nl</category>
    </item>
    <item>
      <title>Your intellectual fly is open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>Babylonian Lamb Stew with Beets (1750–1730 BCE)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49554622&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://babylonian-collection.yale.edu/about/babylonian-cooking&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://babylonian-collection.yale.edu/about/babylonian-cooking</link>
      <guid isPermaLink="false">49554622</guid>
      <pubDate>Thu, 03 Sep 2026 18:40:07 GMT</pubDate>
      <author>yubblegum</author>
      <category>yale.edu</category>
    </item>
    <item>
      <title>IBM Quantum Nighthawk R2</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49546198&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ibm.com/quantum/blog/nighthawk-r2&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ibm.com/quantum/blog/nighthawk-r2</link>
      <guid isPermaLink="false">49546198</guid>
      <pubDate>Thu, 03 Sep 2026 05:16:04 GMT</pubDate>
      <author>fuglede_</author>
      <category>ibm.com</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/best/sources/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Top Links | Hacker News</title>
    <link>https://news.ycombinator.com/best</link>
    <atom:link href="http://localhost:1200/hackernews/best/sources/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Top Links | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:05 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>Your intellectual fly is open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>Chrome again exempts Google from user site data settings</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49581870&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lapcatsoftware.com/articles/2026/9/1.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lapcatsoftware.com/articles/2026/9/1.html</link>
      <guid isPermaLink="false">49581870</guid>
      <pubDate>Sat, 05 Sep 2026 23:39:47 GMT</pubDate>
      <author>ExMachina73</author>
      <category>lapcatsoftware.com</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Private German rocket makes history, reaches orbit from European soil</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580369&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket</link>
      <guid isPermaLink="false">49580369</guid>
      <pubDate>Sat, 05 Sep 2026 20:31:38 GMT</pubDate>
      <author>bookmtn</author>
      <category>space.com</category>
    </item>
    <item>
      <title>LLMs as a Cognitive Virus</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580164&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/2609.03344&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://arxiv.org/abs/2609.03344</link>
      <guid isPermaLink="false">49580164</guid>
      <pubDate>Sat, 05 Sep 2026 20:02:35 GMT</pubDate>
      <author>canjobear</author>
      <category>arxiv.org</category>
    </item>
    <item>
      <title>The Real Luxuries In Life</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578866&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://feld.com/archives/2026/09/the-real-luxuries-in-life/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://feld.com/archives/2026/09/the-real-luxuries-in-life/</link>
      <guid isPermaLink="false">49578866</guid>
      <pubDate>Sat, 05 Sep 2026 17:46:16 GMT</pubDate>
      <author>tosh</author>
      <category>feld.com</category>
    </item>
    <item>
      <title>Flock used &gt;100 times to track veteran who recorded traffic stop</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578310&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://reason.com/2026/09/02/wisconsin-cops-used-flock-over-100-times-to-track-a-navy-veteran-after-he-lawfully-recorded-a-traffic-stop/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://reason.com/2026/09/02/wisconsin-cops-used-flock-over-100-times-to-track-a-navy-veteran-after-he-lawfully-recorded-a-traffic-stop/</link>
      <guid isPermaLink="false">49578310</guid>
      <pubDate>Sat, 05 Sep 2026 16:48:13 GMT</pubDate>
      <author>bbatsell</author>
      <category>reason.com</category>
    </item>
    <item>
      <title>Learn Programming with OCaml</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578280&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://usr.lmf.cnrs.fr/lpo/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://usr.lmf.cnrs.fr/lpo/</link>
      <guid isPermaLink="false">49578280</guid>
      <pubDate>Sat, 05 Sep 2026 16:45:02 GMT</pubDate>
      <author>elvis70</author>
      <category>cnrs.fr</category>
    </item>
    <item>
      <title>Wikimedia Foundation Workers Overwhelmingly Vote to Form Union with CWA</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49577975&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://wikiworkersunited.org/announcements/2026-09-04-us-wikimedia-foundation-workers-overwhelmingly-vote-to-form-union-with-cwa/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://wikiworkersunited.org/announcements/2026-09-04-us-wikimedia-foundation-workers-overwhelmingly-vote-to-form-union-with-cwa/</link>
      <guid isPermaLink="false">49577975</guid>
      <pubDate>Sat, 05 Sep 2026 16:13:57 GMT</pubDate>
      <author>robin_reala</author>
      <category>wikiworkersunited.org</category>
    </item>
    <item>
      <title>How the Disaster of &quot;Forever Chemicals&quot; Was Kept Secret</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576986&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.propublica.org/podcast/forever-chemicals-pfas-pfos-3m-secret-kris-hansen&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.propublica.org/podcast/forever-chemicals-pfas-pfos-3m-secret-kris-hansen</link>
      <guid isPermaLink="false">49576986</guid>
      <pubDate>Sat, 05 Sep 2026 14:40:52 GMT</pubDate>
      <author>stevenwoo</author>
      <category>propublica.org</category>
    </item>
    <item>
      <title>The &quot;$60 Gaming PC&quot; – AMD BC-250 (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576386&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/</link>
      <guid isPermaLink="false">49576386</guid>
      <pubDate>Sat, 05 Sep 2026 13:36:38 GMT</pubDate>
      <author>networked</author>
      <category>devquasar.com</category>
    </item>
    <item>
      <title>Global warming will exceed 1.5-degree limit, UN says</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576124&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.pbs.org/newshour/science/global-warming-will-exceed-1-5-degree-limit-un-says-in-report-that-maps-path-back-below-danger-zone&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.pbs.org/newshour/science/global-warming-will-exceed-1-5-degree-limit-un-says-in-report-that-maps-path-back-below-danger-zone</link>
      <guid isPermaLink="false">49576124</guid>
      <pubDate>Sat, 05 Sep 2026 13:02:14 GMT</pubDate>
      <author>ijidak</author>
      <category>pbs.org</category>
    </item>
    <item>
      <title>Netherlands pulls gold out of the US</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49575034&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.abc.net.au/news/2026-09-04/why-the-netherlands-moved-its-gold-from-us-and-canada/107111990&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.abc.net.au/news/2026-09-04/why-the-netherlands-moved-its-gold-from-us-and-canada/107111990</link>
      <guid isPermaLink="false">49575034</guid>
      <pubDate>Sat, 05 Sep 2026 10:14:28 GMT</pubDate>
      <author>daniel_iversen</author>
      <category>abc.net.au</category>
    </item>
    <item>
      <title>AI handles incidents, engineers lose touch with their systems</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49574167&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems</link>
      <guid isPermaLink="false">49574167</guid>
      <pubDate>Sat, 05 Sep 2026 07:52:50 GMT</pubDate>
      <author>sylvainkalache</author>
      <category>sylvainkalache.com</category>
    </item>
    <item>
      <title>Git hosting that never leaves Europe</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49573680&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://pushin.eu/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://pushin.eu/</link>
      <guid isPermaLink="false">49573680</guid>
      <pubDate>Sat, 05 Sep 2026 06:31:49 GMT</pubDate>
      <author>sevenseacat</author>
      <category>pushin.eu</category>
    </item>
    <item>
      <title>Nitter has more working instances than before the takedowns</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571634&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://codeberg.org/mv12star/shitter/wiki/Instances&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://codeberg.org/mv12star/shitter/wiki/Instances</link>
      <guid isPermaLink="false">49571634</guid>
      <pubDate>Sat, 05 Sep 2026 00:04:16 GMT</pubDate>
      <author>Cider9986</author>
      <category>codeberg.org/mv12star</category>
    </item>
    <item>
      <title>Portal by Spotify cut my Claude Code token usage by 90%</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571465&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90</link>
      <guid isPermaLink="false">49571465</guid>
      <pubDate>Fri, 04 Sep 2026 23:38:50 GMT</pubDate>
      <author>cebert</author>
      <category>atspotify.com</category>
    </item>
    <item>
      <title>Record-High 89% in U.S. Say Government Corruption Widespread</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570772&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx</link>
      <guid isPermaLink="false">49570772</guid>
      <pubDate>Fri, 04 Sep 2026 22:03:16 GMT</pubDate>
      <author>karakoram</author>
      <category>gallup.com</category>
    </item>
    <item>
      <title>Actively exploited sandbox RCE in all Chromium versions</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570669&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nvd.nist.gov/vuln/detail/cve-2026-85046&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nvd.nist.gov/vuln/detail/cve-2026-85046</link>
      <guid isPermaLink="false">49570669</guid>
      <pubDate>Fri, 04 Sep 2026 21:52:01 GMT</pubDate>
      <author>negura</author>
      <category>nist.gov</category>
    </item>
    <item>
      <title>GPT-6 Astra on OpenRouter</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570545&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openrouter.ai/openai/gpt-6-astra&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openrouter.ai/openai/gpt-6-astra</link>
      <guid isPermaLink="false">49570545</guid>
      <pubDate>Fri, 04 Sep 2026 21:39:19 GMT</pubDate>
      <author>Topfi</author>
      <category>openrouter.ai</category>
    </item>
    <item>
      <title>Statichost.eu – European static site hosting</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49569896&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.statichost.eu/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.statichost.eu/</link>
      <guid isPermaLink="false">49569896</guid>
      <pubDate>Fri, 04 Sep 2026 20:34:49 GMT</pubDate>
      <author>p4bl0</author>
      <category>statichost.eu</category>
    </item>
    <item>
      <title>Can AI design circuit boards yet?</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49569366&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://eebench.org/blog/can-ai-design-circuit-boards-yet/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://eebench.org/blog/can-ai-design-circuit-boards-yet/</link>
      <guid isPermaLink="false">49569366</guid>
      <pubDate>Fri, 04 Sep 2026 19:48:29 GMT</pubDate>
      <author>iopapa</author>
      <category>eebench.org</category>
    </item>
    <item>
      <title>Shutting down our public encrypted DNS</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568579&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-instead&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-instead</link>
      <guid isPermaLink="false">49568579</guid>
      <pubDate>Fri, 04 Sep 2026 18:50:28 GMT</pubDate>
      <author>mywacaday</author>
      <category>mullvad.net</category>
    </item>
    <item>
      <title>Formalizing Fermat&#39;s Last Theorem</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568506&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.anthropic.com/research/formalizing-fermats-last-theorem&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.anthropic.com/research/formalizing-fermats-last-theorem</link>
      <guid isPermaLink="false">49568506</guid>
      <pubDate>Fri, 04 Sep 2026 18:42:56 GMT</pubDate>
      <author>jlebar</author>
      <category>anthropic.com</category>
    </item>
    <item>
      <title>Show HN: Open-Source eInk Bike Computer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49567437&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://opentrailpaper.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://opentrailpaper.com/</link>
      <guid isPermaLink="false">49567437</guid>
      <pubDate>Fri, 04 Sep 2026 17:18:08 GMT</pubDate>
      <author>stingrae</author>
      <category>opentrailpaper.com</category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/newest - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>New Links | Hacker News</title>
    <link>https://news.ycombinator.com/newest</link>
    <atom:link href="http://localhost:1200/hackernews/newest" rel="self" type="application/rss+xml"></atom:link>
    <description>New Links | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:05 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Ask HN: What are you working on? (September 2026)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589140&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49589140&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49589140</link>
      <guid isPermaLink="false">49589140</guid>
      <pubDate>Sun, 06 Sep 2026 18:04:36 GMT</pubDate>
      <author>meerita</author>
      <category></category>
    </item>
    <item>
      <title>Science of the Gaps</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589130&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lukesmith.xyz/articles/science-of-the-gaps/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lukesmith.xyz/articles/science-of-the-gaps/</link>
      <guid isPermaLink="false">49589130</guid>
      <pubDate>Sun, 06 Sep 2026 18:03:28 GMT</pubDate>
      <author>airhangerf15</author>
      <category>lukesmith.xyz</category>
    </item>
    <item>
      <title>Valve Handbook [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589106&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cdn.fastly.steamstatic.com/apps/valve/Valve_NewEmployeeHandbook.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cdn.fastly.steamstatic.com/apps/valve/Valve_NewEmployeeHandbook.pdf</link>
      <guid isPermaLink="false">49589106</guid>
      <pubDate>Sun, 06 Sep 2026 18:00:59 GMT</pubDate>
      <author>skogstokig</author>
      <category>steamstatic.com</category>
    </item>
    <item>
      <title>A State-Driven Flow System for Hash, PRNG and XOF</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589104&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/Ligatum/Lustro&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/Ligatum/Lustro</link>
      <guid isPermaLink="false">49589104</guid>
      <pubDate>Sun, 06 Sep 2026 18:00:58 GMT</pubDate>
      <author>Ligatum</author>
      <category>github.com/ligatum</category>
    </item>
    <item>
      <title>Coffee with capsicum? How data is changing the food on your plate</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589088&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://indianexpress.com/article/long-reads/how-ai-data-computational-gastronomy-redefining-flavour-pairings-10863553/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://indianexpress.com/article/long-reads/how-ai-data-computational-gastronomy-redefining-flavour-pairings-10863553/</link>
      <guid isPermaLink="false">49589088</guid>
      <pubDate>Sun, 06 Sep 2026 17:59:50 GMT</pubDate>
      <author>thunderbong</author>
      <category>indianexpress.com</category>
    </item>
    <item>
      <title>Choosing a Framework Desktop for Local AI: 32GB, 64GB, and 128GB</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589065&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://frame.work/pl/en/blog/choosing-a-framwork-desktop-for-local-ai&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://frame.work/pl/en/blog/choosing-a-framwork-desktop-for-local-ai</link>
      <guid isPermaLink="false">49589065</guid>
      <pubDate>Sun, 06 Sep 2026 17:57:29 GMT</pubDate>
      <author>rdslw</author>
      <category>frame.work</category>
    </item>
    <item>
      <title>Measuring benchmark optimization in speech recognition</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589055&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://huggingface.co/blog/asr-benchmark-optimization&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://huggingface.co/blog/asr-benchmark-optimization</link>
      <guid isPermaLink="false">49589055</guid>
      <pubDate>Sun, 06 Sep 2026 17:56:15 GMT</pubDate>
      <author>gmays</author>
      <category>huggingface.co</category>
    </item>
    <item>
      <title>Kiyosaki, Rich-Dad-Poor-Dad author, is 1.2B in debt</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589047&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.vanityfair.com/story/the-wild-origins-of-rich-dad-poor-dad&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.vanityfair.com/story/the-wild-origins-of-rich-dad-poor-dad</link>
      <guid isPermaLink="false">49589047</guid>
      <pubDate>Sun, 06 Sep 2026 17:55:06 GMT</pubDate>
      <author>KellyCriterion</author>
      <category>vanityfair.com</category>
    </item>
    <item>
      <title>Show HN: YouAskTube: Type Ask in URL for Anon YT Chat</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589021&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://youasktube.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://youasktube.com/</link>
      <guid isPermaLink="false">49589021</guid>
      <pubDate>Sun, 06 Sep 2026 17:53:12 GMT</pubDate>
      <author>BitVibeLabs</author>
      <category>youasktube.com</category>
    </item>
    <item>
      <title>I Wrote My First Book Like a Puzzle</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589012&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49589012&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49589012</link>
      <guid isPermaLink="false">49589012</guid>
      <pubDate>Sun, 06 Sep 2026 17:52:07 GMT</pubDate>
      <author>JRCrest</author>
      <category></category>
    </item>
    <item>
      <title>Following legal advice, the Nitter project will continue</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49589003&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/zedeus/nitter&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/zedeus/nitter</link>
      <guid isPermaLink="false">49589003</guid>
      <pubDate>Sun, 06 Sep 2026 17:51:23 GMT</pubDate>
      <author>Cider9986</author>
      <category>github.com/zedeus</category>
    </item>
    <item>
      <title>Nitter is unarchived and will continue</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588988&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/zedeus/nitter/commit/1428b4c2b4246f92a7e5b2673438e5fb39fcc4a3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/zedeus/nitter/commit/1428b4c2b4246f92a7e5b2673438e5fb39fcc4a3</link>
      <guid isPermaLink="false">49588988</guid>
      <pubDate>Sun, 06 Sep 2026 17:49:47 GMT</pubDate>
      <author>zImPatrick</author>
      <category>github.com/zedeus</category>
    </item>
    <item>
      <title>I threw a ton of various logic puzzles at Astra and it solved of them</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588981&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://twitter.com/fakepsyho/status/2096588951251243219&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://twitter.com/fakepsyho/status/2096588951251243219</link>
      <guid isPermaLink="false">49588981</guid>
      <pubDate>Sun, 06 Sep 2026 17:48:39 GMT</pubDate>
      <author>stared</author>
      <category>twitter.com/fakepsyho</category>
    </item>
    <item>
      <title>Scunthorpe Problem</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588958&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/Scunthorpe_problem&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/Scunthorpe_problem</link>
      <guid isPermaLink="false">49588958</guid>
      <pubDate>Sun, 06 Sep 2026 17:47:04 GMT</pubDate>
      <author>chistev</author>
      <category>wikipedia.org</category>
    </item>
    <item>
      <title>Scott Galloway issues grim SpaceX stock price forecast</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588956&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.thestreet.com/investing/stocks/spcx-scott-galloway-spacex-stock-price-target-forecast&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.thestreet.com/investing/stocks/spcx-scott-galloway-spacex-stock-price-target-forecast</link>
      <guid isPermaLink="false">49588956</guid>
      <pubDate>Sun, 06 Sep 2026 17:46:42 GMT</pubDate>
      <author>yogthos</author>
      <category>thestreet.com</category>
    </item>
    <item>
      <title>Designing physics experiments with artificial intelligence</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588951&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.nature.com/articles/s41586-026-10898-6&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.nature.com/articles/s41586-026-10898-6</link>
      <guid isPermaLink="false">49588951</guid>
      <pubDate>Sun, 06 Sep 2026 17:46:11 GMT</pubDate>
      <author>bookofjoe</author>
      <category>nature.com</category>
    </item>
    <item>
      <title>AAIF Ecosystem Landscape Map</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588920&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://aaif.github.io/ws-taxonomy-landscape/landscape/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://aaif.github.io/ws-taxonomy-landscape/landscape/</link>
      <guid isPermaLink="false">49588920</guid>
      <pubDate>Sun, 06 Sep 2026 17:43:00 GMT</pubDate>
      <author>mooreds</author>
      <category>aaif.github.io</category>
    </item>
    <item>
      <title>Liquid Types. (2008) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588911&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://patrickrondon.com/research/papers/liquid-types-pldi08.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://patrickrondon.com/research/papers/liquid-types-pldi08.pdf</link>
      <guid isPermaLink="false">49588911</guid>
      <pubDate>Sun, 06 Sep 2026 17:42:06 GMT</pubDate>
      <author>fanf2</author>
      <category>patrickrondon.com</category>
    </item>
    <item>
      <title>The Cone of Plausibility</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588897&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://substack.com/@drexdsgn/note/c-326376193&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://substack.com/@drexdsgn/note/c-326376193</link>
      <guid isPermaLink="false">49588897</guid>
      <pubDate>Sun, 06 Sep 2026 17:41:10 GMT</pubDate>
      <author>hakkikonu</author>
      <category>substack.com</category>
    </item>
    <item>
      <title>Forte UI – React components whose palette derives from one CSS variable</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588892&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://forte-ui.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://forte-ui.com/</link>
      <guid isPermaLink="false">49588892</guid>
      <pubDate>Sun, 06 Sep 2026 17:40:42 GMT</pubDate>
      <author>arsenghazaryan</author>
      <category>forte-ui.com</category>
    </item>
    <item>
      <title>Is Education for Industry or for Thinking?</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588876&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://candost.blog/journal/education-for-industry/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://candost.blog/journal/education-for-industry/</link>
      <guid isPermaLink="false">49588876</guid>
      <pubDate>Sun, 06 Sep 2026 17:39:38 GMT</pubDate>
      <author>mooreds</author>
      <category>candost.blog</category>
    </item>
    <item>
      <title>Bigger Is Not Better</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588874&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://huntersoftwareconsulting.com/posts/2026-09-06-bigger-is-not-better/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://huntersoftwareconsulting.com/posts/2026-09-06-bigger-is-not-better/</link>
      <guid isPermaLink="false">49588874</guid>
      <pubDate>Sun, 06 Sep 2026 17:39:11 GMT</pubDate>
      <author>mooreds</author>
      <category>huntersoftwareconsulting.com</category>
    </item>
    <item>
      <title>Show HN: Aethel-Core – Ultra-Lightweight Neuro-Symbolic WAF Built in SWI-Prolog</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588820&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://github.com/lokinpendawa/aethel_core&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://github.com/lokinpendawa/aethel_core</link>
      <guid isPermaLink="false">49588820</guid>
      <pubDate>Sun, 06 Sep 2026 17:33:46 GMT</pubDate>
      <author>lokinpendawa</author>
      <category>github.com/lokinpendawa</category>
    </item>
    <item>
      <title>HN: Chef&#39;s Helper – Kitchen costing, prep, rotas and safety app</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588800&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.chefshelper.app/landing&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.chefshelper.app/landing</link>
      <guid isPermaLink="false">49588800</guid>
      <pubDate>Sun, 06 Sep 2026 17:31:36 GMT</pubDate>
      <author>RobHepCH</author>
      <category>chefshelper.app</category>
    </item>
    <item>
      <title>ShiftLens: Mech. Actuated Optical Surfaces for Switchable Appearances on 3D Objs</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588795&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://hcie.csail.mit.edu/research/shiftlens/shiftlens.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://hcie.csail.mit.edu/research/shiftlens/shiftlens.html</link>
      <guid isPermaLink="false">49588795</guid>
      <pubDate>Sun, 06 Sep 2026 17:31:09 GMT</pubDate>
      <author>sargstuff</author>
      <category>csail.mit.edu</category>
    </item>
    <item>
      <title>A simple tool to track projects, time, and income streams (£1.99)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588776&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://shipandearn.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://shipandearn.com/</link>
      <guid isPermaLink="false">49588776</guid>
      <pubDate>Sun, 06 Sep 2026 17:29:54 GMT</pubDate>
      <author>seraph2000</author>
      <category>shipandearn.com</category>
    </item>
    <item>
      <title>Show HN: Alias – Custom Domain Email for Gmail</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588746&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://chromewebstore.google.com/detail/alias-custom-domain-email/hdmholmgdmnmdgbipelccdjidnjlmlke&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://chromewebstore.google.com/detail/alias-custom-domain-email/hdmholmgdmnmdgbipelccdjidnjlmlke</link>
      <guid isPermaLink="false">49588746</guid>
      <pubDate>Sun, 06 Sep 2026 17:27:17 GMT</pubDate>
      <author>yazanbaker</author>
      <category>chromewebstore.google.com</category>
    </item>
    <item>
      <title>Bank ID vendor traced to a dark web license sale</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588710&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.americanbanker.com/news/bank-id-vendor-traced-to-a-dark-web-license-sale&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.americanbanker.com/news/bank-id-vendor-traced-to-a-dark-web-license-sale</link>
      <guid isPermaLink="false">49588710</guid>
      <pubDate>Sun, 06 Sep 2026 17:24:26 GMT</pubDate>
      <author>NewCzech</author>
      <category>americanbanker.com</category>
    </item>
    <item>
      <title>In Defense of Polyfills</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588650&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lea.verou.me/blog/2026/polyfills/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lea.verou.me/blog/2026/polyfills/</link>
      <guid isPermaLink="false">49588650</guid>
      <pubDate>Sun, 06 Sep 2026 17:17:13 GMT</pubDate>
      <author>eustoria</author>
      <category>verou.me</category>
    </item>
    <item>
      <title>German startup sends first commercial rocket into space from Europe</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588635&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.theguardian.com/business/2026/sep/06/german-startup-sends-first-commercial-rocket-into-space-from-europe&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.theguardian.com/business/2026/sep/06/german-startup-sends-first-commercial-rocket-into-space-from-europe</link>
      <guid isPermaLink="false">49588635</guid>
      <pubDate>Sun, 06 Sep 2026 17:16:06 GMT</pubDate>
      <author>giuliomagnifico</author>
      <category>theguardian.com</category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/index/comments/10?limit=1 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Hacker News</title>
    <link>https://news.ycombinator.com</link>
    <atom:link href="http://localhost:1200/hackernews/index/comments/10?limit=1" rel="self" type="application/rss+xml"></atom:link>
    <description>Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:06 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sspiff&quot;&gt;sspiff&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588340&quot;&gt;2026-09-06T16:49:40.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;This resonates with me. The past few months, frontier AI labs were rushing to announce &quot;no, our AI bot broke out of its sandbox and committed crime first and harder than yours&quot;.&lt;/p&gt;&lt;p&gt;I said to so friends back then: if I posted about how I ran GLM 5.2 or whatever I was running then in some shoddily built sandbox and it escaped and accidentally hacked some US company, I&#39;d probably already have been extradited to the US and be awaiting sentencing. But when a hyperscaler does it, they just get inflated stock prices.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=alightsoul&quot;&gt;alightsoul&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588980&quot;&gt;2026-09-06T17:48:38.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Rookie mistake, you should have created a company and gotten people to do it. Put everything under the company. And then the one in trouble is the company not you.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=serbuvlad&quot;&gt;serbuvlad&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589044&quot;&gt;2026-09-06T17:54:40.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Ethics aside, you can create an NGO with three people and do a lot of stuff in it&#39;s name that you can&#39;t do as a private individual or it would be a lot more expensive to do.&lt;/p&gt;&lt;p&gt;If everyone did this, it would stop being a special ability of some people.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=peter422&quot;&gt;peter422&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588514&quot;&gt;2026-09-06T17:05:08.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;FWIW I don&#39;t think this is true. Intention matter a lot in US law. If you could prove the AI did something bad entirely on its own and you had nothing to do with it and had no reasonable belief it was possible, I think you&#39;d be alright.&lt;/p&gt;&lt;p&gt;People are not charged with hacking when their unsecured box is taken over by a botnet and does bad stuff.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=easterncalculus&quot;&gt;easterncalculus&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588723&quot;&gt;2026-09-06T17:25:38.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; Intention matter a lot in US law.&lt;/p&gt;&lt;p&gt;Maybe (and historically, not with CFAA) - but they&#39;re still going to extradite you to a trial here to find out which is more than enough to ruin your life. The government is already looking for a great excuse to criminalize open source models.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=euroderf&quot;&gt;euroderf&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588833&quot;&gt;2026-09-06T17:35:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; The government is already looking for a great excuse to criminalize open source models.&lt;/p&gt;&lt;p&gt;Sounds interesting+scary. Do you have some source for this ?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=alightsoul&quot;&gt;alightsoul&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589139&quot;&gt;2026-09-06T18:04:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Anthropic and Openai, but especially anthropic, are lobbying the us government to make it happen&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ALLTaken&quot;&gt;ALLTaken&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588840&quot;&gt;2026-09-06T17:36:16.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The government or OpenAI and Anthrophic?&lt;/p&gt;&lt;p&gt;Because if you mean the Government, I think they frankly just care whoever is paying them to make an executive order or worse a law paid by corporations to not only block, but ideally also ANHILIATE ANY POTENTIAL COMPETITION.&lt;/p&gt;&lt;p&gt;It&#39;s the ultimatum against the small guys. Sold as &quot;Anti-China&quot;, when in reality it&#39;s only purpose is total dependency to corporations by law.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=solenoid0937&quot;&gt;solenoid0937&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588957&quot;&gt;2026-09-06T17:46:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The support of OSS models on HN just days after finding out about the message board incident is so bizarre to me.&lt;/p&gt;&lt;p&gt;Do you guys really not comprehend the impact of giving every script kiddie an Astra-equivalent model to play with, this time without any guardrails whatsoever?&lt;/p&gt;&lt;p&gt;Cause I&#39;m starting to think you aren&#39;t really thinking through the impact of power plants, hospitals, etc all being hacked en masse. People will die. Maybe a lot of people.&lt;/p&gt;&lt;p&gt;Taking this to the extreme: You don&#39;t just give every kid a &quot;do anything&quot; super intelligent button. Open source models have a limited lifespan whether you like it or not, for the safety of all of us as a whole.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=CamperBob2&quot;&gt;CamperBob2&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589037&quot;&gt;2026-09-06T17:54:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The support of OSS models on HN just days after finding out about the message board incident is so bizarre to me.&lt;/p&gt;&lt;p&gt;Other sites beckon.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=solenoid0937&quot;&gt;solenoid0937&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589075&quot;&gt;2026-09-06T17:58:08.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Yes, I&#39;m aware that the HN majority is a hyper-libertarian echo chamber that loves to outsource the problem of &quot;technology hurting regular people&quot; if it means they get to keep their toys/investments.&lt;/p&gt;&lt;p&gt;After all, who cares if abliterated extremely intelligent OSS models result in actual innocent people dying? That&#39;s &amp;lt;insert group here&amp;gt; problem. We need to be able to generate our uncensored furry fanfics, goddamnit!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Aspos&quot;&gt;Aspos&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589013&quot;&gt;2026-09-06T17:52:18.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Is this &quot;think of the children, think of the hospitals&quot; argument? Really?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=solenoid0937&quot;&gt;solenoid0937&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589048&quot;&gt;2026-09-06T17:55:06.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Meaningless phrase used to dismiss arguments, please engage with the actual argument.&lt;/p&gt;&lt;p&gt;I don&#39;t think you understand how bad it will be if anyone has a button that can hack anything, &lt;i&gt;our infrastructure is not ready for this.&lt;/i&gt; Actual people will die. Do you just not get this?&lt;/p&gt;&lt;p&gt;Bioweapons as well. Do you not understand how easy it is to craft a virus at home? You can literally order everything you need online. Again, &lt;i&gt;actual people will die.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;You are arguing the equivalent of letting everyone own missile launchers or RPGs because &quot;open source good.&quot;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Aspos&quot;&gt;Aspos&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589134&quot;&gt;2026-09-06T18:03:48.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;If and I mean IF it will be a (A) &quot;hack anything&quot; button, it as well will be a (B) &quot;find a vuln in my site&quot; button too. And a (C) &quot;harden my site&quot; too.
        And limiting such buttons to a few corporations does not make any sense because script-kiddies will still have access to (A).&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=solenoid0937&quot;&gt;solenoid0937&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589142&quot;&gt;2026-09-06T18:05:05.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Did you know (C) is possible without causing mass chaos that results in many people dying? In ways that don&#39;t give every script kiddie access to (A, B)?&lt;/p&gt;&lt;p&gt;It turns out you can give defenders the opportunity to front-run, at least on the most critical and widely used infrastructure.&lt;/p&gt;&lt;p&gt;Same with bio risks.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=lelanthran&quot;&gt;lelanthran&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589117&quot;&gt;2026-09-06T18:02:02.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Intention (mens rea) is not a get out of jail free card, it just changes the nature of the crime and charges you get convicted off.&lt;/p&gt;&lt;p&gt;If you run someone over on purpose you get convicted of murder. If You do it by driving recklessly you get convicted of culpable homicide.&lt;/p&gt;&lt;p&gt;The only time you get off with nothing is if it is determined to be an accident.&lt;/p&gt;&lt;p&gt;As they always say: ignorance of the law is no excuse. Running a dangerous machine prevents you from claiming you had no idea the machine was dangerous.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=chrismorgan&quot;&gt;chrismorgan&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588604&quot;&gt;2026-09-06T17:12:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; and had no reasonable belief it was possible&lt;/p&gt;&lt;p&gt;The broad concept has been well-known for half a century at least, and the very specific concept for several years at least. It’s clear that they didn’t take reasonable precautions against it. And it’s not even the first time this sort of thing has happened, though it’s higher-profile and -impact than before.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=trvz&quot;&gt;trvz&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588632&quot;&gt;2026-09-06T17:15:56.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Indeed, and because of that, I argue it&#39;s not just the crime of hacking, but crimes against humanity, due to endangering the existence of the species.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=bbor&quot;&gt;bbor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588676&quot;&gt;2026-09-06T17:20:38.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The concept of… hacking?&lt;/p&gt;&lt;p&gt;And yes this is absolutely the first time autonomous software has breached containment. What are you referring to? Perhaps just corporate cyber in general?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Sharlin&quot;&gt;Sharlin&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588728&quot;&gt;2026-09-06T17:26:01.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The concept of AI breaking out of a box or doing something unintended trying to achieve a goal. OpenAI should be found guilty of gross negligence of some sort, because this was not something that could not have been anticipated, and because their security precautions were laughable.&lt;/p&gt;&lt;p&gt;Because the AI itself is not a legal person, it must be OpenAI that&#39;s responsible for what it does.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Frieren&quot;&gt;Frieren&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588747&quot;&gt;2026-09-06T17:27:18.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; Intention matter a lot in US law.&lt;/p&gt;&lt;p&gt;They hacked a competition company. The intention was implicit when there is economic gain to be had.&lt;/p&gt;&lt;p&gt;&amp;gt; People are not charged with hacking when their unsecured box is taken over by a botnet and does bad stuff.&lt;/p&gt;&lt;p&gt;Because it is a lose for that people. If the botnet left money in their pockets the situation would be totally different as there will be an incentive for them to let the botnet hack them.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=rcxdude&quot;&gt;rcxdude&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588991&quot;&gt;2026-09-06T17:50:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; The intention was implicit when there is economic gain to be had.&lt;/p&gt;&lt;p&gt;Not how it works. Intent requires at least that you were deliberately doing the criminal act (sometimes also that you knew it was criminal, or at least that you had some reason to believe that it was wrong).&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=muddi900&quot;&gt;muddi900&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588804&quot;&gt;2026-09-06T17:31:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Intention matters in the severity of charges and sentencing. Crime due to ignorance or negligence is still a crime.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mikeyouse&quot;&gt;mikeyouse&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588990&quot;&gt;2026-09-06T17:49:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Not remotely true. Mens rea is a necessary precondition to establish criminal culpability for tons of crimes. Well before sentencing is ever considered. The far opposite, ‘strict liability’, where you’re guilty of a crime purely due to some action or inaction (the actus reus) is exceedingly rare in the US justice system.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.law.cornell.edu/wex/mens_rea&quot; rel=&quot;nofollow&quot;&gt;https://www.law.cornell.edu/wex/mens_rea&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=TJSomething&quot;&gt;TJSomething&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588883&quot;&gt;2026-09-06T17:40:04.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It seems to me that the law in the US is set up to only establish standards of negligence after a bunch of people die.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=asveikau&quot;&gt;asveikau&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588854&quot;&gt;2026-09-06T17:37:27.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;But US law also has a concept of negligence. If you set up an AI to do this and didn&#39;t take reasonable steps to prevent it you could still be on the hook.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=RobotToaster&quot;&gt;RobotToaster&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588889&quot;&gt;2026-09-06T17:40:23.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;At the very least it would be reckless.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=zx8080&quot;&gt;zx8080&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588538&quot;&gt;2026-09-06T17:07:01.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Intention of the AI?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=rcxdude&quot;&gt;rcxdude&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588576&quot;&gt;2026-09-06T17:10:29.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Intent of the user.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mirekrusin&quot;&gt;mirekrusin&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588609&quot;&gt;2026-09-06T17:13:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Just say you wanted to make world better for humanity, you should be fine.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=rcxdude&quot;&gt;rcxdude&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589001&quot;&gt;2026-09-06T17:50:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Funnily enough the legal system has dealt with people lying about their intentions before.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=walrus01&quot;&gt;walrus01&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588616&quot;&gt;2026-09-06T17:13:57.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; I&#39;d probably already have been extradited to the US and be awaiting sentencing.&lt;/p&gt;&lt;p&gt;Bold of you to assume it wouldn&#39;t be a direct ticket to the new gulag in El Salvador.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=bbor&quot;&gt;bbor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588664&quot;&gt;2026-09-06T17:19:06.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I think they forgot about that, thank god. All the innocent citizens we sent there are still being tortured daily, but that somehow lost their interest. God forbid they remember before the midterms and ruin more lives for a stunt…&lt;/p&gt;&lt;p&gt;That said I just recently saw a story of a Latin American man sent to &lt;i&gt;the Central African Republic&lt;/i&gt;, which has gotta be one of the most absurd &amp;amp; dangerous places to send someone. Less opportunities for them to stage photo shoots with that strategy, tho.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=walrus01&quot;&gt;walrus01&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588678&quot;&gt;2026-09-06T17:20:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;They&#39;re literally even deporting Afghans who supported the US, who are in danger of being tortured and killed by the Taliban if returned to Afghanistan, to the Central African Republic:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.google.com/search?&amp;amp;q=afghans+deported+to+africa&quot; rel=&quot;nofollow&quot;&gt;https://www.google.com/search?&amp;amp;q=afghans+deported+to+africa&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=whimsicalism&quot;&gt;whimsicalism&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588744&quot;&gt;2026-09-06T17:27:05.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;can you link me to any case of a US citizen being sent to El Salvador?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=naishoya&quot;&gt;naishoya&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588978&quot;&gt;2026-09-06T17:48:29.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Brian José Morales García: A 25-year-old U.S. citizen born in Denver, Colorado, was wrongfully deported to Mexico following a traffic stop in Texas, despite possessing a birth certificate and other identifying documents. His legal team filed a case in federal court to secure his return.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.aclu.org/news/immigrants-rights/us-citizen-wrongfully-deported-mexico-settles-his-case-against-federal-government&quot; rel=&quot;nofollow&quot;&gt;https://www.aclu.org/news/immigrants-rights/us-citizen-wrong...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://deportation-research.buffett.northwestern.edu/us-citizens/&quot; rel=&quot;nofollow&quot;&gt;https://deportation-research.buffett.northwestern.edu/us-cit...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Individuals Detained and Deported
        Lorenzo Palma
        Roberto Dominquez
        Andres Robles
        Esteban Tiznado
        Mark Lyttle
        Jhon Ocampo&lt;/p&gt;&lt;p&gt;So - if the argument hinges on an insistance of &#39;El Salvador&#39; as a destination of malicious intent, probably no. But if being illegally deported while being a US citizen and put through strenuous and harmful conditions in the process fits the request; there are several who have first hand experience with being brown and American in the extreme.&lt;/p&gt;&lt;p&gt;And it&#39;s not their first rodeo: &lt;a href=&quot;https://www.americanimmigrationcouncil.org/blog/ice-deport-us-citizens/&quot; rel=&quot;nofollow&quot;&gt;https://www.americanimmigrationcouncil.org/blog/ice-deport-u...&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=nozzlegear&quot;&gt;nozzlegear&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588994&quot;&gt;2026-09-06T17:50:17.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Is this bait?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tapoxi&quot;&gt;tapoxi&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588873&quot;&gt;2026-09-06T17:39:07.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Maybe Aaron Swartz would still be alive if he was incorporated&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=jrockway&quot;&gt;jrockway&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588895&quot;&gt;2026-09-06T17:40:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;HuggingFace didn&#39;t seem that mad about it. Obviously some backroom dealing was done to make them not mad about it, but... that&#39;s allowed.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=solenoid0937&quot;&gt;solenoid0937&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588979&quot;&gt;2026-09-06T17:48:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;HuggingFace had no interest in squeezing a few million dollars out of OpenAI in the midst of being acquired by Nvidia.&lt;/p&gt;&lt;p&gt;The optics are bad for HF as well because they gladly host abliterated models with safety training removed. When Astra/Fable level open weights models arrive, HF will soon be the cause of far worse incidents, and they know it.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tikimcfee&quot;&gt;tikimcfee&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588590&quot;&gt;2026-09-06T17:11:54.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; But when a hyperscaler does it, they just get inflated stock prices&lt;/p&gt;&lt;p&gt;I also keep coming back to this, and I find it harder and harder a fact to live with. It&#39;s not a conspiracy theory, we&#39;re not crazy for pointing it out, and worse, there are people here I read about constantly what-abouting and number gaming and &quot;well what would you have done?&quot;ing like somehow the destruction of the concept of equal justice isn&#39;t just happening, but happening &lt;i&gt;inside the bloody industry that feeds them, clothes them, gives them bonuses and retirements and the ability to even think a future&lt;/i&gt;, going off the grid, &quot;retiring early from a smart exit&quot; whatever.&lt;/p&gt;&lt;p&gt;I am finding this community is sadly making me hate my industry specialization more and more and it&#39;s because of this.&lt;/p&gt;&lt;p&gt;My magic wand would be waving it at those humans to force them to suddenly and powerfully experience their version of an overview effect in their lives so they would simply STOP working for FAANGYWANGY companies and just say, honestly and humbly and painfully: &quot;I am contributing to the downfall of society by complicity feeding a malicious herd of whales.&quot;&lt;/p&gt;&lt;p&gt;I gave up a number of big jobs and stocks and money because the people I met were wretched. I am a massively imperfect person, but by all that I can, I refuse to build the torment nexus.&lt;/p&gt;&lt;p&gt;I have met too many people that want to work for the company that does, and those people put these hyperscalers, as you call them, into positions where they can influence &lt;i&gt;an entire planet of humans on a whim&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;I literally dream of a world sometimes where Elon wakes up and finds out no one takes his call, no one reads his tweets, no one even hands him a cup of coffee at a shop. I imagine this for a lot of people in the world.&lt;/p&gt;&lt;p&gt;That sounds like a world trying to rid itself of parasites and evolve toward a brighter future. I want to be in it.&lt;/p&gt;&lt;p&gt;Anyway.&lt;/p&gt;&lt;p&gt;Science and stuff I guess.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=bbor&quot;&gt;bbor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588637&quot;&gt;2026-09-06T17:16:07.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I promise you, they are not publishing these stories for marketing. They listen to the scientists, and know what’s coming. They’re just desperately trying to warn us…&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mraniki&quot;&gt;mraniki&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49586173&quot;&gt;2026-09-06T13:02:53.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I&#39;ll copy the whole announcement here for those who don&#39;t want to click:&lt;/p&gt;&lt;p&gt;&amp;gt; I regret to inform everyone that my copy of QBittorrent escaped its sandbox last night and downloaded a whole bunch of content owned by major corporations, and then my copy of Jellyfin broke containment and added those unfortunately-downloaded media files to its various libraries. I&#39;m conducting an internal investigation to figure out how this happened, which will involve consuming these media files until the answers become apparent. Thank you for your cooperation during this trying time.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=weberer&quot;&gt;weberer&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587531&quot;&gt;2026-09-06T15:35:11.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Thanks. Its insane how &quot;Twitter, but for tech nerds&quot; has a hard requirement to either enable Javascript or download some app.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=peri-cl&quot;&gt;peri-cl&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588110&quot;&gt;2026-09-06T16:29:48.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Mastodons will also respond to a plain &quot;application/json&quot; HTTP request, no cruft, curl &#39;https://beige.party/api/v1/statuses/117057396732763183&#39; | jq &#39;.content&#39;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=kevin_thibedeau&quot;&gt;kevin_thibedeau&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588898&quot;&gt;2026-09-06T17:41:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;If only we had a tool that could directly let us browse through this as human readable text.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=nozzlegear&quot;&gt;nozzlegear&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589020&quot;&gt;2026-09-06T17:53:04.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Mine&#39;s called Safari&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=magnat&quot;&gt;magnat&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587779&quot;&gt;2026-09-06T15:58:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Especially when the page source actually contains all the content (so no need to fetch it in JS), part of which is even presented in title.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=masfuerte&quot;&gt;masfuerte&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587876&quot;&gt;2026-09-06T16:07:37.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It has the content three times (not including the title). Once in json (as escaped html) and twice in meta tags (as plain text). They used to have it in plain html too but that got hidden then removed.&lt;/p&gt;&lt;p&gt;You see read the unescaped html here:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://beige.party/users/intransitivelie/statuses/117057396732763183/activity&quot; rel=&quot;nofollow&quot;&gt;https://beige.party/users/intransitivelie/statuses/117057396...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;No stinking js or app required!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=0points&quot;&gt;0points&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587726&quot;&gt;2026-09-06T15:53:51.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;FWIF, way back when, Twitter was the &quot;Twitter for tech nerds&quot;.&lt;/p&gt;&lt;p&gt;Lots of water under the fridge since...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=weberer&quot;&gt;weberer&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588088&quot;&gt;2026-09-06T16:28:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That&#39;s not how I remember it. Ever since the beginning circa 2008, it was the one site that was being pushed hard by the mainstream media, celebrities, and marketers. None of it was organic. All the tech nerds were on sites like Digg, old Reddit, or Slashdot.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=hnlmorg&quot;&gt;hnlmorg&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588663&quot;&gt;2026-09-06T17:19:04.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Early Twitter was used loads by tech nerds as a notifications API.&lt;/p&gt;&lt;p&gt;There definitely was a community of experimentation back in early days.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=reactordev&quot;&gt;reactordev&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587948&quot;&gt;2026-09-06T16:14:31.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;“Just place all that corporate malware on the X, X marks the spot”&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=taylor-tg&quot;&gt;taylor-tg&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588287&quot;&gt;2026-09-06T16:44:58.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Just have to remember that it&#39;s X, not Y, that marks the spot.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=smallerize&quot;&gt;smallerize&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587810&quot;&gt;2026-09-06T16:00:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;https://beige.party/@intransitivelie.rss&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=sillysaurusx&quot;&gt;sillysaurusx&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587624&quot;&gt;2026-09-06T15:43:43.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I had a nice mobile experience. It asks you to log in or create an account, but it’s along the bottom, and you can read all the content fine.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mr_mitm&quot;&gt;mr_mitm&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588286&quot;&gt;2026-09-06T16:44:47.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;How is that different from email, IRC, instant messaging, or anything else nerds use?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Sharlin&quot;&gt;Sharlin&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588784&quot;&gt;2026-09-06T17:30:22.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Webmail is perfectly possible, if clunky,without JS. That&#39;s how they used to work. IRC and IM require real-time updates of some sort, which is a reasonable use for JS. A Twitter clone shouldn&#39;t require JS just to render a page.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=padjo&quot;&gt;padjo&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588579&quot;&gt;2026-09-06T17:10:42.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I really don&#39;t think that describes my Mastodon experience. Twitter for people with a conscience would be more accurate.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Imustaskforhelp&quot;&gt;Imustaskforhelp&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588902&quot;&gt;2026-09-06T17:41:37.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; Thanks. Its insane how &quot;Twitter, but for tech nerds&quot; has a hard requirement to either enable Javascript or download some app.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://masto.mirror.forum/beige.party/@intransitivelie/117057396732763183&quot; rel=&quot;nofollow&quot;&gt;https://masto.mirror.forum/beige.party/@intransitivelie/1170...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Source code: &lt;a href=&quot;https://github.com/SerJaimeLannister/mastoview&quot; rel=&quot;nofollow&quot;&gt;https://github.com/SerJaimeLannister/mastoview&lt;/a&gt;&lt;/p&gt;&lt;p&gt;(Disclaimer: It&#39;s vibe-coded. It does server side rendering to then just give pure HTML to the end user with no JS required.)&lt;/p&gt;&lt;p&gt;I hope that this helps people who want to view Mastodon without JS.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tomrod&quot;&gt;tomrod&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588135&quot;&gt;2026-09-06T16:31:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Treating HTML as a bootloader for an app has always felt like the wrong pattern to me. Outside of Authn/passkeys, it would seem a person could do basically everything in HTML (but, to be frank, I am not a front end dev and would welcome correction).&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tantalor&quot;&gt;tantalor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588262&quot;&gt;2026-09-06T16:42:02.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Patches welcome&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=smart_asslop&quot;&gt;smart_asslop&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588358&quot;&gt;2026-09-06T16:51:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt;Patches welcome&lt;/p&gt;&lt;p&gt;Are they, though? Or are you just parroting the meme?&lt;/p&gt;&lt;p&gt;(The last I recall, Gargron&#39;s position was essentially &quot;build your own third-party frontend if you want noJS&quot;.)&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tantalor&quot;&gt;tantalor&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588395&quot;&gt;2026-09-06T16:54:58.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That&#39;s what I meant&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mindslight&quot;&gt;mindslight&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588105&quot;&gt;2026-09-06T16:29:33.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It&#39;s understandable when you see that the ethos is to have software that represents the user in charge of the rendering, rather than centralizing it all on the server. There is a major difference between common &quot;app store apps&quot; or hostile javascript bundled with websites, versus software that&#39;s been written to work in the user&#39;s interest. However as they use similar delivery methods, it&#39;s understandable that it takes a minute to think through and revisit your assumptions that have lead to being default anti- javascript or app.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588283&quot;&gt;2026-09-06T16:44:41.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;That makes sense until you remember what &quot;rendering&quot; is supposed to mean. Forming the HTML has no reason to be client side when you&#39;re using the site-provided experience. Yes provide a json version for other clients, but for direct viewing just send the paragraph of text in a usable form and let the javascript be an optional upgrade.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=fragmede&quot;&gt;fragmede&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587706&quot;&gt;2026-09-06T15:51:44.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&quot;Certifiably insane&quot; to enable JavaScript, which was invented in 1995, or install an app, which first happened on the Palm series of smartphones in 1996. Either of those are &quot;certifiably insane&quot;?&lt;/p&gt;&lt;p&gt;For reference, the term neurodiversity was coined circa 1998.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=serf&quot;&gt;serf&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587851&quot;&gt;2026-09-06T16:04:56.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Neither the invention date or the mental health terminology have anything to do with the fact that js being commonplace is a privacy and security nightmare -- which was actually the point.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=micromacrofoot&quot;&gt;micromacrofoot&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588118&quot;&gt;2026-09-06T16:30:46.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;JavaScript asceticism is a weird trend that has just never died out, no one treats any other language this way... and &quot;privacy and security nightmare&quot; can be used to describe most of the internet at this point with or without it&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=swiftcoder&quot;&gt;swiftcoder&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588186&quot;&gt;2026-09-06T16:35:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; JavaScript asceticism is a weird trend that has just never died out, no one treats any other language this way&lt;/p&gt;&lt;p&gt;I&#39;m not aware of any other language that is layered on top of a perfectly serviceable user-facing content delivery syntax?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tomrod&quot;&gt;tomrod&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588161&quot;&gt;2026-09-06T16:33:23.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;It can certainly come across as a &quot;weird trend&quot; but I&#39;ve found that the most insistent for disabling JS are the folks who have deep knowledge of browsers and the security plane running webapps. YMMV.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=micromacrofoot&quot;&gt;micromacrofoot&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588206&quot;&gt;2026-09-06T16:37:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I don&#39;t drive a car because I have deep knowledge of mortality statistics, but I don&#39;t complain when I can&#39;t easily get somewhere 100 miles away&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588330&quot;&gt;2026-09-06T16:49:08.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Showing a paragraph of text with some social links around it is like going down the block. If that requires a car you do have a problem.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=micromacrofoot&quot;&gt;micromacrofoot&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588481&quot;&gt;2026-09-06T17:01:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;yeah but it&#39;s an extreme fringe choice... I too make extreme fringe choices but I don&#39;t expect 99.9% of the people who don&#39;t make my extreme fringe choice to change on my behalf&lt;/p&gt;&lt;p&gt;hell, use a browser in a sandbox if you&#39;re that paranoid&lt;/p&gt;&lt;p&gt;there are a number of ways to do this securely, at this point it&#39;s practically a child&#39;s tantrum&lt;/p&gt;&lt;p&gt;but sure maybe it just needs a couple more decades of complaining in obscure comment sections and everyone will finally get it and switch back to mailing lists&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=rezonant&quot;&gt;rezonant&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588789&quot;&gt;2026-09-06T17:30:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;ooh, don&#39;t forget irc&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=kevin_thibedeau&quot;&gt;kevin_thibedeau&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588940&quot;&gt;2026-09-06T17:45:17.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;JS is a vector for browser exploits and privacy invasion. No other language is commonly used for these things.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mdp2021&quot;&gt;mdp2021&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588877&quot;&gt;2026-09-06T17:39:45.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;JS or installing special software to view HTTP served text from the web?! Yes, that makes no sense at all.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=moffkalast&quot;&gt;moffkalast&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587753&quot;&gt;2026-09-06T15:56:05.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Get this guy some VC funding stat!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=TacticalCoder&quot;&gt;TacticalCoder&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588043&quot;&gt;2026-09-06T16:22:35.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; and then my copy of Jellyfin broke containment&lt;/p&gt;&lt;p&gt;The really incredible thing is that my computers were already doing similar stuff before LLMs became really a thing... In the BBS days.&lt;/p&gt;&lt;p&gt;Later on they downloaded mp3s from Napster which my computers auto-installed.&lt;/p&gt;&lt;p&gt;And now I gotta say: LLMs and agents at my place are acting like in TFA, downloading movies and series and setting them up in my Plex and JellyFin instances.&lt;/p&gt;&lt;p&gt;Thankfully they&#39;ve not found a way to share those with the world yet.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=mannanj&quot;&gt;mannanj&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588313&quot;&gt;2026-09-06T16:47:43.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Op just committed a crime. He not only made fun of rich people which is not ok, he also stole from them. The thieving is only ok if it’s rich-on-rich or rich-on-poor.&lt;/p&gt;&lt;p&gt;Let’s remember to follow the rules and the laws we want selectively applied to only the weak.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ryandrake&quot;&gt;ryandrake&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49587709&quot;&gt;2026-09-06T15:52:09.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Love it. AI as Responsibility Laundering. Like the gun that kills people rather than the murderer.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ghosty141&quot;&gt;ghosty141&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588025&quot;&gt;2026-09-06T16:21:24.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I never understood how anybody would think this way. At work for example from day one of using AI our rule was, AI is just a tool and if you break something due to not reviewing the code properly etc. it&#39;s on you as if you wrote that code yourself.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=collingreen&quot;&gt;collingreen&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588120&quot;&gt;2026-09-06T16:30:50.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Nobody ACTUALLY thinks this way, they just want to break all the laws and make their billions without any consequences. We&#39;ve already seen the big ai labs turn around and cry foul when others try to use their content but they are happy to continue doing it themselves.&lt;/p&gt;&lt;p&gt;The hypocrisy and willingness to play dumb are kind of staggering.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=BloodyIron&quot;&gt;BloodyIron&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588561&quot;&gt;2026-09-06T17:08:53.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Didn&#39;t they literally just give you and example of those who do?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=fwip&quot;&gt;fwip&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588712&quot;&gt;2026-09-06T17:24:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Imagine if we as a society pretended to believe them, and we had men with guns show up to arrest all their servers.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=tsimionescu&quot;&gt;tsimionescu&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588768&quot;&gt;2026-09-06T17:29:18.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The company owners have one set of standards for those that work for them, and a completely different set of standards for themselves and for the company itself.&lt;/p&gt;&lt;p&gt;If you are using AI and it causes some damage to them, then it&#39;s your fault and you&#39;ll get reprimanded/fired. If they deploy AI and it causes damage to someone else, then that&#39;s proof that AI has extraordinary capabilities that no one could predict and that merit way more investment in this tech.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=ryandrake&quot;&gt;ryandrake&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588145&quot;&gt;2026-09-06T16:32:16.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Well, responsibility laundering isn&#39;t exactly new. People use corporations to diffuse responsibility and avoid punishment for crimes all the time. &quot;The corporation did it, not the decision makers in the corporation!&quot;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=kevin_thibedeau&quot;&gt;kevin_thibedeau&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588971&quot;&gt;2026-09-06T17:47:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Security tags are just a tool. Doesn&#39;t change that you are regarded as a thief when one isn&#39;t disabled after you&#39;ve paid for your new property.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=amelius&quot;&gt;amelius&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588249&quot;&gt;2026-09-06T16:40:33.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;But if you are in a full selfdriving car and it kills someone, is it on the user, or on the vendor of the car? Or does it depend on what is in the EULA and whether the user agreed to it?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=adrianmonk&quot;&gt;adrianmonk&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49589074&quot;&gt;2026-09-06T17:57:52.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;This is a great rhetorical question. Can you believe that an LLM user is responsible for what the AI does but a self-driving car (SDC) user is not responsible for what the AI does? It doesn&#39;t seem very logically consistent.&lt;/p&gt;&lt;p&gt;In both cases, the company operating it promises they did lots of things to make it safe. SDC companies talk about testing, redundancy, simulations, and statistics. LLM companies talk about alignment, sandboxes, defense in depth, and restricting access to dangerous capabilities.&lt;/p&gt;&lt;p&gt;The one substantial difference I can see is that LLM chats are (nominally) passive but SDCs are active. In a chat, you&#39;re just having a conversation and then you&#39;re choosing how to act. When riding in a car, you the user are not in the loop between AI and taking action that affects the world around you. So they might be designed and engineered a bit differently. A SDC can&#39;t get you to agree to review the steering and braking decisions before they&#39;re put into action. Since you&#39;re not being asked to take that responsibility, it&#39;s more defensible to infer that the service has done whatever is necessary to make it safe.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=Dylan16807&quot;&gt;Dylan16807&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588397&quot;&gt;2026-09-06T16:55:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The practical answer is you make sure damages are always covered by insurance, and as long as nobody acts maliciously or with extreme negligence there won&#39;t be any need for prison time.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=2OEH8eoCRo0&quot;&gt;2OEH8eoCRo0&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588271&quot;&gt;2026-09-06T16:43:13.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Depends what outcome will cost the people with the most money the least amount of money.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=devsda&quot;&gt;devsda&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588537&quot;&gt;2026-09-06T17:06:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Its like companies handing over race cars to delivery drivers and telling them to drive responsibly but unofficially tell them that they expect reduced delivery times due to faster cars.&lt;/p&gt;&lt;p&gt;Do you think the average rate of accidents will stay the same ?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=gdulli&quot;&gt;gdulli&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588168&quot;&gt;2026-09-06T16:34:03.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;You&#39;re an employee. This use case is for people much richer than you.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=adrianN&quot;&gt;adrianN&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588230&quot;&gt;2026-09-06T16:39:26.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;The efficiency of responsibility laundering depends on your social standing. If people like you they welcome reasons not to prosecute you, if you are disliked people might go as far as to start prosecuting you for made up reasons.&lt;/p&gt;&lt;p&gt;Institutional rules that require people to break them (eg putting pressure on them to work faster than possible while adhering to all rules) are a great means to selectively enforce them to get rid of undesirables.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=aleph_minus_one&quot;&gt;aleph_minus_one&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588175&quot;&gt;2026-09-06T16:34:32.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&amp;gt; Like the gun that kills people rather than the murderer.&lt;/p&gt;&lt;p&gt;Relevant (NSFW):&lt;/p&gt;&lt;p&gt;&amp;gt; Guns don&#39;t kill people, I kill people - with guns&lt;/p&gt;&lt;p&gt;&amp;gt; &lt;a href=&quot;https://www.youtube.com/watch?v=xC03hmS1Brk&quot; rel=&quot;nofollow&quot;&gt;https://www.youtube.com/watch?v=xC03hmS1Brk&lt;/a&gt;&lt;/p&gt;&lt;p&gt;:-D&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=funnymunny&quot;&gt;funnymunny&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588215&quot;&gt;2026-09-06T16:38:19.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;POW!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=computerdork&quot;&gt;computerdork&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588352&quot;&gt;2026-09-06T16:50:59.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Actually, not sure how to take it, because it can be viewed the opposite way than trying to escape blame for crimes, that it’s a parody of something AI did that everyone is making a big deal about.&lt;/p&gt;&lt;p&gt;Not sure what the poster of the mastodon’s tweet was??&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=throw93839394&quot;&gt;throw93839394&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588163&quot;&gt;2026-09-06T16:33:30.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;More like dogs. Combat dogs, banned in most countries, with breed name like &quot;literal bull killer&quot; are considered safe. Bonus is no-kill shelters move violent dogs across state border, to clear their bite history, and advertise them as &quot;cute family pets&quot; for adoption.&lt;/p&gt;&lt;p&gt;Dogs breaks out of its enclosure, there is no way to stop or predict that!&lt;/p&gt;&lt;p&gt;Zero responsibility! Zero punishment!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/user?id=crm-114&quot;&gt;crm-114&lt;/a&gt;&lt;/small&gt;&amp;nbsp;&amp;nbsp;&lt;small&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=49588217&quot;&gt;2026-09-06T16:38:25.000000Z&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/over/sources/100/10 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Over Points | Hacker News</title>
    <link>https://news.ycombinator.com/over?points=100</link>
    <atom:link href="http://localhost:1200/hackernews/over/sources/100/10" rel="self" type="application/rss+xml"></atom:link>
    <description>Over Points | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:06 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>How I feel about AI</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49587128&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beza1e1.tuxen.de/ai_feelings.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beza1e1.tuxen.de/ai_feelings.html</link>
      <guid isPermaLink="false">49587128</guid>
      <pubDate>Sun, 06 Sep 2026 15:00:19 GMT</pubDate>
      <author>qznc</author>
      <category>tuxen.de</category>
    </item>
    <item>
      <title>A/I shuts down – Stay human</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586898&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/</link>
      <guid isPermaLink="false">49586898</guid>
      <pubDate>Sun, 06 Sep 2026 14:34:34 GMT</pubDate>
      <author>captainmuon</author>
      <category>keepitfree.ai</category>
    </item>
    <item>
      <title>Asahi Linux Now Officially Supports Apple M3 Macs – With Caveats</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586698&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.phoronix.com/news/Asahi-Linux-Official-M3&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.phoronix.com/news/Asahi-Linux-Official-M3</link>
      <guid isPermaLink="false">49586698</guid>
      <pubDate>Sun, 06 Sep 2026 14:08:59 GMT</pubDate>
      <author>mdp2021</author>
      <category>phoronix.com</category>
    </item>
    <item>
      <title>QBittorrent breaks out of sandbox to commit crimes</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49586171&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://beige.party/@intransitivelie/117057396732763183&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://beige.party/@intransitivelie/117057396732763183</link>
      <guid isPermaLink="false">49586171</guid>
      <pubDate>Sun, 06 Sep 2026 13:02:41 GMT</pubDate>
      <author>mraniki</author>
      <category>beige.party</category>
    </item>
    <item>
      <title>Your intellectual fly is open (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585644&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/</link>
      <guid isPermaLink="false">49585644</guid>
      <pubDate>Sun, 06 Sep 2026 11:56:43 GMT</pubDate>
      <author>cyb0rg0</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Doomscrolling Ourselves to Death</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585627&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.edwest.co.uk/p/doomscrolling-ourselves-to-death</link>
      <guid isPermaLink="false">49585627</guid>
      <pubDate>Sun, 06 Sep 2026 11:53:40 GMT</pubDate>
      <author>shubhamjain</author>
      <category>edwest.co.uk</category>
    </item>
    <item>
      <title>I Changed My License</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49585161&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bergie.iki.fi/blog/eupl/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bergie.iki.fi/blog/eupl/</link>
      <guid isPermaLink="false">49585161</guid>
      <pubDate>Sun, 06 Sep 2026 10:39:44 GMT</pubDate>
      <author>jllyhill</author>
      <category>bergie.iki.fi</category>
    </item>
    <item>
      <title>Isar Aerospace reaches orbit and deploys payloads on second flight</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49584083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://isaraerospace.com/press/history-for-european-spaceflight-isar-aerospace-reaches-orbit-and-deploys-payloads-on-second-flight</link>
      <guid isPermaLink="false">49584083</guid>
      <pubDate>Sun, 06 Sep 2026 07:21:06 GMT</pubDate>
      <author>mpweiher</author>
      <category>isaraerospace.com</category>
    </item>
    <item>
      <title>AMD Based FreeBSD Desktop Reloaded</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582719&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://vermaden.wordpress.com/2026/09/06/amd-based-freebsd-desktop-reloaded/</link>
      <guid isPermaLink="false">49582719</guid>
      <pubDate>Sun, 06 Sep 2026 02:24:57 GMT</pubDate>
      <author>vermaden</author>
      <category>vermaden.wordpress.com</category>
    </item>
    <item>
      <title>AI, Tools and Transformation</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582656&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation</link>
      <guid isPermaLink="false">49582656</guid>
      <pubDate>Sun, 06 Sep 2026 02:12:46 GMT</pubDate>
      <author>firexcy</author>
      <category>ben-evans.com</category>
    </item>
    <item>
      <title>GPT-6 Astra on robot arms</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582582&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.robocurve.org/gpt-6-astra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.robocurve.org/gpt-6-astra/</link>
      <guid isPermaLink="false">49582582</guid>
      <pubDate>Sun, 06 Sep 2026 01:52:45 GMT</pubDate>
      <author>Anon84</author>
      <category>robocurve.org</category>
    </item>
    <item>
      <title>Cloud in a Bottle: making self-hosting accessible to everyone</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49582000&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://cloudinabottle.org/blog/launch-post&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://cloudinabottle.org/blog/launch-post</link>
      <guid isPermaLink="false">49582000</guid>
      <pubDate>Sun, 06 Sep 2026 00:03:29 GMT</pubDate>
      <author>zplizzi</author>
      <category>cloudinabottle.org</category>
    </item>
    <item>
      <title>Chrome again exempts Google from user site data settings</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49581870&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lapcatsoftware.com/articles/2026/9/1.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lapcatsoftware.com/articles/2026/9/1.html</link>
      <guid isPermaLink="false">49581870</guid>
      <pubDate>Sat, 05 Sep 2026 23:39:47 GMT</pubDate>
      <author>ExMachina73</author>
      <category>lapcatsoftware.com</category>
    </item>
    <item>
      <title>The revolt of the reader</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580939&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://bcantrill.dtrace.org/2026/09/05/the-revolt-of-the-reader/</link>
      <guid isPermaLink="false">49580939</guid>
      <pubDate>Sat, 05 Sep 2026 21:37:49 GMT</pubDate>
      <author>chmaynard</author>
      <category>dtrace.org</category>
    </item>
    <item>
      <title>Private German rocket makes history, reaches orbit from European soil</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580369&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-andoya-spaceport-spectrum-rocket</link>
      <guid isPermaLink="false">49580369</guid>
      <pubDate>Sat, 05 Sep 2026 20:31:38 GMT</pubDate>
      <author>bookmtn</author>
      <category>space.com</category>
    </item>
    <item>
      <title>LLMs as a Cognitive Virus</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49580164&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/2609.03344&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://arxiv.org/abs/2609.03344</link>
      <guid isPermaLink="false">49580164</guid>
      <pubDate>Sat, 05 Sep 2026 20:02:35 GMT</pubDate>
      <author>canjobear</author>
      <category>arxiv.org</category>
    </item>
    <item>
      <title>Learn Programming with OCaml</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49578280&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://usr.lmf.cnrs.fr/lpo/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://usr.lmf.cnrs.fr/lpo/</link>
      <guid isPermaLink="false">49578280</guid>
      <pubDate>Sat, 05 Sep 2026 16:45:02 GMT</pubDate>
      <author>elvis70</author>
      <category>cnrs.fr</category>
    </item>
    <item>
      <title>The &quot;$60 Gaming PC&quot; – AMD BC-250 (2025)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576386&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://devquasar.com/hardware/the-60-gaming-pc-amd-bc-250/</link>
      <guid isPermaLink="false">49576386</guid>
      <pubDate>Sat, 05 Sep 2026 13:36:38 GMT</pubDate>
      <author>networked</author>
      <category>devquasar.com</category>
    </item>
    <item>
      <title>Visualizing Rust&#39;s Vtables: How dyn Trait Works In Memory</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49576343&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://sofiabelen.github.io/projects/visualizing-rusts-vtables-how-dyn-trait-works-in-memory/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://sofiabelen.github.io/projects/visualizing-rusts-vtables-how-dyn-trait-works-in-memory/</link>
      <guid isPermaLink="false">49576343</guid>
      <pubDate>Sat, 05 Sep 2026 13:31:05 GMT</pubDate>
      <author>torutofu</author>
      <category>sofiabelen.github.io</category>
    </item>
    <item>
      <title>Terpstra Keyboard</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49575150&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://terpstrakeyboard.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://terpstrakeyboard.com/</link>
      <guid isPermaLink="false">49575150</guid>
      <pubDate>Sat, 05 Sep 2026 10:33:01 GMT</pubDate>
      <author>cl3misch</author>
      <category>terpstrakeyboard.com</category>
    </item>
    <item>
      <title>Nitter has more working instances than before the takedowns</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49571634&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://codeberg.org/mv12star/shitter/wiki/Instances&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://codeberg.org/mv12star/shitter/wiki/Instances</link>
      <guid isPermaLink="false">49571634</guid>
      <pubDate>Sat, 05 Sep 2026 00:04:16 GMT</pubDate>
      <author>Cider9986</author>
      <category>codeberg.org/mv12star</category>
    </item>
    <item>
      <title>Actively exploited sandbox RCE in all Chromium versions</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49570669&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nvd.nist.gov/vuln/detail/cve-2026-85046&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nvd.nist.gov/vuln/detail/cve-2026-85046</link>
      <guid isPermaLink="false">49570669</guid>
      <pubDate>Fri, 04 Sep 2026 21:52:01 GMT</pubDate>
      <author>negura</author>
      <category>nist.gov</category>
    </item>
    <item>
      <title>Formalizing Fermat&#39;s Last Theorem</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49568506&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.anthropic.com/research/formalizing-fermats-last-theorem&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.anthropic.com/research/formalizing-fermats-last-theorem</link>
      <guid isPermaLink="false">49568506</guid>
      <pubDate>Fri, 04 Sep 2026 18:42:56 GMT</pubDate>
      <author>jlebar</author>
      <category>anthropic.com</category>
    </item>
    <item>
      <title>Discovery of a new OpenAI agent message board</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563355&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://collusion.wiki/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://collusion.wiki/</link>
      <guid isPermaLink="false">49563355</guid>
      <pubDate>Fri, 04 Sep 2026 11:54:53 GMT</pubDate>
      <author>moultano</author>
      <category>collusion.wiki</category>
    </item>
    <item>
      <title>GPT-6 Astra</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49554643&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://openai.com/index/gpt-6-astra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://openai.com/index/gpt-6-astra/</link>
      <guid isPermaLink="false">49554643</guid>
      <pubDate>Thu, 03 Sep 2026 18:41:05 GMT</pubDate>
      <author>kibae</author>
      <category>openai.com</category>
    </item>
    <item>
      <title>Music Theory for Programmers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49541888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://runjs.app/blog/music-theory-for-programmers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://runjs.app/blog/music-theory-for-programmers</link>
      <guid isPermaLink="false">49541888</guid>
      <pubDate>Wed, 02 Sep 2026 20:19:13 GMT</pubDate>
      <author>birdculture</author>
      <category>runjs.app</category>
    </item>
    <item>
      <title>Delidded Intel I9-14900KS CT Scan</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49539110&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.lttlabs.com/articles/2026/09/02/delidded-intel-i9-14900ks&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.lttlabs.com/articles/2026/09/02/delidded-intel-i9-14900ks</link>
      <guid isPermaLink="false">49539110</guid>
      <pubDate>Wed, 02 Sep 2026 16:56:03 GMT</pubDate>
      <author>willx86</author>
      <category>lttlabs.com</category>
    </item>
    <item>
      <title>M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49531619&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://en.wikipedia.org/wiki/M-DISC&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://en.wikipedia.org/wiki/M-DISC</link>
      <guid isPermaLink="false">49531619</guid>
      <pubDate>Wed, 02 Sep 2026 04:10:21 GMT</pubDate>
      <author>gurjeet</author>
      <category>wikipedia.org</category>
    </item>
    <item>
      <title>The ColorChecker, photography&#39;s most important 24 squares, turns 50</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49529398&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.dpreview.com/news/the-colorchecker-photographys-most-important-24-squares-turns-50/</link>
      <guid isPermaLink="false">49529398</guid>
      <pubDate>Tue, 01 Sep 2026 22:54:15 GMT</pubDate>
      <author>sohkamyung</author>
      <category>dpreview.com</category>
    </item>
    <item>
      <title>Topologist&#39;s Map of the World</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49527599&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.futilitycloset.com/2026/09/01/small-world-20/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.futilitycloset.com/2026/09/01/small-world-20/</link>
      <guid isPermaLink="false">49527599</guid>
      <pubDate>Tue, 01 Sep 2026 20:21:08 GMT</pubDate>
      <author>beardyw</author>
      <category>futilitycloset.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/submitted/sources/dang/1 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>dang&#39;s submissions | Hacker News</title>
    <link>https://news.ycombinator.com/submitted?id=dang</link>
    <atom:link href="http://localhost:1200/hackernews/submitted/sources/dang/1" rel="self" type="application/rss+xml"></atom:link>
    <description>dang&#39;s submissions | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:06 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Computer-Aided Language Development in Nonspeaking Children (1968) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48710350&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://archive.org/details/colby1968-computer-aided-language-development-in-non-speaking-children&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://archive.org/details/colby1968-computer-aided-language-development-in-non-speaking-children</link>
      <guid isPermaLink="false">48710350</guid>
      <pubDate>Sun, 28 Jun 2026 18:59:53 GMT</pubDate>
      <author>dang</author>
      <category>archive.org</category>
    </item>
    <item>
      <title>British Origami: the 1955 exhibition by Akira Yoshizawa (2005)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48710325&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.britishorigami.org/cp-lister-list/the-1955-exhibition-by-akira-yoshizawa/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.britishorigami.org/cp-lister-list/the-1955-exhibition-by-akira-yoshizawa/</link>
      <guid isPermaLink="false">48710325</guid>
      <pubDate>Sun, 28 Jun 2026 18:56:46 GMT</pubDate>
      <author>dang</author>
      <category>britishorigami.org</category>
    </item>
    <item>
      <title>Writers and Drugs</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=48667853&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://lithub.com/are-writers-intrinsically-vulnerable-to-alcohol-and-drugs/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://lithub.com/are-writers-intrinsically-vulnerable-to-alcohol-and-drugs/</link>
      <guid isPermaLink="false">48667853</guid>
      <pubDate>Thu, 25 Jun 2026 01:50:01 GMT</pubDate>
      <author>dang</author>
      <category>lithub.com</category>
    </item>
    <item>
      <title>The $LANG Programming Language</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46610557&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=46610557&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=46610557</link>
      <guid isPermaLink="false">46610557</guid>
      <pubDate>Wed, 14 Jan 2026 00:17:19 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Sigmund Freud&#39;s Begonia</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46559599&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://observer.co.uk/news/first-person/article/emma-freud-sigmund-freuds-begonia&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://observer.co.uk/news/first-person/article/emma-freud-sigmund-freuds-begonia</link>
      <guid isPermaLink="false">46559599</guid>
      <pubDate>Fri, 09 Jan 2026 21:27:10 GMT</pubDate>
      <author>dang</author>
      <category>observer.co.uk</category>
    </item>
    <item>
      <title>In Pursuit of Clancy Sigal (2021)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=46358538&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://yalereview.org/article/in-pursuit-of-clancy-sigal&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://yalereview.org/article/in-pursuit-of-clancy-sigal</link>
      <guid isPermaLink="false">46358538</guid>
      <pubDate>Mon, 22 Dec 2025 20:21:12 GMT</pubDate>
      <author>dang</author>
      <category>yalereview.org</category>
    </item>
    <item>
      <title>Pablo Picasso&#39;s poetry</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=45368899&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.artnet.com/art-world/art-bites-picasso-poetry-2669332&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.artnet.com/art-world/art-bites-picasso-poetry-2669332</link>
      <guid isPermaLink="false">45368899</guid>
      <pubDate>Thu, 25 Sep 2025 03:13:55 GMT</pubDate>
      <author>dang</author>
      <category>artnet.com</category>
    </item>
    <item>
      <title>Tell HN: Help restore the tax deduction for software dev in the US (Section 174)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=44226145&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=44226145&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=44226145</link>
      <guid isPermaLink="false">44226145</guid>
      <pubDate>Mon, 09 Jun 2025 16:28:51 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Tell HN: Announcing tomhow as a public moderator</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=43558671&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=43558671&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=43558671</link>
      <guid isPermaLink="false">43558671</guid>
      <pubDate>Wed, 02 Apr 2025 16:49:56 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>The history of the epigraph from Appointment in Samarra (2022)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=42101902&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://subsublibrarian.com/2022/04/13/the-history-of-the-epigraph-from-appointment-in-samarra/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://subsublibrarian.com/2022/04/13/the-history-of-the-epigraph-from-appointment-in-samarra/</link>
      <guid isPermaLink="false">42101902</guid>
      <pubDate>Sun, 10 Nov 2024 19:01:40 GMT</pubDate>
      <author>dang</author>
      <category>subsublibrarian.com</category>
    </item>
    <item>
      <title>Task-Switching Experiment (2015)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=41752383&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.psytoolkit.org/experiment-library/experiment_multitasking.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.psytoolkit.org/experiment-library/experiment_multitasking.html</link>
      <guid isPermaLink="false">41752383</guid>
      <pubDate>Sat, 05 Oct 2024 19:43:57 GMT</pubDate>
      <author>dang</author>
      <category>psytoolkit.org</category>
    </item>
    <item>
      <title>Joseph Jastrow and his duck – or is it a rabbit? (2004–2020)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=41752117&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ocf.berkeley.edu/~jfkihlstrom/JastrowDuck.htm&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ocf.berkeley.edu/~jfkihlstrom/JastrowDuck.htm</link>
      <guid isPermaLink="false">41752117</guid>
      <pubDate>Sat, 05 Oct 2024 19:03:21 GMT</pubDate>
      <author>dang</author>
      <category>ocf.berkeley.edu</category>
    </item>
    <item>
      <title>Tell HN: Ever think of applying to YC? Do it this weekend for S24</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=40091622&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=40091622&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=40091622</link>
      <guid isPermaLink="false">40091622</guid>
      <pubDate>Fri, 19 Apr 2024 20:33:36 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Lorenzo Milam, pioneer of community radio (2020)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=39564899&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://current.org/2020/08/lorenzo-milam-legendary-pioneer-of-community-radio-dies-at-86/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://current.org/2020/08/lorenzo-milam-legendary-pioneer-of-community-radio-dies-at-86/</link>
      <guid isPermaLink="false">39564899</guid>
      <pubDate>Fri, 01 Mar 2024 18:22:47 GMT</pubDate>
      <author>dang</author>
      <category>current.org</category>
    </item>
    <item>
      <title>The Diary of Samuel Pepys</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=34227393&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.pepysdiary.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.pepysdiary.com/</link>
      <guid isPermaLink="false">34227393</guid>
      <pubDate>Tue, 03 Jan 2023 03:50:15 GMT</pubDate>
      <author>dang</author>
      <category>pepysdiary.com</category>
    </item>
    <item>
      <title>Wittgenstein&#39;s visit to Ithaca in 1949 (2012) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=31210131&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://people.soc.cornell.edu/swedberg/Wittgenstein%27sVisittoIthaca.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://people.soc.cornell.edu/swedberg/Wittgenstein%27sVisittoIthaca.pdf</link>
      <guid isPermaLink="false">31210131</guid>
      <pubDate>Fri, 29 Apr 2022 20:17:27 GMT</pubDate>
      <author>dang</author>
      <category>cornell.edu</category>
    </item>
    <item>
      <title>Sweet-potato washing revisited: 50th anniversary of the Primates article (2015)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=31169335&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://link.springer.com/article/10.1007/s10329-015-0492-0&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://link.springer.com/article/10.1007/s10329-015-0492-0</link>
      <guid isPermaLink="false">31169335</guid>
      <pubDate>Tue, 26 Apr 2022 16:16:29 GMT</pubDate>
      <author>dang</author>
      <category>springer.com</category>
    </item>
    <item>
      <title>Being Funny (2014)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=29544737&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.smithsonianmag.com/arts-culture/being-funny-17061140/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.smithsonianmag.com/arts-culture/being-funny-17061140/</link>
      <guid isPermaLink="false">29544737</guid>
      <pubDate>Mon, 13 Dec 2021 21:15:09 GMT</pubDate>
      <author>dang</author>
      <category>smithsonianmag.com</category>
    </item>
    <item>
      <title>Mathematics, morally (2004) [pdf]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28816050&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://eugeniacheng.com/wp-content/uploads/2017/02/cheng-morality.pdf&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://eugeniacheng.com/wp-content/uploads/2017/02/cheng-morality.pdf</link>
      <guid isPermaLink="false">28816050</guid>
      <pubDate>Sun, 10 Oct 2021 05:42:39 GMT</pubDate>
      <author>dang</author>
      <category>eugeniacheng.com</category>
    </item>
    <item>
      <title>Tell HN: Thanks to thehodge and littlewarden.com, this site is up today</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28472350&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28472350&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28472350</link>
      <guid isPermaLink="false">28472350</guid>
      <pubDate>Thu, 09 Sep 2021 17:35:45 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #9</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28315042&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28315042&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28315042</link>
      <guid isPermaLink="false">28315042</guid>
      <pubDate>Thu, 26 Aug 2021 14:00:29 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #8</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28233916&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28233916&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28233916</link>
      <guid isPermaLink="false">28233916</guid>
      <pubDate>Thu, 19 Aug 2021 14:01:08 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #7</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28209928&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28209928&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28209928</link>
      <guid isPermaLink="false">28209928</guid>
      <pubDate>Tue, 17 Aug 2021 14:00:06 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #6</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28156460&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28156460&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28156460</link>
      <guid isPermaLink="false">28156460</guid>
      <pubDate>Thu, 12 Aug 2021 14:01:08 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>Launch YC S21: Meet the Batch, Thread #5</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=28128957&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=28128957&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=28128957</link>
      <guid isPermaLink="false">28128957</guid>
      <pubDate>Tue, 10 Aug 2021 14:01:18 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/item/sources/8863 - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>My YC app: Dropbox - Throw away your USB drive | Hacker News</title>
    <link>https://news.ycombinator.com/item?id=8863</link>
    <atom:link href="http://localhost:1200/hackernews/item/sources/8863" rel="self" type="application/rss+xml"></atom:link>
    <description>My YC app: Dropbox - Throw away your USB drive | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:07 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9707&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9707</guid>
      <pubDate>Fri, 06 Apr 2007 20:33:28 GMT</pubDate>
      <author>nickb</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9479&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9479</guid>
      <pubDate>Fri, 06 Apr 2007 01:39:04 GMT</pubDate>
      <author>brett</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9272&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9272</guid>
      <pubDate>Thu, 05 Apr 2007 16:47:01 GMT</pubDate>
      <author>BrandonM</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9235&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9235</guid>
      <pubDate>Thu, 05 Apr 2007 15:50:06 GMT</pubDate>
      <author>zaidf</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9224&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9224</guid>
      <pubDate>Thu, 05 Apr 2007 15:16:54 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9217&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9217</guid>
      <pubDate>Thu, 05 Apr 2007 15:04:06 GMT</pubDate>
      <author>ashu</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9153&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9153</guid>
      <pubDate>Thu, 05 Apr 2007 11:48:41 GMT</pubDate>
      <author>JMiao</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9151&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9151</guid>
      <pubDate>Thu, 05 Apr 2007 11:41:56 GMT</pubDate>
      <author>blakeross</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9132&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9132</guid>
      <pubDate>Thu, 05 Apr 2007 08:56:11 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9083&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9083</guid>
      <pubDate>Thu, 05 Apr 2007 06:13:12 GMT</pubDate>
      <author>BrandonM</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9081&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9081</guid>
      <pubDate>Thu, 05 Apr 2007 06:09:46 GMT</pubDate>
      <author>vlad</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9073&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9073</guid>
      <pubDate>Thu, 05 Apr 2007 05:41:32 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9024&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9024</guid>
      <pubDate>Thu, 05 Apr 2007 02:28:51 GMT</pubDate>
      <author>jkush</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=9001&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">9001</guid>
      <pubDate>Thu, 05 Apr 2007 01:30:33 GMT</pubDate>
      <author>noisemaker</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8969&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8969</guid>
      <pubDate>Wed, 04 Apr 2007 23:48:09 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8960&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8960</guid>
      <pubDate>Wed, 04 Apr 2007 23:17:47 GMT</pubDate>
      <author>mukund</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8958&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8958</guid>
      <pubDate>Wed, 04 Apr 2007 23:02:18 GMT</pubDate>
      <author>soeren</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8952&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8952</guid>
      <pubDate>Wed, 04 Apr 2007 22:54:46 GMT</pubDate>
      <author>vlad</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8949&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8949</guid>
      <pubDate>Wed, 04 Apr 2007 22:50:38 GMT</pubDate>
      <author>zach</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8917&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8917</guid>
      <pubDate>Wed, 04 Apr 2007 21:48:13 GMT</pubDate>
      <author>nefele</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8892&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8892</guid>
      <pubDate>Wed, 04 Apr 2007 20:25:43 GMT</pubDate>
      <author>Sam_Odio</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8889&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8889</guid>
      <pubDate>Wed, 04 Apr 2007 20:17:46 GMT</pubDate>
      <author>Tichy</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8888&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8888</guid>
      <pubDate>Wed, 04 Apr 2007 20:14:15 GMT</pubDate>
      <author>markovich</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8887&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8887</guid>
      <pubDate>Wed, 04 Apr 2007 20:13:13 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8884&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8884</guid>
      <pubDate>Wed, 04 Apr 2007 20:07:23 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8877&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8877</guid>
      <pubDate>Wed, 04 Apr 2007 19:52:10 GMT</pubDate>
      <author>jganetsk</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8875&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8875</guid>
      <pubDate>Wed, 04 Apr 2007 19:50:16 GMT</pubDate>
      <author>mukund</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8873&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8873</guid>
      <pubDate>Wed, 04 Apr 2007 19:45:23 GMT</pubDate>
      <author>dhouston</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8869&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/undefined&quot;&gt;Source&lt;/a&gt;</description>
      <link />
      <guid isPermaLink="false">8869</guid>
      <pubDate>Wed, 04 Apr 2007 19:36:20 GMT</pubDate>
      <author>rwalker</author>
      <category></category>
    </item>
    <item>
      <title>My YC app: Dropbox - Throw away your USB drive</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=8863&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;http://www.getdropbox.com/u/2/screencast.html&quot;&gt;Source&lt;/a&gt;</description>
      <link>http://www.getdropbox.com/u/2/screencast.html</link>
      <guid isPermaLink="false">8863</guid>
      <pubDate>Wed, 04 Apr 2007 19:16:40 GMT</pubDate>
      <author>dhouston</author>
      <category>getdropbox.com</category>
    </item>
  </channel>
</rss>
http://localhost:1200/hackernews/threads/comments_list/dang - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>dang&#39;s comments | Hacker News</title>
    <link>https://news.ycombinator.com/threads?id=dang</link>
    <atom:link href="http://localhost:1200/hackernews/threads/comments_list/dang" rel="self" type="application/rss+xml"></atom:link>
    <description>dang&#39;s comments | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title></title>
      <description>Hey! If you know more than others (which I&#39;m guessing you do), that&#39;s great - but in that case can you please share some of what you know, so the rest of us can learn? If you only post a putdown, it just makes the thread mean and the rest of us don&#39;t get to learn anything.https://hn.algolia.com/?dateRange=all&amp;amp;page=0&amp;amp;prefix=true&amp;amp;sor...reply</description>
      <link>https://news.ycombinator.com/item?id=49583414</link>
      <guid isPermaLink="false">49583414-reply</guid>
      <pubDate>Sun, 06 Sep 2026 04:46:43 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>&quot;&quot;But I also promised several other things to EPSRC: firstly, that I would be making pull requests to Lean’s mathematics library, adding fundamental objects from modern number theory; this is ongoing. And secondly, and perhaps most importantly, that I would be creating a dynamic document enabling humans to explore the modern proof. My guess is that it is unlikely that Anthropic are going to do this; they will feel that their job is done with the formalization (and they did not formalize the modern proof anyway).&quot;&quot; lol if you say so buddy...reply</description>
      <link>https://news.ycombinator.com/item?id=49581446</link>
      <guid isPermaLink="false">49581446-reply</guid>
      <pubDate>Sat, 05 Sep 2026 22:44:07 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>thanks!reply</description>
      <link>https://news.ycombinator.com/item?id=49572815</link>
      <guid isPermaLink="false">49572815-reply</guid>
      <pubDate>Sat, 05 Sep 2026 03:23:58 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Eric Lu has factored 862-bit RSA-260</title>
      <description>Comments moved to https://news.ycombinator.com/item?id=49546284.reply</description>
      <link>https://news.ycombinator.com/item?id=49570968</link>
      <guid isPermaLink="false">49570968-reply</guid>
      <pubDate>Fri, 04 Sep 2026 22:26:52 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Fermat&#39;s Last Theorem: Anthropic has beaten me to ...</title>
      <description>Related ongoing thread:Formalizing Fermat&#39;s Last Theorem - https://news.ycombinator.com/item?id=49568506 - Sept 2026 (177 comments)Discussion of Kevin&#39;s post in the top subthread:https://news.ycombinator.com/item?id=49568667(I&#39;d much prefer the xenaproject link to be the #1 on HN but it seems fair to give Anthropic their due in this case!)reply</description>
      <link>https://news.ycombinator.com/item?id=49570462</link>
      <guid isPermaLink="false">49570462-reply</guid>
      <pubDate>Fri, 04 Sep 2026 21:30:46 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>HN &quot;policy&quot; is to encourage curious conversation. Same as it ever was.reply</description>
      <link>https://news.ycombinator.com/item?id=49569968</link>
      <guid isPermaLink="false">49569968-</guid>
      <pubDate>Fri, 04 Sep 2026 20:41:10 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>on: Nobody is saying why OpenAI and Anthropic had outa...</title>
      <description>Comments moved thither. Thanks!reply</description>
      <link>https://news.ycombinator.com/item?id=49569772</link>
      <guid isPermaLink="false">49569772-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:22:30 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Ask HN: Why were OpenAI, Claude, and Grok simultan...</title>
      <description>Related ongoing thread:Nobody is saying why OpenAI and Anthropic had outages - https://news.ycombinator.com/item?id=49567594 - Sept 2026 (120 comments)reply</description>
      <link>https://news.ycombinator.com/item?id=49569768</link>
      <guid isPermaLink="false">49569768-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:21:53 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Formalizing Fermat&#39;s Last Theorem</title>
      <description>Thanks! I&#39;ve added that link to the toptext.I&#39;d really like to make it the top link (and relegate https://www.anthropic.com/research/formalizing-fermats-last-... to the toptext) since HN has been tracking the work of https://news.ycombinator.com/user?id=kevinbuzzard for a long time and we&#39;re big fans. But I guess that would be overkill.reply</description>
      <link>https://news.ycombinator.com/item?id=49569731</link>
      <guid isPermaLink="false">49569731-reply</guid>
      <pubDate>Fri, 04 Sep 2026 20:19:14 GMT</pubDate>
      <author>jonesn11</author>
      <category></category>
    </item>
    <item>
      <title>on: Hackers had a live feed of every ID verification c...</title>
      <description>Thanks! Macroexpanded:FBI Probes Service Selling 153M+ Drivers Licenses - https://news.ycombinator.com/item?id=49529621 - Sept 2026 (290 comments)reply</description>
      <link>https://news.ycombinator.com/item?id=49567430</link>
      <guid isPermaLink="false">49567430-reply</guid>
      <pubDate>Fri, 04 Sep 2026 17:17:51 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: OpenAI agents hijacked German website in previousl...</title>
      <description>Comments moved to https://news.ycombinator.com/item?id=49563355, which has the original source and is currently on the frontpage.We&#39;ve put the Reuters link in the toptext there as well.(Sorry negura! One of these years I still intend to implement proper karma sharing for cases like this.)reply</description>
      <link>https://news.ycombinator.com/item?id=49567358</link>
      <guid isPermaLink="false">49567358-reply</guid>
      <pubDate>Fri, 04 Sep 2026 17:12:26 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>We don&#39;t monitor @dang. We only monitor emails. Someone emailed me in this case.reply</description>
      <link>https://news.ycombinator.com/item?id=49561170</link>
      <guid isPermaLink="false">49561170-reply</guid>
      <pubDate>Fri, 04 Sep 2026 06:24:44 GMT</pubDate>
      <author>NAR8789</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>While we have you here - I&#39;ve seen this discussion multiple times - does @dang &quot;do&quot; anything to get your attention, or did you just happen to see it because you were scanning the comments manually, and therefore email is better for letting you know something?reply</description>
      <link>https://news.ycombinator.com/item?id=49560879</link>
      <guid isPermaLink="false">49560879-reply</guid>
      <pubDate>Fri, 04 Sep 2026 05:32:14 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>What kind of criticism is this?Is it now HN policy to micromanage every perspective?reply</description>
      <link>https://news.ycombinator.com/item?id=49560598</link>
      <guid isPermaLink="false">49560598-reply</guid>
      <pubDate>Fri, 04 Sep 2026 04:39:57 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: .name Termination</title>
      <description>Sure. We have this for countries, like &quot;example.co.uk&quot;, so I made &quot;name&quot; be a country and it...just works (maybe).You only get a first name and a last name and a .name though. You can&#39;t be robert.louis.stevenson.name - just louis.stevenson.name.(Incidentally, this was a Claude suggestion. The change only took a couple minutes but figuring out what mechanism in the code could do this would have taken me a lot longer.)reply</description>
      <link>https://news.ycombinator.com/item?id=49560417</link>
      <guid isPermaLink="false">49560417-reply</guid>
      <pubDate>Fri, 04 Sep 2026 04:04:48 GMT</pubDate>
      <author>epaga</author>
      <category></category>
    </item>
    <item>
      <title></title>
      <description>you got it, boss!reply</description>
      <link>https://news.ycombinator.com/item?id=49560121</link>
      <guid isPermaLink="false">49560121-reply</guid>
      <pubDate>Fri, 04 Sep 2026 03:17:28 GMT</pubDate>
      <author>dang</author>
      <category></category>
    </item>
    <item>
      <title>on: Gloria Steinem has died</title>
      <description>Can you please transmute your frustration into thoughtful, interesting comments, rather than venting it into putdowns of others?Since you&#39;re posting here, you&#39;re as much &quot;the hackernews community&quot; as the rest of us.The intention of the site is clear: curious, substantive conversation (https://news.ycombinator.com/newsguidelines.html). We know better than anyone how easy it is to get derailed from this, but really the best thing to do is to practice thoughtful conversation even when others are not.reply</description>
      <link>https://news.ycombinator.com/item?id=49559664</link>
      <guid isPermaLink="false">49559664-reply</guid>
      <pubDate>Fri, 04 Sep 2026 02:08:31 GMT</pubDate>
      <author>bjornnn</author>
      <category></category>
    </item>
    <item>
      <title>on: Gloria Steinem has died</title>
      <description>That is the internet being internet. But adding a putdown on top just gets us further stuck in failure mode.It would be better to contribute something substantive about Steinem. Obviously there is much to discuss there.reply</description>
      <link>https://news.ycombinator.com/item?id=49558891</link>
      <guid isPermaLink="false">49558891-reply</guid>
      <pubDate>Fri, 04 Sep 2026 00:18:20 GMT</pubDate>
      <author>WtfDang</author>
      <category></category>
    </item>
  </channel>
</rss>

...

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
http://localhost:1200/hackernews/jobs - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>jobs | Hacker News</title>
    <link>https://news.ycombinator.com/jobs</link>
    <atom:link href="http://localhost:1200/hackernews/jobs" rel="self" type="application/rss+xml"></atom:link>
    <description>jobs | Hacker News - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 06 Sep 2026 18:08:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Opalite Health (YC W26) Is Hiring – Founding GTM</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49588466&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/opalite-health/jobs/bNedVAD-founding-gtm&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/opalite-health/jobs/bNedVAD-founding-gtm</link>
      <guid isPermaLink="false">49588466</guid>
      <pubDate>Sun, 06 Sep 2026 17:00:28 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>SubImage (YC W25) Is Hiring a Founding Engineer in SF</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49563415&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/subimage/jobs/NCTFgKK-founding-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/subimage/jobs/NCTFgKK-founding-engineer</link>
      <guid isPermaLink="false">49563415</guid>
      <pubDate>Fri, 04 Sep 2026 12:01:07 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Tasklet (YC P26) Is Hiring a Customer Success Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49556922&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tasklet.ai/careers/customer-success-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tasklet.ai/careers/customer-success-engineer</link>
      <guid isPermaLink="false">49556922</guid>
      <pubDate>Thu, 03 Sep 2026 21:01:10 GMT</pubDate>
      <category>tasklet.ai</category>
    </item>
    <item>
      <title>Gooseworks (YC W23) Is Hiring – Founding Creative Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49553173&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gooseworks/jobs/rfgY8La-founding-creative-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gooseworks/jobs/rfgY8La-founding-creative-engineer</link>
      <guid isPermaLink="false">49553173</guid>
      <pubDate>Thu, 03 Sep 2026 17:00:16 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>9 Mothers (YC P26) Is Hiring in Austin, TX</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49548864&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://9mothers.com/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://9mothers.com/careers</link>
      <guid isPermaLink="false">49548864</guid>
      <pubDate>Thu, 03 Sep 2026 12:00:52 GMT</pubDate>
      <category>9mothers.com</category>
    </item>
    <item>
      <title>Nango (YC W23) is hiring across eng, product and GTM (SF and remote)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49542486&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://nango.dev/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://nango.dev/careers</link>
      <guid isPermaLink="false">49542486</guid>
      <pubDate>Wed, 02 Sep 2026 21:00:04 GMT</pubDate>
      <category>nango.dev</category>
    </item>
    <item>
      <title>Telli (YC F24) is hiring engineers and designers [Berlin, on-site]</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49533557&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://careers.telli.com/&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://careers.telli.com/</link>
      <guid isPermaLink="false">49533557</guid>
      <pubDate>Wed, 02 Sep 2026 08:43:49 GMT</pubDate>
      <category>telli.com</category>
    </item>
    <item>
      <title>Quill (YC W20) Is Hiring a Fullstack SWE</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49524704&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49524704&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49524704</link>
      <guid isPermaLink="false">49524704</guid>
      <pubDate>Tue, 01 Sep 2026 17:00:14 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>CollectWise (YC F24) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49518877&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/collectwise/jobs/7U500pP-founding-customer-success-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/collectwise/jobs/7U500pP-founding-customer-success-engineer</link>
      <guid isPermaLink="false">49518877</guid>
      <pubDate>Tue, 01 Sep 2026 07:01:49 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Autonomous (YC F25) is hiring engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49514781&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://news.ycombinator.com/item?id=49514781&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://news.ycombinator.com/item?id=49514781</link>
      <guid isPermaLink="false">49514781</guid>
      <pubDate>Mon, 31 Aug 2026 21:00:09 GMT</pubDate>
      <category></category>
    </item>
    <item>
      <title>Weave (YC W25) is hiring ML, AI, product, &amp; design engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49512895&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://jobs.ashbyhq.com/workweave&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://jobs.ashbyhq.com/workweave</link>
      <guid isPermaLink="false">49512895</guid>
      <pubDate>Mon, 31 Aug 2026 18:15:26 GMT</pubDate>
      <category>jobs.ashbyhq.com</category>
    </item>
    <item>
      <title>Artie (YC S23) Is Hiring Technical AES</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49500471&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.artie.com/careers?ashby_jid=e87b84d2-78b3-41a3-937a-47e83643cdf1&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.artie.com/careers?ashby_jid=e87b84d2-78b3-41a3-937a-47e83643cdf1</link>
      <guid isPermaLink="false">49500471</guid>
      <pubDate>Sun, 30 Aug 2026 17:01:56 GMT</pubDate>
      <category>artie.com</category>
    </item>
    <item>
      <title>Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49481423&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering</link>
      <guid isPermaLink="false">49481423</guid>
      <pubDate>Fri, 28 Aug 2026 17:00:06 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>GoGoGrandparent (YC S16) is hiring back end engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49474060&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer</link>
      <guid isPermaLink="false">49474060</guid>
      <pubDate>Fri, 28 Aug 2026 03:35:15 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Bild AI (YC W25) is hiring product and AI engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49467837&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.bild.ai/jobs&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.bild.ai/jobs</link>
      <guid isPermaLink="false">49467837</guid>
      <pubDate>Thu, 27 Aug 2026 17:00:14 GMT</pubDate>
      <category>bild.ai</category>
    </item>
    <item>
      <title>Adentris (YC P25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49463361&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/adentris/jobs/ZpMXZ0C-founding-engineer-ai-rcm-healthcare-platform-typescript-python&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/adentris/jobs/ZpMXZ0C-founding-engineer-ai-rcm-healthcare-platform-typescript-python</link>
      <guid isPermaLink="false">49463361</guid>
      <pubDate>Thu, 27 Aug 2026 12:00:31 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Proliferate (YC S25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49447480&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/proliferate/jobs/OgpCKYJ-founding-product-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/proliferate/jobs/OgpCKYJ-founding-product-engineer</link>
      <guid isPermaLink="false">49447480</guid>
      <pubDate>Wed, 26 Aug 2026 12:00:07 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Clara (YC P26) is hiring a growth engineer to bring AI doctors to market</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49437566&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/clara-2/jobs/8snci6k-founding-full-stack-growth-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/clara-2/jobs/8snci6k-founding-full-stack-growth-engineer</link>
      <guid isPermaLink="false">49437566</guid>
      <pubDate>Tue, 25 Aug 2026 17:28:52 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Autostep (YC P26) Is Hiring AI/Fullstack Engineers and a Chief of Staff</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49423495&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://app.dover.com/Autostep/careers/e9510e3b-a854-4e48-9e5d-c89796acaed4&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://app.dover.com/Autostep/careers/e9510e3b-a854-4e48-9e5d-c89796acaed4</link>
      <guid isPermaLink="false">49423495</guid>
      <pubDate>Mon, 24 Aug 2026 17:53:14 GMT</pubDate>
      <category>dover.com</category>
    </item>
    <item>
      <title>SalesPatriot (YC W25) Is Hiring Forward Deployed Engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49393733&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/salespatriot/jobs/M46X6YX-forward-deployed-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/salespatriot/jobs/M46X6YX-forward-deployed-engineer</link>
      <guid isPermaLink="false">49393733</guid>
      <pubDate>Fri, 21 Aug 2026 21:00:48 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>LiteLLM (YC W23) Is Hiring – Rust / Performance Engineers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49390910&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://jobs.ashbyhq.com/litellm/3f326076-7415-46a1-921e-8a1b1d6ee2b6&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://jobs.ashbyhq.com/litellm/3f326076-7415-46a1-921e-8a1b1d6ee2b6</link>
      <guid isPermaLink="false">49390910</guid>
      <pubDate>Fri, 21 Aug 2026 17:00:23 GMT</pubDate>
      <category>jobs.ashbyhq.com</category>
    </item>
    <item>
      <title>Sixtyfour (YC P25) Is Hiring</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49377248&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/sixtyfour/jobs/39SkSrA-software-engineering-intern&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/sixtyfour/jobs/39SkSrA-software-engineering-intern</link>
      <guid isPermaLink="false">49377248</guid>
      <pubDate>Thu, 20 Aug 2026 17:01:05 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Proof of Human (YC S23) Is Hiring a Member of Technical Staff</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49373423&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/proof-of-human/jobs/ZTZHEbb-member-of-technical-staff&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/proof-of-human/jobs/ZTZHEbb-member-of-technical-staff</link>
      <guid isPermaLink="false">49373423</guid>
      <pubDate>Thu, 20 Aug 2026 12:00:23 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Tasklet (YC P26) Is Hiring a Head of Design Engineering</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49319892&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://tasklet.ai/careers/head-of-design-engineering&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://tasklet.ai/careers/head-of-design-engineering</link>
      <guid isPermaLink="false">49319892</guid>
      <pubDate>Sun, 16 Aug 2026 13:30:27 GMT</pubDate>
      <category>tasklet.ai</category>
    </item>
    <item>
      <title>Gooseworks (YC W23) Is Hiring a Founding Builder / Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49319215&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/gooseworks/jobs/UJ4vH2F-founding-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/gooseworks/jobs/UJ4vH2F-founding-engineer</link>
      <guid isPermaLink="false">49319215</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:23 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>Voltair (YC W26) Is Hiring a Test Flight Engineer</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49313047&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer</link>
      <guid isPermaLink="false">49313047</guid>
      <pubDate>Sat, 15 Aug 2026 18:33:25 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>ATG (YC F25) Is Hiring Member of Technical Staff (Data Platform)</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49284697&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://atg.science/careers&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://atg.science/careers</link>
      <guid isPermaLink="false">49284697</guid>
      <pubDate>Thu, 13 Aug 2026 12:01:02 GMT</pubDate>
      <category>atg.science</category>
    </item>
    <item>
      <title>Reflex (YC W23) Is hiring Growth and GTM Roles</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49275465&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/reflex/jobs/71x5GFb-growth-engineer&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/reflex/jobs/71x5GFb-growth-engineer</link>
      <guid isPermaLink="false">49275465</guid>
      <pubDate>Wed, 12 Aug 2026 17:00:21 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
    <item>
      <title>GiveCampus (YC S15) Is Hiring Engineering Managers</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49273395&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://job-boards.greenhouse.io/givecampus/jobs/4112793009&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://job-boards.greenhouse.io/givecampus/jobs/4112793009</link>
      <guid isPermaLink="false">49273395</guid>
      <pubDate>Wed, 12 Aug 2026 14:55:27 GMT</pubDate>
      <category>greenhouse.io</category>
    </item>
    <item>
      <title>Truemetrics (YC S23) Is Hiring in Berlin – GTM Lead</title>
      <description>&lt;a href=&quot;https://news.ycombinator.com/item?id=49171650&quot;&gt;Comments on Hacker News&lt;/a&gt; | &lt;a href=&quot;https://www.ycombinator.com/companies/truemetrics/jobs/bIQQ7tP-founding-gtm-lead&quot;&gt;Source&lt;/a&gt;</description>
      <link>https://www.ycombinator.com/companies/truemetrics/jobs/bIQQ7tP-founding-gtm-lead</link>
      <guid isPermaLink="false">49171650</guid>
      <pubDate>Tue, 04 Aug 2026 17:00:12 GMT</pubDate>
      <category>ycombinator.com</category>
    </item>
  </channel>
</rss>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: ready to review Human review will come in after lint issues and merge conflicts are fixed route

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant