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

geddawm

no profile record

コメント

geddawm
·4 か月前·議論
It's unreal. I've packaged so many super daunting packages that would take myself weeks to package (and some that I've tried and failed to package). I have 6 years of daily driving nixos...So I'm not exactly new to the distro.

Even messing with stdenv or language builders is trivialized. Any software that I want, I can get within a few hours of claude/codex just spinning unsupervised. It's so nice! Underrated for sure.
geddawm
·2 年前·議論
can I use this in neovim? Something like fzf.vim
geddawm
·2 年前·議論
It's a show stopper that there's no macos support (afaiu). Eagerly awaiting that...
geddawm
·2 年前·議論
I believe you're referring to:

> Store-based systems, however, are static in nature, with all dependencies being resolved at build time.

I think the author is saying that the shared libraries (.so) are available at build time on store-based systems and never change. Thus, the dynamic linker can speed up symbol resolution by doing the symbol resolution at build time and sticking the result in output binary. This is distinct from static linking which sticks the entire library (.a) into the output binary.