Kevin Ridgway

@program247365
2 Followers
35 Following
100 Posts

👨‍💻

I tweet about #rustlang #javascript #ai

🤖 https://omgai.xyz
📝 https://kbr.sh
đź’ˇhttps://til.kbr.sh

Homepagehttps://kbr.sh
GitHubhttps://github.com/program247365
Newsletterhttps://omgai.xyz
See the source code for the app here: https://github.com/program247365/looper
GitHub - program247365/looper: A simple Rust CLI program to play music files on loop.

A simple Rust CLI program to play music files on loop. - program247365/looper

GitHub

looper play --url "https://www.youtube.com/watch?v=YmQ7jRgf4f0"

Built on Rust with @ratatui_rs, this baby idle's at 4% cpu. ;)

/cc @ClaudeDevs @anthropicai

Claude FM 🎵 music for thinking and building

YouTube

I had a simple idea awhile ago *checks watch*...apparently five years ago(!) -- What if I could loop a song from the CLI to stay in the groove when coding? I called it looper.

Fast forward to last week - Claude FM is this neat livestream that Anthropic put out during Claude w/ Code conference.

So what'd I do? I added playing livestreams to looper after I got back!

Here's how you can stream Claude FM from looper:

brew tap program247365/tap
brew install looper

Kevin's trip to Code with Claude Conf '26

Two days of announcements, deep talks, and hands-on workshops — a hand-curated recap with videos, slide bullets, and 47 polaroids from the floor.

Code with Claude · SF 2026 recap

Vibed a site around my notes/pics on my trip to the Code w/ Claude conference with these features:

- pics of my visit (day 2)
- Day 2 page has my notes on each talk I attended
- major updates at the top of the site
- site will update once a day and check for new videos of talks as they're posted (github actions)
- Click on any card of a talk to watch the video right on the site
- Claude FM music if you want to vibe while browsing (click on pill in lower right-hand corner)

Link below...

I updated my Hacker News CLI! (hackertuah) (ha, I know.)

New features:

- Instant search/filter: Press / or use the command palette to filter stories as you type on any screen
- Command Palette: Press Ctrl+K to access all commands, including search, section switching, and more

Feedback, comments, feature requests welcome.

HN Link: https://news.ycombinator.com/item?id=44139698

5.4k unique visitors!

Not bad for a quick vibe coded app.

Be sure to check it out: https://kbr.sh/post/2025/May/21/8-bit-spelling-game-built-with-claude/

#ai #vibecoding #claudeai #anthropic

Got featured in HackerNewsletter under the #fun section for my project!

I'm excited to share a fun little project I built this morning for my 9-year-old daughter: an interactive, retro-styled spelling game that she absolutely loves!

đź”§ Tech stack:
• Browser-based SQLite for word management

• ElevenLabs API for natural text-to-speech

• TypeScript & ES Modules

• Interactive UI with animations and audio feedback

✨ Check it out on GitHub: https://github.com/program247365/spelling-game

Support updating `uv.lock` · Issue #10478 · dependabot/dependabot-core

Is there an existing issue for this? I have searched the existing issues Feature description Now that uv has a lockfile, it would be nice if dependabot supported making updates to pyproject.toml an...

GitHub