Did you know you can have shorter Git commands?
You can with Git Aliases!
Try it… “git config --global alias.s status”
Now “git status” = “git s”
What git alias commands will you create?
Share below 👇
The worst part of testing APIs:
log in → copy token → update env → repeat when it expires
If you are using @YaakApp, request chaining removes all of this.
Your requests just use the token from the login response.
https://t.co/yCVROJzSfM
I used to write vague commit messages all the time 😅
Now I just use @WebStormIDE 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.
It's time to bring Haptics to the web 🫨
Create custom tactile patterns with strengths + durations for your web interactions.
Make your app feel as good as it looks ✨
→ https://t.co/DGz9Eu6nto
If you tried a few different easings and timings for your animation and something about it still feels off, try adding a bit of blur to mask those imperfections.
Here’s a before/after using `filter: blur(2px)` (+ a subtle scale down on press):
Codex update 0.105.0 is out!
Despite the fairly pedestrian changelog, this one's a doosie.
It's a laundry list of quality of life improvements across the board.
- Wispr Voice dictation (hold space to talk)
- Theme picker
- Codex can prevent sleep on Linux & Windows (I just know there's a joke in there)
- Customize Plan Mode reasoning
- Many other fixes/updates
There's also a complete overhaul to subagents:
- New names for readability
- Visual display overhaul (way cleaner)
- Allow for multi-layered subagent depth (max_depth)
- Custom multi-agent role definitions (custom subagents)
- /agents now shows both agent names, agent roles, and "dead agents" for auditibility
This is the largest single update of Codex I've ever seen!
Absolutely massive if you love to use multi-agents.
To turn on Voice Transcription, enable:
[features]
voice_transcription = true
Does not work on Linux yet.
Well done @OpenAIDevs 👏
Gemini 3.1 Pro can generate animated SVGs that are web-ready from simple text prompts too! They stay sharp at scale and are smaller than standard videos.
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 🔥
Figma meets Claude Code!
Pencil is an infinite design canvas that runs parallel design agents locally.
→ Turn designs into code
→ Runs locally with Claude Code
→ Works with VSCode, Cursor
100% free, no subscription