Live data from Hacker News

Viewing profile — 0xf00ff00f

0xf00ff00f

HN member
Joined
Sun, Feb 20, 2022, 7:12 PM UTC
HN karma
664
Public activity
133 items

About 0xf00ff00f

same username on github/twitter

Recent public activity

  1. comment
    Comment #48150396

    They're offering bounties: https://github.com/UnsafeLabs/Bounty-Hunters/issues

  2. comment
  3. 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).

  4. comment
    Comment #47621597

    This is the first time humans go beyond LEO in my lifetime, so personally I'm pretty excited.

  5. comment
    Comment #47518144

    No spoilers please, not everyone has seen the movie!

  6. comment
  7. comment
  8. comment
    Comment #46928595

    Stephen Baxter's short story "Pilot" is another good one: https://www.stephen-baxter.com/stories.html#pilot

  9. comment
    Comment #45969053

    Same, I thought they had discovered cavorite with their quantum computer or something.

  10. comment
    Comment #45907052

    You can do all that with Vulkan and RenderDoc.

  11. comment
  12. comment
  13. 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…

  14. comment
    Comment #44398705

    Great video, thanks for the link!

  15. 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 …

  16. comment
    Comment #43756020

    I cheated a bit, I omitted the namespaces. Here's a working version: https://godbolt.org/z/1rE9o3Y95

  17. 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 (); }

  18. comment
  19. 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 …

  20. comment
  21. 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…

  22. comment
    Comment #42080043

    Same as Strava, now it has a completely pointless AI assistant.

  23. comment
  24. 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…

  25. comment