HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yiyus

no profile record

comments

yiyus
·mese scorso·discuss
It's not arbitrary. They are the capitals. Capitals are not necessarily the largest cities.
yiyus
·mese scorso·discuss
Starevich was doing stop motion animated films in 1912: "The Beautiful Leukanida" or "The Cameraman's Revenge".
yiyus
·5 mesi fa·discuss
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 anni fa·discuss
> 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 anni fa·discuss
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 anni fa·discuss
See also: http://doc.cat-v.org/plan_9/4th_edition/papers/lexnames
yiyus
·8 anni fa·discuss
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.