HackerLangs
TopNewTrendsCommentsPastAskShowJobs

domenkozar

660 karmajoined قبل 7 سنوات

Submissions

SecretSpec 0.13: SDKs for Python, Node.js, Go, Ruby, and Haskell

secretspec.dev
3 points·by domenkozar·قبل 7 أيام·0 comments

Making devenv start fast, and the whole nixpkgs with it

devenv.sh
2 points·by domenkozar·قبل 14 يومًا·0 comments

SecretSpec 0.12: audit logs and coding agents

secretspec.dev
3 points·by domenkozar·الشهر الماضي·0 comments

Devenv 2.1: Nix with native support for zsh, fish, and nushell via libghostty

devenv.sh
6 points·by domenkozar·قبل شهرين·1 comments

Devenv 1.11: Module changelogs and SecretSpec 0.4.0

devenv.sh
1 points·by domenkozar·قبل 8 أشهر·0 comments

Devenv 1.10: monorepo Nix support with devenv.yaml imports

devenv.sh
3 points·by domenkozar·قبل 9 أشهر·0 comments

Ephemeral Win11 testing VM for a few bucks per month

paretosecurity.com
3 points·by domenkozar·قبل 10 أشهر·0 comments

Devenv 1.9: Scaling Nix projects using modules and profiles

devenv.sh
11 points·by domenkozar·قبل 10 أشهر·1 comments

comments

domenkozar
·قبل 15 ساعة·discuss
Rust, mostly because:

- haskell exceptions and laziness are devastating for production

- too small ecosystem, had to write 10+ SDKs (now with AI that's less of an issue)

- haskell ecosystem is too fragmented due to prima donna prevalence
domenkozar
·قبل 15 ساعة·discuss
We at Cachix have also moved on from Haskell about two years ago and I'm sure someone is going to make a comeback with a language that takes the lessons from it but starts from skratch.

We need more general purpose Elm languages in the space.
domenkozar
·قبل 4 أشهر·discuss
We see project specific environments superior to having global packages installed.

You can do things like creating ad-hoc environments:

$ devenv -O languages.rust.enable:true shell

Once you teach your coding agent to use it, it will just use it to get packages if needs any: https://devenv.sh/integrations/claude-code/#global-configura...
domenkozar
·قبل 5 أشهر·discuss
We're going to see more social networks struggle and something like world.org or similar that protects privacy is needed.
domenkozar
·قبل 7 أشهر·discuss
What if GitHub Actions were local-first and built using Nix (proper locking)?

https://github.com/cachix/cloud.devenv.sh
domenkozar
·قبل 8 أشهر·discuss
You guys need to figure out how to create Slack shared channels in Zed and we're all switching until they won't be needed anymore.
domenkozar
·قبل 9 أشهر·discuss
[flagged]
domenkozar
·قبل 9 أشهر·discuss
[flagged]
domenkozar
·قبل 9 أشهر·discuss
Look at the problem statement, it's exactly the same. When I designed secretspec, I researched the space and no other tool approached secrets in such a way.

Syntax of toml is almost identical, the CLI as well.

It even has the same vocabulary.

I didn't dig deeper though, but I'd be surprised not to find more :)
domenkozar
·قبل 9 أشهر·discuss
[flagged]
domenkozar
·قبل 10 أشهر·discuss
I'm really excited about what teams will build using profiles, they enable all kinds of cool things.