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

mmarx

no profile record

コメント

mmarx
·3 か月前·議論
It's already past midnight in New Zealand, e.g.
mmarx
·5 か月前·議論
In multi-user mode, Nix uses dedicated build users to write to the store. There is also single-user mode, but that also doesn't require a world-writable store.
mmarx
·10 か月前·議論
> Theoretically, we could also go for finding the semantically equivalent C code. However, last time I researched, checking semantic equivalency is a very complex problem. I think it was NP hard.

Already deciding whether two finite automata decide the same (regular) language is PSPACE-complete; it's undecidable for anything that can decide arbitrary context-free languages (which C programs can clearly do).