Live data from Hacker News

Viewing profile — elgis

elgis

HN member
Joined
Thu, Mar 22, 2018, 7:39 PM UTC
HN karma
2
Public activity
3 items

About elgis

No profile information was provided.

Recent public activity

  1. comment
    Comment #19288120

    I hope you're looking for kernel engineers in a few years. This sounds like my dream job, sadly I have still a lot of studies left..

  2. comment
    Comment #18032794

    >Why would you ever need to go below the abstraction level of your high level language to debug. I don't know what you mean by this. If you don't have f.ex. printf available you ha…

  3. comment
    Comment #18030763

    sometimes you might not have even printf available (very low-level software comes to mind) so you're limited to using registers. Without a debugger it would be a nightmare.