Try superwhisper. It is a game changer.
You can also easily switch modes (e.g. languages) via Raycast plugin etc.
@wempe.dev.bsky.social
Serverless and Frontend Enthusiast ๐ค ๐จ๐ผโ๐ผ Freelance Software Engineer ๐๏ธ Building http://shoptain.com, https://fraudfalcon.app and http://kitlytics.com โ๏ธ AWS Community Builder https://wempe.dev
Try superwhisper. It is a game changer.
You can also easily switch modes (e.g. languages) via Raycast plugin etc.
4th year of being an AWS Community Builder ๐๐ผ
01.07.2025 13:23 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0This is now set up via AWS Bedrock and GitHub OIDC provider.
It's nice to have the bill in one place โจ
Check ๐
github.com/anthropics/c...
I have tried out the anthropics/claude-code-action for a automatic code review via GitHub action.
It is pretty cool! This one wasn't very critical but it was also pretty straightforward.
This small one did cost me 0.26$.
Link to example action ๐๐ผ
โa bit underwhelmingโ seems like a huge understatement to me ๐ฅด
10.06.2025 11:08 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0We've updated pricing of our Shopify App ๐ฅ
(not as straightforward as we thought - feedback incoming)
We wanted to try it out a few more things:
- Smallest price is MUCH bigger -> Target bigger stores
- We DITCHED the Free Plan and have only a free trial now
Apple has become such a disappointment in the last few years ๐ซค
09.06.2025 20:20 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Yeah, makes sense. No need for anything else anyways with a few hundred posts
08.06.2025 08:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Cool! What are you using for it? Anything special or some like a database ILIKE?
07.06.2025 13:03 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Here you go ๐๐ผ
06.06.2025 14:07 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Upvoted this: github.com/withastro/as...
06.06.2025 12:12 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0+1
I have just checked my site and indeed, they are gone.
We are trying something out with our Shopify app FraudFalcon:
We remove the free plan and add free trials to the individual plans.
I am looking forward to the AWS Summit in Hamburg on Thursday ๐
Who am I going to see there?
Haha, yeah, I also almost feel pushed to Cloudflare ๐
21.05.2025 12:29 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Cloudflare Workers don't charge you for waiting on I/O or network requests.
Meanwhile AWS starts charging you for the Lambda INIT phase (aka cold starts).
Is is ๐คช
Thanks!
Hustling in a co-working space with @sandrovolpicella.com
15.05.2025 18:41 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0The ๐๐ช๐ฆ ๐ฆ๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ ๐๐ป๐ถ๐บ๐ฎ๐๐ถ๐ผ๐ป๐ Page is live! โจ ๐
Currently, it includes 14 services/features, and we'll add more to our library every week!
Current catalog includes:
โข The Dark Reader Deployment Pattern
โข Polling vs. WebSockets via Amazon API Gateway
Server islands can be quite useful. They are the equivalent of NextJS partial prerendering. You can have a static page with dynamic server-rendered islands.
05.05.2025 06:55 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0If you are a @raycast.com power user like me, I have some good news: the Raycast app for iOS is out ๐ฅณ
30.04.2025 12:34 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0I use @plausible.io for analytics.
I use SST for IaC.
I have written an article about how to proxy Plausible requests through CloudFront using SST in order to get more accurate analytics data ๐๐ผ
wempe.dev/blog/proxy-p...
I have written my first ever Effect code ๐
I have no idea what I am doing, but there is something to it... Reminds me a little of Scala (only did one production project though).
I have just recently learned about Node.jsโs built-in AsyncLocalStorage.
In my latest blog post I'll show you how you can use it to follow the open/closed principle (the "O" of SOLID).
I provide 2 examples:
- database transactions
- logging
Check it out ๐๐ผ wempe.dev/blog/nodejs-...
Thank you!
I have read Building Microservices and your book so far from this collection. It seems like there are quite some other interesting ones in there!
Which other books of those can you recommend?
29.03.2025 11:12 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Looking forward to read about your experience with it ๐
28.03.2025 20:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0In dev they deploy a stub lambda that proxies the request to your local machine, executes the code there and sends it back. So code changes take effect in ms. The permissions are still like in prod because it runs through the actual lambda.
That is what they started with and it ist great DX.
The DX of SST is way better โ at least if you stay within what they offer. Also, they have a focus on making it easy to deploy web apps.
The main benefits for me:
- local Lambda live reload
- binding resources and have type-safe access to them
- nicer API
- Cloudflare provider (domains etc.)