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

yiyus

no profile record

コメント

yiyus
·先月·議論
It's not arbitrary. They are the capitals. Capitals are not necessarily the largest cities.
yiyus
·先月·議論
Starevich was doing stop motion animated films in 1912: "The Beautiful Leukanida" or "The Cameraman's Revenge".
yiyus
·5 か月前·議論
I have a little collection of slide rules. I love those things.

I'm not old enough to have used them to do calculations, but I find them extremely useful to explain logarithms and how multiplication can be represented by the sum of logarithms. I actually work with grad students who should know these things, but watching it in a slide rule on their hands really helps to build intuition.
yiyus
·4 年前·議論
> you may find out that the real problem is that solid-state physics isn't object-oriented

I am saving this quote for future use. Thank you :)
yiyus
·8 年前·議論
In Plan 9, special measures were taken to get dot dot right, not so much because of private namespaces but because of bind.

http://doc.cat-v.org/plan_9/4th_edition/papers/lexnames
yiyus
·8 年前·議論
See also: http://doc.cat-v.org/plan_9/4th_edition/papers/lexnames
yiyus
·8 年前·議論
AFAIU the problem, from a theoretical point of view, is not that you need to pass the self function, but how to define it. In pure lambda calculus, there are no named functions, just lambdas, so you actually need the Y combinator for recursion.