Every project has a Continuous Integration (CI) pipeline and every one of them complains its CI is too slow. [...] This can be the root cause of many problems, including lackluster productivity, low morale, high barrier of entry for newcomers, and overall suboptimal quality.
08.08.2025 19:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
pgaultier.bsky.social
Here's another good post with a bunch of practical tips for speeding up your CI pipeline by @pgaultier.bsky.social
gaultier.github.io/blog/speed_u...
08.08.2025 19:10 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I have a friend who describes this process as "just show me the prompt, and if I need the lengthy verbocious text I can feed it into ChatGPT myself"
08.08.2025 19:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Laurence Tratt: LLM Inflation
Also really enjoyed this post about LLM inflation by @ltratt.bsky.social
"It is very easy to use LLMs to turn short, simple content into something long and seemingly profound โ and to use LLMs to turn long and seemingly profound content into something short and simple."
tratt.net/laurie/blog/...
08.08.2025 19:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The problem is that we need a way to _generate_ yaml programmatically, and helm is a templating language trying to be a programming language.
Just. Just stop. Use a real programming language to generate your configs.
08.08.2025 19:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Unlike most folks, I actually don't hate yaml, even though it's fun to dunk on. But I think it's approximately "fine" as a configuration language for computers to consume; yaml isn't the problem, and kyaml isn't fixing it.
08.08.2025 19:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
I shouldnโt have to read installer code every day
I donโt want helm charts to be my interface to off-the-shelf components on a daily basis. Kubernetes resources are simpler.
I Shouldn't Have to Read Installer Code Every Day -- "Many helm charts for off-the-shelf applications have hundreds of parameters. They are pushed in the direction of extreme flexibility by requests from their many usersโthe more users and use cases, the more parameters."
itnext.io/i-shouldnt-h...
08.08.2025 19:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Kyle Cascade - Helm Charts are Cloud Native Fast Food
Catching up on my blogroll: two different posts slamming Helm show up.
Helm Charts are Cloud Native Fast Food -- "Only 13,880 lines of yaml: If those were calories, it would be about 24 Big Macs."
kyle.cascade.family/posts/helm-c...
08.08.2025 19:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
"However, we achieved consistently a high throughput of 500 pods/second even at the 100K node scale by carefully tailoring scheduler plugins based on the workload and optimizing node filtering/scoring parameters."
How does this work??? What did they do??? Again, frustratingly light on details.
08.08.2025 18:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
I'm also interested in what they did to kube-scheduler. They say that the scheduler is a big source of latency because of its "one-pod-at-a-time" behaviour, and that this doesn't work for "ultra-scale" or big ML workloads.
08.08.2025 18:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
"Offloading consensus to journal enabled us to freely scale etcd replicas without being bound by a quorum requirement and eliminated the need for peer-to-peer communication."
How on earth does that work? Would love to have more details here.
08.08.2025 18:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Aside from a bunch of "targeted" improvements, it seems like the biggest change is to move away from raft into some internal thing called "journal" in etcd. This seems cool, I guess, but also kinda like magic unicorn sauce?
08.08.2025 18:47 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
"Chad Gippity" is even better imo.
08.08.2025 18:45 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Ok just booked my travel for KubeCon 2025! Looking forward to seeing folks there!
08.08.2025 18:11 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0
Not tired, not stressed, not dead: pick two
07.08.2025 20:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
It's the year of Linux^H AGI on the desktop
07.08.2025 19:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
bro just one more GPT bro. just one more you dont have to read or write emails anymore bro. one more GPT will fix everything bro
07.08.2025 16:57 โ ๐ 917 ๐ 126 ๐ฌ 23 ๐ 3
One of my biggest pet peeves is quickly becoming seeing times, dates, locations, or anything else that does not work as an absolute and context free reference.
I schedule things across continents, involving multiple parties in multiple time zones. Stop fucking saying โso, does 7 work?โ
7 OF WHAT?!
07.08.2025 06:44 โ ๐ 36 ๐ 3 ๐ฌ 11 ๐ 0
I just purchased an ad on LinkedIn, I guess the devil has my soul now. Anyways, yay capitalism.
05.08.2025 20:34 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
GitHub - icedland/iced: Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua - icedland/iced
Next up, Chapter 8, is Memory and Disassembly! I did a quick sneak peak ahead and discovered that the book relies on an external C++ lib for disassembly; fortunately, the `iced` crate for Rust seems to provide the functionality that we need here:
github.com/icedland/iced
04.08.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Also, instead of shelling out to `readelf` in the tests, I just used the `elf` crate which already exists for Rust. I expect to rip this out in Chapter 11 when we implement our own ELF support in the debugger, but for now it feels less gross than readelf regex parsing.
04.08.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I ended up making the breakpoint sites Clone-able, and then just wrapped the "important"/"shared" bits in Rc<Cell<...>>, which works pretty well aside from a couple dumb mistakes which took me too long to debug.
04.08.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I tried to do it this way at first but ran into a point where I had to hold an immutable borrow across a mutable borrow. In the C++ code this is fine because they're clearly touching different parts of the code, but there's no way to tell the Rust borrow checker that, or restructure the code.
04.08.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
This chapter was reasonably straightforward. The hardest part was figuring out the right type for my breakpoint sites and convincing the borrow checker it was OK. In the C++ version of this code, Sy just returns a pointer to the breakpoint site and everything is fine.
04.08.2025 06:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I don't know who needs to hear this, but QuickBooks is not your only option for accounting software. Xero is out there too, and it's cheaper and easier to use.
This is not an advertisement, I just finally got so mad at Intuit that I ragequit.
02.08.2025 00:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Astronomer: Saving Megabux with SQL and SimKube
Ok, folks, get ready, this is a fun one!
Hey! Hey you! Do you want a sneak peek at the work I did over the last six months for Astronomer? Yes, that Astronomer! Sign up for a paid subscription and help me go to KubeCon this year. Or just read the article on Monday with all the normies, your choice.
blog.appliedcomputing.io/p/astronomer...
01.08.2025 21:34 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Technologist, storyteller, activist. Opinions my own.
๐Charlottesville
en / de / es
Posts autodelete after 2 days or when viral. Some posts automated.
Web:
- emilygorcenski.com
- Bookwyrm.social/EmilyG
- lefttoourowndevices.blog
- @brandblock.online
Sr. Front-end Engineer, Accessibility. Aggressive keyboard navigation tester. Fighter of bright ideas. Hater of delight. MMO gamer. Brooklyn. she/her. Opinions are my own.
Masto: https://hachyderm.io/@hbuchel
Web: https://heather-buchel.com
We are a non-profit dedicated to sharing #DevOps in the Seattle community.
Engineering Manager @ Spotify๐
Black Code Collective co-founder โ๐พ
Scuba Diver ๐ง๐ฝโโ๏ธ๐คฟ
Whiskey expert โ IG: womanwithwhiskey
Adventurer ๐บ๏ธ
Technology, politics, and snide remarks. And music.
All you fascists bound to lose.
I got a PhD at some point. Former Apache Aurora PMC chair. Orchestrating workloads in the form of containers at $SOME_COMPANY.
tidepooler, software developer, and remaining in close proximity to the ocean.
I cohost a podcast called Picture Me Coding: https://www.picturemecoding.com/
technology | community | social impact | applications and platforms | cats and gardens | clean coastlines
say hello: murrielgrace.com
๐จ๐ท latina ๐ณ๐ฎ
๐ณ๏ธโ๐ pan/poly
๐ฉ๐ฝโ๐ป i do computer things
๐ chaos queen โจ
๐จ๏ธ mostly devrel for cloudy things and boxy things
โ๏ธ cncf ambassador
๐ง mental health is real, yo
๐๐ฝ http://www.AnaMMedina.com
๐ she/her/ella
๐ฉ๐พโ๐ป๐ฎ๐ฉ๐ป ๐๐ชฌ๐งฟLover of nerd jokes, tacos & โ๏ธCoffee โข Mom โข ๐ Readerโข Advocates โข OpenSourceโข DevOpsโข Javaโข Linuxโข Security โข ๐Speaker โข NoSQL Databasesโข MilSpouseCoders Thoughts are my own she/her
https://www.fafo.fm
https://sessionize.com/autumn-nash
Software developer. Currently interested in figuring out how CPUs work, time series forecasting, and Lean. Co-host of Picture Me Coding, a podcast about software and music. Trail runner and hiker. Oh, and I like trees.
๐น I make tech videos
๐ฉโ๐ป Software engineer 12+ years
โ๏ธ Currently @ Fly.io
Previously @ Render and Heroku
Fly.io: https://www.youtube.com/@flydotio
Annie: https://www.youtube.com/@AnnieSexton1
I also make comic books. See my art @anniecomics.bsky.social
Retired tech-nerd. Unicyclist, kiteboarder, juggler, hiker, plays tennis and pickleball, advocates for pedestrian/cyclist safety. Windows ETW expert. LGBTQ supporter. Vancouver, BC
he/him
https://randomascii.wordpress.com/
Infra, Rust, and motorcycles ๐ณ๏ธโ๐
Building @atuin.sh
#rustlang, #jj-vcs, atproto, shitposts, urbanism. I contain multitudes.
Working on #ruelang but just for fun.
Currently in Austin, TX, but from Pittsburgh. Previously in Bushwick, the Mission, LA.
deaf. multiply disabled. neurodivergent.
accessibility, disability, & software.
@semanticfish.com
Independent writing:
@semanticfish.net
Personal blog:
ashleemboyer.com
Independent research:
critical accessibility/disability studies.
All views mine ๐
Staff Engineer @ Slack, Core Maintainer @ Electron ๐ป Loves electric bikes, coffee, horror games & planting tomatoes. ๐ชด
She/They. ๐ถ Luna๐Portland
Hi, Iโm Josh (he/him)โฉโฉIโm obsessed with #devops, #observability and #databases. Iโm a Developer Advocate at Altinity.
I run a home lab and I have no idea whatโs on any of the assorted thumb drives around my home in Western Massachusetts.
DO NOT FOLD, SPINDLE, OR MUTILATE.
post-mature optimizer, texas yeehaw, former linux distro witch for work
๐ณ๏ธโ๐๐ณ๏ธโโง๏ธ
https://olivia.dev/
Hacking away (poorly) on something, probably
tverghis.space/about/