HackerLangs
トップ新着トレンドコメント過去質問紹介求人

domenkozar

660 カルマ登録 7 年前

投稿

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

secretspec.dev
3 ポイント·投稿者 domenkozar·7 日前·0 コメント

Making devenv start fast, and the whole nixpkgs with it

devenv.sh
2 ポイント·投稿者 domenkozar·14 日前·0 コメント

SecretSpec 0.12: audit logs and coding agents

secretspec.dev
3 ポイント·投稿者 domenkozar·先月·0 コメント

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

devenv.sh
6 ポイント·投稿者 domenkozar·2 か月前·1 コメント

Devenv 1.11: Module changelogs and SecretSpec 0.4.0

devenv.sh
1 ポイント·投稿者 domenkozar·8 か月前·0 コメント

Devenv 1.10: monorepo Nix support with devenv.yaml imports

devenv.sh
3 ポイント·投稿者 domenkozar·9 か月前·0 コメント

Ephemeral Win11 testing VM for a few bucks per month

paretosecurity.com
3 ポイント·投稿者 domenkozar·10 か月前·0 コメント

Devenv 1.9: Scaling Nix projects using modules and profiles

devenv.sh
11 ポイント·投稿者 domenkozar·10 か月前·1 コメント

コメント

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

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