dubs.la
Happy Independence Day. No Kings in America.
Happy Independence Day. No Kings in America.
About my trials with the SystemUIServer, reverse-engineering, and how I lost my job at Apple due to my disability and why I kindly request your help. paradisefacade.com/blog/2025/5/...
About my trials with the SystemUIServer, reverse-engineering, and how I lost my job at Apple due to my disability and why I kindly request your help. paradisefacade.com/blog/2025/5/...
Daily Sites - Site Launcher lets you compile a list of websites that you visit daily, organize them by categories and quickly open them in your default web browser!
www.raycast.com/dubsdotla/da...
Daily Sites - Site Launcher lets you compile a list of websites that you visit daily, organize them by categories and quickly open them in your default web browser!
www.raycast.com/dubsdotla/da...
dubs.la/posts/how-i-...
dubs.la/posts/how-i-...
When you add attempts, I use some good ol' math to ✨ automatically✨track shot types as either a 3 pointer, lay up, mid range shot, etc.
When you add attempts, I use some good ol' math to ✨ automatically✨track shot types as either a 3 pointer, lay up, mid range shot, etc.
I like sharing YouTube video clips on my Instagram stories, and I think they look nicer when formatted for a vertical screen
@raycast.com
I like sharing YouTube video clips on my Instagram stories, and I think they look nicer when formatted for a vertical screen
@raycast.com
#iOSDev
#iOSDev
I just freed ~100GB from my machine by cleaning these up 🧹
I just freed ~100GB from my machine by cleaning these up 🧹
You can use this command to clean up the iOS status bar before taking screenshots:
xcrun simctl status_bar booted override --time 09:41 --batteryState charged --batteryLevel 100 --cellularBars 4
Once done, reset like this:
xcrun simctl status_bar booted clear
You can use this command to clean up the iOS status bar before taking screenshots:
xcrun simctl status_bar booted override --time 09:41 --batteryState charged --batteryLevel 100 --cellularBars 4
Once done, reset like this:
xcrun simctl status_bar booted clear
Apple Notes
Notion
TextEdit
Quip
Xcode
VS Code (including Code, Code Insiders, VSCodium, Cursor, Windsurf)
Jetbrains (including Android Studio...)
TextEdit
Terminal
iTerm
Warp
Prompt
Apple Notes
Notion
TextEdit
Quip
Xcode
VS Code (including Code, Code Insiders, VSCodium, Cursor, Windsurf)
Jetbrains (including Android Studio...)
TextEdit
Terminal
iTerm
Warp
Prompt
It introduces some new low-level primitives, Mutex and Atomics. I tested their performance against Actors and the classic OSLock, when building a simple key-value cache.
It introduces some new low-level primitives, Mutex and Atomics. I tested their performance against Actors and the classic OSLock, when building a simple key-value cache.