Live data from Hacker News

Viewing profile — davejamesmiller

davejamesmiller

HN member
Joined
Wed, Jun 22, 2011, 9:12 PM UTC
HN karma
53
Public activity
9 items

About davejamesmiller

No profile information was provided.

Recent public activity

  1. comment
    Comment #16509674

    > It looks like the maximum fine is 4% of annual revenue... seems like the regulation has no teeth if you have no revenue. Up to €20 million, or 4% annual global turnover – whichev…

  2. comment
    Comment #14155652

    There is TodoPaper, which seems to be a clone of TaskPaper for Windows. http://widefido.com/products/todopaper/

  3. comment
    Comment #13579259

    It can also be achieved with some Perl: du -h | perl -e 'sub h{%h=(K=>10,M=>20,G=>30);($n,$u)=shift=~/([0-9.]+)(\D)/; return $n*2**$h{$u}}print sort{h($b) h($a)} ;' Source: http://…

  4. comment
    Comment #13235997

    My bad, I thought the first section was a summary and skipped the rest.

  5. comment
    Comment #13235968

    The submission title "OpenWrt and LEDE to re-merge" doesn't match the post which is titled "Talks between OpenWrt and LEDE" and specifically says: > It is still not decided that bo…

  6. comment
    Comment #11861653

    For internet browsing, TunnelBear (via the Chrome plugin - technically a proxy rather than VPN), because it's free and I don't use it often (usually just for testing sites from a d…

  7. comment
    Comment #6229491

    That's what the for loop at the bottom does.

  8. comment
    Comment #6229286

    I'm too lazy to type "jump" so I've modified it to automatically add a Bash alias for each one as well. https://github.com/davejamesmiller/dotfiles/blob/master/.bas...

  9. comment
    Comment #5677431

    Tinker is a very basic REPL - it has no readline support or error handling - so I've just made a package to add Boris support to Laravel 4. https://github.com/davejamesmiller/larav…