back
user profile
tzury
11,494karma·2,669submissions·August 24, 2007
about
Math student.
recent activity (2,669 total)
comment
Tell them make the 250 250K and I will consider.
comment
the site's design is unique
comment
thanks allot, although, too cheap is a bit risky.
comment
AWS is not expensive, not at all. However, you can combine GAE and AWS where serving all HTTP from GAE and doing the "rest" on Amazon - that will make it some cheaper
comment
Where do you get VPS for $6/m? Those are usually shared once, aren't they?
comment
too bad the Sopranos are not available anymore ;-)
comment
I'll try to spend my time on other things.
comment
loved that ;-)
comment
1. Most of the Internet runs on open platforms. The Internet is a tremendous revolution by all measures. I strongly believe that your mother, your sister and wife are all been into it already. 2. Have…
comment
Apple tells Mac users, ignore OpenSource revolution. Stay with us, we are closed environment just like M$FT, we just do it with a smile ;-)
comment
I own two laptops, a Macbook Pro and ThinkPad with Linux Only. Yet I cannot agree with this stupid post. Sticking to domain specific historical facts without looking around and viewing the whole spect…
9 pts
comment
Just started reading it. So far great reading. Thank you very much
comment
neat application
comment
Once you said ASP.NET it is clear that you are heading to the web. If you insist not to develop web applications using the greatest open source platforms which serve today all the largest sites, then …
comment
Ubuntu might be already as popular as Mac OS X, and we just not aware of this.
I personally, passed over my macbook after three months and grabbed ThinkPad with Ubuntu. Not sure what it means but loo…
comment
If you plan to deploy your client application as an HTTP application then there isn't much you can do other than let your web application handle it (php/python/ruby whateveer). Another option is writi…
comment
I wish ycombinator will be one day that elegant
comment
That's the way I write these if..else statements
fib = lambda n: n in [0, 1] and n or fib(n-1) + fib(n - 2)
comment
I am practicing the XP principles except the pair programming.
What can I do, after all these days, I am all alone at the top ;~)