Live data from Hacker News

Viewing profile — ebiederm

ebiederm

HN member
Joined
Tue, Jun 27, 2023, 2:15 AM UTC
HN karma
93
Public activity
54 items

About ebiederm

Eric Biederman

Recent public activity

  1. comment
    Comment #49092737

    I started before the guide was published. I am 40 years in on challenging myself and learning and improving and there remains so much more I have the opportunity to master.

  2. comment
    Comment #48905462

    I would change "Codex starts encrypting prompts, uses ciphertext for inference instead" to just "Codex starts encrypting prompts" That is enough. Maybe you could say sub agent prom…

  3. comment
    Comment #48812580

    I think a better summary is that google gave someone the responsibility to ensure AI was developed and used ethically, and didn't give them the power to execute that responsibility…

  4. comment
    Comment #48765142

    What? That post says very clearly at the beginning that hybrids are the preferred approach right now. No one except the NSA actually wants a non-hybrid. Which raises the question w…

  5. comment
    Comment #48714288

    California has another distortion. The property value for tax purposes does not change unless you sell. In many other states there is the lesser distortion of property valuearions …

  6. comment
    Comment #48664280

    Dijkstra actually had a much more reasonable title on the article. It was the editor of the publication Niklaus Wirth that changed the title to goto considered harmful. Dijkstra wa…

  7. comment
    Comment #48654253

    Yeah no. Not really. That is what was tried. The S&P 500 didn't play along. A comparatively small number of index funds & retirement accounts that use them will get caught. The maj…

  8. comment
    Comment #48600503

    It is worth noting that register coalescing gets a lot of attention in interference graph coloring allocators because they typically have a pre-pass that inserts copies everywhere …

  9. comment
    Comment #48594522

    The big caveat in what I was saying is that it is only the pure graph coloring portion that has an optimal linear time algorithm. Take code in static single assignment form, or ano…

  10. comment
    Comment #48589154

    The academic literature on register allocation is scary. First is presented a linear time optimal algorithm for graph coloring then it is claimed better can be done by a O(N^2) alg…

  11. comment
    Comment #48565169

    Not who you asked but I took a quick look. Typically Design by Contract has meant runtime assertions. I like that they are doing verification before runtime. At the same time their…

  12. comment
    Comment #48565013

    Thank you. That makes things clearer. I especially appreciate the trick of asserting the intermediate truth to help the prover along. As someone who writes software I very much agr…

  13. comment
    Comment #48535766

    > 36. The use of a program to prove the 4 color theorem will not change mathematics -- it merely demonstrates the theorem, a challenge for a century, is probably not important to m…

  14. comment
    Comment #48535332

    Have you looked at ADA Spark? If you have does it match your intuition of how things should be done? I am slowly working on something where I hope to integrate such a capability fo…

  15. comment
    Comment #48485302

    It is talking about replacing a classic mark/sweep collector for unix domain sockets by something based on Tarjan's Strongly Connected Components.

  16. comment
    Comment #48468624

    Weird. The copy I read says they have just deleted that section of their user agreement.

  17. comment
    Comment #48455319

    Assuming this is correct that is a very intriguing result. FP64 emulated with FP8 running faster than the native FP64 implementation.

  18. comment
    Comment #48429481

    How does it follow that there is no point in trying for formal correctness? In many problems there is an interesting subset that is quickly solvable even when the general case is n…

  19. comment
    Comment #48412905

    Please read the article. The unsolicited security reports are the issue.

  20. comment
    Comment #48332093

    Thank you for posting this. I had heard LLMs were finding a lot of bugs very quickly and now I can see what that looks like from a user perspective.

  21. comment
    Comment #48318335

    Hooray! A static test fire caught a problem. Crap! There was a serious latent problem for the test fire to find.

  22. comment
    Comment #48235699

    Plus pretty blantant plagiarism.

  23. comment
    Comment #48180318

    In addition to capabilities, which implemented the principle of least privilege (and keep untrusted code sandboxed by default) there is a need for binary verification. A check that…

  24. comment
    Comment #48160777

    My reasing of the study is children with significant gut issues and diagnosed with autism see a significant reduction in symptoms when the gut issues are treated. Which leads me to…

  25. comment
    Comment #47969081

    The notification happen when the fix was shipped. That people would prefer to been spoon fed only serious security issues is understandable, but not realistic. A large percentage o…