ginkgo | 14 years ago | on: Show HN: Write a sort, watch it go
ginkgo's comments
ginkgo | 14 years ago | on: Miguel de Icaza: Learning Unix
The only gripe i had with it was that it required typing two spaces after a period. I found this just plain weird, so I fixed it in the tutorial files.
I guess using a blank keyboard also helped quite a bit..
ginkgo | 15 years ago | on: IBM’s Watson Now A Second-Year Med Student
That's actually what they are already doing when pitching new drugs to doctors. Now they only have to convince the system designers and not thousands of practicing doctors.
ginkgo | 15 years ago | on: "The worst algorithm in the world?"
What's nice about it is that it is deterministic yet ridiculously slow.
It can also be really easily implemented in Prolog[1] where you simply define what a permutation and being sorted means. After that you just search for a sorted permutation.
[1] http://rosettacode.org/wiki/Sorting_algorithms/Permutation_s...
ginkgo | 15 years ago | on: The most surprising demographic crisis
ginkgo | 15 years ago | on: Nintendo confirms launching new console in 2012, playable at E3
ginkgo | 15 years ago | on: Introducing Gofix
ginkgo | 15 years ago | on: Meet America's Money Destroyers
ginkgo | 15 years ago | on: Why T-shirts matter at tech companies
ginkgo | 15 years ago | on: Chinese Infinite Magical Hard-Drive
It could work by writing a specific pattern in the first few bytes of the device and then reading/writing in 2^n steps to check if the pattern cycles.
I think I have some counterfeit thumb-drives lying around. Maybe I will try writing something like that..
ginkgo | 15 years ago | on: MIT's artificial leaf is ten times more efficient than the real thing (Wired UK)
I guess that this would need distilled water anyway.
ginkgo | 15 years ago | on: Python is now Python 3
For now, I have to use a self-compiled 2.6 python package. I have locked the python and python2 packages from further updates for now. I hope this situation get better soon.
ginkgo | 15 years ago | on: The physics of Angry Birds
ginkgo | 16 years ago | on: Early 1900s in Colour
You can find all reconstructed images here: http://www.loc.gov/exhibits/empire/
ginkgo | 16 years ago | on: How Grandmas May Play Favorites
All the number-play in the article is completely pointless.
ginkgo | 16 years ago | on: Ask HN: If C++ is so bad, what should game developers use?
ginkgo | 16 years ago | on: Snow Leopard is a terrible name
ginkgo | 16 years ago | on: Introducing Surinx (Ruby syntax w/ Java typing)
$ time python fib.py 40
102334155
real 0m0.013s
user 0m0.000s
sys 0m0.010s
This allows "algorithms" like this: