Viewing profile — codingWithGit
codingWithGit
HN member- Joined
- Fri, Apr 01, 2016, 7:57 PM UTC
- HN karma
- 9
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About codingWithGit
No profile information was provided.
Recent public activity
-
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. ‘…
-
comment
Comment #16617058
I use zim-wiki. http://zim-wiki.org/ It's open source and uses a text based file format.
-
comment
Comment #11410750
It will be awesome if someone can animate these into a movie or a gif.
-
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…
-
comment
Comment #11408120
you can always do this in the command line locally.
-
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…
-
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…