Scrape any website instantly and get consistent structured data in seconds without writing any css selector code
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.ai_scrape({
"url": "https://news.ycombinator.com/news",
"element_prompts": [
"titles",
"points"
]
})
{
"success": true,
"page_position": 1,
"page_position_length": 1,
"context": {
"titles": [
"Claude for Chrome",
"Gemini 2.5 Flash Image",
"GNU Artanis – A fast web application framework for Scheme",
"Rv, a new kind of Ruby management tool",
"Chinese astronauts make rocket fuel and oxygen in space",
"Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"Undisclosed financial conflicts of interest in DSM-5 (2024)",
"One universal antiviral to rule them all?",
"Starship 10T minus 10 min",
"Connecting M.2 drives to various things (and not doing so)",
"LiteLLM (YC W23) is hiring a back end engineer",
"Cascata delle Marmore",
"Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"Neuralink 'Participant 1' says his life has changed",
"Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"Japan has opened its first osmotic power plant",
"US Intel",
"The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"Proposal: AI Content Disclosure Header",
"Eyecam",
"What happens when ambassadors are summoned by the host country?",
"\"Special register groups\" invaded computer dictionaries for decades (2019)",
"Das Problem mit German Strings",
"Show HN: A zoomable, searchable archive of BYTE magazine",
"Why I'm declining your AI generated MR",
"All the world’s polygons",
"iOS 18.6.1 0-click RCE POC",
"The McPhee method for writing deeply reported nonfiction",
"Proposal to Ban Ghost Jobs"
],
"points": [
"341 points",
"710 points",
"117 points",
"116 points",
"82 points",
"121 points",
"133 points",
"227 points",
"12 points",
"37 points",
"19 points",
"324 points",
"158 points",
"50 points",
"169 points",
"317 points",
"24 points",
"14 points",
"29 points",
"4 points",
"104 points",
"51 points",
"8 points",
"309 points",
"40 points",
"28 points",
"139 points",
"119 points",
"303 points"
]
},
"selectors": {
"titles": [
"tr.athing .titleline > a",
"span.titleline > a",
"td.title .titleline > a",
"tr.athing .titleline a",
"tr.athing td.title .titleline a"
],
"points": [
"span.score",
"td.subtext .score",
"span.subline > span.score",
"tr + tr > td.subtext .score",
"tr:not(.athing) .score"
]
},
"meta": {
"title": "Hacker News"
},
"link": [
{
"href": "https://news.ycombinator.com",
"text": "",
"type": "a"
},
{
"href": "https://news.ycombinator.com/news",
"text": "Hacker News",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newest",
"text": "new",
"type": "a"
},
{
"href": "https://news.ycombinator.com/front",
"text": "past",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newcomments",
"text": "comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/ask",
"text": "ask",
"type": "a"
},
{
"href": "https://news.ycombinator.com/show",
"text": "show",
"type": "a"
},
{
"href": "https://news.ycombinator.com/jobs",
"text": "jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/submit",
"text": "submit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/login?goto=news",
"text": "login",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.anthropic.com/news/claude-for-chrome",
"text": "Claude for Chrome",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=anthropic.com",
"text": "anthropic.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=davidbarker",
"text": "davidbarker",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "213 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026719&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/",
"text": "Gemini 2.5 Flash Image",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=googleblog.com",
"text": "googleblog.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=meetpateltech",
"text": "meetpateltech",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026719&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "357 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031673&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://artanis.dev/index.html",
"text": "GNU Artanis – A fast web application framework for Scheme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=artanis.dev",
"text": "artanis.dev",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=smartmic",
"text": "smartmic",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031673&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "20 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45023730&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/",
"text": "Rv, a new kind of Ruby management tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=arko.net",
"text": "arko.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=steveklabnik",
"text": "steveklabnik",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45023730&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45006229&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=livescience.com",
"text": "livescience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45006229&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "37 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030144&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=freediver",
"text": "freediver",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030144&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "61 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029241&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.bmj.com/content/384/bmj-2023-076902",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=bmj.com",
"text": "bmj.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=renameme",
"text": "renameme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "6 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029241&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "58 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026792&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all",
"text": "One universal antiviral to rule them all?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=columbia.edu",
"text": "columbia.edu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=breve",
"text": "breve",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026792&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "85 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033563&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.spacex.com/",
"text": "Starship 10T minus 10 min",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=spacex.com",
"text": "spacex.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=metalman",
"text": "metalman",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "8 minutes ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033563&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013199&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings",
"text": "Connecting M.2 drives to various things (and not doing so)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=utcc.utoronto.ca",
"text": "utcc.utoronto.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=kencausey",
"text": "kencausey",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013199&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "5 comments",
"type": "a"
},
{
"href": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ycombinator.com",
"text": "ycombinator.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032276",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032276&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44996641&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore",
"text": "Cascata delle Marmore",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=wikipedia.org",
"text": "wikipedia.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=arbuge",
"text": "arbuge",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44996641&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029764&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=reclaimthenet.org",
"text": "reclaimthenet.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=mikece",
"text": "mikece",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029764&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "66 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45002688&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/",
"text": "Neuralink 'Participant 1' says his life has changed",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=fortune.com",
"text": "fortune.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=danielmorozoff",
"text": "danielmorozoff",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45002688&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "142 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013572&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/bkdevs/async-server",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/bkdevs",
"text": "github.com/bkdevs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=wjsekfghks",
"text": "wjsekfghks",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013572&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "15 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45009760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka",
"text": "Japan has opened its first osmotic power plant",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=theguardian.com",
"text": "theguardian.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=pseudolus",
"text": "pseudolus",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45009760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "41 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45024786&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://stratechery.com/2025/u-s-intel/",
"text": "US Intel",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stratechery.com",
"text": "stratechery.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=maguay",
"text": "maguay",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "12 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45024786&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "350 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033114&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=iflscience.com",
"text": "iflscience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=toss1",
"text": "toss1",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033114&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44994535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/explosion/spaCy",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/explosion",
"text": "github.com/explosion",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=marklit",
"text": "marklit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44994535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "6 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032360&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html",
"text": "Proposal: AI Content Disclosure Header",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ietf.org",
"text": "ietf.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=exprez135",
"text": "exprez135",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032360&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44991994&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://marcteyssier.com/projects/eyecam/",
"text": "Eyecam",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=marcteyssier.com",
"text": "marcteyssier.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=downboots",
"text": "downboots",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44991994&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "discuss",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031496&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host",
"text": "What happens when ambassadors are summoned by the host country?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=politics.stackexchange.com",
"text": "politics.stackexchange.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=azeemba",
"text": "azeemba",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031496&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "64 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030714&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Bogdanp",
"text": "Bogdanp",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030714&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "22 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032261&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings",
"text": "Das Problem mit German Strings",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=polarsignals.com",
"text": "polarsignals.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=asubiotto",
"text": "asubiotto",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032261&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "3 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028002&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://byte.tsundoku.io",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=tsundoku.io",
"text": "tsundoku.io",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=chromy",
"text": "chromy",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028002&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "52 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032715&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html",
"text": "Why I'm declining your AI generated MR",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stuartspence.ca",
"text": "stuartspence.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=zulban",
"text": "zulban",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032715&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "7 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013170&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.sum.si/journal-articles/all-the-worlds-polygons",
"text": "All the world’s polygons",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=sum.si",
"text": "sum.si",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=speckx",
"text": "speckx",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013170&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45019671&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md",
"text": "iOS 18.6.1 0-click RCE POC",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/b1n4r1b01",
"text": "github.com/b1n4r1b01",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=akyuu",
"text": "akyuu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "10 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45019671&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "23 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://jsomers.net/blog/the-mcphee-method",
"text": "The McPhee method for writing deeply reported nonfiction",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=jsomers.net",
"text": "jsomers.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=jsomers",
"text": "jsomers",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "11 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "32 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028785&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html",
"text": "Proposal to Ban Ghost Jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=cnbc.com",
"text": "cnbc.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028785&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "167 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/?p=2",
"text": "More",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsguidelines.html",
"text": "Guidelines",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsfaq.html",
"text": "FAQ",
"type": "a"
},
{
"href": "https://news.ycombinator.com/lists",
"text": "Lists",
"type": "a"
},
{
"href": "https://github.com/HackerNews/API",
"text": "API",
"type": "a"
},
{
"href": "https://news.ycombinator.com/security.html",
"text": "Security",
"type": "a"
},
{
"href": "https://www.ycombinator.com/legal/",
"text": "Legal",
"type": "a"
},
{
"href": "https://www.ycombinator.com/apply/",
"text": "Apply to YC",
"type": "a"
},
{
"href": "mailto:hn@ycombinator.com",
"text": "Contact",
"type": "a"
},
{
"href": "https://news.ycombinator.com/y18.svg",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
}
],
"data": [
{
"selector": "tr.athing .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "span.titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "td.title .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing td.title .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "span.subline > span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr + tr > td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr:not(.athing) .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
}
],
"advance_config": {
"console": [],
"network": [],
"cookies": []
},
"_usage": {
"input_tokens": 21,
"output_tokens": 4293,
"inference_time_tokens": 4930,
"total_tokens": 9244
}
}
url
or html
is required, but not both.url
or html
is required, but not both.meta
- Extract page metadata (title, description, keywords, og_image)link
- Extract links detected on the pageShow Properties
load
- Wait until the load event is fireddomcontentloaded
- Wait until the DOMContentLoaded event is firednetworkidle0
- Wait until there are no network connections for at least 500msnetworkidle2
- Wait until there are no more than 2 network connections for at least 500msShow Properties
timeout
- Wait for a specified timeselector
- Wait for a specified CSS selector to appearfunction
- Wait for a specified function to return truetimeout
: Number of milliseconds to wait (maximum: 60000)selector
: CSS selector to wait for (e.g., “h2.title”)function
: JavaScript function as a string (e.g., ”() => document.querySelector(‘h2’)”)Show Cookie Object Properties
url
or domain
is required)url
or domain
is required)Show Properties
Show Data Object Structure
Show Properties
Show Network Object
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.ai_scrape({
"url": "https://news.ycombinator.com/news",
"element_prompts": [
"titles",
"points"
]
})
{
"success": true,
"page_position": 1,
"page_position_length": 1,
"context": {
"titles": [
"Claude for Chrome",
"Gemini 2.5 Flash Image",
"GNU Artanis – A fast web application framework for Scheme",
"Rv, a new kind of Ruby management tool",
"Chinese astronauts make rocket fuel and oxygen in space",
"Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"Undisclosed financial conflicts of interest in DSM-5 (2024)",
"One universal antiviral to rule them all?",
"Starship 10T minus 10 min",
"Connecting M.2 drives to various things (and not doing so)",
"LiteLLM (YC W23) is hiring a back end engineer",
"Cascata delle Marmore",
"Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"Neuralink 'Participant 1' says his life has changed",
"Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"Japan has opened its first osmotic power plant",
"US Intel",
"The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"Proposal: AI Content Disclosure Header",
"Eyecam",
"What happens when ambassadors are summoned by the host country?",
"\"Special register groups\" invaded computer dictionaries for decades (2019)",
"Das Problem mit German Strings",
"Show HN: A zoomable, searchable archive of BYTE magazine",
"Why I'm declining your AI generated MR",
"All the world’s polygons",
"iOS 18.6.1 0-click RCE POC",
"The McPhee method for writing deeply reported nonfiction",
"Proposal to Ban Ghost Jobs"
],
"points": [
"341 points",
"710 points",
"117 points",
"116 points",
"82 points",
"121 points",
"133 points",
"227 points",
"12 points",
"37 points",
"19 points",
"324 points",
"158 points",
"50 points",
"169 points",
"317 points",
"24 points",
"14 points",
"29 points",
"4 points",
"104 points",
"51 points",
"8 points",
"309 points",
"40 points",
"28 points",
"139 points",
"119 points",
"303 points"
]
},
"selectors": {
"titles": [
"tr.athing .titleline > a",
"span.titleline > a",
"td.title .titleline > a",
"tr.athing .titleline a",
"tr.athing td.title .titleline a"
],
"points": [
"span.score",
"td.subtext .score",
"span.subline > span.score",
"tr + tr > td.subtext .score",
"tr:not(.athing) .score"
]
},
"meta": {
"title": "Hacker News"
},
"link": [
{
"href": "https://news.ycombinator.com",
"text": "",
"type": "a"
},
{
"href": "https://news.ycombinator.com/news",
"text": "Hacker News",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newest",
"text": "new",
"type": "a"
},
{
"href": "https://news.ycombinator.com/front",
"text": "past",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newcomments",
"text": "comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/ask",
"text": "ask",
"type": "a"
},
{
"href": "https://news.ycombinator.com/show",
"text": "show",
"type": "a"
},
{
"href": "https://news.ycombinator.com/jobs",
"text": "jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/submit",
"text": "submit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/login?goto=news",
"text": "login",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.anthropic.com/news/claude-for-chrome",
"text": "Claude for Chrome",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=anthropic.com",
"text": "anthropic.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=davidbarker",
"text": "davidbarker",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "213 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026719&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/",
"text": "Gemini 2.5 Flash Image",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=googleblog.com",
"text": "googleblog.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=meetpateltech",
"text": "meetpateltech",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026719&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "357 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031673&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://artanis.dev/index.html",
"text": "GNU Artanis – A fast web application framework for Scheme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=artanis.dev",
"text": "artanis.dev",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=smartmic",
"text": "smartmic",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031673&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "20 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45023730&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/",
"text": "Rv, a new kind of Ruby management tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=arko.net",
"text": "arko.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=steveklabnik",
"text": "steveklabnik",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45023730&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45006229&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=livescience.com",
"text": "livescience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45006229&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "37 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030144&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=freediver",
"text": "freediver",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030144&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "61 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029241&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.bmj.com/content/384/bmj-2023-076902",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=bmj.com",
"text": "bmj.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=renameme",
"text": "renameme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "6 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029241&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "58 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026792&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all",
"text": "One universal antiviral to rule them all?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=columbia.edu",
"text": "columbia.edu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=breve",
"text": "breve",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026792&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "85 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033563&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.spacex.com/",
"text": "Starship 10T minus 10 min",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=spacex.com",
"text": "spacex.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=metalman",
"text": "metalman",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "8 minutes ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033563&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013199&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings",
"text": "Connecting M.2 drives to various things (and not doing so)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=utcc.utoronto.ca",
"text": "utcc.utoronto.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=kencausey",
"text": "kencausey",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013199&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "5 comments",
"type": "a"
},
{
"href": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ycombinator.com",
"text": "ycombinator.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032276",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032276&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44996641&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore",
"text": "Cascata delle Marmore",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=wikipedia.org",
"text": "wikipedia.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=arbuge",
"text": "arbuge",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44996641&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029764&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=reclaimthenet.org",
"text": "reclaimthenet.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=mikece",
"text": "mikece",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029764&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "66 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45002688&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/",
"text": "Neuralink 'Participant 1' says his life has changed",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=fortune.com",
"text": "fortune.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=danielmorozoff",
"text": "danielmorozoff",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45002688&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "142 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013572&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/bkdevs/async-server",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/bkdevs",
"text": "github.com/bkdevs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=wjsekfghks",
"text": "wjsekfghks",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013572&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "15 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45009760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka",
"text": "Japan has opened its first osmotic power plant",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=theguardian.com",
"text": "theguardian.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=pseudolus",
"text": "pseudolus",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45009760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "41 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45024786&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://stratechery.com/2025/u-s-intel/",
"text": "US Intel",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stratechery.com",
"text": "stratechery.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=maguay",
"text": "maguay",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "12 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45024786&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "350 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033114&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=iflscience.com",
"text": "iflscience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=toss1",
"text": "toss1",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033114&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44994535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/explosion/spaCy",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/explosion",
"text": "github.com/explosion",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=marklit",
"text": "marklit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44994535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "6 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032360&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html",
"text": "Proposal: AI Content Disclosure Header",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ietf.org",
"text": "ietf.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=exprez135",
"text": "exprez135",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032360&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44991994&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://marcteyssier.com/projects/eyecam/",
"text": "Eyecam",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=marcteyssier.com",
"text": "marcteyssier.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=downboots",
"text": "downboots",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44991994&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "discuss",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031496&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host",
"text": "What happens when ambassadors are summoned by the host country?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=politics.stackexchange.com",
"text": "politics.stackexchange.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=azeemba",
"text": "azeemba",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031496&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "64 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030714&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Bogdanp",
"text": "Bogdanp",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030714&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "22 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032261&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings",
"text": "Das Problem mit German Strings",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=polarsignals.com",
"text": "polarsignals.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=asubiotto",
"text": "asubiotto",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032261&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "3 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028002&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://byte.tsundoku.io",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=tsundoku.io",
"text": "tsundoku.io",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=chromy",
"text": "chromy",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028002&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "52 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032715&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html",
"text": "Why I'm declining your AI generated MR",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stuartspence.ca",
"text": "stuartspence.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=zulban",
"text": "zulban",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032715&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "7 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013170&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.sum.si/journal-articles/all-the-worlds-polygons",
"text": "All the world’s polygons",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=sum.si",
"text": "sum.si",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=speckx",
"text": "speckx",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013170&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45019671&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md",
"text": "iOS 18.6.1 0-click RCE POC",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/b1n4r1b01",
"text": "github.com/b1n4r1b01",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=akyuu",
"text": "akyuu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "10 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45019671&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "23 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://jsomers.net/blog/the-mcphee-method",
"text": "The McPhee method for writing deeply reported nonfiction",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=jsomers.net",
"text": "jsomers.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=jsomers",
"text": "jsomers",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "11 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "32 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028785&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html",
"text": "Proposal to Ban Ghost Jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=cnbc.com",
"text": "cnbc.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028785&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "167 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/?p=2",
"text": "More",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsguidelines.html",
"text": "Guidelines",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsfaq.html",
"text": "FAQ",
"type": "a"
},
{
"href": "https://news.ycombinator.com/lists",
"text": "Lists",
"type": "a"
},
{
"href": "https://github.com/HackerNews/API",
"text": "API",
"type": "a"
},
{
"href": "https://news.ycombinator.com/security.html",
"text": "Security",
"type": "a"
},
{
"href": "https://www.ycombinator.com/legal/",
"text": "Legal",
"type": "a"
},
{
"href": "https://www.ycombinator.com/apply/",
"text": "Apply to YC",
"type": "a"
},
{
"href": "mailto:hn@ycombinator.com",
"text": "Contact",
"type": "a"
},
{
"href": "https://news.ycombinator.com/y18.svg",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
}
],
"data": [
{
"selector": "tr.athing .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "span.titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "td.title .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing td.title .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "span.subline > span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr + tr > td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr:not(.athing) .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
}
],
"advance_config": {
"console": [],
"network": [],
"cookies": []
},
"_usage": {
"input_tokens": 21,
"output_tokens": 4293,
"inference_time_tokens": 4930,
"total_tokens": 9244
}
}
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.ai_scrape({
"url": "https://news.ycombinator.com/news",
"element_prompts": [
"titles",
"points"
]
})
{
"success": true,
"page_position": 1,
"page_position_length": 1,
"context": {
"titles": [
"Claude for Chrome",
"Gemini 2.5 Flash Image",
"GNU Artanis – A fast web application framework for Scheme",
"Rv, a new kind of Ruby management tool",
"Chinese astronauts make rocket fuel and oxygen in space",
"Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"Undisclosed financial conflicts of interest in DSM-5 (2024)",
"One universal antiviral to rule them all?",
"Starship 10T minus 10 min",
"Connecting M.2 drives to various things (and not doing so)",
"LiteLLM (YC W23) is hiring a back end engineer",
"Cascata delle Marmore",
"Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"Neuralink 'Participant 1' says his life has changed",
"Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"Japan has opened its first osmotic power plant",
"US Intel",
"The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"Proposal: AI Content Disclosure Header",
"Eyecam",
"What happens when ambassadors are summoned by the host country?",
"\"Special register groups\" invaded computer dictionaries for decades (2019)",
"Das Problem mit German Strings",
"Show HN: A zoomable, searchable archive of BYTE magazine",
"Why I'm declining your AI generated MR",
"All the world’s polygons",
"iOS 18.6.1 0-click RCE POC",
"The McPhee method for writing deeply reported nonfiction",
"Proposal to Ban Ghost Jobs"
],
"points": [
"341 points",
"710 points",
"117 points",
"116 points",
"82 points",
"121 points",
"133 points",
"227 points",
"12 points",
"37 points",
"19 points",
"324 points",
"158 points",
"50 points",
"169 points",
"317 points",
"24 points",
"14 points",
"29 points",
"4 points",
"104 points",
"51 points",
"8 points",
"309 points",
"40 points",
"28 points",
"139 points",
"119 points",
"303 points"
]
},
"selectors": {
"titles": [
"tr.athing .titleline > a",
"span.titleline > a",
"td.title .titleline > a",
"tr.athing .titleline a",
"tr.athing td.title .titleline a"
],
"points": [
"span.score",
"td.subtext .score",
"span.subline > span.score",
"tr + tr > td.subtext .score",
"tr:not(.athing) .score"
]
},
"meta": {
"title": "Hacker News"
},
"link": [
{
"href": "https://news.ycombinator.com",
"text": "",
"type": "a"
},
{
"href": "https://news.ycombinator.com/news",
"text": "Hacker News",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newest",
"text": "new",
"type": "a"
},
{
"href": "https://news.ycombinator.com/front",
"text": "past",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newcomments",
"text": "comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/ask",
"text": "ask",
"type": "a"
},
{
"href": "https://news.ycombinator.com/show",
"text": "show",
"type": "a"
},
{
"href": "https://news.ycombinator.com/jobs",
"text": "jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/submit",
"text": "submit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/login?goto=news",
"text": "login",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.anthropic.com/news/claude-for-chrome",
"text": "Claude for Chrome",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=anthropic.com",
"text": "anthropic.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=davidbarker",
"text": "davidbarker",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030760",
"text": "213 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026719&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/",
"text": "Gemini 2.5 Flash Image",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=googleblog.com",
"text": "googleblog.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=meetpateltech",
"text": "meetpateltech",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026719&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026719",
"text": "357 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031673&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://artanis.dev/index.html",
"text": "GNU Artanis – A fast web application framework for Scheme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=artanis.dev",
"text": "artanis.dev",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=smartmic",
"text": "smartmic",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031673&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031673",
"text": "20 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45023730&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/",
"text": "Rv, a new kind of Ruby management tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=arko.net",
"text": "arko.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=steveklabnik",
"text": "steveklabnik",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45023730&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45023730",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45006229&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=livescience.com",
"text": "livescience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45006229&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45006229",
"text": "37 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030144&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=freediver",
"text": "freediver",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030144&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030144",
"text": "61 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029241&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.bmj.com/content/384/bmj-2023-076902",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=bmj.com",
"text": "bmj.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=renameme",
"text": "renameme",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "6 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029241&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029241",
"text": "58 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45026792&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all",
"text": "One universal antiviral to rule them all?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=columbia.edu",
"text": "columbia.edu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=breve",
"text": "breve",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45026792&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45026792",
"text": "85 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033563&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.spacex.com/",
"text": "Starship 10T minus 10 min",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=spacex.com",
"text": "spacex.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=metalman",
"text": "metalman",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "8 minutes ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033563&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033563",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013199&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings",
"text": "Connecting M.2 drives to various things (and not doing so)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=utcc.utoronto.ca",
"text": "utcc.utoronto.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=kencausey",
"text": "kencausey",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013199&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013199",
"text": "5 comments",
"type": "a"
},
{
"href": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ycombinator.com",
"text": "ycombinator.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032276",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032276&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44996641&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore",
"text": "Cascata delle Marmore",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=wikipedia.org",
"text": "wikipedia.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=arbuge",
"text": "arbuge",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44996641&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44996641",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45029764&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=reclaimthenet.org",
"text": "reclaimthenet.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=mikece",
"text": "mikece",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45029764&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45029764",
"text": "66 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45002688&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/",
"text": "Neuralink 'Participant 1' says his life has changed",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=fortune.com",
"text": "fortune.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=danielmorozoff",
"text": "danielmorozoff",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45002688&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45002688",
"text": "142 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013572&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/bkdevs/async-server",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/bkdevs",
"text": "github.com/bkdevs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=wjsekfghks",
"text": "wjsekfghks",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013572&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013572",
"text": "15 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45009760&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka",
"text": "Japan has opened its first osmotic power plant",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=theguardian.com",
"text": "theguardian.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=pseudolus",
"text": "pseudolus",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "9 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45009760&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45009760",
"text": "41 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45024786&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://stratechery.com/2025/u-s-intel/",
"text": "US Intel",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stratechery.com",
"text": "stratechery.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=maguay",
"text": "maguay",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "12 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45024786&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45024786",
"text": "350 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45033114&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=iflscience.com",
"text": "iflscience.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=toss1",
"text": "toss1",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45033114&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45033114",
"text": "5 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44994535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/explosion/spaCy",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/explosion",
"text": "github.com/explosion",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=marklit",
"text": "marklit",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44994535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44994535",
"text": "6 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032360&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html",
"text": "Proposal: AI Content Disclosure Header",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=ietf.org",
"text": "ietf.org",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=exprez135",
"text": "exprez135",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "2 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032360&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032360",
"text": "13 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=44991994&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://marcteyssier.com/projects/eyecam/",
"text": "Eyecam",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=marcteyssier.com",
"text": "marcteyssier.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=downboots",
"text": "downboots",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=44991994&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=44991994",
"text": "discuss",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45031496&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host",
"text": "What happens when ambassadors are summoned by the host country?",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=politics.stackexchange.com",
"text": "politics.stackexchange.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=azeemba",
"text": "azeemba",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "3 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45031496&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45031496",
"text": "64 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45030714&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=righto.com",
"text": "righto.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Bogdanp",
"text": "Bogdanp",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "4 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45030714&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45030714",
"text": "22 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032261&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings",
"text": "Das Problem mit German Strings",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=polarsignals.com",
"text": "polarsignals.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=asubiotto",
"text": "asubiotto",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032261&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032261",
"text": "3 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028002&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://byte.tsundoku.io",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=tsundoku.io",
"text": "tsundoku.io",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=chromy",
"text": "chromy",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028002&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028002",
"text": "52 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45032715&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html",
"text": "Why I'm declining your AI generated MR",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=stuartspence.ca",
"text": "stuartspence.ca",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=zulban",
"text": "zulban",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "1 hour ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45032715&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45032715",
"text": "7 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013170&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.sum.si/journal-articles/all-the-worlds-polygons",
"text": "All the world’s polygons",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=sum.si",
"text": "sum.si",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=speckx",
"text": "speckx",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "5 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013170&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013170",
"text": "1 comment",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45019671&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md",
"text": "iOS 18.6.1 0-click RCE POC",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=github.com/b1n4r1b01",
"text": "github.com/b1n4r1b01",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=akyuu",
"text": "akyuu",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "10 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45019671&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45019671",
"text": "23 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45013535&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://jsomers.net/blog/the-mcphee-method",
"text": "The McPhee method for writing deeply reported nonfiction",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=jsomers.net",
"text": "jsomers.net",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=jsomers",
"text": "jsomers",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "11 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45013535&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45013535",
"text": "32 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/vote?id=45028785&how=up&goto=news",
"text": "",
"type": "a"
},
{
"href": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html",
"text": "Proposal to Ban Ghost Jobs",
"type": "a"
},
{
"href": "https://news.ycombinator.com/from?site=cnbc.com",
"text": "cnbc.com",
"type": "a"
},
{
"href": "https://news.ycombinator.com/user?id=Teever",
"text": "Teever",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "7 hours ago",
"type": "a"
},
{
"href": "https://news.ycombinator.com/hide?id=45028785&goto=news",
"text": "hide",
"type": "a"
},
{
"href": "https://news.ycombinator.com/item?id=45028785",
"text": "167 comments",
"type": "a"
},
{
"href": "https://news.ycombinator.com/?p=2",
"text": "More",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsguidelines.html",
"text": "Guidelines",
"type": "a"
},
{
"href": "https://news.ycombinator.com/newsfaq.html",
"text": "FAQ",
"type": "a"
},
{
"href": "https://news.ycombinator.com/lists",
"text": "Lists",
"type": "a"
},
{
"href": "https://github.com/HackerNews/API",
"text": "API",
"type": "a"
},
{
"href": "https://news.ycombinator.com/security.html",
"text": "Security",
"type": "a"
},
{
"href": "https://www.ycombinator.com/legal/",
"text": "Legal",
"type": "a"
},
{
"href": "https://www.ycombinator.com/apply/",
"text": "Apply to YC",
"type": "a"
},
{
"href": "mailto:hn@ycombinator.com",
"text": "Contact",
"type": "a"
},
{
"href": "https://news.ycombinator.com/y18.svg",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
},
{
"href": "https://news.ycombinator.com/s.gif",
"text": null,
"type": "img"
}
],
"data": [
{
"selector": "tr.athing .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "span.titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "td.title .titleline > a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "tr.athing td.title .titleline a",
"results": [
{
"html": "Claude for Chrome",
"text": "Claude for Chrome",
"attributes": [
{
"name": "href",
"value": "https://www.anthropic.com/news/claude-for-chrome"
}
]
},
{
"html": "<span class=\"sitestr\">anthropic.com</span>",
"text": "anthropic.com",
"attributes": [
{
"name": "href",
"value": "from?site=anthropic.com"
}
]
},
{
"html": "Gemini 2.5 Flash Image",
"text": "Gemini 2.5 Flash Image",
"attributes": [
{
"name": "href",
"value": "https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/"
}
]
},
{
"html": "<span class=\"sitestr\">googleblog.com</span>",
"text": "googleblog.com",
"attributes": [
{
"name": "href",
"value": "from?site=googleblog.com"
}
]
},
{
"html": "GNU Artanis – A fast web application framework for Scheme",
"text": "GNU Artanis – A fast web application framework for Scheme",
"attributes": [
{
"name": "href",
"value": "https://artanis.dev/index.html"
}
]
},
{
"html": "<span class=\"sitestr\">artanis.dev</span>",
"text": "artanis.dev",
"attributes": [
{
"name": "href",
"value": "from?site=artanis.dev"
}
]
},
{
"html": "Rv, a new kind of Ruby management tool",
"text": "Rv, a new kind of Ruby management tool",
"attributes": [
{
"name": "href",
"value": "https://andre.arko.net/2025/08/25/rv-a-new-kind-of-ruby-management-tool/"
}
]
},
{
"html": "<span class=\"sitestr\">arko.net</span>",
"text": "arko.net",
"attributes": [
{
"name": "href",
"value": "from?site=arko.net"
}
]
},
{
"html": "Chinese astronauts make rocket fuel and oxygen in space",
"text": "Chinese astronauts make rocket fuel and oxygen in space",
"attributes": [
{
"name": "href",
"value": "https://www.livescience.com/space/space-exploration/chinese-astronauts-make-rocket-fuel-and-oxygen-in-space-using-1st-of-its-kind-artificial-photosynthesis"
}
]
},
{
"html": "<span class=\"sitestr\">livescience.com</span>",
"text": "livescience.com",
"attributes": [
{
"name": "href",
"value": "from?site=livescience.com"
}
]
},
{
"html": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"text": "Why do people keep writing about the imaginary compound Cr2Gr2Te6?",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2025/08/Cr2Ge2Te6-not-Cr2Gr2Te6.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"text": "Undisclosed financial conflicts of interest in DSM-5 (2024)",
"attributes": [
{
"name": "href",
"value": "https://www.bmj.com/content/384/bmj-2023-076902"
}
]
},
{
"html": "<span class=\"sitestr\">bmj.com</span>",
"text": "bmj.com",
"attributes": [
{
"name": "href",
"value": "from?site=bmj.com"
}
]
},
{
"html": "One universal antiviral to rule them all?",
"text": "One universal antiviral to rule them all?",
"attributes": [
{
"name": "href",
"value": "https://www.cuimc.columbia.edu/news/one-universal-antiviral-rule-them-all"
}
]
},
{
"html": "<span class=\"sitestr\">columbia.edu</span>",
"text": "columbia.edu",
"attributes": [
{
"name": "href",
"value": "from?site=columbia.edu"
}
]
},
{
"html": "Starship 10T minus 10 min",
"text": "Starship 10T minus 10 min",
"attributes": [
{
"name": "href",
"value": "https://www.spacex.com/"
}
]
},
{
"html": "<span class=\"sitestr\">spacex.com</span>",
"text": "spacex.com",
"attributes": [
{
"name": "href",
"value": "from?site=spacex.com"
}
]
},
{
"html": "Connecting M.2 drives to various things (and not doing so)",
"text": "Connecting M.2 drives to various things (and not doing so)",
"attributes": [
{
"name": "href",
"value": "https://utcc.utoronto.ca/~cks/space/blog/tech/M2ToVariousThings"
}
]
},
{
"html": "<span class=\"sitestr\">utcc.utoronto.ca</span>",
"text": "utcc.utoronto.ca",
"attributes": [
{
"name": "href",
"value": "from?site=utcc.utoronto.ca"
}
]
},
{
"html": "LiteLLM (YC W23) is hiring a back end engineer",
"text": "LiteLLM (YC W23) is hiring a back end engineer",
"attributes": [
{
"name": "href",
"value": "https://www.ycombinator.com/companies/litellm/jobs/6uvoBp3-founding-backend-engineer"
}
]
},
{
"html": "<span class=\"sitestr\">ycombinator.com</span>",
"text": "ycombinator.com",
"attributes": [
{
"name": "href",
"value": "from?site=ycombinator.com"
}
]
},
{
"html": "Cascata delle Marmore",
"text": "Cascata delle Marmore",
"attributes": [
{
"name": "href",
"value": "https://en.wikipedia.org/wiki/Cascata_delle_Marmore"
}
]
},
{
"html": "<span class=\"sitestr\">wikipedia.org</span>",
"text": "wikipedia.org",
"attributes": [
{
"name": "href",
"value": "from?site=wikipedia.org"
}
]
},
{
"html": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"text": "Michigan Supreme Court: Unrestricted phone searches violate Fourth Amendment",
"attributes": [
{
"name": "href",
"value": "https://reclaimthenet.org/michigan-supreme-court-rules-phone-search-warrants-must-be-specific"
}
]
},
{
"html": "<span class=\"sitestr\">reclaimthenet.org</span>",
"text": "reclaimthenet.org",
"attributes": [
{
"name": "href",
"value": "from?site=reclaimthenet.org"
}
]
},
{
"html": "Neuralink 'Participant 1' says his life has changed",
"text": "Neuralink 'Participant 1' says his life has changed",
"attributes": [
{
"name": "href",
"value": "https://fortune.com/2025/08/23/neuralink-participant-1-noland-arbaugh-18-months-post-surgery-life-changed-elon-musk/"
}
]
},
{
"html": "<span class=\"sitestr\">fortune.com</span>",
"text": "fortune.com",
"attributes": [
{
"name": "href",
"value": "from?site=fortune.com"
}
]
},
{
"html": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"text": "Show HN: Async – Claude code and Linear and GitHub PRs in one opinionated tool",
"attributes": [
{
"name": "href",
"value": "https://github.com/bkdevs/async-server"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/bkdevs</span>",
"text": "github.com/bkdevs",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/bkdevs"
}
]
},
{
"html": "Japan has opened its first osmotic power plant",
"text": "Japan has opened its first osmotic power plant",
"attributes": [
{
"name": "href",
"value": "https://www.theguardian.com/world/2025/aug/25/japan-osmotic-power-plant-fukuoka"
}
]
},
{
"html": "<span class=\"sitestr\">theguardian.com</span>",
"text": "theguardian.com",
"attributes": [
{
"name": "href",
"value": "from?site=theguardian.com"
}
]
},
{
"html": "US Intel",
"text": "US Intel",
"attributes": [
{
"name": "href",
"value": "https://stratechery.com/2025/u-s-intel/"
}
]
},
{
"html": "<span class=\"sitestr\">stratechery.com</span>",
"text": "stratechery.com",
"attributes": [
{
"name": "href",
"value": "from?site=stratechery.com"
}
]
},
{
"html": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"text": "The \"Wow!\" signal was likely from extraterrestrial source, and more powerful",
"attributes": [
{
"name": "href",
"value": "https://www.iflscience.com/the-wow-signal-was-likely-from-an-extraterrestrial-source-and-more-powerful-than-we-thought-80561"
}
]
},
{
"html": "<span class=\"sitestr\">iflscience.com</span>",
"text": "iflscience.com",
"attributes": [
{
"name": "href",
"value": "from?site=iflscience.com"
}
]
},
{
"html": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"text": "SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python",
"attributes": [
{
"name": "href",
"value": "https://github.com/explosion/spaCy"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/explosion</span>",
"text": "github.com/explosion",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/explosion"
}
]
},
{
"html": "Proposal: AI Content Disclosure Header",
"text": "Proposal: AI Content Disclosure Header",
"attributes": [
{
"name": "href",
"value": "https://www.ietf.org/archive/id/draft-abaris-aicdh-00.html"
}
]
},
{
"html": "<span class=\"sitestr\">ietf.org</span>",
"text": "ietf.org",
"attributes": [
{
"name": "href",
"value": "from?site=ietf.org"
}
]
},
{
"html": "Eyecam",
"text": "Eyecam",
"attributes": [
{
"name": "href",
"value": "https://marcteyssier.com/projects/eyecam/"
}
]
},
{
"html": "<span class=\"sitestr\">marcteyssier.com</span>",
"text": "marcteyssier.com",
"attributes": [
{
"name": "href",
"value": "from?site=marcteyssier.com"
}
]
},
{
"html": "What happens when ambassadors are summoned by the host country?",
"text": "What happens when ambassadors are summoned by the host country?",
"attributes": [
{
"name": "href",
"value": "https://politics.stackexchange.com/questions/93401/what-happens-when-ambassadors-are-summoned-by-the-foreign-ministry-of-their-host"
}
]
},
{
"html": "<span class=\"sitestr\">politics.stackexchange.com</span>",
"text": "politics.stackexchange.com",
"attributes": [
{
"name": "href",
"value": "from?site=politics.stackexchange.com"
}
]
},
{
"html": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"text": "\"Special register groups\" invaded computer dictionaries for decades (2019)",
"attributes": [
{
"name": "href",
"value": "https://www.righto.com/2019/10/how-special-register-groups-invaded.html"
}
]
},
{
"html": "<span class=\"sitestr\">righto.com</span>",
"text": "righto.com",
"attributes": [
{
"name": "href",
"value": "from?site=righto.com"
}
]
},
{
"html": "Das Problem mit German Strings",
"text": "Das Problem mit German Strings",
"attributes": [
{
"name": "href",
"value": "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
}
]
},
{
"html": "<span class=\"sitestr\">polarsignals.com</span>",
"text": "polarsignals.com",
"attributes": [
{
"name": "href",
"value": "from?site=polarsignals.com"
}
]
},
{
"html": "Show HN: A zoomable, searchable archive of BYTE magazine",
"text": "Show HN: A zoomable, searchable archive of BYTE magazine",
"attributes": [
{
"name": "href",
"value": "https://byte.tsundoku.io"
}
]
},
{
"html": "<span class=\"sitestr\">tsundoku.io</span>",
"text": "tsundoku.io",
"attributes": [
{
"name": "href",
"value": "from?site=tsundoku.io"
}
]
},
{
"html": "Why I'm declining your AI generated MR",
"text": "Why I'm declining your AI generated MR",
"attributes": [
{
"name": "href",
"value": "https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html"
}
]
},
{
"html": "<span class=\"sitestr\">stuartspence.ca</span>",
"text": "stuartspence.ca",
"attributes": [
{
"name": "href",
"value": "from?site=stuartspence.ca"
}
]
},
{
"html": "All the world’s polygons",
"text": "All the world’s polygons",
"attributes": [
{
"name": "href",
"value": "https://www.sum.si/journal-articles/all-the-worlds-polygons"
}
]
},
{
"html": "<span class=\"sitestr\">sum.si</span>",
"text": "sum.si",
"attributes": [
{
"name": "href",
"value": "from?site=sum.si"
}
]
},
{
"html": "iOS 18.6.1 0-click RCE POC",
"text": "iOS 18.6.1 0-click RCE POC",
"attributes": [
{
"name": "href",
"value": "https://github.com/b1n4r1b01/n-days/blob/main/CVE-2025-43300.md"
}
]
},
{
"html": "<span class=\"sitestr\">github.com/b1n4r1b01</span>",
"text": "github.com/b1n4r1b01",
"attributes": [
{
"name": "href",
"value": "from?site=github.com/b1n4r1b01"
}
]
},
{
"html": "The McPhee method for writing deeply reported nonfiction",
"text": "The McPhee method for writing deeply reported nonfiction",
"attributes": [
{
"name": "href",
"value": "https://jsomers.net/blog/the-mcphee-method"
}
]
},
{
"html": "<span class=\"sitestr\">jsomers.net</span>",
"text": "jsomers.net",
"attributes": [
{
"name": "href",
"value": "from?site=jsomers.net"
}
]
},
{
"html": "Proposal to Ban Ghost Jobs",
"text": "Proposal to Ban Ghost Jobs",
"attributes": [
{
"name": "href",
"value": "https://www.cnbc.com/2025/08/25/tech-worker-was-frustrated-with-ghost-jobs-now-hes-trying-to-pass-a-national-ban.html"
}
]
},
{
"html": "<span class=\"sitestr\">cnbc.com</span>",
"text": "cnbc.com",
"attributes": [
{
"name": "href",
"value": "from?site=cnbc.com"
}
]
}
],
"key": "titles"
},
{
"selector": "span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "span.subline > span.score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr + tr > td.subtext .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
},
{
"selector": "tr:not(.athing) .score",
"results": [
{
"html": "341 points",
"text": "341 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030760"
}
]
},
{
"html": "710 points",
"text": "710 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026719"
}
]
},
{
"html": "117 points",
"text": "117 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031673"
}
]
},
{
"html": "116 points",
"text": "116 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45023730"
}
]
},
{
"html": "82 points",
"text": "82 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45006229"
}
]
},
{
"html": "121 points",
"text": "121 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030144"
}
]
},
{
"html": "133 points",
"text": "133 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029241"
}
]
},
{
"html": "227 points",
"text": "227 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45026792"
}
]
},
{
"html": "12 points",
"text": "12 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033563"
}
]
},
{
"html": "37 points",
"text": "37 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013199"
}
]
},
{
"html": "19 points",
"text": "19 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44996641"
}
]
},
{
"html": "324 points",
"text": "324 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45029764"
}
]
},
{
"html": "158 points",
"text": "158 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45002688"
}
]
},
{
"html": "50 points",
"text": "50 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013572"
}
]
},
{
"html": "169 points",
"text": "169 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45009760"
}
]
},
{
"html": "317 points",
"text": "317 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45024786"
}
]
},
{
"html": "24 points",
"text": "24 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45033114"
}
]
},
{
"html": "14 points",
"text": "14 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44994535"
}
]
},
{
"html": "29 points",
"text": "29 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032360"
}
]
},
{
"html": "4 points",
"text": "4 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_44991994"
}
]
},
{
"html": "104 points",
"text": "104 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45031496"
}
]
},
{
"html": "51 points",
"text": "51 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45030714"
}
]
},
{
"html": "8 points",
"text": "8 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032261"
}
]
},
{
"html": "309 points",
"text": "309 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028002"
}
]
},
{
"html": "40 points",
"text": "40 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45032715"
}
]
},
{
"html": "28 points",
"text": "28 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013170"
}
]
},
{
"html": "139 points",
"text": "139 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45019671"
}
]
},
{
"html": "119 points",
"text": "119 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45013535"
}
]
},
{
"html": "303 points",
"text": "303 points",
"attributes": [
{
"name": "class",
"value": "score"
},
{
"name": "id",
"value": "score_45028785"
}
]
}
],
"key": "points"
}
],
"advance_config": {
"console": [],
"network": [],
"cookies": []
},
"_usage": {
"input_tokens": 21,
"output_tokens": 4293,
"inference_time_tokens": 4930,
"total_tokens": 9244
}
}