Viewing profile — mkiwala
mkiwala
HN member- Joined
- Thu, Sep 19, 2013, 7:38 PM UTC
- HN karma
- 15
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mkiwala
No profile information was provided.
Recent public activity
-
comment
Comment #32454414
Funny how bottles don’t break as much when they’re worth money intact
-
comment
Comment #21363598
> “This replacement effort exponentially increased message storage capacity and operator response times for critical nuclear command and control message receipt and processing.” Gl…
-
comment
Comment #17965685
This is the second denied passport story I’ve seen recently. The first one was here: https://www.washingtonpost.com/amphtml/world/the_americas/us...
-
comment
Comment #14181441
> that rebasing as part of a workflow was part lack of discipline when creating commits Because we have rebase, there is not as much need for discipline when creating commits, beca…
-
comment
Comment #14181425
What you are describing is not what the author of the article is advocating, which is `git merge --squash`. What you've described -- committing often and later combining commits to…
-
comment
Comment #14181407
I think my way of working is not too dissimilar from yours. I definitely use plenty of `rebase -i` in my workflow.
- comment
-
comment
Comment #14179791
I don't think I will ever understand people's fascination with squashing feature branches. Develop on a branch, yes; rebase the branch instead of merging in master, sure. But why d…
- comment
-
comment
Comment #11057903
Except for cryptocurrency.
-
comment
Comment #10622326
http://quorumlanguage.com/
- story
-
comment
Comment #9709333
I'm using coeros to operate a deis cluster. We deploy to our own data center using openstack.
-
comment
Comment #7763247
Better yet, use `set editing-mode vi' in your .inputrc so that bash and other readline enabled utilities default to vi-style bindings.
-
comment
Comment #6413757
The sqlite3 .import command does not handle quoted csv values. "Doe, John", 1234 Pine St, Springfield That would be imported as 4 fields, not 3.