Someone emailed me this link - github.com/LOLA0786/mol...
Maybe some inroads into better guardrails for OpenClaw?
Someone emailed me this link - github.com/LOLA0786/mol...
Maybe some inroads into better guardrails for OpenClaw?
I updated my Hacker News CLI! (hackertuah)
- 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
HN Link: news.ycombinator.com/item?id=441...
5.4k unique visitors!
Not bad for a quick vibe coded app.
Be sure to check it out: kbr.sh/post/2025/M...
#ai #vibecoding #claudeai Anthropic
Got featured in HackerNewsletter under the #fun section for my project that I built with the help from Anthropic 's Claude!
Thanks @kaledavis for featuring it! I had a lot of fun building it.
buttondown.com/hacker-news...
#claude #ai
Wanted to share a fun little project I built this morning for my 9-year-old daughter.
๐ฎ The "8-bit Spelling Game" is a fun educational tool where players hear words through text-to-speech and type them out letter by letter.
โจ github.com/program2473...
#vibecoding
I tried Obsidian for almost a year. So much you can fiddle with!
I settled on @bearnotesapp.bsky.social and havenโt looked back. Clean, simple, does its job well.
You can still reach into Bearโs SQLite db, like I did here, if you want to fiddle - github.com/program24736...
Here's the project if you want to check it out - github.com/program2473...
Made a fun little AI project for myself, for all the notes I take...
RAG search, and generative AI Q/A for all my notes inย Bear!
I learned a lot here. Using Ollama to serve the models, ChromaDB for storing the embeddings for my notes to able to search them. Pretty fun.