→ http://seggwat.com (feedback SaaS)
→ http://oxidt.com (Dev blog)
Indie hacker 🧑💻 · Rust enthusiast 🦀
AI handles the complexity. You get the benefits.
Maybe it's time to reconsider which languages we ask AI to write.
#RustLang
AI handles the complexity. You get the benefits.
Maybe it's time to reconsider which languages we ask AI to write.
#RustLang
• Superior performance = fewer compute hours
• No GC pauses = predictable latency
• Consistent resource usage = easier capacity planning
When scaling, efficiency compounds.
• Superior performance = fewer compute hours
• No GC pauses = predictable latency
• Consistent resource usage = easier capacity planning
When scaling, efficiency compounds.
Rust eliminates entire categories of bugs—buffer overflows, use-after-free, data races.
No runtime overhead. No safety trade-offs.
Rust eliminates entire categories of bugs—buffer overflows, use-after-free, data races.
No runtime overhead. No safety trade-offs.
- Claude Code's native skills system loads at startup
- This skill writes new skills when it finds extractable knowledge
- Descriptions optimized for future retrieval
Check it out: github.com/blader/claud...
- Claude Code's native skills system loads at startup
- This skill writes new skills when it finds extractable knowledge
- Descriptions optimized for future retrieval
Check it out: github.com/blader/claud...
Next time a similar problem comes up, the skill loads automatically.
Persistent learning across sessions.
Next time a similar problem comes up, the skill loads automatically.
Persistent learning across sessions.