Live data from Hacker News

Viewing profile — dr4g0n

dr4g0n

HN member
Joined
Sat, Jul 27, 2013, 1:51 AM UTC
HN karma
142
Public activity
27 items

About dr4g0n

No profile information was provided.

Recent public activity

  1. comment
    Comment #44714852

    No need for `xargs` in this case, `find` has been able to take care of this for quite some time now, using `+` instead of `;`: find . -type f -exec perl -p -i -e 's#foo#bar#g' {} +…

  2. comment
    Comment #30642926

    It doesn't correspond to how _you_ say dates; I would write 11/03 for the date, and say "the eleventh of March", so it's internally consistent. Not trying to argue one way or the o…

  3. comment
    Comment #16782271

    I have a similar problem due to the whole "gmail.com" vs. "googlemail.com" thing that came about in Europe in the earlier days of Gmail. When I got my gmail account, Google gave me…

  4. comment
    Comment #15047968

    Only for some banks, e.g. Barclays. HSBC's version[1] does not require a card to use. [1]: https://www.hsbc.co.uk/1/2/contact-and-support/security-cent...

  5. comment
    Comment #10164068

    Do be aware though that this only works if HISTCONTROL is set to 'ignorespace' or 'ignoreboth' (for bash anyway). For zsh, you need to have HIST_IGNORE_SPACE set.

  6. comment
    Comment #10089508

    Looks good, I had previously used Dropbox for personal repositories, but now I might try using them for shared ones. It seems from a quick read of the design document [1] that the …

  7. comment
    Comment #9705953

    It's not exactly hard to do by hand: git add ... git commit --fixup $SHA git stash git rebase -i --autosquash $SHA~ git stash pop

  8. comment
    Comment #9677860

    I was really thrown by the ligatures in some of the command snippets (diff and lostfiles). Why do things manually have to be marked as dependencies? Is that because they were manuall…

  9. comment
    Comment #9398172

    This has reminded me of my old MP3 player, I think it was made by Archos, that had two shuffle modes: "shuffle" & "random". The "random" mode would happily play songs from the play…

  10. comment
    Comment #9374862

    Not for long, unfortunately[1]: On April 30, 2014, we announced the deprecation of the XMPP Chat API as part of the release of Platform API v2.0. The service and API this document …

  11. comment
    Comment #9285079

    You can just pull from someone's local copy, a git checkout is just like a remote (bare) repository that happens to have a tree.

  12. comment
    Comment #9273130

    A version control system with the feature set git has is necessarily complicated, this is not a bad thing. Forcing the complexity on the user is a bad thing, but git does not do th…

  13. comment
    Comment #9171616

    > If you spot a USB flash drive cemented into a wall or kerb, you may have stumbled across a Dead Drop, part of a global art project borrowing tricks from the world of espionage Or…

  14. comment
    Comment #9155006

    So this seems like an automatic version of flattr[1], except you get the perk of no adverts in return. What I wonder though is: what happens if I visit a site that I don't want to …

  15. comment
    Comment #9068409

    > The so-called “ow zone” is a zone that is hard to reach with your thumb, like corners of the screen. The image that goes along with this point demonstrates the areas that are har…

  16. comment
    Comment #8917937

    The site reports that it charges wirelessly, but the video lists the battery as optional - does this mean that on the non-battery version if I move my Mouse Box off the mat it'll s…

  17. comment
    Comment #8413830

    I have 127MB of Location History, trying to use this takes out my browser. It's a shame really, I bet that much data would make for some good visuals.

  18. story
  19. comment
    Comment #8018154

    They missed a trick calling it 'funcgo' instead of 'gofunc'; just think of the tag line: gofunc yourself

  20. comment
    Comment #7949115

    You can create a new branch containing the pull request fairly easily.[1] It's just: git fetch origin pull/ID/head:BRANCHNAME git checkout BRANCHNAME Edit: I see that MaikuMori[2] …

  21. comment
    Comment #7619418

    I've had some good experience with iodine in the past, it's been useful at airports and on trains to bypass captive portals. It's extremely variable in performance, and can sometim…

  22. comment
    Comment #7386658

    Sent! Sorry for the delay. I'm all out of invites now.

  23. comment
    Comment #7376260

    Thank you yarinb! Invite received. I now have two invites, who wants them? Edit: Sent one to lbr, I now have one left.

  24. comment
    Comment #6223641

    I may have to steal that alias, good tip. Ctrl-a/Ctrl-e are equivalent to Home/End (unless you're inside a screen session, which was a terrible choice of binding on their part).

  25. comment
    Comment #6223511

    !! is not at all pointless, "sudo !!" is much easier that Up, Ctrl-a, "sudo ".