Live data from Hacker News

Viewing profile — mkiwala

mkiwala

HN member
Joined
Thu, Sep 19, 2013, 7:38 PM UTC
HN karma
15
Public activity
15 items

About mkiwala

No profile information was provided.

Recent public activity

  1. comment
    Comment #32454414

    Funny how bottles don’t break as much when they’re worth money intact

  2. 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…

  3. 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...

  4. 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…

  5. 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…

  6. 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.

  7. comment
  8. 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…

  9. comment
  10. comment
    Comment #11057903

    Except for cryptocurrency.

  11. comment
    Comment #10622326

    http://quorumlanguage.com/

  12. story
  13. comment
    Comment #9709333

    I'm using coeros to operate a deis cluster. We deploy to our own data center using openstack.

  14. 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.

  15. 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.