Live data from Hacker News

Viewing profile — codingWithGit

codingWithGit

HN member
Joined
Fri, Apr 01, 2016, 7:57 PM UTC
HN karma
9
Public activity
7 items

About codingWithGit

No profile information was provided.

Recent public activity

  1. comment
    Comment #16646328

    Why are people surprised by this? Did everyone forget about these early IMs between zuck and a friend: Zuckerberg: Yea so if you ever need info about anyone at Harvard, just ask. ‘…

  2. comment
    Comment #16617058

    I use zim-wiki. http://zim-wiki.org/ It's open source and uses a text based file format.

  3. comment
    Comment #11410750

    It will be awesome if someone can animate these into a movie or a gif.

  4. comment
    Comment #11410213

    Spaced repetition is more for remembering things. I've had good experience with it. However, I don't think the methods used in this article are valid to test spaced repetition. The…

  5. comment
    Comment #11408120

    you can always do this in the command line locally.

  6. comment
    Comment #11408094

    This is good insight. makes a lot more sense. I think this will take care of 99% of use cases for sqqshing/rebasing. However, I think this is something that will have to be built i…

  7. comment
    Comment #11408056

    If I feel like the history of a branch is important, I add a git tag to the branch head before rebasing. I have a naming convention for these tags. Then I usually do a rebase -i on…