Viewing profile — levlaz
levlaz
HN member- Joined
- Sat, Oct 18, 2014, 3:36 PM UTC
- HN karma
- 1,031
- Public activity
- 203 items
- HN profile
- View on Hacker News ↗
About levlaz
https://levlaz.org
Recent public activity
-
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.
-
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…
- story
- story
- story
-
comment
Comment #44969136
Em is dead, AI ruined it for everyone. Sorry.
- story
-
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…
- story
- story
-
comment
Comment #44292106
Ocaml
-
comment
Comment #43930833
Most wholesome HN post this year
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
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. …
-
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.
-
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…
-
comment
Comment #43497002
You sure can :) Dagger can read dockefiles as is, https://docs.dagger.io/cookbook#build-image-from-dockerfile
-
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…
-
comment
Comment #43496865
Yeah for sure, this was specifically designed to solve the problems you describe!
-
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?
-
comment
Comment #43348777
This is good practical advice