Live data from Hacker News

Viewing profile — mrbait

mrbait

HN member
Joined
Tue, Dec 19, 2023, 5:09 PM UTC
HN karma
6
Public activity
9 items

About mrbait

No profile information was provided.

Recent public activity

  1. comment
    Comment #39502401

    A friend used to work part-time at KFC, roughly within your parameters.

  2. comment
    Comment #39502341

    No, it's based on rumours about some local old ladies' begging syndicate. My point was about efficiency though.

  3. comment
    Comment #39467162

    You can trivially make €500/mo as a beggar, but it's extremely time inefficient. In other words, how much time you have per week?

  4. comment
    Comment #39467021

    Man, do I love programming language comedy. This is probably the best I've seen since Dreamberd. I may biased though. Just the "Zápis" and "Popis" column names make me smile becaus…

  5. comment
    Comment #39466914

    It seems to be Swedish in origin, in which case the closest English equivalent would be "mee" or "mew". Roughly speaking, the here is close to what is traditionally transcribed in …

  6. comment
    Comment #38700561

    Is automatic register allocation necessary? Would anybody contest that? Procedures? In and out parameters? Return values? Pointers? References? Integers? Signed? Unsigned? Structs?…

  7. comment
    Comment #38700355

    These all are excellent questions for someone making a systems language, but that's not quite what I had in mind. I'm more interested in surveying the boundary between systems and …

  8. comment
    Comment #38700184

    Oh yes, automatic stack is a good one! How do you think automatically managed strings might work, so that there is as little hidden code and costs as possible, but still decently e…

  9. story
    Ask HN: What is must-have for a systems programming language?

    Obviously, any systems language must have predictable memory layout for at least a subset of its types, including atomic (as in primitive) and composite types -- but probably it's …