Live data from Hacker News

Viewing profile — igorw2

igorw2

HN member
Joined
Mon, Jul 30, 2012, 7:44 AM UTC
HN karma
76
Public activity
10 items

About igorw2

How do you recover your password on hacker news?

Recent public activity

  1. comment
    Comment #5349402

    Negative numbers are supported. But if you want a clean solution, implementing a SubtractionOperator is easy enough. Just implement the OperatorInterface.

  2. comment
    Comment #5349384

    There's a pull request for that now. ;-)

  3. comment
    Comment #5349382

    The library supports adding other numbers than 1 and 1. Your use case of adding 2 to 1 is supported. As are multi-digit numbers. As are negative numbers. As you can see, the librar…

  4. comment
    Comment #5165938

    Let me clarify the reason for this. Many people asked for yaml support in composer, and it was shot down. Here's why: Once you start supporting many formats you lose interoperabili…

  5. comment
    Comment #4986024

    xdebug exposes a gdbp interface which supports breakpoints, stepping, inspecting variables, etc. And you can use it with gdb or any GUI that supports gdbp, such as macgdbp. EDIT: I…

  6. story
  7. comment
    Comment #4657958

    Does not work in IE6.

  8. comment
    Comment #4657942

    Yeah, the lack of native non-blocking bindings is quite the issue. There have been some attempts at implementing plain-PHP non-blocking drivers. One of the most impressive I've see…

  9. story
  10. comment
    Comment #4311314

    This is an excellent example of how _not_ to write code. Custom autoloading scheme instead of PSR-0? Classname.inc.php, seriously? Moving on, dynamic variables are a terrible unfea…