Readit News logoReadit News
athoscouto commented on In praise of “normal” engineers   charity.wtf/2025/06/19/in... · Posted by u/zdw
tikhonj · 2 months ago
> The smallest unit of software ownership and delivery is the engineering team.

I see where this is coming from, but it's also pretty sad. In my experience, it tends to create environments where engineers are second-class citizens compared to managers or product: we're just responsible for "delivery", but can't independently make any real decisions beyond a tiny scope. Our timespan of discretion becomes measured in days or weeks, while, on the best teams I've seen, it's measured in months, quarters or years.

It's counterintuitive, but you absolutely can have real individual owernship for engineers without creating single points of failure or brittle systems. It's a matter of having other sources of slack, encouraging quality work, and giving people a lot of room to fluidly adjust what they're working on when. Folks still have real ownership and can make longer-term decisions on their own, but they also collaborate in ad hoc ways and share tacit knowledge, so that somebody else can jump in, help out or even take over in a pinch. I'm being a bit vague, but all I can say is that I've seen this before, and I'll know it when I see it again.

In practice, the model I saw did end up with more rewriting than a normal team—but we were still way more productive overall, even accounting for the rewrites! Turns out that rewriting systems incrementally, in self-contained chunks, is an amazing way to both evolve the design and to build up instutitional knowledge and capacity. It looks like waste, but it's actually slack that is crucial to making your system as a whole more flexible, adaptable and resilient. (In fact, that's true of a lot of the "waste" top-down management systems try to reduce—I'm incresingly convinced that anybody trying to optimize software team "utilization" is actively sabotaging the work!)

athoscouto · 2 months ago
Agreed that you can have real individual ownership. Not only that, I think that is the only way to be really "productive".

But I think that is beside the point.

Individuals are not fungible, but team members are - or at least can be, depending on how you structure your teams.

And as your org grows, you want predictability on a team level. Skipping a bunch of reasoning steps, this means having somewhat fungible team members, to give you redundancy.

The engineering parallel here is the tradeoff between resilience and efficiency. You can make a system more reliable by adding redundancy. You make a system more efficient by removing redundancy.

Deleted Comment

athoscouto commented on Problems with Go channels (2016)   jtolio.com/2016/03/go-cha... · Posted by u/mpweiher
regularfry · 4 months ago
This was 2016. Is it all still true? I know things will be backwards compatible, but I haven't kept track of what else has made it into the toolbox since then.
athoscouto · 4 months ago
Yes. See update 2 FTA for a 2019 study on go concurrency bugs. Most go devs that I know consider using higher level synchronization mechanisms the right way to go (pun intended). sync.WaitGroup and errgroup are two common used options.
athoscouto commented on DSQL Vignette: Wait Isn't That Impossible?   brooker.co.za/blog/2024/1... · Posted by u/fofoz
athoscouto · 9 months ago
I wonder how keys are assigned to rows and how the adjudicator is shared.

The author also mentions a leader adjudicator, which means there is probably some sort of coordination to pick a leader. This raises the question of how a leader is picked, and if leadership changes based on how hot a key is in a given AZ.

This blog series is a great read. Every day Marc drops excellent content and leaves room for questions, which he ends up answering on the following days. Hope more details come next.

athoscouto commented on DSQL Vignette: Transactions and Durability   brooker.co.za/blog/2024/1... · Posted by u/athoscouto
athoscouto · 9 months ago
Neat design! The coolest insight, IMO:

> We’ve learned from building and operating large-scale systems for nearly two decades that coordination and locking get in the way of scalability, latency, and reliability for systems of all sizes. In fact, avoiding unnecessary coordination is the fundamental enabler for scaling in distributed systems

I hope there is a follow-up since the points the author only glossed over are important to understanding the architecture and trade-offs. I would like to know about the cross-adjudicator coordination protocol and how the journal works.

From the information available, it seems that DSQL should be pretty fast as long as you keep writes local. Once you add active-active replication and start writing to the same key in different regions the coordination costs should slow the system down significantly (or not - but if that is the case I want to know how they managed to do it).

athoscouto commented on A mental model for Linux file, hard and soft links   bhoot.dev/2024/on-linux-f... · Posted by u/signa11
athoscouto · 9 months ago
Nice! Two questions for me to follow up later:

- How the OS knows it can clean up an inode after a hard link is deleted? The post mentioned inodes don't see hard links

- What does it mean to have a dead/dangling soft link?

athoscouto commented on Optimizing Beer Glass Shapes to Minimize Heat Transfer – New Results   arxiv.org/pdf/2410.12043... · Posted by u/Luc
pearlsontheroad · 10 months ago
"The American glass, also known as the 'Nadir Figueiredo® glass', due to the family name of the first industry to manufacture it, contains a rather low volume (190 ml) and is exceptionally ugly (Fig. 8)."

Glad to see this one mentioned. In fact, it is so popular that it has become a standard unit of measure in Brazilian recipes. The reason it is so popular is because most beer sold in Brazil comes in 600 ml bottles to be shared by everyone at the table. Beer drinking in Brazil is mostly a social activity.

athoscouto · 10 months ago
I grew up finding those glasses the most horrible thing. Even though they were always popular, they became fashionable recently when new sizes were introduced.

I somehow started to find they kind of beautiful when I worked at a company that only had pint-sized American glasses at their office. Now most cups in my house have this design. They are dirty cheap and very easy to replace.

athoscouto commented on Optimizing Beer Glass Shapes to Minimize Heat Transfer – New Results   arxiv.org/pdf/2410.12043... · Posted by u/Luc
rossdavidh · 10 months ago
Note #8: "Who drinks beer below 10 °C anyway?"
athoscouto · 10 months ago
People in Brazil do. In fact, 10°C would make most Brazilians complain that the beer is too warm
athoscouto commented on Foobar2000   foobar2000.org/... · Posted by u/citruscomputing
nickjj · a year ago
> foobar2000 was my go to player

It is still my go to player, it works great in Windows 10.

athoscouto · a year ago
I haven't consumed audio and video from files for a while now. Streaming has become so convenient (partly because of internet prices and availability) that I don't see myself coming back.

u/athoscouto

KarmaCake day135November 29, 2019View Original