Live data from Hacker News

Viewing profile — levlaz

levlaz

HN member
Joined
Sat, Oct 18, 2014, 3:36 PM UTC
HN karma
1,031
Public activity
203 items

About levlaz

Solutions at Dagger.io

https://levlaz.org

Recent public activity

  1. comment
    Comment #47918871

    So if tropes.md works it doesn’t actually solve the problem. You’ll be reading stuff that you think an LLM didn’t write.

  2. comment
    Comment #47918741

    This person is so addicted to ai that they even had an LLM write this post. I think this is a good reminder about the importance of offline backups. It’s silly how railway treats v…

  3. story
  4. story
  5. story
  6. comment
    Comment #44969136

    Em is dead, AI ruined it for everyone. Sorry.

  7. story
  8. comment
    Comment #44963763

    Hello, Dagger employee here. Thanks so much for taking a look and sharing your feedback! We've heard this feedback in the past and are working on a big docs change that should make…

  9. story
  10. story
  11. comment
  12. comment
    Comment #43930833

    Most wholesome HN post this year

  13. comment
    Comment #43505408

    It’s similar to a builder pattern but not just a builder pattern because depending on the type you can indefinitely pipe context independent types. So it’s a bit of a hybrid betwee…

  14. comment
    Comment #43505380

    If you’re working on your own you may not need dagger. If you’re working on a team often your shell scripts, python programs, and makes files are not always portable between local …

  15. comment
    Comment #43503526

    Thanks for sharing your experience, I'd love to hear more details. Feel free to send me an email if you'd like lev@dagger.io, it would be great to learn from your experience so we …

  16. comment
    Comment #43503515

    Its the same idea. You are taking the instructions in with-exec and pushing it to the previous type. In this case, `from alpine` is a function attached to the container type that h…

  17. comment
    Comment #43503458

    I would lump dagger in with JS (programming language, ecosystem, runtime) and MacOS (operating system) before comparing it to any single tool. Answering "what does dagger do" can b…

  18. comment
    Comment #43498291

    Dagger aims to be more than a build kit interface and more than just a build system. Many people have been using it outside of CI for years. But I can appreciate your perspective. …

  19. comment
    Comment #43498073

    Why is that? It’s just an extra type that has no impact on any other types. It’s a tool in your toolbox that you can use when you need it and ignore otherwise.

  20. comment
    Comment #43498050

    It’s def closer to powershell in all the best ways IMO. But the key point is that the container thing is actually a typed object. So is every other primitive in there including onc…

  21. comment
    Comment #43497002

    You sure can :) Dagger can read dockefiles as is, https://docs.dagger.io/cookbook#build-image-from-dockerfile

  22. comment
    Comment #43496896

    There’s a tiny but of overlap in principle, but you can use dagger shell without having to learn a new language and the interface is much simpler. Give it a try and let me know whi…

  23. comment
    Comment #43496865

    Yeah for sure, this was specifically designed to solve the problems you describe!

  24. comment
    Comment #43496848

    What kind of tooling do you have in mind to replace? Also what would you prefer to see instead of bash compatible?

  25. comment
    Comment #43348777

    This is good practical advice