Viewing profile — ronnix
ronnix
HN member- Joined
- Sat, Jul 10, 2010, 1:50 PM UTC
- HN karma
- 87
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About ronnix
Recent public activity
- story
- story
-
comment
Comment #6344293
Indeed, Facebook is already using their own fork of PHP.
-
comment
Comment #6139151
Why not Heroku in this case?
-
comment
Comment #6029487
Wish you the best!
-
comment
Comment #5848292
Check out what my friends at CozyCloud are working on: https://www.cozycloud.cc/ They want to be your user-friendly personal cloud. Easy as an an App Store. Open source. Host it wh…
-
comment
Comment #5576070
OK, thanks. But isn't it the point of all ORMs? Why the emphasis on pure?
-
comment
Comment #5575662
> I'm not very familiar with the culture of the Python community so this might come across as offending, but why such an obsession with "pure" Python? I think it refers to the impl…
-
comment
Comment #5572452
Did a lot of AMOS too when I was in high school. We made a nice platform game with two friends and released it as shareware. Lots of small experiments too, including some attempts …
-
comment
Comment #5429172
Were some companies acquired multiple times the same year, or is there a bug somewhere? (RazorFish is listed 3 times in 2002, DoubleClick and Skype twice in 2005, Getty Images twic…
-
comment
Comment #4952949
Are they?
-
comment
Comment #4654404
If you want this as a service, you may want to look at http://about.me/
-
comment
Comment #4437985
They're meant to differentiate their CPUs, and find a good use for the billions of transistors that their process technology allows them to include in their designs. So the questio…
-
comment
Comment #4310031
What Python tools or libraries are you using for infrastructure automation?
-
comment
Comment #4283533
I like this, and I just signed up! Do you think tipping is something that GitHub might want to add as a core feature of their web site?
-
comment
Comment #3773301
Definitely feels faster here in Paris, France.
-
comment
Comment #3724795
or maybe it's a gallicism and he means "coins on the ground"?
-
comment
Comment #3699184
What are some examples of features from other languages that you would like to see in Python?
-
comment
Comment #3654881
France: http://twitter.com/frstartupjobs (run by me) http://www.rudebaguette.com/jobs/
-
comment
Comment #2982976
13" MacBook Pro (2011 Core i7) with 8GB RAM.
-
comment
Comment #2907362
Scoble got his facts wrong, and wrote a followup: https://plus.google.com/111091089527727420853/posts/birhHh9j...
-
comment
Comment #2839145
Google knows: http://www.mathpages.com/home/kmath668/kmath668.htm
-
comment
Comment #2744723
Actually, the router/NAS and set-top-box are two separate devices. And unfortunately the browser is crap. :-(
-
comment
Comment #2700784
Cool. Fabric rocks! People may also want to check out Ian Bicking's Silver Lining tool: http://cloudsilverlining.org/
-
comment
Comment #2699266
The Python interpreter does an implicit "import site" on initialization. You can disable it using the -S option if/when you care about startup time. Here are some numbers on my Mac…