Viewing profile — mrnil
mrnil
HN member- Joined
- Sat, Sep 01, 2012, 12:37 PM UTC
- HN karma
- 179
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mrnil
No profile information was provided.
Recent public activity
-
comment
Comment #8746442
One idea I picked up somewhere: Give kids screen credit, for example 10 coins per week, each worth 30 minutes of screen time. This allows them to freely manage it (e.g. a little bi…
-
comment
Comment #7870538
> Inability to compile Docker from source without using the Docker Project's provided "black box" binary Docker. I also found this particular annoying. To build it from source, mak…
-
comment
Comment #7816186
Yes, Git is maintained very conservative and a lot of effort is put into review and testing even before patches hit the 'pu' or 'next' branch (Git's staging branches), where they u…
- story
-
comment
Comment #4966479
The Road to Somewhere: An American Memoir http://bigamericannight.com/the-road-to-somewhere
-
comment
Comment #4878337
> Which turns out isn't right. Sorry, you lost me; what's not right? > You can set up a bare repository with no working directory A bare repository has no working tree per se. > I …
-
comment
Comment #4877698
No, you are mixing things up here. commit is a local operation.
-
comment
Comment #4877487
Read ProGit: http://git-scm.com/book > "git commit origin master" That's not how to do it :) > I wanted to make it so that they could also commit code into the same repo No. Each d…
-
comment
Comment #4682762
You can find it in contrib: https://github.com/gitster/git/tree/master/contrib/credentia... See man 7 gitcredentials on how to set it up.
-
comment
Comment #4463528
Do you plan on releasing the code?