Live data from Hacker News

Viewing profile — parf73

parf73

HN member
Joined
Thu, Jan 10, 2013, 5:40 PM UTC
HN karma
2
Public activity
3 items

About parf73

No profile information was provided.

Recent public activity

  1. comment
    Comment #5147887

    i've migrated from iphone to galaxy note really like form factor my wife's iphone5 works much faster and more stable (plus ive $500+ content in itunes) once apple released big ipho…

  2. comment
    Comment #5049691

    great simplistic php testing framework: https://github.com/parf/spartan-test

  3. comment
    Comment #5038406

    @operator is much faster in 5.4.x $x = @$f["x"] is right place to use it. $x = @custom_func() - is a disaster, do not do it