Will Dady
@willdady.com
π€ 1508
π₯ 861
π 114
Cloud engineering leader and AWS certified professional
https://willdady.com
Love this hilarious, unhinged 'Sesame Street for adults' style video by Ashley Birch.
youtu.be/h5SavjMFRLg?...
loading . . .
I'm Happy You're Here: Anxiety!
YouTube video by I'm Happy You're Here
https://youtu.be/h5SavjMFRLg?si=nsy_hWH1OpTOfnAI
4 months ago
0
1
0
How dare Disney make Star Wars for adults.
4 months ago
0
1
0
Just found out I have been accepted into the AWS Community Builders program under the AI Engineering category! π€ Looking forward to rubbing shoulders with fellow AWS Builders π€© Thanks
@jasondunn.bsky.social
and team!
#AWS
#AWScommunity
8 months ago
1
12
0
My latest blog post breaks down the Saga pattern β a powerful way to maintain data consistency across services without relying on complex distributed transactions. Learn about choreography vs. orchestration, and how to implement both on AWS.
#aws
#architecture
willdady.com/coordinating...
loading . . .
Coordinating distributed systems with the Saga Pattern on AWS | willdady.com
This post dives into the Saga pattern, a crucial design pattern for data consistency in microservices. I compare choreography (EventBridge) and orchestration (Step Functions) approaches, detailing the...
https://willdady.com/coordinating-distributed-systems-with-the-saga-pattern-on-aws
8 months ago
0
5
0
As a long-time Chrome user I recently made the switch to Firefox (on Mac). My main motivation for switching was the more "open" nature of the project. I think I am going to switch back. I've had issues where video calls simply don't work and I often get choppy video playback. Disappointing π
8 months ago
0
6
0
Someone needs to make a job search site targeting tech folks which aggregates other job sites but rewords job ads so the tech stack appears at the top! An LLM would make light work of that.
8 months ago
0
3
1
Trunk-ass birch
8 months ago
0
2
0
TIL if you type "the bus that couldn't slow down" intro IMDb it returns "Speed" π
#simpsons
8 months ago
0
2
0
Great to see AWS has now added a "stack refactoring" feature to CloudFormation! This should prevent the need to delete-then-import to move resources between stacks, which in my experience has always been a butt-clenching experience.
#AWS
#IaC
#DevOps
aws.amazon.com/blogs/devops...
8 months ago
0
4
0
β¨New featuresβ¨ Foreman now expects to retrieve an array of zero-or-more jobs per-request to the control server (previously, zero-or-one). Also, it's now possible to configure maximum concurrent jobs!
#rust
#rustlang
#opensource
#oss
github.com/willdady/for...
loading . . .
GitHub - willdady/foreman: Foreman is a Rust based job scheduler and executor agent
Foreman is a Rust based job scheduler and executor agent - willdady/foreman
https://github.com/willdady/foreman
8 months ago
0
3
0
The Fantastic Four trailer is wild.
9 months ago
0
2
0
Finally got around to watching Skeleton Crew. A nice standalone story. I felt the pirate theme was a bit too "arrr matey" in parts but overall I'm a sucker for the "kids on bikes have adventure" genre.
9 months ago
1
4
0
β¨New feature β¨ Foreman will now stop and remove Docker containers it manages when receiving a termination signal from the operating system. Container removal is also configurable via settings (defaults to `true`).
#rust
#rustlang
#opensource
#docker
github.com/willdady/for...
loading . . .
GitHub - willdady/foreman: Foreman is a Rust based job scheduler and executor agent
Foreman is a Rust based job scheduler and executor agent - willdady/foreman
https://github.com/willdady/foreman
9 months ago
0
4
0
β¨ My latest blog post explores envelope encryption with AWS KMS, how it works and how it compares to AWS Secrets Manager.
#aws
#security
#blog
willdady.com/understandin...
loading . . .
Understanding Envelope Encryption with AWS KMS | willdady.com
Learn how to use AWS KMS for secure data encryption, including how to generate and manage cryptographic keys, implement envelope encryption, and choose between KMS and Secrets Manager for your specifi...
https://willdady.com/understanding-envelope-encryption-with-aws-kms
9 months ago
1
0
0
β¨New feature!β¨ Foreman, will now clean-up (delete) stopped containers after a configurable timeout. At this stage foreman does not stop or remove containers when SIGINT or SIGTERM is received. This will likely be added next.
#rust
#rustlang
github.com/willdady/for...
loading . . .
GitHub - willdady/foreman: Foreman is a Rust based job scheduler and executor agent
Foreman is a Rust based job scheduler and executor agent - willdady/foreman
https://github.com/willdady/foreman
9 months ago
0
2
0
Why the heck have I not been using zoxide until now?! π€‘
#commandline
9 months ago
0
0
0
PSA π¨ Don't forget to update the current year to 2025 in your public git repositories LICENSE.{txt,md} files!
#git
#github
#opensource
9 months ago
0
1
0
I wonder if 2025 will be the year AWS adds Bun and/or Deno runtimes to Lambda natively? π€
#aws
#serverless
9 months ago
1
1
0
Wow! Bun 1.2 has native built-in support for AWS S3 and a new SQL client supporting Postgres.
youtu.be/uSzffuqfJQk?...
loading . . .
Bun 1.2
YouTube video by Bun
https://youtu.be/uSzffuqfJQk?si=TEkbw2JATla4ChZL
9 months ago
1
4
0
I enjoyed reading this article from Anthropic on various patterns used in building AI agents. I've read a few articles now saying that using LLM APIs directly VS frameworks like Langchain is preferred as abstraction added by the latter make things harder to debug.
www.anthropic.com/research/bui...
loading . . .
Building effective agents
A post for developers with advice and workflows for building effective AI agents
https://www.anthropic.com/research/building-effective-agents
9 months ago
0
4
0
Matt Berry touring the 'What We Do in the Shadows' set is the most Matt Berry thing ever. π¦
www.youtube.com/watch?v=LhVn...
loading . . .
Matt Berry Forgetting Every Part of the What We Do in the Shadows Set | FX
YouTube video by FX Networks
https://www.youtube.com/watch?v=LhVndcdiOmg
9 months ago
1
5
0
I'd give my right arm to be ambidextrous
9 months ago
0
2
0
Poor doggo πΆ
9 months ago
0
2
0
My latest blog post discusses how to implement the token bucket algorithm for multi-tenant rate limiting on AWS!
#aws
#system-design
willdady.com/rate-limitin...
loading . . .
Rate Limiting Multi-Tenant Environments with the Token Bucket Algorithm on AWS | willdady.com
In a multi-tenant SaaS environment, it is often necessary to rate limit certain actions to prevent any single tenant from overwhelming shared resources. In this post I discuss how the token bucket alg...
https://willdady.com/rate-limiting-multi-tenant-environments-with-the-token-bucket-algorithm-on-aws
9 months ago
0
6
0
I feel like I've been snoozing on Clippy for Rust. It's like the antithesis of the Rust compiler in that it gives you friendly suggestions on how to improve your code whereas the latter is constantly wacking you with a big stick.
#rustlang
#rust
9 months ago
0
5
0
In a recent episode of Silo, two main characters were both shot in the upper torso with arrows and now they seem to just be... walking it off.
9 months ago
3
6
0
This is a really great video on text rendering. I found the part about SDF fonts particularly interesting!
youtu.be/qcMuyHzhvpI?...
loading . . .
A Brief look at Text Rendering
YouTube video by VoxelRifts
https://youtu.be/qcMuyHzhvpI?si=irAA_jB3sH4NCR9K
9 months ago
1
7
1
Pretty cool there is now a 16GB Raspberry Pi 5 model. My 8GB model has been great as a home media server. 8GB is more than enough for my usage.
9 months ago
0
7
0
Hot take: In 2025, if you want to make a successful product as a sole engineer it needs to be open, free and self-hostable. Users should also be able to share artifacts created with said product freely. Only once you have traction should you worry about monetisation.
9 months ago
1
3
0
Foreman now supports 'labels' which get sent in requests to your control server. This makes it possible to deliver jobs only to matching agents, maintain discreet agent pools and discriminate on agent host features β¨
#rust
#rustlang
#opensource
github.com/willdady/for...
loading . . .
GitHub - willdady/foreman: Foreman is a Rust based job scheduler and executor agent
Foreman is a Rust based job scheduler and executor agent - willdady/foreman
https://github.com/willdady/foreman
9 months ago
0
1
0
I saw "I saw the TV glow". I wish I saw something else.
9 months ago
1
1
0
Welp. I'm dead.
add a skeleton here at some point
10 months ago
0
5
1
I recently started a new open source project. Foreman is a Rust-based job scheduling agent which uses Docker as it's executor. Similar in spirit to CI agent but more generic.
#rustlang
#opensource
#wip
github.com/willdady/for...
loading . . .
GitHub - willdady/foreman: Foreman is a Rust based job scheduler and executor agent
Foreman is a Rust based job scheduler and executor agent - willdady/foreman
https://github.com/willdady/foreman
10 months ago
0
5
1
I had pretty low expectations for 'The Outlaws' season 3 given how final the end of season 2 felt. Turns out it was great!
10 months ago
0
1
0
I like to think I can tolerate spicy food. That said, Buldak 2x spicy ain't mucking around π₯΅π₯π I think I can now hear colour.
10 months ago
1
4
0
Not sure I love term "viral skeet"
10 months ago
0
4
0
Me leaving 2024 behind...
loading . . .
10 months ago
0
1
0
Million dollar dining idea: Print menus on actual paper and I'll just tell you what I want? π€―
10 months ago
1
5
0
Urgh... is this year going to be forevvvver?
10 months ago
0
0
0
Hearing good things about Deepseek V3 Glad to see it's been added to
openrouter.ai
. Fast inference with quality approaching frontier models at a fraction of the cost seems like a win!
10 months ago
0
2
0
Juror #2 was an OK enough film. I'm more surprised to learn Clint Eastwood is NINETY FOUR years old! I thought George Miller and Ridley Scott were getting up there in age. It's wild to me that Hollywood green lights films like this where the director could keel over at any moment.
10 months ago
0
0
0
I think I'll stick with the cow...
10 months ago
6
27
1
Spending some quality time with my girls over the Xmas break. I forgot how good 'The Mitchell's VS the Machines' is.
10 months ago
1
5
0
TIL GitHub renders mermaid syntax fine for web but does NOT do so in the official GitHub app on mobile π
10 months ago
2
6
2
Christmas calories don't count right?
10 months ago
2
9
0
In a dream, the children's television show Bluey appeared but my stupid brain forgot the name of the show and just named it Roofie π€·
10 months ago
0
5
1
Carfool karaoke more like...
10 months ago
0
1
0
Having written code in many languages over my career, I find it funny that my most-starred repo on github is one written in Rust, a language at which I am n00bish at best.
#rustlang
#opensource
github.com/willdady/emo...
loading . . .
GitHub - willdady/emosaic: Mosaic image generator written in Rust!
Mosaic image generator written in Rust! Contribute to willdady/emosaic development by creating an account on GitHub.
https://github.com/willdady/emosaic
10 months ago
2
8
1
The creator of the Phillip's head screwdriver must have had one hell of a noggin
10 months ago
0
8
0
Yum! π
10 months ago
1
3
0
Load more
feeds!
log in