mmozuras's comments

mmozuras | 9 years ago | on: How I lost 100lbs in 6 months

Lost 26kg (25% of my weight) in 2013. Doing great so far. Stepping on the scales every day makes sure that weight gain doesn't creep up on me.

mmozuras | 9 years ago | on: Ask HN: What books fundamentally changed the way you think about the world?

That insight gave me more confidence. Before 'Quiet', I wouldn't allow myself to act a certain way or would feel bad if I did.

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 | 10 years ago | on: Ask HN: How do you review code?

We try to solve it in a couple of ways:

* 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 | 12 years ago | on: Software Development is not Typing

I clearly didn't express myself adequately.

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: Show HN: vim-github-comment - Comment commits on GitHub using Vim

Thanks for the feedback!

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.

page 1