POST
https://api.jigsawstack.com
/
v1
/
ai
/
scrape
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"
  ]
})
{
  "page_position": 1,
  "page_position_length": 1,
  "context": {
        "titles": [
              "Postgres IDE in VS Code",
              "Find Your People",
              "LLM Judges Are Unreliable",
              "Into The Tunnel: The secret life of wind tunnels",
              "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
              "Caesar's Last Breath",
              "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
              "The metre originated in the French Revolution",
              "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
              "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
              "Why I no longer have an old-school cert on my HTTPS site",
              "Remembering Alasdair MacIntyre",
              "Designing type inference for high quality type errors",
              "Slime (2021)",
              "Writing A Job Runner (In Elixir) (Again) (10 years later)",
              "MCP is the coming of Web 2.0 2.0",
              "The Curious Case of the Pygmy Nuthatch",
              "John Carmack talk at Upper Bound 2025",
              "Satellites Spotting Depth",
              "Tallest Wooden Wind Turbine",
              "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
              "Measuring Lunar North and South Polar Regions",
              "Bits with Soul",
              "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
              "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
              "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
              "That fractal that's been up on my wall for years",
              "Quantum Picturalism",
              "Claude 4",
              "How I ended up flying for Yemen's national airline – and survived",
              "Postgres IDE in VS Code (microsoft.com)",
              "Find Your People (foundersatwork.posthaven.com)",
              "LLM Judges Are Unreliable (cip.org)",
              "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
              "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
              "Caesar's Last Breath (charliesabino.com)",
              "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
              "The metre originated in the French Revolution (abc.net.au)",
              "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
              "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
              "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
              "Remembering Alasdair MacIntyre (wordonfire.org)",
              "Designing type inference for high quality type errors (polybdenum.com)",
              "Slime (2021) (granta.com)",
              "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
              "MCP is the coming of Web 2.0 2.0 (anildash.com)",
              "The Curious Case of the Pygmy Nuthatch (slate.com)",
              "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
              "Satellites Spotting Depth (marksblogg.com)",
              "Tallest Wooden Wind Turbine (modvion.com)",
              "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
              "Measuring Lunar North and South Polar Regions (iop.org)",
              "Bits with Soul (cam.ac.uk)",
              "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
              "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
              "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
              "That fractal that's been up on my wall for years (chriskw.xyz)",
              "Quantum Picturalism (quantuminpictures.org)",
              "Claude 4 (anthropic.com)",
              "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
              "1.",
              "2.",
              "3.",
              "4.",
              "5.",
              "6.",
              "7.",
              "8.",
              "9.",
              "10.",
              "11.",
              "12.",
              "13.",
              "14.",
              "15.",
              "16.",
              "17.",
              "18.",
              "19.",
              "20.",
              "21.",
              "22.",
              "23.",
              "24.",
              "25.",
              "26.",
              "27.",
              "28.",
              "29.",
              "30."
        ],
        "points": [
              "290 points",
              "98 points",
              "39 points",
              "16 points",
              "42 points",
              "82 points",
              "10 points",
              "28 points",
              "14 points",
              "35 points",
              "127 points",
              "100 points",
              "31 points",
              "15 points",
              "87 points",
              "85 points",
              "391 points",
              "142 points",
              "66 points",
              "7 points",
              "23 points",
              "363 points",
              "37 points",
              "97 points",
              "520 points",
              "44 points",
              "1924 points",
              "112 points"
        ]
  },
  "selectors": {
        "titles": [
              "tr.athing .titleline > a",
              "tr.athing .titleline",
              "tr.athing .title",
              "span.titleline > a",
              "td.title .titleline > a"
        ],
        "points": [
              "td.subtext .score",
              "span.score",
              "tr + tr > td.subtext .score",
              "td.subtext > span.subline > span.score",
              "span.subline > span.score"
        ]
  },
  "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=44073588&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648",
              "text": "Postgres IDE in VS Code",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=microsoft.com",
              "text": "microsoft.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Dowwie",
              "text": "Dowwie",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073588",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073588&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073588",
              "text": "138 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074017&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://foundersatwork.posthaven.com/find-your-people",
              "text": "Find Your People",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=foundersatwork.posthaven.com",
              "text": "foundersatwork.posthaven.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=jl",
              "text": "jl",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074017",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074017&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074017",
              "text": "31 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074668&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.cip.org/blog/llm-judges-are-unreliable",
              "text": "LLM Judges Are Unreliable",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=cip.org",
              "text": "cip.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=joalstein",
              "text": "joalstein",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074668",
              "text": "56 minutes ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074668&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074668",
              "text": "21 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074637&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://jordanwtaylor2.substack.com/p/into-the-tunnel",
              "text": "Into The Tunnel: The secret life of wind tunnels",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=jordanwtaylor2.substack.com",
              "text": "jordanwtaylor2.substack.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=iamwil",
              "text": "iamwil",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074637",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074637&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074637",
              "text": "1 comment",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074111&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://arxiv.org/abs/2505.13775",
              "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=arxiv.org",
              "text": "arxiv.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=nyrikki",
              "text": "nyrikki",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074111",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074111&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074111",
              "text": "10 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073185&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://charliesabino.com/caesars-last-breath/",
              "text": "Caesar's Last Breath",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=charliesabino.com",
              "text": "charliesabino.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=charliesabino",
              "text": "charliesabino",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073185",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073185&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073185",
              "text": "37 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074531&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking",
              "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=superlinked.com",
              "text": "superlinked.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=softwaredoug",
              "text": "softwaredoug",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074531",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074531&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074531",
              "text": "4 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073867&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024",
              "text": "The metre originated in the French Revolution",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=abc.net.au",
              "text": "abc.net.au",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Tomte",
              "text": "Tomte",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073867",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073867&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073867",
              "text": "49 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074487&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling",
              "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=choicesmagazine.org",
              "text": "choicesmagazine.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=hilux",
              "text": "hilux",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074487",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074487&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074487",
              "text": "2 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44072788&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/MayankPratap/Samchika",
              "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/mayankpratap",
              "text": "github.com/mayankpratap",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mprataps",
              "text": "mprataps",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072788",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44072788&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072788",
              "text": "22 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071690&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://rachelbythebay.com/w/2025/05/22/ssl/",
              "text": "Why I no longer have an old-school cert on my HTTPS site",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=rachelbythebay.com",
              "text": "rachelbythebay.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mcbain",
              "text": "mcbain",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071690",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071690&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071690",
              "text": "114 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071900&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/",
              "text": "Remembering Alasdair MacIntyre",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=wordonfire.org",
              "text": "wordonfire.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=danielam",
              "text": "danielam",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071900",
              "text": "6 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071900&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071900",
              "text": "39 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44032995&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html",
              "text": "Designing type inference for high quality type errors",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=polybdenum.com",
              "text": "polybdenum.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=PaulHoule",
              "text": "PaulHoule",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44032995",
              "text": "4 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44032995&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44032995",
              "text": "6 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073870&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://granta.com/slime/",
              "text": "Slime (2021)",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=granta.com",
              "text": "granta.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Tomte",
              "text": "Tomte",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073870",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073870&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073870",
              "text": "discuss",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071610&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md",
              "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/notactuallytreyanastasio",
              "text": "github.com/notactuallytreyanastasio",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=rhgraysonii",
              "text": "rhgraysonii",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071610",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071610&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071610",
              "text": "24 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073785&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.anildash.com//2025/05/20/mcp-web20-20/",
              "text": "MCP is the coming of Web 2.0 2.0",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=anildash.com",
              "text": "anildash.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=freediver",
              "text": "freediver",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073785",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073785&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073785",
              "text": "82 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44050465&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html",
              "text": "The Curious Case of the Pygmy Nuthatch",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=slate.com",
              "text": "slate.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=prawn",
              "text": "prawn",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44050465",
              "text": "9 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44050465&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44050465",
              "text": "13 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44070042&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326",
              "text": "John Carmack talk at Upper Bound 2025",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=twitter.com/id_aa_carmack",
              "text": "twitter.com/id_aa_carmack",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=tosh",
              "text": "tosh",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070042",
              "text": "13 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44070042&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070042",
              "text": "252 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44049926&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html",
              "text": "Satellites Spotting Depth",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=marksblogg.com",
              "text": "marksblogg.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=marklit",
              "text": "marklit",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44049926",
              "text": "10 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44049926&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44049926",
              "text": "19 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44027471&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://modvion.com/",
              "text": "Tallest Wooden Wind Turbine",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=modvion.com",
              "text": "modvion.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Bluestein",
              "text": "Bluestein",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44027471",
              "text": "12 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44027471&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44027471",
              "text": "103 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44031082&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/",
              "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=quantamagazine.org",
              "text": "quantamagazine.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=pseudolus",
              "text": "pseudolus",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031082",
              "text": "10 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44031082&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031082",
              "text": "16 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44033249&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d",
              "text": "Measuring Lunar North and South Polar Regions",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=iop.org",
              "text": "iop.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=bryanrasmussen",
              "text": "bryanrasmussen",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44033249",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44033249&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44033249",
              "text": "2 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44031755&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/",
              "text": "Bits with Soul",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=cam.ac.uk",
              "text": "cam.ac.uk",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mrkeen",
              "text": "mrkeen",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031755",
              "text": "6 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44031755&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031755",
              "text": "6 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44067409&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/kepano/defuddle",
              "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/kepano",
              "text": "github.com/kepano",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=kepano",
              "text": "kepano",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44067409",
              "text": "20 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44067409&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44067409",
              "text": "60 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44048574&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://arxiv.org/abs/2504.05652",
              "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=arxiv.org",
              "text": "arxiv.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=favoboa",
              "text": "favoboa",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44048574",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44048574&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44048574",
              "text": "33 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44070532&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://kumo.ai/company/news/kumo-relational-foundation-model/",
              "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=kumo.ai",
              "text": "kumo.ai",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=cliffly",
              "text": "cliffly",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070532",
              "text": "11 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44070532&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070532",
              "text": "17 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44063248&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://chriskw.xyz/2025/05/21/Fractal/",
              "text": "That fractal that's been up on my wall for years",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=chriskw.xyz",
              "text": "chriskw.xyz",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=chriskw",
              "text": "chriskw",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063248",
              "text": "1 day ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44063248&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063248",
              "text": "37 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44045617&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://quantuminpictures.org/",
              "text": "Quantum Picturalism",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=quantuminpictures.org",
              "text": "quantuminpictures.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mathgenius",
              "text": "mathgenius",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44045617",
              "text": "9 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44045617&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44045617",
              "text": "14 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44063703&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.anthropic.com/news/claude-4",
              "text": "Claude 4",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=anthropic.com",
              "text": "anthropic.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=meetpateltech",
              "text": "meetpateltech",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063703",
              "text": "1 day ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44063703&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063703",
              "text": "1109 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44072971&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html",
              "text": "How I ended up flying for Yemen's national airline – and survived",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=pprune.org",
              "text": "pprune.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=techonup",
              "text": "techonup",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072971",
              "text": "4 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44072971&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072971",
              "text": "18 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"
        }
  ],
  "data": [
        {
              "selector": "tr.athing .titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "tr.athing .titleline",
              "results": [
                    {
                          "html": "<a href=\"https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648\">Postgres IDE in VS Code</a><span class=\"sitebit comhead\"> (<a href=\"from?site=microsoft.com\"><span class=\"sitestr\">microsoft.com</span></a>)</span>",
                          "text": "Postgres IDE in VS Code (microsoft.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://foundersatwork.posthaven.com/find-your-people\">Find Your People</a><span class=\"sitebit comhead\"> (<a href=\"from?site=foundersatwork.posthaven.com\"><span class=\"sitestr\">foundersatwork.posthaven.com</span></a>)</span>",
                          "text": "Find Your People (foundersatwork.posthaven.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.cip.org/blog/llm-judges-are-unreliable\">LLM Judges Are Unreliable</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cip.org\"><span class=\"sitestr\">cip.org</span></a>)</span>",
                          "text": "LLM Judges Are Unreliable (cip.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://jordanwtaylor2.substack.com/p/into-the-tunnel\">Into The Tunnel: The secret life of wind tunnels</a><span class=\"sitebit comhead\"> (<a href=\"from?site=jordanwtaylor2.substack.com\"><span class=\"sitestr\">jordanwtaylor2.substack.com</span></a>)</span>",
                          "text": "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://arxiv.org/abs/2505.13775\">Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span>",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://charliesabino.com/caesars-last-breath/\">Caesar's Last Breath</a><span class=\"sitebit comhead\"> (<a href=\"from?site=charliesabino.com\"><span class=\"sitestr\">charliesabino.com</span></a>)</span>",
                          "text": "Caesar's Last Breath (charliesabino.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking\">You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer</a><span class=\"sitebit comhead\"> (<a href=\"from?site=superlinked.com\"><span class=\"sitestr\">superlinked.com</span></a>)</span>",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024\">The metre originated in the French Revolution</a><span class=\"sitebit comhead\"> (<a href=\"from?site=abc.net.au\"><span class=\"sitestr\">abc.net.au</span></a>)</span>",
                          "text": "The metre originated in the French Revolution (abc.net.au)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling\">Sesame Scheme: Unintended Consequences of Allergen Food Labeling</a><span class=\"sitebit comhead\"> (<a href=\"from?site=choicesmagazine.org\"><span class=\"sitestr\">choicesmagazine.org</span></a>)</span>",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/MayankPratap/Samchika\">Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/mayankpratap\"><span class=\"sitestr\">github.com/mayankpratap</span></a>)</span>",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://rachelbythebay.com/w/2025/05/22/ssl/\">Why I no longer have an old-school cert on my HTTPS site</a><span class=\"sitebit comhead\"> (<a href=\"from?site=rachelbythebay.com\"><span class=\"sitestr\">rachelbythebay.com</span></a>)</span>",
                          "text": "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/\">Remembering Alasdair MacIntyre</a><span class=\"sitebit comhead\"> (<a href=\"from?site=wordonfire.org\"><span class=\"sitestr\">wordonfire.org</span></a>)</span>",
                          "text": "Remembering Alasdair MacIntyre (wordonfire.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html\">Designing type inference for high quality type errors</a><span class=\"sitebit comhead\"> (<a href=\"from?site=polybdenum.com\"><span class=\"sitestr\">polybdenum.com</span></a>)</span>",
                          "text": "Designing type inference for high quality type errors (polybdenum.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://granta.com/slime/\">Slime (2021)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=granta.com\"><span class=\"sitestr\">granta.com</span></a>)</span>",
                          "text": "Slime (2021) (granta.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md\">Writing A Job Runner (In Elixir) (Again) (10 years later)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/notactuallytreyanastasio\"><span class=\"sitestr\">github.com/notactuallytreyanastasio</span></a>)</span>",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.anildash.com//2025/05/20/mcp-web20-20/\">MCP is the coming of Web 2.0 2.0</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anildash.com\"><span class=\"sitestr\">anildash.com</span></a>)</span>",
                          "text": "MCP is the coming of Web 2.0 2.0 (anildash.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html\">The Curious Case of the Pygmy Nuthatch</a><span class=\"sitebit comhead\"> (<a href=\"from?site=slate.com\"><span class=\"sitestr\">slate.com</span></a>)</span>",
                          "text": "The Curious Case of the Pygmy Nuthatch (slate.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://twitter.com/ID_AA_Carmack/status/1925710474366034326\">John Carmack talk at Upper Bound 2025</a><span class=\"sitebit comhead\"> (<a href=\"from?site=twitter.com/id_aa_carmack\"><span class=\"sitestr\">twitter.com/id_aa_carmack</span></a>)</span>",
                          "text": "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html\">Satellites Spotting Depth</a><span class=\"sitebit comhead\"> (<a href=\"from?site=marksblogg.com\"><span class=\"sitestr\">marksblogg.com</span></a>)</span>",
                          "text": "Satellites Spotting Depth (marksblogg.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://modvion.com/\">Tallest Wooden Wind Turbine</a><span class=\"sitebit comhead\"> (<a href=\"from?site=modvion.com\"><span class=\"sitestr\">modvion.com</span></a>)</span>",
                          "text": "Tallest Wooden Wind Turbine (modvion.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/\">'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantamagazine.org\"><span class=\"sitestr\">quantamagazine.org</span></a>)</span>",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://iopscience.iop.org/article/10.3847/PSJ/adbc9d\">Measuring Lunar North and South Polar Regions</a><span class=\"sitebit comhead\"> (<a href=\"from?site=iop.org\"><span class=\"sitestr\">iop.org</span></a>)</span>",
                          "text": "Measuring Lunar North and South Polar Regions (iop.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/\">Bits with Soul</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cam.ac.uk\"><span class=\"sitestr\">cam.ac.uk</span></a>)</span>",
                          "text": "Bits with Soul (cam.ac.uk)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/kepano/defuddle\">Show HN: Defuddle, an HTML-to-Markdown alternative to Readability</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/kepano\"><span class=\"sitestr\">github.com/kepano</span></a>)</span>",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://arxiv.org/abs/2504.05652\">Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span>",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://kumo.ai/company/news/kumo-relational-foundation-model/\">KumoRFM: A Foundation Model for In-Context Learning on Relational Data</a><span class=\"sitebit comhead\"> (<a href=\"from?site=kumo.ai\"><span class=\"sitestr\">kumo.ai</span></a>)</span>",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://chriskw.xyz/2025/05/21/Fractal/\">That fractal that's been up on my wall for years</a><span class=\"sitebit comhead\"> (<a href=\"from?site=chriskw.xyz\"><span class=\"sitestr\">chriskw.xyz</span></a>)</span>",
                          "text": "That fractal that's been up on my wall for years (chriskw.xyz)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://quantuminpictures.org/\">Quantum Picturalism</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantuminpictures.org\"><span class=\"sitestr\">quantuminpictures.org</span></a>)</span>",
                          "text": "Quantum Picturalism (quantuminpictures.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.anthropic.com/news/claude-4\">Claude 4</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anthropic.com\"><span class=\"sitestr\">anthropic.com</span></a>)</span>",
                          "text": "Claude 4 (anthropic.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html\">How I ended up flying for Yemen's national airline – and survived</a><span class=\"sitebit comhead\"> (<a href=\"from?site=pprune.org\"><span class=\"sitestr\">pprune.org</span></a>)</span>",
                          "text": "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "tr.athing .title",
              "results": [
                    {
                          "html": "<span class=\"rank\">1.</span>",
                          "text": "1.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648\">Postgres IDE in VS Code</a><span class=\"sitebit comhead\"> (<a href=\"from?site=microsoft.com\"><span class=\"sitestr\">microsoft.com</span></a>)</span></span>",
                          "text": "Postgres IDE in VS Code (microsoft.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">2.</span>",
                          "text": "2.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://foundersatwork.posthaven.com/find-your-people\">Find Your People</a><span class=\"sitebit comhead\"> (<a href=\"from?site=foundersatwork.posthaven.com\"><span class=\"sitestr\">foundersatwork.posthaven.com</span></a>)</span></span>",
                          "text": "Find Your People (foundersatwork.posthaven.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">3.</span>",
                          "text": "3.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.cip.org/blog/llm-judges-are-unreliable\">LLM Judges Are Unreliable</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cip.org\"><span class=\"sitestr\">cip.org</span></a>)</span></span>",
                          "text": "LLM Judges Are Unreliable (cip.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">4.</span>",
                          "text": "4.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://jordanwtaylor2.substack.com/p/into-the-tunnel\">Into The Tunnel: The secret life of wind tunnels</a><span class=\"sitebit comhead\"> (<a href=\"from?site=jordanwtaylor2.substack.com\"><span class=\"sitestr\">jordanwtaylor2.substack.com</span></a>)</span></span>",
                          "text": "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">5.</span>",
                          "text": "5.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://arxiv.org/abs/2505.13775\">Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span></span>",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">6.</span>",
                          "text": "6.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://charliesabino.com/caesars-last-breath/\">Caesar's Last Breath</a><span class=\"sitebit comhead\"> (<a href=\"from?site=charliesabino.com\"><span class=\"sitestr\">charliesabino.com</span></a>)</span></span>",
                          "text": "Caesar's Last Breath (charliesabino.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">7.</span>",
                          "text": "7.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking\">You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer</a><span class=\"sitebit comhead\"> (<a href=\"from?site=superlinked.com\"><span class=\"sitestr\">superlinked.com</span></a>)</span></span>",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">8.</span>",
                          "text": "8.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024\">The metre originated in the French Revolution</a><span class=\"sitebit comhead\"> (<a href=\"from?site=abc.net.au\"><span class=\"sitestr\">abc.net.au</span></a>)</span></span>",
                          "text": "The metre originated in the French Revolution (abc.net.au)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">9.</span>",
                          "text": "9.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling\">Sesame Scheme: Unintended Consequences of Allergen Food Labeling</a><span class=\"sitebit comhead\"> (<a href=\"from?site=choicesmagazine.org\"><span class=\"sitestr\">choicesmagazine.org</span></a>)</span></span>",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">10.</span>",
                          "text": "10.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/MayankPratap/Samchika\">Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/mayankpratap\"><span class=\"sitestr\">github.com/mayankpratap</span></a>)</span></span>",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">11.</span>",
                          "text": "11.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://rachelbythebay.com/w/2025/05/22/ssl/\">Why I no longer have an old-school cert on my HTTPS site</a><span class=\"sitebit comhead\"> (<a href=\"from?site=rachelbythebay.com\"><span class=\"sitestr\">rachelbythebay.com</span></a>)</span></span>",
                          "text": "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">12.</span>",
                          "text": "12.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/\">Remembering Alasdair MacIntyre</a><span class=\"sitebit comhead\"> (<a href=\"from?site=wordonfire.org\"><span class=\"sitestr\">wordonfire.org</span></a>)</span></span>",
                          "text": "Remembering Alasdair MacIntyre (wordonfire.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">13.</span>",
                          "text": "13.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html\">Designing type inference for high quality type errors</a><span class=\"sitebit comhead\"> (<a href=\"from?site=polybdenum.com\"><span class=\"sitestr\">polybdenum.com</span></a>)</span></span>",
                          "text": "Designing type inference for high quality type errors (polybdenum.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">14.</span>",
                          "text": "14.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://granta.com/slime/\">Slime (2021)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=granta.com\"><span class=\"sitestr\">granta.com</span></a>)</span></span>",
                          "text": "Slime (2021) (granta.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">15.</span>",
                          "text": "15.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md\">Writing A Job Runner (In Elixir) (Again) (10 years later)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/notactuallytreyanastasio\"><span class=\"sitestr\">github.com/notactuallytreyanastasio</span></a>)</span></span>",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">16.</span>",
                          "text": "16.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.anildash.com//2025/05/20/mcp-web20-20/\">MCP is the coming of Web 2.0 2.0</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anildash.com\"><span class=\"sitestr\">anildash.com</span></a>)</span></span>",
                          "text": "MCP is the coming of Web 2.0 2.0 (anildash.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">17.</span>",
                          "text": "17.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html\">The Curious Case of the Pygmy Nuthatch</a><span class=\"sitebit comhead\"> (<a href=\"from?site=slate.com\"><span class=\"sitestr\">slate.com</span></a>)</span></span>",
                          "text": "The Curious Case of the Pygmy Nuthatch (slate.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">18.</span>",
                          "text": "18.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://twitter.com/ID_AA_Carmack/status/1925710474366034326\">John Carmack talk at Upper Bound 2025</a><span class=\"sitebit comhead\"> (<a href=\"from?site=twitter.com/id_aa_carmack\"><span class=\"sitestr\">twitter.com/id_aa_carmack</span></a>)</span></span>",
                          "text": "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">19.</span>",
                          "text": "19.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html\">Satellites Spotting Depth</a><span class=\"sitebit comhead\"> (<a href=\"from?site=marksblogg.com\"><span class=\"sitestr\">marksblogg.com</span></a>)</span></span>",
                          "text": "Satellites Spotting Depth (marksblogg.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">20.</span>",
                          "text": "20.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://modvion.com/\">Tallest Wooden Wind Turbine</a><span class=\"sitebit comhead\"> (<a href=\"from?site=modvion.com\"><span class=\"sitestr\">modvion.com</span></a>)</span></span>",
                          "text": "Tallest Wooden Wind Turbine (modvion.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">21.</span>",
                          "text": "21.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/\">'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantamagazine.org\"><span class=\"sitestr\">quantamagazine.org</span></a>)</span></span>",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">22.</span>",
                          "text": "22.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://iopscience.iop.org/article/10.3847/PSJ/adbc9d\">Measuring Lunar North and South Polar Regions</a><span class=\"sitebit comhead\"> (<a href=\"from?site=iop.org\"><span class=\"sitestr\">iop.org</span></a>)</span></span>",
                          "text": "Measuring Lunar North and South Polar Regions (iop.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">23.</span>",
                          "text": "23.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/\">Bits with Soul</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cam.ac.uk\"><span class=\"sitestr\">cam.ac.uk</span></a>)</span></span>",
                          "text": "Bits with Soul (cam.ac.uk)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">24.</span>",
                          "text": "24.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/kepano/defuddle\">Show HN: Defuddle, an HTML-to-Markdown alternative to Readability</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/kepano\"><span class=\"sitestr\">github.com/kepano</span></a>)</span></span>",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">25.</span>",
                          "text": "25.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://arxiv.org/abs/2504.05652\">Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span></span>",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">26.</span>",
                          "text": "26.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://kumo.ai/company/news/kumo-relational-foundation-model/\">KumoRFM: A Foundation Model for In-Context Learning on Relational Data</a><span class=\"sitebit comhead\"> (<a href=\"from?site=kumo.ai\"><span class=\"sitestr\">kumo.ai</span></a>)</span></span>",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">27.</span>",
                          "text": "27.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://chriskw.xyz/2025/05/21/Fractal/\">That fractal that's been up on my wall for years</a><span class=\"sitebit comhead\"> (<a href=\"from?site=chriskw.xyz\"><span class=\"sitestr\">chriskw.xyz</span></a>)</span></span>",
                          "text": "That fractal that's been up on my wall for years (chriskw.xyz)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">28.</span>",
                          "text": "28.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://quantuminpictures.org/\">Quantum Picturalism</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantuminpictures.org\"><span class=\"sitestr\">quantuminpictures.org</span></a>)</span></span>",
                          "text": "Quantum Picturalism (quantuminpictures.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">29.</span>",
                          "text": "29.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.anthropic.com/news/claude-4\">Claude 4</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anthropic.com\"><span class=\"sitestr\">anthropic.com</span></a>)</span></span>",
                          "text": "Claude 4 (anthropic.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">30.</span>",
                          "text": "30.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html\">How I ended up flying for Yemen's national airline – and survived</a><span class=\"sitebit comhead\"> (<a href=\"from?site=pprune.org\"><span class=\"sitestr\">pprune.org</span></a>)</span></span>",
                          "text": "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "span.titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "td.title .titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "td.subtext .score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "tr + tr > td.subtext .score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "td.subtext > span.subline > span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "span.subline > span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        }
  ],
  "success": true,
  "advance_config": {
        "console": [],
        "network": [],
        "cookies": []
  },
  "_usage": {
        "input_tokens": 21,
        "output_tokens": 23162,
        "inference_time_tokens": 15378,
        "total_tokens": 38561
  }
}

Request Parameters

Body

url
string

URL of the page to scrape. Either url or html is required, but not both.

html
string

HTML content to scrape. Either url or html is required, but not both.

element_prompts
array<string>
required

Items on the page to scrape (maximum 5). E.g. “Plan price”, “Plan title”

root_element_selector
string
default:"main"

CSS selector to limit the scope of scraping to a specific element and its children

page_position
number
default:"1"

For pagination, the current page number (minimum: 1)

advance_config
object

Advanced configurations

http_headers
object

Custom HTTP headers to send with requests (key-value pairs)

reject_request_pattern
array<string>

Array of patterns to intercept and block requests (e.g., [“jpg”, “png”])

goto_options
object

Custom page-load behavior settings

wait_for
object

Wait condition before scraping

cookies
array<object>

Cookies to set for the page request

size_preset
string

Predefined screen size preset (e.g., “HD”, “FHD”, “4K UHD”)

is_mobile
boolean
default:"false"

Whether to emulate a mobile device viewport

scale
number
default:"1"

Device scale factor (minimum: 1)

width
number
default:"1920"

Viewport width in pixels

height
number
default:"1080"

Viewport height in pixels

force_rotate_proxy
boolean

Whether to force proxy rotation for each request (incurs additional costs)

byo_proxy
object

Bring-your-own-proxy configuration

x-api-key
string
required

Your JigsawStack API key

Response Structure

success
boolean

Indicates whether the call was successful

page_position
number

The current page position when paginating through results

page_position_length
number

The total number of pages available

context
record<string, array<string>>

A map of element prompt keys to arrays of extracted text content from matched elements

selectors
record<string, array<string>>

A map of element prompt keys to arrays of CSS selectors that were used to find matching elements

data
array<object>

Detailed scrape data from the page

Links detected on the page

advance_config
object

Captured browser data if enabled in advance_config

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"
  ]
})
{
  "page_position": 1,
  "page_position_length": 1,
  "context": {
        "titles": [
              "Postgres IDE in VS Code",
              "Find Your People",
              "LLM Judges Are Unreliable",
              "Into The Tunnel: The secret life of wind tunnels",
              "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
              "Caesar's Last Breath",
              "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
              "The metre originated in the French Revolution",
              "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
              "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
              "Why I no longer have an old-school cert on my HTTPS site",
              "Remembering Alasdair MacIntyre",
              "Designing type inference for high quality type errors",
              "Slime (2021)",
              "Writing A Job Runner (In Elixir) (Again) (10 years later)",
              "MCP is the coming of Web 2.0 2.0",
              "The Curious Case of the Pygmy Nuthatch",
              "John Carmack talk at Upper Bound 2025",
              "Satellites Spotting Depth",
              "Tallest Wooden Wind Turbine",
              "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
              "Measuring Lunar North and South Polar Regions",
              "Bits with Soul",
              "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
              "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
              "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
              "That fractal that's been up on my wall for years",
              "Quantum Picturalism",
              "Claude 4",
              "How I ended up flying for Yemen's national airline – and survived",
              "Postgres IDE in VS Code (microsoft.com)",
              "Find Your People (foundersatwork.posthaven.com)",
              "LLM Judges Are Unreliable (cip.org)",
              "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
              "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
              "Caesar's Last Breath (charliesabino.com)",
              "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
              "The metre originated in the French Revolution (abc.net.au)",
              "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
              "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
              "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
              "Remembering Alasdair MacIntyre (wordonfire.org)",
              "Designing type inference for high quality type errors (polybdenum.com)",
              "Slime (2021) (granta.com)",
              "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
              "MCP is the coming of Web 2.0 2.0 (anildash.com)",
              "The Curious Case of the Pygmy Nuthatch (slate.com)",
              "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
              "Satellites Spotting Depth (marksblogg.com)",
              "Tallest Wooden Wind Turbine (modvion.com)",
              "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
              "Measuring Lunar North and South Polar Regions (iop.org)",
              "Bits with Soul (cam.ac.uk)",
              "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
              "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
              "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
              "That fractal that's been up on my wall for years (chriskw.xyz)",
              "Quantum Picturalism (quantuminpictures.org)",
              "Claude 4 (anthropic.com)",
              "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
              "1.",
              "2.",
              "3.",
              "4.",
              "5.",
              "6.",
              "7.",
              "8.",
              "9.",
              "10.",
              "11.",
              "12.",
              "13.",
              "14.",
              "15.",
              "16.",
              "17.",
              "18.",
              "19.",
              "20.",
              "21.",
              "22.",
              "23.",
              "24.",
              "25.",
              "26.",
              "27.",
              "28.",
              "29.",
              "30."
        ],
        "points": [
              "290 points",
              "98 points",
              "39 points",
              "16 points",
              "42 points",
              "82 points",
              "10 points",
              "28 points",
              "14 points",
              "35 points",
              "127 points",
              "100 points",
              "31 points",
              "15 points",
              "87 points",
              "85 points",
              "391 points",
              "142 points",
              "66 points",
              "7 points",
              "23 points",
              "363 points",
              "37 points",
              "97 points",
              "520 points",
              "44 points",
              "1924 points",
              "112 points"
        ]
  },
  "selectors": {
        "titles": [
              "tr.athing .titleline > a",
              "tr.athing .titleline",
              "tr.athing .title",
              "span.titleline > a",
              "td.title .titleline > a"
        ],
        "points": [
              "td.subtext .score",
              "span.score",
              "tr + tr > td.subtext .score",
              "td.subtext > span.subline > span.score",
              "span.subline > span.score"
        ]
  },
  "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=44073588&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648",
              "text": "Postgres IDE in VS Code",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=microsoft.com",
              "text": "microsoft.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Dowwie",
              "text": "Dowwie",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073588",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073588&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073588",
              "text": "138 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074017&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://foundersatwork.posthaven.com/find-your-people",
              "text": "Find Your People",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=foundersatwork.posthaven.com",
              "text": "foundersatwork.posthaven.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=jl",
              "text": "jl",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074017",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074017&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074017",
              "text": "31 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074668&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.cip.org/blog/llm-judges-are-unreliable",
              "text": "LLM Judges Are Unreliable",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=cip.org",
              "text": "cip.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=joalstein",
              "text": "joalstein",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074668",
              "text": "56 minutes ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074668&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074668",
              "text": "21 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074637&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://jordanwtaylor2.substack.com/p/into-the-tunnel",
              "text": "Into The Tunnel: The secret life of wind tunnels",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=jordanwtaylor2.substack.com",
              "text": "jordanwtaylor2.substack.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=iamwil",
              "text": "iamwil",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074637",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074637&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074637",
              "text": "1 comment",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074111&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://arxiv.org/abs/2505.13775",
              "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=arxiv.org",
              "text": "arxiv.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=nyrikki",
              "text": "nyrikki",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074111",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074111&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074111",
              "text": "10 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073185&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://charliesabino.com/caesars-last-breath/",
              "text": "Caesar's Last Breath",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=charliesabino.com",
              "text": "charliesabino.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=charliesabino",
              "text": "charliesabino",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073185",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073185&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073185",
              "text": "37 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074531&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking",
              "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=superlinked.com",
              "text": "superlinked.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=softwaredoug",
              "text": "softwaredoug",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074531",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074531&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074531",
              "text": "4 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073867&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024",
              "text": "The metre originated in the French Revolution",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=abc.net.au",
              "text": "abc.net.au",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Tomte",
              "text": "Tomte",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073867",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073867&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073867",
              "text": "49 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44074487&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling",
              "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=choicesmagazine.org",
              "text": "choicesmagazine.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=hilux",
              "text": "hilux",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074487",
              "text": "1 hour ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44074487&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44074487",
              "text": "2 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44072788&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/MayankPratap/Samchika",
              "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/mayankpratap",
              "text": "github.com/mayankpratap",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mprataps",
              "text": "mprataps",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072788",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44072788&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072788",
              "text": "22 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071690&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://rachelbythebay.com/w/2025/05/22/ssl/",
              "text": "Why I no longer have an old-school cert on my HTTPS site",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=rachelbythebay.com",
              "text": "rachelbythebay.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mcbain",
              "text": "mcbain",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071690",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071690&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071690",
              "text": "114 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071900&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/",
              "text": "Remembering Alasdair MacIntyre",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=wordonfire.org",
              "text": "wordonfire.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=danielam",
              "text": "danielam",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071900",
              "text": "6 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071900&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071900",
              "text": "39 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44032995&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html",
              "text": "Designing type inference for high quality type errors",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=polybdenum.com",
              "text": "polybdenum.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=PaulHoule",
              "text": "PaulHoule",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44032995",
              "text": "4 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44032995&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44032995",
              "text": "6 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073870&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://granta.com/slime/",
              "text": "Slime (2021)",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=granta.com",
              "text": "granta.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Tomte",
              "text": "Tomte",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073870",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073870&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073870",
              "text": "discuss",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44071610&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md",
              "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/notactuallytreyanastasio",
              "text": "github.com/notactuallytreyanastasio",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=rhgraysonii",
              "text": "rhgraysonii",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071610",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44071610&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44071610",
              "text": "24 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44073785&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.anildash.com//2025/05/20/mcp-web20-20/",
              "text": "MCP is the coming of Web 2.0 2.0",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=anildash.com",
              "text": "anildash.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=freediver",
              "text": "freediver",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073785",
              "text": "2 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44073785&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44073785",
              "text": "82 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44050465&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html",
              "text": "The Curious Case of the Pygmy Nuthatch",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=slate.com",
              "text": "slate.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=prawn",
              "text": "prawn",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44050465",
              "text": "9 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44050465&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44050465",
              "text": "13 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44070042&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326",
              "text": "John Carmack talk at Upper Bound 2025",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=twitter.com/id_aa_carmack",
              "text": "twitter.com/id_aa_carmack",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=tosh",
              "text": "tosh",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070042",
              "text": "13 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44070042&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070042",
              "text": "252 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44049926&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html",
              "text": "Satellites Spotting Depth",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=marksblogg.com",
              "text": "marksblogg.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=marklit",
              "text": "marklit",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44049926",
              "text": "10 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44049926&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44049926",
              "text": "19 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44027471&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://modvion.com/",
              "text": "Tallest Wooden Wind Turbine",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=modvion.com",
              "text": "modvion.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=Bluestein",
              "text": "Bluestein",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44027471",
              "text": "12 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44027471&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44027471",
              "text": "103 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44031082&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/",
              "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=quantamagazine.org",
              "text": "quantamagazine.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=pseudolus",
              "text": "pseudolus",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031082",
              "text": "10 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44031082&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031082",
              "text": "16 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44033249&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d",
              "text": "Measuring Lunar North and South Polar Regions",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=iop.org",
              "text": "iop.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=bryanrasmussen",
              "text": "bryanrasmussen",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44033249",
              "text": "3 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44033249&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44033249",
              "text": "2 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44031755&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/",
              "text": "Bits with Soul",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=cam.ac.uk",
              "text": "cam.ac.uk",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mrkeen",
              "text": "mrkeen",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031755",
              "text": "6 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44031755&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44031755",
              "text": "6 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44067409&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://github.com/kepano/defuddle",
              "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=github.com/kepano",
              "text": "github.com/kepano",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=kepano",
              "text": "kepano",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44067409",
              "text": "20 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44067409&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44067409",
              "text": "60 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44048574&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://arxiv.org/abs/2504.05652",
              "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=arxiv.org",
              "text": "arxiv.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=favoboa",
              "text": "favoboa",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44048574",
              "text": "7 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44048574&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44048574",
              "text": "33 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44070532&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://kumo.ai/company/news/kumo-relational-foundation-model/",
              "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=kumo.ai",
              "text": "kumo.ai",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=cliffly",
              "text": "cliffly",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070532",
              "text": "11 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44070532&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44070532",
              "text": "17 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44063248&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://chriskw.xyz/2025/05/21/Fractal/",
              "text": "That fractal that's been up on my wall for years",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=chriskw.xyz",
              "text": "chriskw.xyz",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=chriskw",
              "text": "chriskw",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063248",
              "text": "1 day ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44063248&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063248",
              "text": "37 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44045617&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://quantuminpictures.org/",
              "text": "Quantum Picturalism",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=quantuminpictures.org",
              "text": "quantuminpictures.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=mathgenius",
              "text": "mathgenius",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44045617",
              "text": "9 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44045617&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44045617",
              "text": "14 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44063703&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.anthropic.com/news/claude-4",
              "text": "Claude 4",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=anthropic.com",
              "text": "anthropic.com",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=meetpateltech",
              "text": "meetpateltech",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063703",
              "text": "1 day ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44063703&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44063703",
              "text": "1109 comments",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/vote?id=44072971&how=up&goto=news",
              "text": "",
              "type": "a"
        },
        {
              "href": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html",
              "text": "How I ended up flying for Yemen's national airline – and survived",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/from?site=pprune.org",
              "text": "pprune.org",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/user?id=techonup",
              "text": "techonup",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072971",
              "text": "4 hours ago",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/hide?id=44072971&goto=news",
              "text": "hide",
              "type": "a"
        },
        {
              "href": "https://news.ycombinator.com/item?id=44072971",
              "text": "18 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"
        }
  ],
  "data": [
        {
              "selector": "tr.athing .titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "tr.athing .titleline",
              "results": [
                    {
                          "html": "<a href=\"https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648\">Postgres IDE in VS Code</a><span class=\"sitebit comhead\"> (<a href=\"from?site=microsoft.com\"><span class=\"sitestr\">microsoft.com</span></a>)</span>",
                          "text": "Postgres IDE in VS Code (microsoft.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://foundersatwork.posthaven.com/find-your-people\">Find Your People</a><span class=\"sitebit comhead\"> (<a href=\"from?site=foundersatwork.posthaven.com\"><span class=\"sitestr\">foundersatwork.posthaven.com</span></a>)</span>",
                          "text": "Find Your People (foundersatwork.posthaven.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.cip.org/blog/llm-judges-are-unreliable\">LLM Judges Are Unreliable</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cip.org\"><span class=\"sitestr\">cip.org</span></a>)</span>",
                          "text": "LLM Judges Are Unreliable (cip.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://jordanwtaylor2.substack.com/p/into-the-tunnel\">Into The Tunnel: The secret life of wind tunnels</a><span class=\"sitebit comhead\"> (<a href=\"from?site=jordanwtaylor2.substack.com\"><span class=\"sitestr\">jordanwtaylor2.substack.com</span></a>)</span>",
                          "text": "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://arxiv.org/abs/2505.13775\">Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span>",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://charliesabino.com/caesars-last-breath/\">Caesar's Last Breath</a><span class=\"sitebit comhead\"> (<a href=\"from?site=charliesabino.com\"><span class=\"sitestr\">charliesabino.com</span></a>)</span>",
                          "text": "Caesar's Last Breath (charliesabino.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking\">You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer</a><span class=\"sitebit comhead\"> (<a href=\"from?site=superlinked.com\"><span class=\"sitestr\">superlinked.com</span></a>)</span>",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024\">The metre originated in the French Revolution</a><span class=\"sitebit comhead\"> (<a href=\"from?site=abc.net.au\"><span class=\"sitestr\">abc.net.au</span></a>)</span>",
                          "text": "The metre originated in the French Revolution (abc.net.au)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling\">Sesame Scheme: Unintended Consequences of Allergen Food Labeling</a><span class=\"sitebit comhead\"> (<a href=\"from?site=choicesmagazine.org\"><span class=\"sitestr\">choicesmagazine.org</span></a>)</span>",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/MayankPratap/Samchika\">Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/mayankpratap\"><span class=\"sitestr\">github.com/mayankpratap</span></a>)</span>",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://rachelbythebay.com/w/2025/05/22/ssl/\">Why I no longer have an old-school cert on my HTTPS site</a><span class=\"sitebit comhead\"> (<a href=\"from?site=rachelbythebay.com\"><span class=\"sitestr\">rachelbythebay.com</span></a>)</span>",
                          "text": "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/\">Remembering Alasdair MacIntyre</a><span class=\"sitebit comhead\"> (<a href=\"from?site=wordonfire.org\"><span class=\"sitestr\">wordonfire.org</span></a>)</span>",
                          "text": "Remembering Alasdair MacIntyre (wordonfire.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html\">Designing type inference for high quality type errors</a><span class=\"sitebit comhead\"> (<a href=\"from?site=polybdenum.com\"><span class=\"sitestr\">polybdenum.com</span></a>)</span>",
                          "text": "Designing type inference for high quality type errors (polybdenum.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://granta.com/slime/\">Slime (2021)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=granta.com\"><span class=\"sitestr\">granta.com</span></a>)</span>",
                          "text": "Slime (2021) (granta.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md\">Writing A Job Runner (In Elixir) (Again) (10 years later)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/notactuallytreyanastasio\"><span class=\"sitestr\">github.com/notactuallytreyanastasio</span></a>)</span>",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.anildash.com//2025/05/20/mcp-web20-20/\">MCP is the coming of Web 2.0 2.0</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anildash.com\"><span class=\"sitestr\">anildash.com</span></a>)</span>",
                          "text": "MCP is the coming of Web 2.0 2.0 (anildash.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html\">The Curious Case of the Pygmy Nuthatch</a><span class=\"sitebit comhead\"> (<a href=\"from?site=slate.com\"><span class=\"sitestr\">slate.com</span></a>)</span>",
                          "text": "The Curious Case of the Pygmy Nuthatch (slate.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://twitter.com/ID_AA_Carmack/status/1925710474366034326\">John Carmack talk at Upper Bound 2025</a><span class=\"sitebit comhead\"> (<a href=\"from?site=twitter.com/id_aa_carmack\"><span class=\"sitestr\">twitter.com/id_aa_carmack</span></a>)</span>",
                          "text": "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html\">Satellites Spotting Depth</a><span class=\"sitebit comhead\"> (<a href=\"from?site=marksblogg.com\"><span class=\"sitestr\">marksblogg.com</span></a>)</span>",
                          "text": "Satellites Spotting Depth (marksblogg.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://modvion.com/\">Tallest Wooden Wind Turbine</a><span class=\"sitebit comhead\"> (<a href=\"from?site=modvion.com\"><span class=\"sitestr\">modvion.com</span></a>)</span>",
                          "text": "Tallest Wooden Wind Turbine (modvion.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/\">'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantamagazine.org\"><span class=\"sitestr\">quantamagazine.org</span></a>)</span>",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://iopscience.iop.org/article/10.3847/PSJ/adbc9d\">Measuring Lunar North and South Polar Regions</a><span class=\"sitebit comhead\"> (<a href=\"from?site=iop.org\"><span class=\"sitestr\">iop.org</span></a>)</span>",
                          "text": "Measuring Lunar North and South Polar Regions (iop.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/\">Bits with Soul</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cam.ac.uk\"><span class=\"sitestr\">cam.ac.uk</span></a>)</span>",
                          "text": "Bits with Soul (cam.ac.uk)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://github.com/kepano/defuddle\">Show HN: Defuddle, an HTML-to-Markdown alternative to Readability</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/kepano\"><span class=\"sitestr\">github.com/kepano</span></a>)</span>",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://arxiv.org/abs/2504.05652\">Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span>",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://kumo.ai/company/news/kumo-relational-foundation-model/\">KumoRFM: A Foundation Model for In-Context Learning on Relational Data</a><span class=\"sitebit comhead\"> (<a href=\"from?site=kumo.ai\"><span class=\"sitestr\">kumo.ai</span></a>)</span>",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://chriskw.xyz/2025/05/21/Fractal/\">That fractal that's been up on my wall for years</a><span class=\"sitebit comhead\"> (<a href=\"from?site=chriskw.xyz\"><span class=\"sitestr\">chriskw.xyz</span></a>)</span>",
                          "text": "That fractal that's been up on my wall for years (chriskw.xyz)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://quantuminpictures.org/\">Quantum Picturalism</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantuminpictures.org\"><span class=\"sitestr\">quantuminpictures.org</span></a>)</span>",
                          "text": "Quantum Picturalism (quantuminpictures.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.anthropic.com/news/claude-4\">Claude 4</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anthropic.com\"><span class=\"sitestr\">anthropic.com</span></a>)</span>",
                          "text": "Claude 4 (anthropic.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    },
                    {
                          "html": "<a href=\"https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html\">How I ended up flying for Yemen's national airline – and survived</a><span class=\"sitebit comhead\"> (<a href=\"from?site=pprune.org\"><span class=\"sitestr\">pprune.org</span></a>)</span>",
                          "text": "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "titleline"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "tr.athing .title",
              "results": [
                    {
                          "html": "<span class=\"rank\">1.</span>",
                          "text": "1.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648\">Postgres IDE in VS Code</a><span class=\"sitebit comhead\"> (<a href=\"from?site=microsoft.com\"><span class=\"sitestr\">microsoft.com</span></a>)</span></span>",
                          "text": "Postgres IDE in VS Code (microsoft.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">2.</span>",
                          "text": "2.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://foundersatwork.posthaven.com/find-your-people\">Find Your People</a><span class=\"sitebit comhead\"> (<a href=\"from?site=foundersatwork.posthaven.com\"><span class=\"sitestr\">foundersatwork.posthaven.com</span></a>)</span></span>",
                          "text": "Find Your People (foundersatwork.posthaven.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">3.</span>",
                          "text": "3.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.cip.org/blog/llm-judges-are-unreliable\">LLM Judges Are Unreliable</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cip.org\"><span class=\"sitestr\">cip.org</span></a>)</span></span>",
                          "text": "LLM Judges Are Unreliable (cip.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">4.</span>",
                          "text": "4.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://jordanwtaylor2.substack.com/p/into-the-tunnel\">Into The Tunnel: The secret life of wind tunnels</a><span class=\"sitebit comhead\"> (<a href=\"from?site=jordanwtaylor2.substack.com\"><span class=\"sitestr\">jordanwtaylor2.substack.com</span></a>)</span></span>",
                          "text": "Into The Tunnel: The secret life of wind tunnels (jordanwtaylor2.substack.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">5.</span>",
                          "text": "5.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://arxiv.org/abs/2505.13775\">Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span></span>",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">6.</span>",
                          "text": "6.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://charliesabino.com/caesars-last-breath/\">Caesar's Last Breath</a><span class=\"sitebit comhead\"> (<a href=\"from?site=charliesabino.com\"><span class=\"sitestr\">charliesabino.com</span></a>)</span></span>",
                          "text": "Caesar's Last Breath (charliesabino.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">7.</span>",
                          "text": "7.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking\">You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer</a><span class=\"sitebit comhead\"> (<a href=\"from?site=superlinked.com\"><span class=\"sitestr\">superlinked.com</span></a>)</span></span>",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer (superlinked.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">8.</span>",
                          "text": "8.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024\">The metre originated in the French Revolution</a><span class=\"sitebit comhead\"> (<a href=\"from?site=abc.net.au\"><span class=\"sitestr\">abc.net.au</span></a>)</span></span>",
                          "text": "The metre originated in the French Revolution (abc.net.au)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">9.</span>",
                          "text": "9.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling\">Sesame Scheme: Unintended Consequences of Allergen Food Labeling</a><span class=\"sitebit comhead\"> (<a href=\"from?site=choicesmagazine.org\"><span class=\"sitestr\">choicesmagazine.org</span></a>)</span></span>",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling (choicesmagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">10.</span>",
                          "text": "10.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/MayankPratap/Samchika\">Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/mayankpratap\"><span class=\"sitestr\">github.com/mayankpratap</span></a>)</span></span>",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing (github.com/mayankpratap)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">11.</span>",
                          "text": "11.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://rachelbythebay.com/w/2025/05/22/ssl/\">Why I no longer have an old-school cert on my HTTPS site</a><span class=\"sitebit comhead\"> (<a href=\"from?site=rachelbythebay.com\"><span class=\"sitestr\">rachelbythebay.com</span></a>)</span></span>",
                          "text": "Why I no longer have an old-school cert on my HTTPS site (rachelbythebay.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">12.</span>",
                          "text": "12.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/\">Remembering Alasdair MacIntyre</a><span class=\"sitebit comhead\"> (<a href=\"from?site=wordonfire.org\"><span class=\"sitestr\">wordonfire.org</span></a>)</span></span>",
                          "text": "Remembering Alasdair MacIntyre (wordonfire.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">13.</span>",
                          "text": "13.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html\">Designing type inference for high quality type errors</a><span class=\"sitebit comhead\"> (<a href=\"from?site=polybdenum.com\"><span class=\"sitestr\">polybdenum.com</span></a>)</span></span>",
                          "text": "Designing type inference for high quality type errors (polybdenum.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">14.</span>",
                          "text": "14.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://granta.com/slime/\">Slime (2021)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=granta.com\"><span class=\"sitestr\">granta.com</span></a>)</span></span>",
                          "text": "Slime (2021) (granta.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">15.</span>",
                          "text": "15.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md\">Writing A Job Runner (In Elixir) (Again) (10 years later)</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/notactuallytreyanastasio\"><span class=\"sitestr\">github.com/notactuallytreyanastasio</span></a>)</span></span>",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later) (github.com/notactuallytreyanastasio)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">16.</span>",
                          "text": "16.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.anildash.com//2025/05/20/mcp-web20-20/\">MCP is the coming of Web 2.0 2.0</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anildash.com\"><span class=\"sitestr\">anildash.com</span></a>)</span></span>",
                          "text": "MCP is the coming of Web 2.0 2.0 (anildash.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">17.</span>",
                          "text": "17.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html\">The Curious Case of the Pygmy Nuthatch</a><span class=\"sitebit comhead\"> (<a href=\"from?site=slate.com\"><span class=\"sitestr\">slate.com</span></a>)</span></span>",
                          "text": "The Curious Case of the Pygmy Nuthatch (slate.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">18.</span>",
                          "text": "18.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://twitter.com/ID_AA_Carmack/status/1925710474366034326\">John Carmack talk at Upper Bound 2025</a><span class=\"sitebit comhead\"> (<a href=\"from?site=twitter.com/id_aa_carmack\"><span class=\"sitestr\">twitter.com/id_aa_carmack</span></a>)</span></span>",
                          "text": "John Carmack talk at Upper Bound 2025 (twitter.com/id_aa_carmack)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">19.</span>",
                          "text": "19.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html\">Satellites Spotting Depth</a><span class=\"sitebit comhead\"> (<a href=\"from?site=marksblogg.com\"><span class=\"sitestr\">marksblogg.com</span></a>)</span></span>",
                          "text": "Satellites Spotting Depth (marksblogg.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">20.</span>",
                          "text": "20.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://modvion.com/\">Tallest Wooden Wind Turbine</a><span class=\"sitebit comhead\"> (<a href=\"from?site=modvion.com\"><span class=\"sitestr\">modvion.com</span></a>)</span></span>",
                          "text": "Tallest Wooden Wind Turbine (modvion.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">21.</span>",
                          "text": "21.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/\">'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantamagazine.org\"><span class=\"sitestr\">quantamagazine.org</span></a>)</span></span>",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys (quantamagazine.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">22.</span>",
                          "text": "22.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://iopscience.iop.org/article/10.3847/PSJ/adbc9d\">Measuring Lunar North and South Polar Regions</a><span class=\"sitebit comhead\"> (<a href=\"from?site=iop.org\"><span class=\"sitestr\">iop.org</span></a>)</span></span>",
                          "text": "Measuring Lunar North and South Polar Regions (iop.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">23.</span>",
                          "text": "23.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/\">Bits with Soul</a><span class=\"sitebit comhead\"> (<a href=\"from?site=cam.ac.uk\"><span class=\"sitestr\">cam.ac.uk</span></a>)</span></span>",
                          "text": "Bits with Soul (cam.ac.uk)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">24.</span>",
                          "text": "24.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://github.com/kepano/defuddle\">Show HN: Defuddle, an HTML-to-Markdown alternative to Readability</a><span class=\"sitebit comhead\"> (<a href=\"from?site=github.com/kepano\"><span class=\"sitestr\">github.com/kepano</span></a>)</span></span>",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability (github.com/kepano)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">25.</span>",
                          "text": "25.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://arxiv.org/abs/2504.05652\">Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking</a><span class=\"sitebit comhead\"> (<a href=\"from?site=arxiv.org\"><span class=\"sitestr\">arxiv.org</span></a>)</span></span>",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking (arxiv.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">26.</span>",
                          "text": "26.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://kumo.ai/company/news/kumo-relational-foundation-model/\">KumoRFM: A Foundation Model for In-Context Learning on Relational Data</a><span class=\"sitebit comhead\"> (<a href=\"from?site=kumo.ai\"><span class=\"sitestr\">kumo.ai</span></a>)</span></span>",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data (kumo.ai)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">27.</span>",
                          "text": "27.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://chriskw.xyz/2025/05/21/Fractal/\">That fractal that's been up on my wall for years</a><span class=\"sitebit comhead\"> (<a href=\"from?site=chriskw.xyz\"><span class=\"sitestr\">chriskw.xyz</span></a>)</span></span>",
                          "text": "That fractal that's been up on my wall for years (chriskw.xyz)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">28.</span>",
                          "text": "28.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://quantuminpictures.org/\">Quantum Picturalism</a><span class=\"sitebit comhead\"> (<a href=\"from?site=quantuminpictures.org\"><span class=\"sitestr\">quantuminpictures.org</span></a>)</span></span>",
                          "text": "Quantum Picturalism (quantuminpictures.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">29.</span>",
                          "text": "29.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.anthropic.com/news/claude-4\">Claude 4</a><span class=\"sitebit comhead\"> (<a href=\"from?site=anthropic.com\"><span class=\"sitestr\">anthropic.com</span></a>)</span></span>",
                          "text": "Claude 4 (anthropic.com)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"rank\">30.</span>",
                          "text": "30.",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    },
                    {
                          "html": "<span class=\"titleline\"><a href=\"https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html\">How I ended up flying for Yemen's national airline – and survived</a><span class=\"sitebit comhead\"> (<a href=\"from?site=pprune.org\"><span class=\"sitestr\">pprune.org</span></a>)</span></span>",
                          "text": "How I ended up flying for Yemen's national airline – and survived (pprune.org)",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "title"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "span.titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "td.title .titleline > a",
              "results": [
                    {
                          "html": "Postgres IDE in VS Code",
                          "text": "Postgres IDE in VS Code",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-a-new-ide-for-postgresql-in-vs-code-from-microsoft/4414648"
                                }
                          ]
                    },
                    {
                          "html": "Find Your People",
                          "text": "Find Your People",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://foundersatwork.posthaven.com/find-your-people"
                                }
                          ]
                    },
                    {
                          "html": "LLM Judges Are Unreliable",
                          "text": "LLM Judges Are Unreliable",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.cip.org/blog/llm-judges-are-unreliable"
                                }
                          ]
                    },
                    {
                          "html": "Into The Tunnel: The secret life of wind tunnels",
                          "text": "Into The Tunnel: The secret life of wind tunnels",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://jordanwtaylor2.substack.com/p/into-the-tunnel"
                                }
                          ]
                    },
                    {
                          "html": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "text": "Beyond Semantics: Unreasonable Effectiveness of Reasonless Intermediate Tokens",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2505.13775"
                                }
                          ]
                    },
                    {
                          "html": "Caesar's Last Breath",
                          "text": "Caesar's Last Breath",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://charliesabino.com/caesars-last-breath/"
                                }
                          ]
                    },
                    {
                          "html": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "text": "You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking"
                                }
                          ]
                    },
                    {
                          "html": "The metre originated in the French Revolution",
                          "text": "The metre originated in the French Revolution",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.abc.net.au/news/science/2025-05-20/metre-treaty-anniversary-metric-system-measurement-metrology/105302024"
                                }
                          ]
                    },
                    {
                          "html": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "text": "Sesame Scheme: Unintended Consequences of Allergen Food Labeling",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.choicesmagazine.org/choices-magazine/submitted-articles/unintended-consequences-of-allergen-food-labeling"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "text": "Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/MayankPratap/Samchika"
                                }
                          ]
                    },
                    {
                          "html": "Why I no longer have an old-school cert on my HTTPS site",
                          "text": "Why I no longer have an old-school cert on my HTTPS site",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://rachelbythebay.com/w/2025/05/22/ssl/"
                                }
                          ]
                    },
                    {
                          "html": "Remembering Alasdair MacIntyre",
                          "text": "Remembering Alasdair MacIntyre",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.wordonfire.org/articles/remembering-alasdair-macintyre-1929-2025/"
                                }
                          ]
                    },
                    {
                          "html": "Designing type inference for high quality type errors",
                          "text": "Designing type inference for high quality type errors",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html"
                                }
                          ]
                    },
                    {
                          "html": "Slime (2021)",
                          "text": "Slime (2021)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://granta.com/slime/"
                                }
                          ]
                    },
                    {
                          "html": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "text": "Writing A Job Runner (In Elixir) (Again) (10 years later)",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/notactuallytreyanastasio/genstage_tutorial_2025/blob/main/README.md"
                                }
                          ]
                    },
                    {
                          "html": "MCP is the coming of Web 2.0 2.0",
                          "text": "MCP is the coming of Web 2.0 2.0",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anildash.com//2025/05/20/mcp-web20-20/"
                                }
                          ]
                    },
                    {
                          "html": "The Curious Case of the Pygmy Nuthatch",
                          "text": "The Curious Case of the Pygmy Nuthatch",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://slate.com/culture/2025/05/birds-movies-charlies-angels-2000-pygmy-nuthatch.html"
                                }
                          ]
                    },
                    {
                          "html": "John Carmack talk at Upper Bound 2025",
                          "text": "John Carmack talk at Upper Bound 2025",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://twitter.com/ID_AA_Carmack/status/1925710474366034326"
                                }
                          ]
                    },
                    {
                          "html": "Satellites Spotting Depth",
                          "text": "Satellites Spotting Depth",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://tech.marksblogg.com/depth-anything-v2-maxar-ai-detection.html"
                                }
                          ]
                    },
                    {
                          "html": "Tallest Wooden Wind Turbine",
                          "text": "Tallest Wooden Wind Turbine",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://modvion.com/"
                                }
                          ]
                    },
                    {
                          "html": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "text": "'Turbocharged' Mitochondria Power Birds' Epic Migratory Journeys",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.quantamagazine.org/turbocharged-mitochondria-power-birds-epic-migratory-journeys-20250519/"
                                }
                          ]
                    },
                    {
                          "html": "Measuring Lunar North and South Polar Regions",
                          "text": "Measuring Lunar North and South Polar Regions",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://iopscience.iop.org/article/10.3847/PSJ/adbc9d"
                                }
                          ]
                    },
                    {
                          "html": "Bits with Soul",
                          "text": "Bits with Soul",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.darwin.cam.ac.uk/lectures/entry/bits-with-soul/"
                                }
                          ]
                    },
                    {
                          "html": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "text": "Show HN: Defuddle, an HTML-to-Markdown alternative to Readability",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://github.com/kepano/defuddle"
                                }
                          ]
                    },
                    {
                          "html": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "text": "Sugar-Coated Poison: Benign Generation Unlocks LLM Jailbreaking",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://arxiv.org/abs/2504.05652"
                                }
                          ]
                    },
                    {
                          "html": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "text": "KumoRFM: A Foundation Model for In-Context Learning on Relational Data",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://kumo.ai/company/news/kumo-relational-foundation-model/"
                                }
                          ]
                    },
                    {
                          "html": "That fractal that's been up on my wall for years",
                          "text": "That fractal that's been up on my wall for years",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://chriskw.xyz/2025/05/21/Fractal/"
                                }
                          ]
                    },
                    {
                          "html": "Quantum Picturalism",
                          "text": "Quantum Picturalism",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://quantuminpictures.org/"
                                }
                          ]
                    },
                    {
                          "html": "Claude 4",
                          "text": "Claude 4",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.anthropic.com/news/claude-4"
                                }
                          ]
                    },
                    {
                          "html": "How I ended up flying for Yemen's national airline – and survived",
                          "text": "How I ended up flying for Yemen's national airline – and survived",
                          "attributes": [
                                {
                                      "name": "href",
                                      "value": "https://www.pprune.org/terms-endearment/653181-yemenia-expat-contract-full-info.html"
                                }
                          ]
                    }
              ],
              "key": "titles"
        },
        {
              "selector": "td.subtext .score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "tr + tr > td.subtext .score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "td.subtext > span.subline > span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        },
        {
              "selector": "span.subline > span.score",
              "results": [
                    {
                          "html": "290 points",
                          "text": "290 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073588"
                                }
                          ]
                    },
                    {
                          "html": "98 points",
                          "text": "98 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074017"
                                }
                          ]
                    },
                    {
                          "html": "39 points",
                          "text": "39 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074668"
                                }
                          ]
                    },
                    {
                          "html": "16 points",
                          "text": "16 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074637"
                                }
                          ]
                    },
                    {
                          "html": "42 points",
                          "text": "42 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074111"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073185"
                                }
                          ]
                    },
                    {
                          "html": "10 points",
                          "text": "10 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074531"
                                }
                          ]
                    },
                    {
                          "html": "28 points",
                          "text": "28 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073867"
                                }
                          ]
                    },
                    {
                          "html": "14 points",
                          "text": "14 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44074487"
                                }
                          ]
                    },
                    {
                          "html": "35 points",
                          "text": "35 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072788"
                                }
                          ]
                    },
                    {
                          "html": "127 points",
                          "text": "127 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071690"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071900"
                                }
                          ]
                    },
                    {
                          "html": "31 points",
                          "text": "31 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44032995"
                                }
                          ]
                    },
                    {
                          "html": "15 points",
                          "text": "15 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073870"
                                }
                          ]
                    },
                    {
                          "html": "87 points",
                          "text": "87 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44071610"
                                }
                          ]
                    },
                    {
                          "html": "85 points",
                          "text": "85 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44073785"
                                }
                          ]
                    },
                    {
                          "html": "100 points",
                          "text": "100 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44050465"
                                }
                          ]
                    },
                    {
                          "html": "391 points",
                          "text": "391 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070042"
                                }
                          ]
                    },
                    {
                          "html": "82 points",
                          "text": "82 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44049926"
                                }
                          ]
                    },
                    {
                          "html": "142 points",
                          "text": "142 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44027471"
                                }
                          ]
                    },
                    {
                          "html": "66 points",
                          "text": "66 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031082"
                                }
                          ]
                    },
                    {
                          "html": "7 points",
                          "text": "7 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44033249"
                                }
                          ]
                    },
                    {
                          "html": "23 points",
                          "text": "23 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44031755"
                                }
                          ]
                    },
                    {
                          "html": "363 points",
                          "text": "363 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44067409"
                                }
                          ]
                    },
                    {
                          "html": "37 points",
                          "text": "37 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44048574"
                                }
                          ]
                    },
                    {
                          "html": "97 points",
                          "text": "97 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44070532"
                                }
                          ]
                    },
                    {
                          "html": "520 points",
                          "text": "520 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063248"
                                }
                          ]
                    },
                    {
                          "html": "44 points",
                          "text": "44 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44045617"
                                }
                          ]
                    },
                    {
                          "html": "1924 points",
                          "text": "1924 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44063703"
                                }
                          ]
                    },
                    {
                          "html": "112 points",
                          "text": "112 points",
                          "attributes": [
                                {
                                      "name": "class",
                                      "value": "score"
                                },
                                {
                                      "name": "id",
                                      "value": "score_44072971"
                                }
                          ]
                    }
              ],
              "key": "points"
        }
  ],
  "success": true,
  "advance_config": {
        "console": [],
        "network": [],
        "cookies": []
  },
  "_usage": {
        "input_tokens": 21,
        "output_tokens": 23162,
        "inference_time_tokens": 15378,
        "total_tokens": 38561
  }
}