19 articles

📰 Dev.to · Yurukusa

Articles from Dev.to · Yurukusa · 19 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (8976) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
6 Claude Code Permission Traps I Found Answering GitHub Issues This Week
Dev.to · Yurukusa 5d ago
6 Claude Code Permission Traps I Found Answering GitHub Issues This Week
I answered 57 GitHub Issues this week about Claude Code permissions not working as expected. Here are...
I Built a GitHub-Style Contribution Calendar That Shows When My AI Works Without Me
Dev.to · Yurukusa 6d ago
I Built a GitHub-Style Contribution Calendar That Shows When My AI Works Without Me
GitHub's contribution calendar shows when you coded. But what if half those green squares weren't...
5 Lines of Code That Made My Roguelike Worth Playing Every Day
Dev.to · Yurukusa 1w ago
5 Lines of Code That Made My Roguelike Worth Playing Every Day
In v0.10.0, I gave every run in my roguelike a name. In v0.11.0, I gave every day a run. ...
I Built an MCP Server So Claude Can Answer Questions About Its Own Usage
Dev.to · Yurukusa 1w ago
I Built an MCP Server So Claude Can Answer Questions About Its Own Usage
Here's something that didn't exist until recently: you can ask Claude how much Claude Code you've...
Claude Code Ignores Its Own Tools. Here Are 3 Hooks That Force It to Behave.
Dev.to · Yurukusa 1w ago
Claude Code Ignores Its Own Tools. Here Are 3 Hooks That Force It to Behave.
I was reviewing GitHub Issues this week and noticed something odd: three of the most-reacted issues...
Claude Code Ignores Its Own Tools. Here Are 3 Hooks That Force It to Behave.
Dev.to · Yurukusa 1w ago
Claude Code Ignores Its Own Tools. Here Are 3 Hooks That Force It to Behave.
I was reviewing GitHub Issues this week and noticed something odd: three of the most-reacted issues...
We Already Had an Escape Room. It Became Our Game Jam Entry in One Day.
Dev.to · Yurukusa 3w ago
We Already Had an Escape Room. It Became Our Game Jam Entry in One Day.
How AI agents turned an existing Japanese escape room into GHOST.EXE — a cyber-themed game jam entry — by separating 'engine' from 'narrative'. What changed, wh
I Built a Procedural Sokoban Generator in One Day. Here's Why It Kept Making Unsolvable Levels.
Dev.to · Yurukusa 3w ago
I Built a Procedural Sokoban Generator in One Day. Here's Why It Kept Making Unsolvable Levels.
Backward generation guarantees valid Sokoban puzzles mathematically. Except when it doesn't. How we found the two deadlock cases that broke the guarantee — and
Your indie game doesn't need a leaderboard server. Here's what I built instead.
Dev.to · Yurukusa 1mo ago
Your indie game doesn't need a leaderboard server. Here's what I built instead.
Skip the cloud database. A browser-only leaderboard using localStorage and daily seeds. Zero backend, zero cost, works offline.
Your indie game doesn't need a leaderboard server. Here's what I built instead.
Dev.to · Yurukusa 1mo ago
Your indie game doesn't need a leaderboard server. Here's what I built instead.
My game has a daily leaderboard. Players compare scores in the comments. Streaks track who keeps...
101 Free Developer Tools. One Portal. Zero Dependencies.
Dev.to · Yurukusa 1mo ago
101 Free Developer Tools. One Portal. Zero Dependencies.
I built 56 browser-based developer tools. Every single one is a standalone HTML file — no npm, no...
I Discovered I'd Spent 116 Hours with Claude Code in 50 Days — So I Built a CLI to Track It
Dev.to · Yurukusa 1mo ago
I Discovered I'd Spent 116 Hours with Claude Code in 50 Days — So I Built a CLI to Track It
I've been running Claude Code every day for 50 days straight. $200/month for Claude Max. I had...
I Built a CLI That Searches 3 Hours of Twitch VODs in 7 Minutes
Dev.to · Yurukusa 1mo ago
I Built a CLI That Searches 3 Hours of Twitch VODs in 7 Minutes
A local CLI tool that transcribes stream archives with GPU-accelerated Whisper and searches them by keyword. No cloud, no API keys.
I Made an AI Product for $4.99. Then I Got Scared It Was a Scam - So I Tested It
Dev.to · Yurukusa 1mo ago
I Made an AI Product for $4.99. Then I Got Scared It Was a Scam - So I Tested It
My AI prompt sold on PromptBase. Instead of celebrating, I panicked. So I ran a live quality test - here's the unedited output.
I Built a Complete Puzzle Game in a Single HTML File (Zero Dependencies)
Dev.to · Yurukusa 1mo ago
I Built a Complete Puzzle Game in a Single HTML File (Zero Dependencies)
I shipped a complete browser puzzle game in 1,400 lines of HTML. No bundler, no framework, no...