Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gtramont
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gtramont
11mo ago
Xiao Xiao and Ninjai *chef's kiss*
2.
▲
by
gtramont
1y ago
https://www.youtube.com/watch?v=28S4CVkYhWA - here's Woody Zuill presenting on the subject. Nowadays this practice is also known as Software Teaming, or Ensemble Programming.
3.
▲
by
gtramont
1y ago
Here's a list of mutation testing tools for various languages: https://github.com/theofidry/awesome-mutation-testing If you're looking for an option for Go, https://github.com/gtramontina/
4.
▲
by
gtramont
2y ago
The major problem I see with these "performance reviews" is putting everything into the same bucket: feedback, compensation, career ladder progression—which I could go on about, but this isn't the point I'm trying to mak
5.
▲
by
gtramont
2y ago
Unfortunately the chain approach breaks down when if you need to `map` to a different type, for example. Go does not allow generic typed methods.
6.
▲
by
gtramont
2y ago
Back when the Go team announced generics, I had a go (pun intended) at it: https://github.com/gtramontina/go-extlib -- might resurrect it one day. `lo` is pretty comprehensive though.
7.
▲
by
gtramont
3y ago
Came here looking for this comment. It seems that Kent's re-discovering (re-inventing?) event sourcing…?
8.
▲
by
gtramont
3y ago
And yet, there they are… clueless… pushing down traditional management practices that incentivize the exact opposite of what they "say" they want: collaboration. Unfortunately. * sigh *
9.
▲
Ooze: Mutation Testing Library for Golang
(github.com)
2 points
by
gtramont
3y ago
|
0 comments
10.
▲
Ooze: Mutation Testing Library for Golang
(github.com)
2 points
by
gtramont
3y ago
|
0 comments
11.
▲
by
gtramont
4y ago
I take not mentioning hypermedia in a post discussing REST as a huge red flag. The author mentions Roy Fielding's dissertation, but apparenly they didn't read it thoroughly. Furthermore, I believe that a huge confusion comes from
12.
▲
Ooze: Mutation Testing Library for Golang
(github.com)
1 points
by
gtramont
4y ago
|
0 comments
13.
▲
by
gtramont
4y ago
Hence "reminds me". Indeed they aren't the same, but I disagree that they're unrelated. I'd recommend getting past the article and book titles to understand how these jobs come to be in the first place.
14.
▲
by
gtramont
4y ago
Reminds me of the late David Graeber' BS Jobs: https://web.archive.org/web/20220901173213/https://www.strik... and the book that followed.
15.
▲
Annual Performance Reviews Ruin Everything
(medium.com)
4 points
by
gtramont
4y ago
|
0 comments
16.
▲
by
gtramont
4y ago
That's an interesting question. I've been meaning to write something about it for ages. Here's a brief: People, vision and ways of working. With time, I've developed my values and principles that makes me practically une
17.
▲
by
gtramont
4y ago
Another option that it is worth exploring: https://hyperview.org/
18.
▲
by
gtramont
4y ago
"Slack handles this well" That's questionable… ':) — Though I get it now. And that's indeed a need! Reminds me of when we needed to setup IRC bouncers to not lose history. Thanks.
19.
▲
by
gtramont
4y ago
> Make Slack and Discord communities Google-searchable Isn't Slack an acronym for "Searchable Log of All Communication and Knowledge"?! Then they either failed miserably at making it searchable to the point of requiring an
20.
▲
by
gtramont
5y ago
After taking a stab at some more functional approach with generics in Go — https://github.com/gtramontina/go-extlib — I do agree that some of it does feel shoehorned. Although for some other constructs, it feels quite
21.
▲
by
gtramont
5y ago
Closely related: https://www.manim.community/
22.
▲
by
gtramont
5y ago
(disclaimer: I've never ran I company myself, but have been part of numerous teams and experienced some growth pain; so the following is my [sort of] one-sided view of the picture) That's a pet peeve of mine. Adding more people fe
23.
▲
by
gtramont
5y ago
This is amazing! Thanks for the link.
24.
▲
by
gtramont
6y ago
Maybe the following links can help in understanding hypertext/hypermedia? http://amundsen.com/hypermedia/hfactor/ https://gtramontina.com/h-factors/
25.
▲
by
gtramont
6y ago
"Logging is a feature", as the authors of Growing Object-Oriented Software Guided by Tests state. As such, we need to treat them as we would treat any other feature. One relatively straightforward way of adding logs is by decorati
26.
▲
by
gtramont
6y ago
Take a look at https://hypothes.is/
27.
▲
Programming Profession
(wiki.c2.com)
1 points
by
gtramont
8y ago
|
0 comments
28.
▲
by
gtramont
8y ago
https://leanpub.com/esversioning
29.
▲
Symptoms of well functioning, high-perfoming teams
(twitter.com)
3 points
by
gtramont
8y ago
|
0 comments
30.
▲
by
gtramont
8y ago
The same ideas still apply. Take a look at this explanation: http://vvgomes.com/javascript-dependency-injection/ -- suggestion for after you read the post: depending on your needs I'd recommend not using the defau
More ›