Viewing profile — 0xf00ff00f
0xf00ff00f
HN member- Joined
- Sun, Feb 20, 2022, 7:12 PM UTC
- HN karma
- 664
- Public activity
- 133 items
- HN profile
- View on Hacker News ↗
About 0xf00ff00f
Recent public activity
-
comment
Comment #48150396
They're offering bounties: https://github.com/UnsafeLabs/Bounty-Hunters/issues
- comment
-
comment
Comment #47630838
Pretty sure the idea predates that lecture, it appears in Charles Stross' novel Accelerando from 2005 (which is based on short stories that were published years earlier).
-
comment
Comment #47621597
This is the first time humans go beyond LEO in my lifetime, so personally I'm pretty excited.
-
comment
Comment #47518144
No spoilers please, not everyone has seen the movie!
- comment
- comment
-
comment
Comment #46928595
Stephen Baxter's short story "Pilot" is another good one: https://www.stephen-baxter.com/stories.html#pilot
-
comment
Comment #45969053
Same, I thought they had discovered cavorite with their quantum computer or something.
-
comment
Comment #45907052
You can do all that with Vulkan and RenderDoc.
- comment
- comment
-
comment
Comment #44464807
Maybe people mean GenAI. Back then, AI meant stuff like computer algebra systems like Macsyma which produce deterministic, provably correct results. I'm totally OK with that kind o…
-
comment
Comment #44398705
Great video, thanks for the link!
-
comment
Comment #43833897
Many language learning books used to come with audio media. I'm old enough to own a few that came with cassette tapes. Books are still worthwhile IMO, if only because they provide …
-
comment
Comment #43756020
I cheated a bit, I omitted the namespaces. Here's a working version: https://godbolt.org/z/1rE9o3Y95
-
comment
Comment #43752497
First example doesn't look bad in C++23: auto get_ids(std::span data) { return data | filter(&Widget::alive) | transform(&Widget::id) | to (); }
- comment
-
comment
Comment #42727959
> The websites I run generally have a honeypot page which is linked in the headers and disallowed to everyone in the robots.txt, and if an IP visits that page, they get added to a …
- comment
-
comment
Comment #42146009
Also, x86 has an instruction that multiplies two 32-bit registers and stores the 64-bit result in two 32-bit registers. So you get the result of the division in the register with t…
-
comment
Comment #42080043
Same as Strava, now it has a completely pointless AI assistant.
- comment
-
comment
Comment #41897177
Hey, I've seen some of your IOCCC entries. Even had some fun trying to understand them back in the day. IOCCC gang rise up. This is mine: https://www.ioccc.org/years.html#2005_pers…
- comment