Live data from Hacker News

Viewing profile — zombiezen

zombiezen

HN member
Joined
Wed, Jul 18, 2018, 4:09 PM UTC
HN karma
136
Public activity
27 items

About zombiezen

https://www.zombiezen.com

Recent public activity

  1. comment
    Comment #44417622

    Thanks for letting me know! I've updated the blog post to reflect that terminology.

  2. comment
    Comment #44417483

    As the author of the article, I'll say that my intent was to share the good time I had writing a Lua interpreter in Go. Other folks in the thread are right: more than one thing in …

  3. comment
    Comment #44415760

    Yup, as others have mentioned, it's for zb. I originally outlined some background on design goals for this blog post, but the outline for that section was as big as the outline for…

  4. story
  5. comment
    Comment #41629480

    Good point. Opened https://github.com/256lights/zb/issues/47 to track this idea.

  6. comment
    Comment #41601929

    Thank you! My name is Roxy. https://www.zombiezen.com/blog/2024/07/my-name-is-roxy/

  7. comment
    Comment #41597993

    Thanks! And go for it, it's a good learning experience! It's a really interesting problem domain and there's a lot of different directions you can take it.

  8. comment
    Comment #41597967

    Rad! Yes, please keep me in the loop!

  9. comment
    Comment #41597044

    Interesting! Thanks, hadn't seen that yet. (For anyone else curious, the RFC is here: https://github.com/NixOS/rfcs/blob/master/rfcs/0092-plan-dyn... )

  10. comment
    Comment #41596990

    Oh and as for Starlark, I went into more detail over in this thread: https://news.ycombinator.com/item?id=41596426

  11. comment
    Comment #41596977

    Heh, I think I need to add something to the README. I've been pronouncing it as "zeeb" in my head as in the first syllable Zebesian Space Pirate from Metroid, but TIL that that's c…

  12. comment
    Comment #41596753

    Cool! Contact info is in my profile and on my website. :)

  13. comment
    Comment #41596744

    According to Build systems à la carte, "it is not possible to express dynamic dependencies in [Bazel's] user-defined build rules; however some of the pre-defined build rules requir…

  14. comment
    Comment #41596662

    That's accurate (unless the config file attempts to read something from the build process, that will trigger a build). It's a good point about debugging build problems. This is an …

  15. comment
    Comment #41596596

    Not yet, but I've hacked up most of the Linux sandboxing: https://github.com/256lights/zb/issues/29 I want to introduce Windows sandboxing, too, but I'm not as confident about how …

  16. comment
    Comment #41596585

    Nice! It might be a little too rough until I've got a working C compiler for Windows: https://github.com/256lights/zb/issues/6 (and Linux for that matter: https://github.com/256lig…

  17. comment
    Comment #41596578

    Nix sandboxes derivation runs on Linux even without flakes, and I'm planning on implementing that, yes: https://github.com/256lights/zb/issues/29 and https://github.com/256lights/z…

  18. comment
    Comment #41596512

    Tracking issue is https://github.com/256lights/zb/issues/2 The hurdles to interop I see are: - Nixpkgs is not content-addressed (yet). I made a conscious decision to only support c…

  19. comment
    Comment #41596452

    Yup, that was how I built the prototype: https://www.zombiezen.com/blog/2024/06/zb-build-system-proto... The last commit using that approach was https://github.com/256lights/zb/tre…

  20. comment
    Comment #41596426

    (Hi! I recognize your name from Bazel mailing lists but I forget whether we've talked before.) I'm mostly contrasting from Nix, which has difficulty with poisoning cache when faced…

  21. comment
    Comment #41596172

    Yup, remote building and caching is on my radar. I expect it will work much in the same way Nix does now, although I'm being a bit more deliberate in creating an RPC layer so build…

  22. comment
    Comment #41596131

    The Lua VSCode extension adds a type system that works really well IME

  23. comment
    Comment #41595584

    Thank you! <3

  24. story
  25. comment
    Comment #38636001

    That would be my guess as well. Please do let me know what you find, and feel free to open any issues or PRs.