Live data from Hacker News

Viewing profile — mitmaro

mitmaro

HN member
Joined
Mon, Jul 11, 2016, 9:47 PM UTC
HN karma
13
Public activity
8 items

About mitmaro

Software Developer, founding member of the Computer Technology Society Newfoundland and Labrador, B.Sc. Computer Science. I was compiled with pedantic enabled.

Recent public activity

  1. comment
    Comment #26505538

    Related, Clippy, a linter for Rust also does the same and links to https://rust-lang.github.io/rust-clippy/master/index.html .

  2. story
    Show HN: Git Interactive Rebase Tool

    I recently released a major overhaul of a personal project I've been working on and using for about four years. I posted this on HN many years ago, but it didn't receive much tract…

  3. comment
    Comment #23183765

    I've been working on adding diff support to a tool I created a while back for interactive rebases in Git. It's been interesting digging into libgit2 and the Rust bindings. https://…

  4. comment
    Comment #17497325

    Thanks! Great to hear you find it useful!

  5. comment
    Comment #17497234

    I am not a Mac user anymore, but when I was I used Homebrew a fair bit. A Homebrew package would be great and there has been an issue [1] for it for a little while. Adding the Git …

  6. comment
    Comment #17497112

    No problem! Git does a fair bit as files under the covers, so it makes tools such as this very possible.

  7. comment
    Comment #17492950

    Author here, I started this project over two years ago when one of my friends challenged me to write it. It was based on https://github.com/sjurba/rebase-editor , but does not requ…

  8. story