Viewing profile — ivan_i
ivan_i
HN member- Joined
- Sun, Jul 05, 2009, 1:45 PM UTC
- HN karma
- 48
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ivan_i
No profile information was provided.
Recent public activity
-
comment
Comment #1105727
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
-
comment
Comment #1072466
add this line to your /etc/hosts 74.207.245.100 _why.usesthis.com and it will work
- comment
-
comment
Comment #913279
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 t…
- story
-
comment
Comment #819636
Almost everyone else does have their holiday in Russia. It is an old Soviet tradition to celebrate every kind of work.
-
comment
Comment #768764
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). Pytho…