Kind likes

 Like

Liked Tane Piper (@tanepiper@tane.codes)
Post details
I have a theory that for the last 10 years #faang companies who prefer Code Golf solutions in job interviews means they only end up hiring people who learned to beat the interview, and not actually have software engineering or critical thinking ability. At the same time the need for infinite growth, which is the only basic model SV understands, had driven profits over being a good landlord on the web. https://toot.cafe/@slightlyoff/112833989608905813

 Like

Liked Kubernetes: Which node is a pod on? | Mark Needham
Post details
When running Kubernetes on a cloud provider, rather than locally using minikube, it’s useful to know which node a pod is running on. The normal command to list pods doesn’t contain this information: $ kubectl get pod NAME READY STATUS RESTARTS AGE neo4j-core-0 1/1 Running 0 6m neo4j-core-1 1/1 Running 0 6m neo4j-core-2 1/1 Running 0 2m I spent a while searching for a command that I could use before I came across Ta-Ching Chen’s blog post while looking for something else.

 Like

Liked Patricia Aas (@Patricia@vivaldi.net)
Post details
Off topic random thought about pain. Just remembered something I read once, where a mom gave advice to another mom to give their kid “toddler sedative” and the other mom was “wait what?” and the first mom went “You know, Tylenol” the second goes “that’s not a sedative” first says “works for me, when my kid gets all fussy and cries all the time it knocks him right out” And I’m: … 🙈 madam, if your kid cries a lot and settles right down when they get a painkiller… THEY’RE IN PAIN Why don’t we talk about that more? Just because someone doesn’t have language, and can’t tell you what hurts, doesn’t mean they don’t experience pain. Heard it happen to a lot of autistic folks too, and then people say things like “they have a higher pain threshold” Dude. Just because someone doesn’t have the same pain reaction as you, doesn’t mean their experience is any different. https://social.vivaldi.net/@Patricia/112787457240684355

 Like

Liked Using S3 as a container registry
Post details
For the last four months I’ve been developing a custom container image builder, collaborating with Outerbounds1. The technical details of the builder itself might be the topic of a future article, but there’s something surprising I wanted to share already: you can use S3 as a container registry! You heard it right. All it takes is to expose an S3 bucket through HTTP and to upload the image’s files to specific paths.