Live data from Hacker News

Viewing profile — ramenprofitable

ramenprofitable

HN member
Joined
Wed, Nov 19, 2025, 9:59 AM UTC
HN karma
5
Public activity
3 items

About ramenprofitable

No profile information was provided.

Recent public activity

  1. story
  2. story
    A claudeism that I want to confirm if anyone else is experiencing

    Does your Claude use the phrase "I contain multitudes" often? I've tried to search for it but the things I mostly get are LLM-centered people using it in their sentences online (du…

  3. comment
    Comment #45977737

    The suckless approach #include #include #include void fizzbuzz(int i) { uint32_t r3 = i % 3; uint32_t r5 = i % 5; uint32_t is_nonzero_3 = (r3 | -r3) >> 31; uint32_t is_nonzero_5 = …