An article from Alex Ewerlöf on how the Staff Engineer Archetypes can backfire.
Honestly, it’s not the best of his articles, but it’s a good illustration that you cannot “lock yourself” just on a single aspect of your work. Especially, once you’ve gotten high enough to levels such as a Staff Engineer.
#culture #career
Honestly, it’s not the best of his articles, but it’s a good illustration that you cannot “lock yourself” just on a single aspect of your work. Especially, once you’ve gotten high enough to levels such as a Staff Engineer.
#culture #career
Alexewerlof
Staff archetypes can be anti-patterns
Why using the Staff+ archetypes as job titles is counterproductive and what to do instead?
🔥5👍1
A story from OpenAI on how they scale Postgres.
While this is an interesting read, and you can definitely borrow some ideas from there; I got an impression that OpenAI is moving towards Azure’s CosmosDB from Postgres.
Cosmos DB, from my understanding, is a document-oriented DB from Microsoft, similar to MongoDB.
#databases
While this is an interesting read, and you can definitely borrow some ideas from there; I got an impression that OpenAI is moving towards Azure’s CosmosDB from Postgres.
If a new feature requires additional tables, they must be in alternative sharded systems such as Azure CosmosDB rather than PostgreSQL.—-
While we’re happy with how far PostgreSQL has taken us, we continue to push its limits to ensure we have sufficient runway for future growth. We’ve already migrated the shardable write-heavy workloads to our sharded systems like CosmosDB. The remaining write-heavy workloads are more challenging to shard—we’re actively migrating those as well to further offload writes from the PostgreSQL primary.
Cosmos DB, from my understanding, is a document-oriented DB from Microsoft, similar to MongoDB.
#databases
Openai
Scaling PostgreSQL to power 800 million ChatGPT users
An inside look at how OpenAI scaled PostgreSQL to millions of queries per second using replicas, caching, rate limiting, and workload isolation.
❤6👍4
You know that I keep the most juicy articles for Friday, right?
AI Isn't Replacing SREs. It's Deskilling Them.
Here's the article. I leave you with that.
#sre #culture
AI Isn't Replacing SREs. It's Deskilling Them.
Here's the article. I leave you with that.
#sre #culture
newsletter.signoz.io
AI Isn't Replacing SREs. It's Deskilling Them.
When AI handles 95% of your incident response, do you get worse at handling the 5% that actually matters?
❤3🔥1
These days all the talks are about AI.
My (hypothetical) SRECon26 keynote is an article from Charity Majors with her advice on how SREs should approach AI.
BTW, I’ve heard good things about SRECon. I don’t know if the upcoming SRECon Americas is the same as SRECon in Dublin in October, but maybe I should check that one out!
#sre #ai
My (hypothetical) SRECon26 keynote is an article from Charity Majors with her advice on how SREs should approach AI.
BTW, I’ve heard good things about SRECon. I don’t know if the upcoming SRECon Americas is the same as SRECon in Dublin in October, but maybe I should check that one out!
#sre #ai
Substack
My (hypothetical) SRECon26 keynote
One year ago, Fred Hebert and I delivered the closing keynote at SRECon25. Looking back on it now, I can hardly connect with how I felt then. Here's what I'd say one year later.
❤1👍1
4 ways to use Argo CD and Terraform together is an article on how to pass data between Terraform (or OpenTofu) and ArgoCD (or any other GitOps tool for that matter). For example, if you're creating a new infrastructure component and need to pass its endpoints to an app.
They pointed out quite explicitly, that you shouldn't just pass raw secrets around. However, they didn't mention any secret storage for whatever reason. For example, you can use
P.S. This article was shared in our chat. Come join us! The chat is in Ukrainian, and it's usually fun!
#terraform #argocd #cd #kubernetes
They pointed out quite explicitly, that you shouldn't just pass raw secrets around. However, they didn't mention any secret storage for whatever reason. For example, you can use
vault_generic_secret resource to store credentials in Vault and then something like the External Secrets Operator to fetch them from there. I am not saying, you should, but you can.P.S. This article was shared in our chat. Come join us! The chat is in Ukrainian, and it's usually fun!
#terraform #argocd #cd #kubernetes
Octopus
4 ways to use Argo CD and Terraform together
Explore four different approaches for integrating Argo CD with Terraform in your GitOps workflows for infrastructure and application deployment.
👍13👎1
So, Amazon pushed back on the Financial Times report about AI causing outages. This is not news.
However, they now require a senior engineer's approval on the AI generated code pushed by non-senior engineers, apparently. It's not clear, who should review AI code generated by seniors, though.
- Financial Times (paywalled).
- Opinion on Xitter.
- Discussion on Hacker News.
This is an interesting twist on the whole AI adoption, and it would be very interesting to see where it would go from here. At least, at Amazon.
P.S. As a bonus, here's a book bundle about LLMs and some related stuff, so you could review AI-generated code more efficiently!
#ai #aws #culture
However, they now require a senior engineer's approval on the AI generated code pushed by non-senior engineers, apparently. It's not clear, who should review AI code generated by seniors, though.
- Financial Times (paywalled).
- Opinion on Xitter.
- Discussion on Hacker News.
This is an interesting twist on the whole AI adoption, and it would be very interesting to see where it would go from here. At least, at Amazon.
P.S. As a bonus, here's a book bundle about LLMs and some related stuff, so you could review AI-generated code more efficiently!
#ai #aws #culture
GeekWire
Amazon pushes back on Financial Times report blaming AI coding tools for AWS outages
Amazon issued an unusually pointed rebuttal to a Financial Times report that its AI coding tools caused AWS outages, calling one key claim "entirely false."
😁8❤1
A colleague of mine wrote an article on using Cloudflare Tunnels to securely connect to your self-hosted things. It specifically covers quirks of connecting mobile apps, since not all of them can handle auth redirects correctly.
This is a nice read if you have a home lab or anything self-hosted. However, you can also use Cloudflare Tunnels for your business cases, like exposing your staging backend to test mobile devices, etc.
#security #cloudflare
This is a nice read if you have a home lab or anything self-hosted. However, you can also use Cloudflare Tunnels for your business cases, like exposing your staging backend to test mobile devices, etc.
#security #cloudflare
Medium
Making Cloudflare Tunnels Work with Mobile Apps Using mTLS (VPN Alternative)
(VPN Alternative)
🔥8👎1
For today’s Donations Monday, I’d like to remind you about the UA Responders foundation that raises money for the rehabilitation of Ukrainian veterans.
#donations #Ukraine
#donations #Ukraine
🫡2
I guess many of you are familiar with the concept of OKRs - Objective-Key-Results. OKRs have been around for quite some time. So, of course, there is a book about it.
Here is a short summary of this book by someone on the internet, alongside with their rating and recommendation for whom this book may be interesting.
Now, you can easily generate a book summary using AI these days. The summary itself is not the reason I want to share it with you. I think, writing such summaries is a great way of conceptualizing books for yourself in the first place. I keep telling myself, I should do this as well. Unfortunately, I am lazy :\
#books #okr #management
Here is a short summary of this book by someone on the internet, alongside with their rating and recommendation for whom this book may be interesting.
Now, you can easily generate a book summary using AI these days. The summary itself is not the reason I want to share it with you. I think, writing such summaries is a great way of conceptualizing books for yourself in the first place. I keep telling myself, I should do this as well. Unfortunately, I am lazy :\
#books #okr #management
grahammann.net
Measure What Matters by John Doerr by John Doerr
OKRs (Objectives and Key Results) focus organizations on ambitious goals with measurable outcomes—a system used by Google, Intel, and the Gates Foundati...
❤4
A former colleague of mine wrote an article on how to write better tests with AI.
I recall, there were debates, what should a human write: tests or the implementation. Now, there are debates on whether a human should open their IDE at all.
This article is front-end focused, but it has some actionable and more or less universal advice on how to make AI do tests better. At the end of the day, AI is just another tool and the whole trick is in how good do you apply it.
#ai #programming
I recall, there were debates, what should a human write: tests or the implementation. Now, there are debates on whether a human should open their IDE at all.
This article is front-end focused, but it has some actionable and more or less universal advice on how to make AI do tests better. At the end of the day, AI is just another tool and the whole trick is in how good do you apply it.
#ai #programming
Adithemighty
How to Help AI Write Better Tests
AI-generated tests verify that code runs, not that it's correct. Custom commands, a quality gate, and coverage targets turn AI into a genuinely powerful testing partner.
❤3