Live data from Hacker News

Viewing profile — mschwaig

mschwaig

HN member
Joined
Thu, Jan 22, 2015, 5:02 PM UTC
HN karma
298
Public activity
131 items

About mschwaig

No profile information was provided.

Recent public activity

  1. comment
    Comment #48717650

    I've been thinking if this could be done in Nix and toyed around with the idea just a little bit using nano-gpt. Hermeticity always seems to mean isolation, but depending on who yo…

  2. comment
    Comment #46588261

    A consequence of universal healthcare that people don't talk about much is that it turns unhealthy citizens from an individual cost into more of a collective one. So it makes sense…

  3. comment
    Comment #46510239

    I think outright shortening copyright terms could be a beneficial policy along similar lines.

  4. comment
    Comment #46248827

    I would blame how Austria, a very small country, is organized into 9 provinces that actually have their own budget and can pass their own laws on some topics. Rail service is funde…

  5. comment
    Comment #45921517

    If you make a conventional AI agent do packaging and configuration tasks, it has to do one imperative step after the other. While it can forget, it can't really undo the effects of…

  6. comment
    Comment #45921115

    Yes, the cycle times are bad and some ecosystems and tasks are a real pain still. I also agree with you when it comes to the task of auditing every line of Nix code that factors in…

  7. comment
    Comment #45920765

    I think as AI gets smarter, defenders should start assembling systems how NixOS does it. Defenders should not have to engage in an costly and error-prone search of truth about what…

  8. comment
    Comment #45774878

    I mentioned another alternative to adding flake-specific metadata to data structures that are transferred over the network, as part of the signed traces or otherwise, in a comment …

  9. comment
    Comment #44906877

    As a current PhD student (working on Nix stuff) let me take this opportunity to congratulate you on your successful PhD defense and publicly thank you for your writing. That you wr…

  10. comment
    Comment #44895586

    I work with Nix a lot, and I had never seen `__findFile`. It's kind of crazy how much there is to know about Nix. I wish there was a bit less surface area to the language. On the o…

  11. comment
    Comment #44846150

    Human-readability was one of the aspects that I enjoyed about using CCL,the Categorical Configuration Language ( https://chshersh.com/blog/2025-01-06-the-most-elegant-config... ), …

  12. comment
    Comment #44473035

    I wrote a paper about how I think trust should work for software dependencies. It very much builds on the hash-based cache lookup mechanism this paper calls constructive traces (in…

  13. comment
    Comment #43174974

    Thanks, and thank you for reading! :)

  14. comment
    Comment #43171720

    I want to try to become an independent researcher, when the funding for my PhD position runs out. My idea for financing this is finding a few companies who pay a retainer fee to no…

  15. comment
    Comment #43046590

    That's great. Feel free to reach out if you want to, I'm happy to answer any questions. It's basically my job, that I really love. :)

  16. comment
    Comment #43046498

    I know about mass rebuilds, but in the parent comment you were talking about fixed output derivations, and committing the hashes for a mass rebuild to version control is technicall…

  17. comment
    Comment #43037992

    Yes. Reproducibility also makes it possible to aggregate information about the links in dependency trees and distribute trust on that basis. That stuff is useful to humans, but it …

  18. comment
    Comment #43037841

    You also couldn't feasibly do that for derivations that actually build packages, instead of fixed output derivations only, because if you the update the package set to include a ne…

  19. comment
    Comment #43037654

    There are also some other gaps left to close to implement this vision, mentioned in this post an my reply to it: https://news.ycombinator.com/item?id=43030046

  20. comment
    Comment #43036711

    I think it would have been a good thing to mention, but difficult to do well in more than a quick reference or sidenote and could easily turn into a extensive detour. I'm saying th…

  21. comment
    Comment #42886933

    Ollama tries to appeal to a lowest common denominator user base, who does not want to worry about stuff like configuration and quants, or which binary to download. I think they wan…

  22. comment
    Comment #42842323

    I think its great that Julien and his coauthors actually show some evidence of Nix working at scale, to successfully rebuild the vast majority of things, and bit-by-bit reproduce a…

  23. comment
    Comment #42599127

    Tools should surface information on the right level of abstraction for their users, and tools should have good UX no matter how much or little their users know. Signature verificat…

  24. comment
    Comment #42593898

    I really wish we would take defining what it means for an artifact to be signed more seriously. Which key(s) is it signed with? What is the hash of the corresponding unsigned artif…

  25. comment
    Comment #40372924

    Of those 100 announcements, 17 are not directly related to AI: 61-64, 66, 68-72, 75, 76, 85, 86, 88, 89 and 91. 5 look like they involve AI (would need to check): 43, 49, 56, 60 an…