Live data from Hacker News

Viewing profile — netburst

netburst

HN member
Joined
Sat, Jan 24, 2026, 4:08 AM UTC
HN karma
11
Public activity
2 items

About netburst

No profile information was provided.

Recent public activity

  1. comment
    Comment #48851983

    3MB of "hot" RAM, stored in a cryogenic flask - a cold boot attack. He isn't selling RAM, he's selling data.

  2. comment
    Comment #46939737

    Since you mention Go, it does offer precisely the feature you describe in the form of build constraints. A file starting with //go:build go1.18 tells the toolchain to use Go 1.18. …