Live data from Hacker News

Viewing profile — HerroRygar

HerroRygar

HN member
Joined
Wed, Feb 15, 2012, 4:36 PM UTC
HN karma
2
Public activity
7 items

About HerroRygar

No profile information was provided.

Recent public activity

  1. comment
    Comment #3848359

    That's interesting...I can't believe I never noticed that.

  2. comment
    Comment #3848206

    I also had this exact problem. I posted this question on StackOverflow about it, and the accepted answer led me to the solution I use now, which is identical to the one described i…

  3. comment
    Comment #3838883

    This looks fantastic! It also has the side effect of making me want to get back in to learning Clojure. The idea of the file not being the fundamental unit of code is especially in…

  4. comment
    Comment #3824169

    I seem to remember reading that Facebook was using XHP, which allowed XML literals. That would certainly be an improvement over "warts-and-all PHP", in my opinion. Of course, I'll …

  5. comment
    Comment #3824136

    Everyone is certainly entitled to their opinions, but I'm puzzled as to whether some of the people claiming that PHP's greatest strength is its deployment model have had significan…

  6. comment
    Comment #3824066

    There's a CoffeScript-ification of PHP called Snow. You can see it here: http://code.google.com/p/php-snow/ Frameworks definitely help a lot. I've done a little work with FuelPHP, …

  7. comment
    Comment #3594899

    Quoted from the documentation: "Every request is wrapped in a Node Fiber". So...essentially, this behaves like a traditional web server? A process listens for incoming connections,…