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

tkhattra

no profile record

投稿

A grounded conceptual model for ownership types in Rust

cacm.acm.org
57 ポイント·投稿者 tkhattra·2 か月前·2 コメント

The Automation of Nonsense

xcancel.com
3 ポイント·投稿者 tkhattra·3 か月前·0 コメント

Michael Rabin has died

en.wikipedia.org
414 ポイント·投稿者 tkhattra·3 か月前·90 コメント

Three Questions About Each Bug You Find (1989)

multicians.org
3 ポイント·投稿者 tkhattra·4 か月前·0 コメント

Practical Security in Production

queue.acm.org
20 ポイント·投稿者 tkhattra·8 か月前·1 コメント

The paradoxical efficient market hypothesis (2024)

3quarksdaily.com
95 ポイント·投稿者 tkhattra·9 か月前·90 コメント

コメント

tkhattra
·2 か月前·議論
rip. i got a chuckle out of this trivia on her old website:

> Rob Pike didn't really name my favorite editor after me.
tkhattra
·3 か月前·議論
From Filippo's post: "Sure, papers about an abacus and a dog are funny and can make you look smart and contrarian on forums."
tkhattra
·7 か月前·議論
I think they're already available? e.g. https://dl.acm.org/doi/epdf/10.1145/942572.807045
tkhattra
·4 年前·議論
In the Erlang VM, each Erlang "process" has its own garbage collected heap [1]. There's also an ETS module for more efficiently storing and sharing large amounts of data, but data stored in ETS is not automatically garbage collected [2].

[1] https://www.erlang.org/doc/apps/erts/garbagecollection [2] https://www.erlang.org/doc/man/ets.html