Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    44comments
  2. OpenJev(openjev.com ↗)
    132comments
  3. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    26comments
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    56comments
  5. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    5comments
  6. I don't like passkeys(hawksley.dev ↗)
    58comments
  7. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    291comments
  8. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  9. The scourge of x86 emulation(fex-emu.com ↗)
    43comments
  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 ↗)
    43comments
  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 ↗)
    95comments
  16. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    discuss
  17. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    173comments
  18. Wax motor(wikipedia.org ↗)
    77comments
  19. When the fractional part of a float fixes your shader(crocidb.com ↗)
    10comments
  20. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    238comments
  21. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    51comments
  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

Ask HN: What’s the server architecture of Hacker News?

55 pointsby 5y ago
16 comments
I am curious about the overall architecture of Hacker News. After reading the recent thread about it’s expiring certificates, and the linked comments, I searched but couldn’t find an exact answer. So, what kind of hardware and software stack does HN run? Are there any CI/CD tools, analytics, et cetera?
5y agoHN ↗

It's a single WRT54g running OpenWRT on an admins DSL connection.

5y agoHN ↗

I thought it ran on a 10 year old smart fridge.

5y agoHN ↗

Thanks, this didn’t show up when I searched. Still no info about the architecture there, but Lisp still seems to be the man of the show.

5y agoHN ↗

Tangent:

An (early?!) version of HN source code is available on GitHub [1]. It comes with a custom LISP dialect, ARC, that is itself running under MzScheme.

This architecture looks pretty arcane. Has anyone an idea what lead Paul, et. al. to write a custom LISP dialect for building a web forum? Is that a common thing for schemer's to do to get things done? Or does the ARC language predate the HN implementation? I am not sure.

[1] https://github.com/wting/hackernews

5y agoHN ↗

I think I saw in one of his blogs that he used arc elsewhere. I imagine "arc.arc" and "html.arc" were relevant to other projects as well, so I doubt they were developed just for this.

5y agoHN ↗

Someone can correct me if I'm wrong but AFAIK Hacker News was meant to be a MVP for the Arc language itself.

Also a more up to date version of the Arc forum can be found at https://arclanguage.org, and there is a public fork, Anarki at https://github.com/arclanguage/anarki which is not in feature parity with the former, which itself is not in feature parity with Hacker News.

5y agoHN ↗

This knowledge is too powerful, no one can know!

Dan himself takes an amnesia pill whenever the project needs to be modified.

Jokes asides, I'm also very interested in knowing the infra of HN. Comments take a few seconds/minutes to actually appear so I'm guessing there's some queueing involved and probably a lot of caching on the articles?

5y agoHN ↗

So... No microservices SPAs with noSQL database on top of kubernetes in a monorepo?

So disappointing.

5y agoHN ↗

We use an Nginx front end for that. It all runs on the same box though.

5y agoHN ↗

Caching on the same box as everything else is running?

I'm guessing the server must have a ton of RAM, but that's probably why the site is super fast.

5y agoHN ↗

It runs on a quantum AI blockchain and has recently been rewritten in rust /s

5y agoHN ↗

Before I read up on it, let me guess: PHP or Perl.

Update: Oh damn. I took the primitive vibe as a sign the technology would be too. And well, it’s written in a language pg invented.

Other than that it does indeed seem very primitive, though (hosted on some Xeon FreeBSD server, for instance). The only (slight) magic seems to be in ranking/karma.