I should really try it! There's something fun about the old-school vibe of stickies. I'm sure Raycast notes are infinitely nicer to edit and search... but dang it can they just be a yellow square?
05.08.2025 22:28 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@bholmes.dev.bsky.social
The Whiteboard Guy @warp.dev
I should really try it! There's something fun about the old-school vibe of stickies. I'm sure Raycast notes are infinitely nicer to edit and search... but dang it can they just be a yellow square?
05.08.2025 22:28 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ฅ The MacOS Stickies app is so underrated.
- Little floating windows to take notes throughout the day
- Can pin/float on top of whatever you're doing
- Can color-coat to organize thoughts
...Probably hasn't been changed since the 90s, but you can't knock stable software
Get that. Lucide is a gold standard. Just found mingcute to be a bit more expressive. Not for every app, but it fits my style :)
04.08.2025 22:07 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0I have not! I'll check it out
04.08.2025 22:06 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0๐ฅ Mingcute has been my go-to icon library for a while.
- Open source and open license
- "Cute" and bubbly icon style with more options than most
- Really nice Figma plugin
- Iconify support to use in any web project
an AI confidently stating that โOption + 2 produces โโ (Command symbol) on a Mac keyboard, thenโafter being told itโs a US English layoutโreversing itself and claiming with equal certainty that โOption + 2 should produce the โข (trademark symbol), not โ.โ
Good morning Taravangian. I see we have failed the intelligence test today...
04.08.2025 12:26 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0Yep, it's a bummer. I made a library to handle KeyboardEvents for that exact reason ๐
github.com/bholmesdev/k...
On top is the hubble logo with the text "hubble," and the floating Hubble avatar in a cartoon outline style. Below is the app logo as a rounded square with just the Hubble avatar's eyeball. It appears 3D with shadow effects
Hubble app logo shown in a MacOS sidebar alongside other icons like Reminders and Messages
Adapted my app logo to a desktop icon. What do we think?
02.08.2025 13:12 โ ๐ 21 ๐ 0 ๐ฌ 2 ๐ 0Adam, CSS is three letters. Even with justify-content: space-between
02.08.2025 00:23 โ ๐ 11 ๐ 0 ๐ฌ 1 ๐ 0I thought Firefox was capped at 15fps
31.07.2025 22:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ Your CSS box-shadows could look better...
Check out this Beautiful Shadows plugin I found on Figma. Lets you play with elevation, brightness, and distance for fancy, multi-layered shadows. Copy as CSS to plop in your project or your Tailwind theme!
Amaze amaze!!
31.07.2025 00:01 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0But it hasnโt come out yet
๐ท๏ธHurry up!
Okay Iโll wait faster
๐ท๏ธ Sarcasm!
Okay, I freaking love this book. From the guy who wrote the Martian. Interesting science facts, good story, lot of humor. But I keep saying โamaze amaze amazeโ to myself when my code compiles now
www.audible.com/pd/B08G9PRS1...
Rust code demonstrating the use of let Some(window) = app.get_window("main") else to conditionally extract a value or return early, showcasing Rustโs let-else syntax for early exits.
๐ก Rust tip: TIL you can put `else` on the end of a `let` block.
It's like a `null` check in JavaScript but as a one-liner. Another reason I love optional types in Rust
๐ก Did you know @raycast.com had a color picker?
Just selects a color and copies to your clipboard. Map to a shortcut like opt+P to pick from anywhere
Jokes on you. Making a PR to Astro docs right now
29.07.2025 00:51 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Guess youโll need a Nuxt Nightly and a Nuxt Morningly now
29.07.2025 00:46 โ ๐ 30 ๐ 1 ๐ฌ 2 ๐ 0You can explicitly check for Ctrl instead of CmdOrCtrl on MacOS. You can also match different shortcut strings depending on the platform with the isMac() util:
keymatch(event, isMac() ? โCtrl+Vโ : โAlt-Vโ)
This also helps you match single-letter actions, without having to check that all modifiers are unset. Useful for Linear-style apps that use "E" for Archive, "U" for Unread, etc.
As always, it's open source:
github.com/bholmesdev/k...
๐ก Ever need to match keyboard shortcuts across platforms, like "CmdOrCtrl+Enter?"
Electron has this, but I weirdly couldn't find a package for web-standard KeyboardEvents. So I made one!
> npm i keymatch
Ha, I actually tried Iosevka first and thought โwait, thatโs Erikaโs font isnโt itโ
Well Zed pivoted from Iosevka as the base to IBM Plex according to the readme, so it looks pretty different now
I looked at them side by side and they look very different to me. Zed nailed it
27.07.2025 22:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Downloaded the zed-plex dir here:
github.com/zed-industri...
A Svelte component (LinkPopover.svelte) open in Cursor, showcasing code styled with the โZed Monoโ font. The font features clean, monospaced letterforms with slightly rounded edges and generous line spacing
TIL the @zed.dev font is open source. Loaded into Cursor and it looks awesome, in a retro sort of way
27.07.2025 12:45 โ ๐ 91 ๐ 3 ๐ฌ 9 ๐ 2mommmm five more minutes .toISOString()
25.07.2025 18:38 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0Using it to track progress in public for my own side project: Hubble note. More on that soon
github.com/users/bholme...
๐ก Did you know GitHub has a built-in kanban board?
It's called GitHub projects. Each card = an issue on a repo, and you can track as many repos as you want. You can also make boards private or public. Cool way to pretend your 50 dead side projects aren't actually dead!