HackerLangs
TopNewTrendsCommentsPastAskShowJobs

domenkozar

660 karmajoined il y a 7 ans

Submissions

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

secretspec.dev
3 points·by domenkozar·il y a 7 jours·0 comments

Making devenv start fast, and the whole nixpkgs with it

devenv.sh
2 points·by domenkozar·il y a 14 jours·0 comments

SecretSpec 0.12: audit logs and coding agents

secretspec.dev
3 points·by domenkozar·le mois dernier·0 comments

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

devenv.sh
6 points·by domenkozar·il y a 2 mois·1 comments

Devenv 1.11: Module changelogs and SecretSpec 0.4.0

devenv.sh
1 points·by domenkozar·il y a 8 mois·0 comments

Devenv 1.10: monorepo Nix support with devenv.yaml imports

devenv.sh
3 points·by domenkozar·il y a 9 mois·0 comments

Ephemeral Win11 testing VM for a few bucks per month

paretosecurity.com
3 points·by domenkozar·il y a 10 mois·0 comments

Devenv 1.9: Scaling Nix projects using modules and profiles

devenv.sh
11 points·by domenkozar·il y a 10 mois·1 comments

comments

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

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