Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    94comments
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    9comments
  3. The scourge of x86 emulation(fex-emu.com ↗)
    1comments
  4. Astra for Law(openai.com ↗)
    466comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    115comments
  6. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    199comments
  7. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    18comments
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    150comments
  9. Qwen 3.8 Omni Flash(qwen.ai ↗)
    50comments
  10. Wax motor(wikipedia.org ↗)
    62comments
  11. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    214comments
  12. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    4comments
  13. Waymo in Singapore(waymo.com ↗)
    80comments
  14. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  15. How to Write with an LLM(sockpuppet.org ↗)
    74comments
  16. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    17comments
  17. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    47comments
  18. Fixing an NZXT Signal 4K30 part 2: the green/pink video bug(downtowndougbrown.com ↗)
    8comments
  19. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    18comments
  20. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    34comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    28comments
  22. CrowdSec Source Code Leak(crowdsec.net ↗)
    44comments
  23. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    90comments
  24. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    342comments
  25. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  26. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    31comments
  27. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments
  28. Code Scans(devin.ai ↗)
    4comments
  29. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  30. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    378comments

Four days in the life of HN

88 pointsby 16y agochart.apis.google.com
40 comments
16y agoHN ↗

This is a fri through mon inclusive. The sat was actually the day of startup school.

Orange = requests/sec; black = memory used; red = % time spent in gc; blue = median msec to serve an item page; green = median msec to serve the frontpage. The last two are unnaturally spiky because I use a very narrow window (because we use the same data to to drive our Leftronic screen at YC). So the blue spikes don't represent anything that would have been observable to users.

The slowly rising gc percentage (red) is a sign of memory leaks. They used to be a lot worse before Rtm finally tracked down the main culprit this summer.

We're now getting a bit over 900k page views per day.

16y agoHN ↗

HN is already monetized, albeit indirectly, through discrete and relevant references to YC products. For example the reference to Leftronic in this post.

16y agoHN ↗

I'm not usually one to correct grammar, but discrete and discreet mean very different things.

16y agoHN ↗

It's already monetizing, by getting YC amazing deal flow

16y agoHN ↗

HN is sort of a loss leader for ycombinator. Free advertising for all the YC comings and goings. HN is the leader in mindshare amongst those interested in startups, startup technology and startup culture and (obviously) startup news.

16y agoHN ↗

The slowly rising gc percentage (red) is a sign of memory leaks.

So do you reboot regularly, or what?

16y agoHN ↗

I'd have to restart the server once a week or so if I didn't end up doing it more often anyway because of releases.

16y agoHN ↗

I don't see yellow, but I do see an orange. Was that a typo, or is my monitor seriously mis-calibrated?

16y agoHN ↗

Oops, fixed. For some reason I think of it as yellow, but it is in fact ff7700.

16y agoHN ↗

Google Charts also allows you to set a legend. It really should be part of the graph.

16y agoHN ↗

Though fierarul's comment leads to a natural question. The original comment explaining the graph is really necessary for the link to make sense. Explaining the graph in a comment seems to break the (apparent) convention of submissions being self-contained.

I thought the reason for disallowing both a URL and text in a submission was to avoid this. Though, if a submission that requires a comment is acceptable, why not allow submitting both a URL and text?

16y agoHN ↗

There is a difference. A comment is voted up at the discretion of the users, while text associated with the url would be displayed at the top no matter what. Which would mean the first person who submitted a link could essentially make their comment upon it always be the top one, and define the discussion.

16y agoHN ↗

I think you're missing the point. Imagine if everyone on hn posted a link that directed people to half of the content, and put the other half in a comment. That would make for a pretty crappy trend. Note that your original comment has 25 points, so as you can see there's incentive for people to start doing this.

I think a non-vote-able comment at the top wouldn't do as much damage as you might think. Maybe, instead, make it a rule where half & halfs get filtered/blocked.

16y agoHN ↗

By posting the chart here, I would assume you intended for others to see it, no?

16y agoHN ↗

My point was that the graph wasn't originally intended for others to see. It's a behind the scenes look at HN.

Is this really that big of a problem? Really?

16y agoHN ↗

I really liked the flat-screen monitor up in the YC offices to track the site. I want one for my site. It seemed the site wasn't getting much traffic, but then I realized most of the users were in the room at the time.

16y agoHN ↗

It was in something I added quickly to fix a hole someone discovered. I made the mistake of memoizing the function that generated authentication keys for vote links.

16y agoHN ↗

So either a) hackers work less on Saturdays and Sundays or b) hackers work more on things they're REALLY INTERESTED IN on Saturdays and Sundays ;)

16y agoHN ↗

I have a hard time taking this book seriously since in the preview the author while focused on Christianity and the Protestant Work Ethic says that Christ "Rises to His rest in Heaven" on a Sunday conflating the Resurrection (on a Sunday) with the Ascension (on a Thursday).

Minor quibble in the grand scheme of things, I know!

16y agoHN ↗

How substantially modified is Hacker News code base from news.arc in arc 3.1?

What parts have been modified / extended?

16y agoHN ↗

If only you had applications to read more often. HN would get cool stuff like this all year round :)