Live data from Hacker News

Viewing profile — phafu

phafu

HN member
Joined
Mon, Mar 21, 2022, 4:44 PM UTC
HN karma
32
Public activity
8 items

About phafu

No profile information was provided.

Recent public activity

  1. comment
    Comment #49112691

    While there is certainly quite a bit of truth to what you say, I have a few counter arguments: > same order of magnitude as the code implementing it I believe mathematically formul…

  2. comment
    Comment #43961806

    For my purpose I don't need to get back to the original source, no. The gcc part is only relevant with regards to what dialect of assembler I need to parse. If I go that route, I'd…

  3. story
    Ask HN: Help with doing statistics over machine code

    I'd like to do some statistics over the machine code gcc generates, such as a histogram of used instructions, average volatile/preserved registers usage of functions etc. For now j…

  4. comment
    Comment #42508294

    I'm wondering if it would rather make more sense to emulate a CRT with a video projector and some shutter device (maybe a fan?) in front. Has anyone tried that yet?

  5. comment
    Comment #42093039

    thx, fixed

  6. story
  7. comment
    Comment #41358204

    At least for user space usage, I'm not sure a new kernel thing is needed. Quite a while ago I have implemented a user space (single producer / single consumer) ring buffer, which u…

  8. story