Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    29comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    21comments
  3. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    19comments
  4. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    35comments
  5. Show HN: Rickub – The Smartest Git in the Universe(rickub.com ↗)
    1comments
  6. OpenJev(openjev.com ↗)
    190comments
  7. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    190comments
  8. I don't like passkeys(hawksley.dev ↗)
    374comments
  9. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    7comments
  10. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    10comments
  11. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  12. Jemalloc 5.4.0(github.com/jemalloc ↗)
    65comments
  13. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    126comments
  14. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  15. The scourge of x86 emulation(fex-emu.com ↗)
    59comments
  16. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  17. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    172comments
  18. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    discuss
  19. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    283comments
  20. BeanShell3 in Development(beanshell.github.io ↗)
    6comments
  21. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    544comments
  22. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    53comments
  23. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    23comments
  24. Qwen 3.8 Omni Flash(qwen.ai ↗)
    105comments
  25. Show HN: Jev vs. GPT-5.6 and Claude Haiku at Pong(ably.dev ↗)
    discuss
  26. When the fractional part of a float fixes your shader(crocidb.com ↗)
    16comments
  27. How to Write with an LLM(sockpuppet.org ↗)
    172comments
  28. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    57comments
  29. Replacing Pull Requests with Delta(zed.dev ↗)
    57comments
  30. HEIF Heist: image parser RCE exploit(heif-heist.com ↗)
    discuss

Most upvoted HN posts on bootstrapping

36 pointsby 7y agofind.xyz
2 comments
7y agoHN ↗

This list is incomplete. For example "How We Bootstrapped Our SaaS Startup to Ramen Profitability" has 603 points: https://news.ycombinator.com/item?id=15544378

What is your methodology? Here's a BigQuery to get all relevant posts (although you'll have to filter out Twitter Bootstrap manually):

    #standardSQL
    SELECT *
    FROM `bigquery-public-data.hacker_news.full`
    WHERE REGEXP_CONTAINS(title, '[Bb]ootstrap')
    ORDER BY score DESC
    LIMIT 100
7y agoHN ↗

Ah, thanks for that, just added! And the methodology is just manually searching HN for bootstrapping-related posts that are still valid links.