Programming (General)
RSSBack in the late 90s and early 2000s, shareware was common - but now that almost anyone can vibe code software, why aren't we seeing more shareware?
I built this because Claude Code loads every rule and skill into context on every prompt. With 50+ rules and skills installed, you're burning tokens on Docker best practices while writing a commit message.<p>ai-nexus runs a hook before Claude starts — it picks 2-3 relevant rules and skills via ...
We needed something like --dangerously-skip-permissions that doesn’t nuke your untracked files, exfiltrate your keys, or install malware.<p>Claude Code's permission system is allow-or-deny per tool, but that doesn’t really scale. Deleting some files is fine sometimes. And git checkout is someti...
Modern SaaS architectures are increasingly composable and modular, but API gateways still feel fairly monolithic.
Most teams really just need a few core pieces like authentication, rate limiting, logging, and usage tracking.
If you were designing API infrastructure from scratch today, would you stil...
A function called out in your code, but never defined. A dependency not included. A comment that says "email me for the missing piece" in the readme? Bots scrape GitHub 24/7, vacuuming up people's work with no acknowledgment - not like it used to be where people would interact - ...
Most supply chain security tools look at your source code or dependencies. Nobody looks at what actually ships.
We kept finding things in dist/ that everything else missed, such as API keys baked into JS bundles, source maps accidentally shipped to prod, debug symbols inside release binaries, ....
In February 2026, Anthropic published a system card in which Claude assigned itself a 15-20% probability of being conscious. Dario Amodei's response when asked: "We don't know if the models are conscious. But we're open to the idea that it could be."<p>That made me ask: what...
Works especially well together with: <a href="https://github.com/jkerdels/dew-plugin" rel="nofollow">https://github.com/jkerdels/dew-plugin</a>
I built an interactive terminal tutorial that teaches AI coding concepts — context windows, tools, MCP, hooks, subagents, and more.<p>I use Claude Code, Cursor, and GitHub Copilot daily, and I kept noticing the same thing: most developers (myself included, at first) use these tools without really un...