@eldersnake This was an interesting read for sure! π I don't think it had anything I hadn't already considered in terms of the ethical/moral points of view. I'm not sure where I stand myself either to be honest. I've forced myself to get familiar with the ecosystem and tooling, because in my line of work as a tech lead (staff engineer in sre) you don't want to be that one guy that ya know π Ethically/Morally though, I'm definitely with the sentiment of this post π Much like the whole Crypto hype yaers back (if y'all remember?!) this is also one of the most energy hungry pieces of "tech" (if you can call it that?) in a while. Then there's these other issues "stealing people's work", "reliance is causing humans to become cognitively weak and neural connections to shrink", to name a few...
Timeline
Recent posts from feeds followed by pftnhr@blog.ratterobert.com
One of the nicest things about Go is the language itself, comparing Go to other popular languages in terms of the complexity to learn to be proficient in:
- Go:
25
keywords (Stack Overflow); CSP-style concurrency (goroutines & channels) - Python 2:
30
keywords (TutorialsPoint); GIL-bound threads & multiprocessing (Wikipedia) - Python 3:
35
keywords (Initial Commit); GIL-bound threads,asyncio
& multiprocessing (Wikipedia, DEV Community) - Java:
50
keywords (Stack Overflow); threads +java.util.concurrent
(Wikipedia) - C++:
82
keywords (Stack Overflow);std::thread
, atomics & futures (en.cppreference.com) - JavaScript:
38
keywords (Stack Overflow); single-threaded event loop &async/await
, Web Workers (Wikipedia) - Ruby:
42
keywords (Stack Overflow); GIL-bound threads (MRI), fibers & processes (Wikipedia)
Move beyond basic threshold alerts! Define clear Service Level Objectives (SLOs) and measure Service Level Indicators (SLIs) to track real user impact. Use Prometheus to alert when your SLOs are at risk, ensuring you focus on what truly matters to your users. #Monitoring #SRE #Prometheus
@bender Bahahah π€£π mate, me and one of my SRE colleagues actually came up with the terminology ourselves! π
@bender Ahh okay, I must have misread the website π€
This is an example of what I believe every SRE should master and whatever Post Incident Review (PIR) should focus on. Where did the system fail. What are the missing or incomplete Safety Controls.