HackerLangs
TopNewTrendsCommentsPastAskShowJobs

domenkozar

660 karmajoined 7 jaar geleden

Submissions

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

secretspec.dev
3 points·by domenkozar·7 dagen geleden·0 comments

Making devenv start fast, and the whole nixpkgs with it

devenv.sh
2 points·by domenkozar·14 dagen geleden·0 comments

SecretSpec 0.12: audit logs and coding agents

secretspec.dev
3 points·by domenkozar·vorige maand·0 comments

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

devenv.sh
6 points·by domenkozar·2 maanden geleden·1 comments

Devenv 1.11: Module changelogs and SecretSpec 0.4.0

devenv.sh
1 points·by domenkozar·8 maanden geleden·0 comments

Devenv 1.10: monorepo Nix support with devenv.yaml imports

devenv.sh
3 points·by domenkozar·9 maanden geleden·0 comments

Ephemeral Win11 testing VM for a few bucks per month

paretosecurity.com
3 points·by domenkozar·10 maanden geleden·0 comments

Devenv 1.9: Scaling Nix projects using modules and profiles

devenv.sh
11 points·by domenkozar·10 maanden geleden·1 comments

comments

domenkozar
·15 uur geleden·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 uur geleden·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 maanden geleden·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 maanden geleden·discuss
We're going to see more social networks struggle and something like world.org or similar that protects privacy is needed.
domenkozar
·7 maanden geleden·discuss
What if GitHub Actions were local-first and built using Nix (proper locking)?

https://github.com/cachix/cloud.devenv.sh
domenkozar
·8 maanden geleden·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 maanden geleden·discuss
[flagged]
domenkozar
·9 maanden geleden·discuss
[flagged]
domenkozar
·9 maanden geleden·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 maanden geleden·discuss
[flagged]
domenkozar
·10 maanden geleden·discuss
I'm really excited about what teams will build using profiles, they enable all kinds of cool things.