Guy Royse
guy.dev
Guy Royse
@guy.dev
Work. Life. Code. Game. Lather. Rinse. Repeat. Husband and father of three. Son of mountain men. International speaker. Geek. Graybeard. Gamemaster. W8GUY.
August 21, 2025 at 8:44 PM
Vibe coding browser-based AI stuff. And asking the important questions.
July 21, 2025 at 7:49 PM
These images from the nitric acid spill in Vinton County, Ohio are both disturbing and oddly beautiful.

www.10tv.com/article/news...
June 12, 2025 at 1:20 PM
RAG !== vectors.

The R is for retrieval—i.e. get useful stuff. You can do that lots of ways:

📄 Full-text search
🧾 SQL query
@redis.io key lookup
🧠 Yes, even vector search

It's not how you retrieve—it's what you retrieve.
Get the right data. Feed it to your #LLM. That’s the magic of #RAG.
June 3, 2025 at 6:25 PM
May 28, 2025 at 11:42 AM
I think we should call the new pontiff Bob Pope.
May 9, 2025 at 3:30 PM
I'm looking to subscribe to cool stuff. Where and by whom do you get your developer news?
April 22, 2025 at 1:21 PM
I was able to talk @redis.io into putting together a happy hour at Forbidden Root in Easton the night before @stirtrek.com. Just a chance to network, share some food and drink, and talk with nerds.
April 21, 2025 at 4:00 PM
Redis 8 adds a new data type called vector sets. I wrote some code to play with them and shared some my thoughts on when I think they're useful.

Check out the code and thoughts at guy.dev/2025/04/15/a....

Or—if you prefer Medium—at medium.com/the-guy-wire....
April 15, 2025 at 5:39 PM
More ChatGPT images.

"Using this image, please render me as a comic book superhero. I am a software developer, public speaker, D&D nerd, and ham radio operator. Come up with a clever superhero name for me and incorporate that into the image. Make it look like a panel from a classic comic book."
April 11, 2025 at 5:54 PM
Well, all the cool kids are doing it.
April 10, 2025 at 1:34 PM
Science confirms that I am as white as you can get. But does that Danish bit mean I'm part Viking?
April 9, 2025 at 1:34 AM
I wrote a blog post about using async generators in #TypeScript to stream #Bigfoot sightings out of @redis.io. It’s fast, memory-efficient, and weirdly fun. 👣

Read it 👉 guy.dev/2025/04/01/f...
Code 👉 github.com/guyroyse/asy...
April 2, 2025 at 6:36 PM
My chat on #TheForwardSlash with James Carman from Callibrity is live! We got into @redis.io, dev advocacy, radio + Redis plane tracking (not that plane), remote work, TypeScript love-hate, and more.

All over the place—in the best way.
🎧 open.spotify.com/episode/4fFd...
April 2, 2025 at 3:45 PM
Found this great tool that makes super sexy radio coverage maps. Here's my station at 2m.

www.ve2dbe.com/rmonline_s.asp
April 2, 2025 at 2:50 PM
I'm looking for a blogging platform. What do y'all suggest and why?
March 25, 2025 at 4:48 PM
🌤️ I’m a radio nerd and—like a lot of radio nerds—I have a backyard weather station transmitting weather data 24/7.

🧑‍💻 I'm also a software nerd and—like a lot of software nerds—I can't just look at the data, I gotta do something cool with it.
March 18, 2025 at 6:27 PM
Pretty solid bit of swag from @hero.dev here at @devnexus.bsky.social. Wendy was great and let me have it a bit early.
March 5, 2025 at 9:56 PM
Flying with a Meshtastic node is fun!
March 4, 2025 at 5:05 PM
What does it mean if all of my software if version 0.x.x?
March 3, 2025 at 9:57 PM
Redis 8 is gonna be out in just a few short weeks and—along with numerous performance improvements—it comes with a host of new data types. One of them is native JSON support which lets you store JSON as, well, JSON, rather than serializing it and shoving it in a string.
March 3, 2025 at 9:44 PM
Looks legit.
February 21, 2025 at 12:02 AM
💡 This shared architecture lets me write fast, simple code—code that matches Redis' design metaphor. And since that single-threaded event loop processes requests sequentially—I rarely need more than a single connection to Redis!
February 18, 2025 at 7:48 PM
Working on my talk Florida Man Uses Cache as Database for @codemash.bsky.social next week. Working on the slides, but the repo is ready to be played with at github.com/guyroyse/flo.... It uses @redis.io's vector search to find the Florida Man news you need.

Try it out and let me know how it goes!
January 6, 2025 at 7:31 PM
Coding completed, exercises written, slides done. Ready to give my workshop on software-defined radio at @codemash.bsky.social in just a few short days. Give it a look if you're so inclined and kick the tires if you're just a little bit extra.

github.com/guyroyse/plu...
January 3, 2025 at 9:32 PM