Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivan_i
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ivan_i
17y ago
I wrote a Python extension based on the original Ken Perlin's algorithm. Just found it on my hard drive and uploaded it to github: http://github.com/ii/perlin
2.
▲
by
ivan_i
17y ago
add this line to your /etc/hosts 74.207.245.100 _why.usesthis.com and it will work
3.
▲
by
ivan_i
17y ago
Why do you think that Google woudn't register something like гугл.рф? I think it's for folks from the pure rural areas who don't know the latin alphabet at all. They have a right to use computers and the internet too.
4.
▲
The Genie language
(puppylinux.com)
5 points
by
ivan_i
17y ago
|
0 comments
5.
▲
by
ivan_i
17y ago
Almost everyone else does have their holiday in Russia. It is an old Soviet tradition to celebrate every kind of work.
6.
▲
by
ivan_i
17y ago
Or write speed-critical Python iterator directly in C. Python source is the best reference: http://svn.python.org/view/python/trunk/Objects/dictobject.c... (look at the end). Python/C API rules.