Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    42comments
  2. OpenJev(openjev.com ↗)
    131comments
  3. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    27comments
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    56comments
  5. I don't like passkeys(hawksley.dev ↗)
    57comments
  6. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    5comments
  7. The scourge of x86 emulation(fex-emu.com ↗)
    42comments
  8. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  9. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    289comments
  10. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    151comments
  11. Astra for Law(openai.com ↗)
    616comments
  12. Replacing Pull Requests with Delta(zed.dev ↗)
    25comments
  13. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    39comments
  14. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    244comments
  15. Qwen 3.8 Omni Flash(qwen.ai ↗)
    94comments
  16. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    173comments
  17. Wax motor(wikipedia.org ↗)
    77comments
  18. When the fractional part of a float fixes your shader(crocidb.com ↗)
    9comments
  19. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    238comments
  20. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    51comments
  21. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    discuss
  22. How to Write with an LLM(sockpuppet.org ↗)
    141comments
  23. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  24. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    163comments
  25. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    18comments
  26. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    27comments
  27. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    70comments
  28. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    47comments
  29. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    29comments
  30. Speeding up gearhash on ARM64(sam.dev ↗)
    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.