The worst part of testing APIs:
log in โ copy token โ update env โ repeat when it expires
If you are using @yaak.app, request chaining removes all of this.
Your requests just use the token from the login response.
yaak.app/docs/templat...
Posts by Zeeshan Ahmad
I used to write vague commit messages all the time ๐
Now I just use @webstorm.jetbrains.com commit helper. Press โ+K, then click one of the AI icons and it generates a clear message based on your changes.
Such a small thing, but it makes a big difference.
Then inside InstantSpaceSwitcher:
Set the same shortcuts for
* Switch to space on the left
* Switch to space on the right
Basically you are replacing macOS shortcuts with this.
After that, switching is instant.
Setup is simple:
System Settings โ Keyboard โ Keyboard Shortcuts โ Mission Control
Disable:
* "Move left a space"
* "Move right a space"
Then bind those keys to InstantSpaceSwitcher instead.
that is what removes the animation.
macOS space switching still makes you wait for animation every single time.
InstantSpaceSwitcher fixes it.
github.com/jurplel/Inst...
If you are still designing manually, you need to see this.
Pencil runs parallel design agents locally with Claude Code, Codex, or any of your favourite agents ๐ฅ
Just tried Figma MCP on a paid plan and hit rate limits while just figuring out how it works.
Claude Code has been cooking for 10 minutes and you have no idea whether it is finished or crashed.
I built this so I would not have to alt-tab every 30 seconds.
Nullish coalescing assignment
TIL: ??= only assigns if null/undefined
Unlike ||= which overwrites your 0, false, and ""
Just discovered AeroSpace and I am never going back
* alt+number to instantly switch workspaces
* Actual tiling that does not suck on mac
* Makes the default spaces look like a joke
If you are a DEV still manually arranging windows, what are you even doing.
In TypeScript just append string & {} to your union and autocomplete works again. ๐ฏ
If you use a two line zsh prompt, enable Shell Integration NOW in iTerm2.
Without it: โ+K breaks your prompt
With it: โ+K actually works like it should
Why is this not enabled by default??
To enable: iTerm2 โ Install Shell Integration (takes 5 seconds)