Live data from Hacker News

Viewing profile — ronnix

ronnix

HN member
Joined
Sat, Jul 10, 2010, 1:50 PM UTC
HN karma
87
Public activity
42 items

About ronnix

https://github.com/ronnix/

Recent public activity

  1. story
  2. story
  3. comment
    Comment #6344293

    Indeed, Facebook is already using their own fork of PHP.

  4. comment
    Comment #6139151

    Why not Heroku in this case?

  5. comment
    Comment #6029487

    Wish you the best!

  6. 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…

  7. comment
    Comment #5576070

    OK, thanks. But isn't it the point of all ORMs? Why the emphasis on pure?

  8. 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…

  9. 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 …

  10. 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…

  11. comment
    Comment #4952949

    Are they?

  12. comment
    Comment #4654404

    If you want this as a service, you may want to look at http://about.me/

  13. 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…

  14. comment
    Comment #4310031

    What Python tools or libraries are you using for infrastructure automation?

  15. 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?

  16. comment
    Comment #3773301

    Definitely feels faster here in Paris, France.

  17. comment
    Comment #3724795

    or maybe it's a gallicism and he means "coins on the ground"?

  18. comment
    Comment #3699184

    What are some examples of features from other languages that you would like to see in Python?

  19. comment
    Comment #3654881

    France: http://twitter.com/frstartupjobs (run by me) http://www.rudebaguette.com/jobs/

  20. comment
    Comment #2982976

    13" MacBook Pro (2011 Core i7) with 8GB RAM.

  21. comment
    Comment #2907362

    Scoble got his facts wrong, and wrote a followup: https://plus.google.com/111091089527727420853/posts/birhHh9j...

  22. comment
    Comment #2839145

    Google knows: http://www.mathpages.com/home/kmath668/kmath668.htm

  23. comment
    Comment #2744723

    Actually, the router/NAS and set-top-box are two separate devices. And unfortunately the browser is crap. :-(

  24. comment
    Comment #2700784

    Cool. Fabric rocks! People may also want to check out Ian Bicking's Silver Lining tool: http://cloudsilverlining.org/

  25. 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…