Viewing profile — opsy_
opsy_
HN member- Joined
- Wed, Nov 09, 2022, 4:51 PM UTC
- HN karma
- 9
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About opsy_
No profile information was provided.
Recent public activity
-
comment
Comment #37213631
Cool concept, I think it's a good mission & target, too many platforms are just content farms or for keeping up appearances. And awesome to see what you're doing with Flutter! Look…
-
comment
Comment #33535140
I think (from working with git newbies) the core difficulty is not understanding the Git's fundamental data structure. If you have computer science training / data structure unders…
-
comment
Comment #33534973
Many past confused teammates of mine I've dropped in to help would disagree. reflog and reset, for better or worse, require what seems to be above-average comfort with git.
-
comment
Comment #33534882
Can you expand on what that 90% is? I'd guess more the other way around. Squash merges are perfect to me for the bulk of PRs- atomic test-passing iterations on the working product.…
-
comment
Comment #33534682
I think the implication is often efforts towards "idiot proofing" don't actually improve effectiveness at the end of the day. They simply add something else to trip on. I'd roughly…
-
comment
Comment #33534334
Sure, unless you bork your local repo enough you need help from a teammate getting your work into a PR. Not to say that doesn't make for a good learning moment.