January 2008
77 posts
Paul Graham has acquired (or perhaps cultivated) a religious following. The...
– Alex Rubinsteyn
To look at page I send mail to a demon which runs wget and mails the page back...
– Richard Stallman
1 tag
Niebo fizyków - Metafizyczne wnioski z kwantów i... →
2 tags
OOP basics in prototype.js
Creating a class with a constructor and a simple getter.
Foo = Class.create({
initialize: function(name) {
this.name = name;
},
getName: function() {
alert(this.name);
}
});
var foo = new Foo("hello");
foo.getName(); // --> alerts "hello"
Arthur Benjamin: Lightning calculation and other “Mathemagic”
Murray Gell-Mann: Beauty and truth in physics
Arc is out →
1 tag
I tried as an experiment drinking coffee on top of the Modafinil, but this...
– Sleeping Is Giving In
Wordventure - Graphic WordNet database editor →
“It is a graphic WordNet database editor, based on TouchGraph engine. It allows exploration, addition and modification of dictionary contents using Java applet or a standalone Java client application.”
A key insight in solving any problem is knowing which operators (such as...
– “The Research of Allen Newell”
Naukowcy-showmani robią furorę w internecie →
1 tag
Uczyć się pisania dokumentacji od ludzi, którzy nie potrafią stworzyć przyzwoitych materiałów do nauki. Czyż to nie idiotyczne?
2 tags
Just watched Rails performance tutorial. Useful tip: use MySQL’s --log-slow-queries option to discover hot spots early. PostgreSQL counterpart is named log_min_duration_statement.
2 tags
Rails won’t work with default Ubuntu Ruby install, you’ll need openssl package as well. — source
Painless upgrade to Rails 2.0.2.
1 tag
Ach, te wzorce
Wszystko wygląda ładnie, proszę tylko pokazać, czy w środku są wzorce.
Piękne podsumowanie PSO, sam nie wymyśliłbym tego lepiej.
Information Processing Language →
Updated xmonad to version 0.5. Configuration file finally looks reasonable.
Contact lenses with circuits for superhuman vision →
1 tag
The most important single factor influencing learning is what the learner...
– David Ausubel, follower of Jean Piaget. (via wikipedia article on concept maps)
How do we explain this curious doubleness? How can robots be both rational...
– Sex + Love With Robots
1 tag
Robot Sex Studies: Cyberpunked Living is On Its... →
Martin Fowler's big mouthful →
1 tag
You Sucjk at Photoshop. →
Faith, Evolution, and Programming Languages with references to lambda calculus, Curry’s paradox and the Curry-Howard correspondence.
Planner Mode tutorial →
“This page documents how I use Planner Mode for emacs as my part of my personal information management. “
One Laptop Per Child
Mommy, Why is There a Server in the House? →
1 tag
Jednym z najlepiej znanych genów zaburzających segregację jest tak zwany gen t u...
– Richard Dawkins, “Samolubny gen”, s. 292
1 tag
Skończyłem czytać “Samolubny gen”. Teraz czas na trochę fantastyki. :-)
taw on problems with Scheme: car/cdr/lambda - come on, just throw away the historical garbage. The only true names are hd/tl/fn. Now, that’s an improvement! :P