Live data from Hacker News

Viewing profile — noam_k

noam_k

HN member
Joined
Tue, Oct 04, 2022, 7:47 AM UTC
HN karma
156
Public activity
56 items

About noam_k

No profile information was provided.

Recent public activity

  1. comment
    Comment #49054868

    I wouldn't say it's wrong. My preference, however, is creating a fixup commit and using rebase to squash it into the old one. Edit: A sibling comment mentioned "git history fixup" …

  2. comment
    Comment #47701783

    Is it really not ELF? The file starts with the \x7FELF magic, but I'm not by my laptop to see what `file btry` outputs.

  3. comment
    Comment #47273685

    You might want to take a look at differential privacy. It takes an unintuitive amount of noise to make the system useless. You also need to account for how "easy" it is to de-anony…

  4. comment
    Comment #46868258

    I'd like to draw a parallel to carpentry: A carpenter uses tools to shape wood into furniture. Each tool in the toolbox has different uses, but some are more efficient than others.…

  5. comment
    Comment #46364444

    https://lcamtuf.substack.com/

  6. comment
    Comment #45796980

    I'm not sure what exactly you're referring to, but one avenue to implement AI is genetic programming, where programs are manipulated to reach a goal. Lisp languages are great for t…

  7. comment
    Comment #45693283

    That would be cool. I read somewhere that a black hole with the mass of the moon will absorb about as much cosmic radiation as it emits Hawking radiation. This is a fine line betwe…

  8. comment
    Comment #45235150

    I'm surprised the article doesn't mention OpenASIP [0], which not only helps you define the architecture, but also provides RTL synthesis and a working (if not always useful) compi…

  9. comment
    Comment #45177583

    Can anyone explain why the ID of the div is modified?

  10. comment
    Comment #44311834

    I think the issue here is that the server would have to store a copy of the register per peer, as it can't calculate which one is the most recent. Using FHE allows the server to ho…

  11. comment
    Comment #44166902

    This sounds like the "only following orders" argument. _If_ developers _collectively_ were to quit jobs that don't line up with their morals and ethics, we _might_ see a change. I'…

  12. comment
    Comment #43812203

    You may want to look at Lua[0]. It's often used as an embedded scripting language in larger projects (and games), has good performance, is memory safe, and is extensible in the sam…

  13. comment
    Comment #43768408

    I happen to be taking a Team Lead course, and forming habits came up yesterday. 21 days weren't mentioned explicitly, the time frame was "a few weeks". We were given 6 criteria whe…

  14. comment
    Comment #43169391

    Is this a real issue? SCTP runs over IP, so unless your talking about firewalls and such, the support should be there. Edit: a quick search showed that NAT traversal is an issue (o…

  15. comment
    Comment #43158189

    But then you can't tell the difference between 0.12 and 0.00012. Unless you're suggesting to use the strings "0" and "00012", at which point you could just use a byte string with t…

  16. story
  17. comment
    Comment #42533688

    Not a professional mathematician, but you have the benefit of set operations mapping to functions you're familiar with. For example, set union becomes the max function.

  18. comment
    Comment #42315771

    I heard this phrase in college and it stuck: "when all you have in your toolbox is a hammer, every problem looks like a nail".

  19. comment
    Comment #41037076

    When my daughter is standing, I tell her to sit down. When she slouches in her chair, I tell her to sit up. (I'm American, and curious if British have similar/differing expressions…

  20. comment
    Comment #40272958

    Amazing summary, Jeremy! One nitpick is regarding the double-CRT: you are referring to the RNS encoding, when the original paper[0] uses the term to talk about how polynomials are …

  21. comment
    Comment #40155084

    Good point, but HTML already has a workaround by using strings: ... Now, I'm not a JS developer, so my opinion shouldn't count for much, but that looks like a much less usable stan…

  22. comment
    Comment #40076477

    This is a somewhat generally accepted theory. (I don't have sources handy, though.) What makes modern matzah hard is the flour/water ratio. When more water is added, the bread is a…

  23. story
  24. comment
    Comment #39919544

    Very cool stuff! I haven't done much C development lately, so I'm curious how often `strcpy` and `strcat` are used. Last I checked they're almost as big no-nos as using goto. (Yes,…

  25. comment
    Comment #39680726

    Well, if we're going to nitpick, light has zero rest mass[0], but does have mass while in motion. This is how solar sails can work, since they use the momentum from the photons. [0…