More like 200%
More like 200%
2024: AI made me 20% more productive.
2025: New keyboard made me 75% less productive.
Upgraded my setup to a kb with 42 keys and now Iβm struggling hard! π«‘
Heard about encore.dev for the first time today.
Now Iβm fighting the urge to rebuild my API. π«£
I just use the unsafe fix. Haven't had any problems so far π
That countertop tho π₯΅
Advanced voice with real time video is cool and all.
But why is nobody talking about the Santa voices?!
Just spent three minutes debugging why pz-4 didn't add any padding to my element.
1. I think padding on the z-axis is a really novel idea. I will propose an addition to the CSS standards.
2. I think it's time for a break
My experience with Cursor is that itβs amazing for green fielding, but it struggles hard in a sizeable codebase.
My rule of thumb right now is,β If it can fix it with two prompts, Iβll do it myself.β
Which actually is the same way that I deal with code reviews. π€
Gotta keep it exciting! π
Started a new side project a few weeks ago. I figured that I might as well use NextJS 15 with React 19. Because future etc
Oh, have I regretted that decision many times since!
For example, shadcn components are not type compatible with new React. Easy enough to fix. But still.
Itβs so hard!
One little trick that has worked well for me is to record videos where I talk them through the task.
Video gives you nuance and detail, which is hard to achieve only with text.
Itβs still hard to let go, though π
Agreed!
Another thing I does really well is unit tests. Again, often not hard but itβs nice to save the calories :)
We do Stripe and Stripe Tax (based in Sweden).
We were close to migrating to Paddle last year. We had a few meetings with them, but we ended up not doing it, with the same reasoning as Geoff shared in the Outseta article.
π
Not really. But it became obvious after a while :)
Thanks!
It works really well since it fits so well with the product :)
Building a SaaS for salespeople is hard!
But thereβs one great thing. I get 30+ inbound messages per week in my inbox from our ICP!
They try to sell me something. I do the old switcharoo and pitch Vaam to them instead.
Signed a β¬2k deal this week that started like this. π€©
If you're setting up Typescript alias paths β use ~ as the leading character instead of "@."
1. It makes differentiating between local, aliased packages and external packages easier
2. You get better grouping If you're auto-sorting imports
3. You avoid potential conflicts with external packages
The new(ish) agent does a lot better in my experience. Have you tried it?
Here are two things you should do to use Cursor without pulling your hair out:
1. Commit every time you've made a change. This helps to avoid Cursor messing up in other files.
2. Be manic about single responsibility. Cursor performs much better when editing a tiny, single-use file.
π₯
I will check it out! I'm currently doing this with Deepgram and have been looking for alternatives.
I tried Astro for the first time a few weeks ago. Can highly recommend!
Once you've done anything with kids, doing it without kids is like a relaxing day at the spa π
But we still havenβt unlocked the directory of directories directory level!
Surely there is value to capture there!
My week so far
I use Coderabbit.
I think about canceling it every month. But so far Iβve kept it for the few times it has actually saved me from shipping a critical error.
Looking for a few good #Europreneur adds to my list! Calling all founders and cofounders - please nominate from your network!
Limited space left πͺπΊ
(And yes, weβre inclusive of Europe, not just EU!)
go.bsky.app/NPxqgc2
CI and AI code review.
The latter is a mixed bag though. 75% of comments are superfluous, 24% are valuable, and every now and then it catches something critical!