mmozuras | 9 years ago | on: How I lost 100lbs in 6 months
mmozuras's comments
mmozuras | 9 years ago | on: Ask HN: What books fundamentally changed the way you think about the world?
One simple example: as an introvert, I would get tired at parties or gatherings of bigger groups. Before 'Quiet', I would try leave unnoticed (slightly embarrassed from leaving so early). Or I would stay and feel increasingly worse. Now I'm better aware of what's going on inside me. I feel more confident and leave. Or I find a quiet corner, read a book on my iPhone for 20 minutes, and get back to the group.
mmozuras | 9 years ago | on: Ask HN: What books fundamentally changed the way you think about the world?
My favorite book in 2013 (http://codingfearlessly.com/year-2013). After reading it, I accepted my introversion and learned how to better use it, view it as a strength instead of weakness.
mmozuras | 9 years ago | on: Ask HN: What software engineering related podcasts are you listening to?
mmozuras | 10 years ago | on: Ask HN: How do you review code?
* Enable smaller PRs. Reviewing 50-150 lines of code is much less daunting. This can be done by using tools like feature flags, AB tests, github/scientist etc.
* Ask/communicate about the quality of PRs. Like: splitting big ones into multiple,writing good descriptions, including the problem and screenshots.
* Automate the trivial parts. We use Pronto (disclaimer: I'm the author - https://github.com/mmozuras/pronto), but there are other tools/services that can help achieve the same result.
mmozuras | 11 years ago | on: Ask HN: What book changed your life in 2014?
https://www.goodreads.com/book/show/3828902-thinking-in-syst...
mmozuras | 11 years ago | on: Ask HN: What's the best technical eBook you have read?
mmozuras | 11 years ago | on: Ask HN: What's the best technical eBook you have read?
Because even the best technology has people behind it.
mmozuras | 12 years ago | on: Software Development is not Typing
I only meant situations where "80% there" (of the original plan) is enough and I certainly did not have in mind "fast and cheap" or "shortcut taking".
Thanks for taking the time to read and comment!
mmozuras | 12 years ago | on: Office. Office never changes
Also: it violates HN Guidelines (http://ycombinator.com/newsguidelines.html)
mmozuras | 12 years ago | on: Ask HN: What kind of side projects are you working on?
A couple of others on the back burner.
mmozuras | 12 years ago | on: Show HN: Pronto - quick automated code review of your branches and pull requests
mmozuras | 12 years ago | on: Show HN: vim-github-comment - Comment commits on GitHub using Vim
https://github.com/mmozuras/vim-github-comment/issues/3
I'm using fugitive myself - so I'll definitely consider interplay opportunities with it :)
mmozuras | 12 years ago | on: Show HN: vim-github-comment - Comment commits on GitHub using Vim
mmozuras | 12 years ago | on: Show HN: vim-github-comment - Comment commits on GitHub using Vim
https://github.com/mmozuras/vim-github-comment/pull/1 https://github.com/mmozuras/vim-github-comment/pull/2
mmozuras | 12 years ago | on: Show HN: vim-github-comment - Comment commits on GitHub using Vim
mmozuras | 12 years ago | on: Show HN: vim-github-comment - Comment commits on GitHub using Vim
You're absolutely correct - and the reason I did it that way: easier to accomplish for the first version. I have the intention to take a stab at implementing inline comments, but it's not that simple. For comment to be inline, a line index in the GitHub diff has to be specified. More information about that particular API method: http://developer.github.com/v3/repos/comments/#create-a-comm...
You can delete these kind of comments by clicking "Show lines notes below" checkbox and proceeding from there.
mmozuras | 13 years ago | on: There Will Be JavaScript
mmozuras | 13 years ago | on: Shell Gamification (how I learn to use my shell aliases)
mmozuras | 13 years ago | on: Vim - Putting arrows to use