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

kruhft

no profile record

コメント

kruhft
·5 か月前·議論
This is probably going to be taken down like my site was that used Web Torrent.

dropclickpaste.com is for sale. kruhft.at.gmail.com
kruhft
·3 年前·議論
Crashed my machine. I didn't know they could set web workers to realtime priority.

Had to reboot.

Lame.
kruhft
·3 年前·議論
[flagged]
kruhft
·10 年前·議論
Plan9 uses a different dialect of C written by Ritchie (his last compiler) than most of today's software. Also, the standard library and programming model are quite substantially different than the ANSI C model. There is something on Plan9 called APE (ANSI Posix Environment), which is kind of like WINE (an emulation layer, not an emulator or compatible ABI), for porting ANSI C apps, but it's built with a rather old version of GCC and is far from complete.

Meaning, most software won't run on Plan9 without major modifications, so bringing a modern GCC/CLANG would give access to better compilation, but really there needs to be more work on APE to get more software over (lots of low hanging fruit there from what I've seen).