Kevin Ridgway

@program247365
2 Followers
35 Following
95 Posts

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!

Guess where I found out that my project made the top 20 of Hacker New's "Show"...?

Ha, so meta.

Well top 20 on Hacker New's "Show HN" ain't bad! 😄

I've been rereading Paul Graham's essay, "How to Do Great Work."

I do this every few months to check-in with myself, and answer the question "Am I doing great work?"

TLDR, but for CLI programs...uh, yes please!

Quickly see a CLI's usage in nicely formatted way with examples.

I've added `tldr` program to my toolbelt for sometime now - it quickly gives you the "TOO LONG DIDN"T READ" docs of a CLI program.

tldr <CLI_PROGRAM>

node_modules got you down? :) Try this CLI!

npx npkill

It goes through a directory of projects and finds all your node_modules directories and allows you to select which one to delete.

Thank me later.

I had 21GB of node_modules I could delete!

Saw this on X a few days ago, making the rounds.

I love a simple idea executed well.

Compares your Github account commits to your X posts. Love this!

Oof time to ship more for me!

https://shiptalkers.dev/

Shiptalkers

Find out if people on Twitter actually ship code or if they're just shiptalking.

Dead code. It adds bloat, and confusion for devs.

There is a neat cli tool out there to fix this for TS/JS projects. It's Knip!

I've tried this on some projects large and small, it works!