Viewing profile — kevingoslar
kevingoslar
HN member- Joined
- Tue, Apr 03, 2012, 11:10 PM UTC
- HN karma
- 111
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About kevingoslar
Recent public activity
-
comment
Comment #45323337
If the thinking was truly "slower", i.e. have less throughput, it would result in fewer insights overall, i.e. lower intelligence. This doesn't seem to be the case since the author…
-
comment
Comment #33677091
I use https://www.git-town.com/nested-feature-branches.html .
- story
- comment
-
comment
Comment #25367869
Since my original post is now flagged and hidden, what I said is no longer visible and I cannot let these misinterpretations stand unaddressed. I said that not everything that appe…
-
comment
Comment #25353265
I'd maintain that awareness, training, and tooling are essential for achieving constructive outcomes here. Without knowing that one has dark personality traits, and thereby a parti…
-
comment
Comment #25352803
That's not how dark personalities are defined. With enough training one can recognize them. Relevant video: https://youtu.be/GaeJCA4nRPI
-
comment
Comment #25352749
The older I get, the more I realize how many problems in the world are caused by the dark personality spectrum. Most men, police officers, priests, white people, catholics, politic…
- story
-
comment
Comment #21505323
Please note that the article merely encourages the application of some of the best practices introduced by functional programming - strong typing and more mindfulness around mutabi…
-
comment
Comment #21501287
Agreed, sorry for the paywall. Is there a better place to post such stories than Medium?
- story
-
comment
Comment #19876716
I also don't expect that a lot of the existing Java code will be rewritten in Go. But there exists a whole array of startups/unicorns today who use Go extensively. Many of them wil…
- story
-
comment
Comment #16812540
In addition to the right culture, great platforms enable great ecosystems. I have found that putting everything as Markdown on a collaboration platform like Github/GitLab works rea…
-
comment
Comment #14387643
Git Town started out as Git aliases written in Bash. Version 3 was many hundred lines of Bash, pushing it beyond what Bash was designed for. At some point it got ridiculous, and we…
-
comment
Comment #14387630
It shows the Git commands it runs, as well as their output. So, you know exactly what Git is doing.
-
comment
Comment #14387621
Hub is awesome, and orthogonal to what Git Town does. You can use both together, though.
-
comment
Comment #14387607
Git Town covers a ton of edge cases. Just look at their "features" folder. If something goes wrong, Git Town allows to cleanly abort and undo what it did so far and go back to wher…
-
comment
Comment #14387555
Good suggestion, will add them! Git Town uses Cucumber as living documentation: https://github.com/Originate/git-town/blob/master/features/g...
-
comment
Comment #14387518
Git Town contributor here. Thanks! I love your aliases. That's exactly how Git Town started. Then people kept adding logic to cover edge cases, abort and undo operations, as well a…
-
comment
Comment #14387467
Git Town doesn't replace Git, nor does it try to shield you from learning how Git works. It shows the Git commands it runs for you, as well as their output. When using it, one shou…
-
comment
Comment #14387433
Git Town contributor here. This tool was built to help stay sane in large high-velocity development teams. In such environments, one can easily spend an hour (or so) each day resol…
-
comment
Comment #12790178
There is a way to support both styles at the same time, and most libraries (that I'm aware of) use it. If a callback is given, call it with the result. If not, return a promise for…
-
comment
Comment #10764748
Great to see that Rails still has so much momentum!