One reason I like using AWS over other cloud vendors is that they heavily utilize the same core services that I use (Lambda, DynamoDB, etc) internally at both AWS and Amazon.
The downside of this is that if they break one of those core services it results in a cascade that kills many others ๐ฌ
20.10.2025 20:16
๐ 1
๐ 0
๐ฌ 0
๐ 0
2FA TOTP Generator app screenshot
As the solo engineer at a tiny startup, I need to use every tool available to work as efficiently as possible.
That includes AI.
Sometimes it produces garbage and sometimes it's perfect on the first try.
Today I vibe coded a 2FA TOTP generator app in about 5 minutes with a single short prompt ๐คฏ
01.04.2025 21:51
๐ 0
๐ 0
๐ฌ 0
๐ 0
Auto-expanding HTML textareas (and other inputs) are now possible with a single line of CSS ๐คฏ
07.03.2025 14:54
๐ 1
๐ 0
๐ฌ 0
๐ 0
Web Components, Self Hosting and Home Hacking with the Creator of Home Assistant
YouTube video by Syntax
This recent episode of @syntax.fm featuring @paulusschoutsen.nl from @home-assistant.io was fantastic. He seems like a genuinely great guy who is a passionate steward of one of the largest OSS projects around.
A must listen if you're into web dev and/or smart home
www.youtube.com/watch?v=0meK...
04.03.2025 16:33
๐ 0
๐ 0
๐ฌ 0
๐ 0
Lambda function average duration
128 MB of memory is a terrible default even for simple Lambda functions, especially those that back anything user-facing.
Serverless Framework had a good idea to default to 1024 MB while AWS CDK and AWS SAM still default to 128 MB.
Who can spot when I gave this poor function more memory?
30.01.2025 20:12
๐ 3
๐ 0
๐ฌ 0
๐ 0
AWS console dog gif
AWS Users: "The AWS console is too confusing and difficult to use."
AWS: "How about a cute robot dog gif?"
28.01.2025 23:18
๐ 0
๐ 0
๐ฌ 0
๐ 0
It's a fancy wrapper for AWS Lambda + a CDN with a better dev experience and significant markup.
08.01.2025 01:21
๐ 1
๐ 0
๐ฌ 0
๐ 0
Steam replay summary
I've been gaming on different desktop PCs that I built myself for 20+ years.
100% of my playtime this year was on @steamdeck.com and I didn't use my gaming rig at all ๐คฏ
18.12.2024 22:10
๐ 0
๐ 0
๐ฌ 0
๐ 0
Swiss Family Robinson?
The protagonist is really the family but it is narrated by the father. The author wrote it for his kids.
15.12.2024 02:12
๐ 0
๐ 0
๐ฌ 0
๐ 0
Let me know if I missed anything and I will add it!
06.12.2024 18:42
๐ 0
๐ 0
๐ฌ 0
๐ 0
AWS re:Invent 2024 Serverless - YouTube
I curated a YouTube playlist with my favorite serverless sessions from AWS re:Invent 2024. Featuring:
@ranthebuilder.cloud
@julianwood.com
@alexdebrie.bsky.social
@marcbrooker.bsky.social
@raphaelmanke.bsky.social
and more great folks that I couldn't find here ๐ฅฒ
youtube.com/playlist?lis...
06.12.2024 18:41
๐ 11
๐ 4
๐ฌ 3
๐ 0
Exploring Aurora DSQL with TypeScript, Drizzle, Lambda, and AWS CDK
Does Amazon's fancy new serverless PostgreSQL-compatible database work with modern...
Does the fancy new Aurora DSQL serverless Postgres database from AWS work with modern TypeScript tooling like @drizzle.team ORM? I tested it out:
dev.to/stevendsande...
05.12.2024 18:12
๐ 6
๐ 1
๐ฌ 2
๐ 0
Amazon: Our customer service chat bot uses a powerful LLM that can predict if you might want to return a recent order and suggest a nearby drop-off location!
Customer: Can I just get a price adjustment (the item went on sale after I ordered) instead of returning it?
Amazon: ...absolutely not.
03.12.2024 17:50
๐ 0
๐ 0
๐ฌ 0
๐ 0
Apparently BlueSky doesn't support uploading animated gifs? ๐ค
27.11.2024 21:34
๐ 0
๐ 0
๐ฌ 0
๐ 0
SaaS Monthly/Yearly/Lifetime pricing
Interesting pricing model for a SaaS that I saw today:
Monthly, Yearly or Lifetime pricing where the Lifetime price is equal to 3x the Yearly price
Getting the Lifetime payment up front seems nice (especially if you see high churn) while sacrificing long-term recurring revenue.
What do you think?
27.11.2024 21:31
๐ 1
๐ 0
๐ฌ 2
๐ 0
Happy update - AWS seems to have resolved whatever the issue was here. I checked several AWS accounts that I manage and Bedrock quotas have been restored without me doing anything.
Still worrying that this could break without warning and it would be great to see better messaging around the issue.
15.11.2024 17:03
๐ 0
๐ 0
๐ฌ 0
๐ 0
Fair point. It's tough for this to be 100% accurate in isolation without knowing the full scope of how you're consuming the resource. This is still great for getting a rough number and better than what must framework documentation tells you about their bundle sizes (nothing)
05.11.2024 21:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
Something that every web framework should have in their docs - bundle sizes for individual components or imports. ๐คฏ
Screenshot from the excellent docs for Radix UI
05.11.2024 20:01
๐ 1
๐ 0
๐ฌ 1
๐ 0