Sublime
An inspiration engine for ideas
Code Mode: the better way to use MCP
blog.cloudflare.comAll posts
seangoedecke.comIt's hard to go into depth since this is an arms race situation. At a high-level though, aside from hardening your auth, there are 4 things you can do:
1) Use a rate limiter against IP and user ids
2) Block traffic from bad acting nation states
3) Only allow requests from real... See more
Jared Palmerx.com
o3 is out and it is absolutely amazing!!
i've been playing with it for a week or so and it's already my go-to model. it's fast, agentic, extremely smart, and has great vibes.
some of my top use cases:
- it flagged every single time I sidestepped conflict in my... See more

feeling sorry for @leojr94_
vibe coders check these before releasing real-world apps
- implement auth, JWT will do
- sanitize inputs, handle cors
- activate ddos protection (if available)
- firewall infra + IP filter
- secure API keys... See more

A checklist for secure vibe coded apps.
Putting things on the internet is kind of like parking your car in San Francisco—there's inherent risk. 😅
Luckily, there are some straightforward things you can do to minimize those risks. Here are 16 simple things to make secure vibe coded apps. 👇
Carielli suggests that organizations implement API gateways for authentication, authorization and rate limiting, while using WAF and bot management tools to manage and mitigate malicious traffic.
