Get some rest tonight. You earned it.
Seriously though.
Seriously though.
Let me know what you guys think! ❤️
1:44 AM and claude decided to take me to egypt.
I vibe-code with agents a lot and got tired of glancing back at the chat every time a long reply finished. So I made Aftertone: after each agent response, a local Supertonic ONNX voice reads a short line (what landed, blockers, next step) — not the whole wall of text.
What it is
~/aftertone), MIT, no TTS subscription/aftertone-on in Cursor, /aftertone_on in Claude)<spoken_summary> tag at the end of replies; if there is no tag, it stays quiet (tag-only mode by default)Install (Linux/macOS):
curl -fsSL https://raw.githubusercontent.com/omarelkhal/aftertone/main/scripts/install.sh | bash -s -- --install-uv --start-daemon
Then in Cursor: Hooks on + trusted workspace. In Claude: /aftertone_on in the chats where you want audio.
Repo / docs: https://github.com/omarelkhal/aftertone
Happy to answer setup questions. If you try it, I would love to know whether the spoken summaries actually help your flow or feel like noise.
check it out on meowgpt.app
love it or hate it, it's the truth :0
Imagine just dropping a prompt like: Hey Claude, can you reverse engineer Apple's latest flagship silicon real quick? Thanks, and 5 days later it just hands you the keys.
Saw this graphic going around today. The claim is that Anthropics upcoming "Mythos " model was able to completely crack Apple's M5 chip in just 5 days.
Edit -Source- https://blog.calif.io/p/first-public-kernel-memory-corruption
I've vibe coded a privacy focused. browser because why would i pay for this type of browser
Would you use it ? i plan to make it opensource
I'm just curious. How concerned are people about the security/vulnerabilities in vibe coded apps?
It seems that it's defaulted to by the platform. Yes?
I made an app that forces me to study my vocabulary before I can use Instagram, Tiktok, ...
You can also import your own Anki flashcards, Multiple Choice Quizzes or generate Flashcards based on your study notes automatically.
If you want to try it out, you can get it here:
Android:
https://play.google.com/store/apps/details?id=com.cardgate
iOS: https://apps.apple.com/us/app/cardgate-learn-then-scroll/id6761844846
(iOS not available in EU yet, release is next week here)
If you want free premium, hit me up.
Feels like a lot of teams are moving from structured design systems into more vibe designing workflows lately.
Like instead of carefully building flows screen by screen, people are prompting AI tools until something visually feels right, then refining from there.
Part of me thinks it speeds creativity up a ton.
Another part thinks it could create messy UX long term.
Are any of you actually designing this way now?
Can you write code for this ?
Without using any ai tool
Update:
Wow, didn’t expect this post to blow up. I just wanted to see how people would approach this problem.
Thanks for the awards, but the commenters who actually implemented and explained the solution deserve the real credit.
I’m a vibe coder using KiloCode, ChatGPT, Claude, and similar tools while figuring things out. So thanks to everyone who took the time to explain the approach and different ways to solve it
Hey folks,
I’ve been hacking on a side project: a web-based “System Design Simulator.” It’s like a whiteboard, but you can actually press play and watch your architecture behave (or fail).
What you can do:
Why I made it:
Try it here: "https://paperdraw.dev/"
Quick start: drop Load Balancer → App Server → Cache → DB, press play, then trigger a cache-miss storm.
Would love feedback:
Thanks for taking a look—happy to fix bugs or add features if you ping me.
so you vibe coded an entire app in two days with zero experience and now you want to go live
iconic honestly respect the chaos
but before you hand hackers a free gift let me save you from yourself real quick
1. surprise you are a business owner now
the second someone uses your app and you touch their data the law wakes up and looks at you
just write a basic privacy policy and pretend you know what you are doing
everybody else is doing the same thing
2. ask ai to fix the mess ai helped you create
the audacity but it works
just type this into your ai tool
review my app as a security specialist and make sure i have strong security headers and a solid baseline security posture
two minutes and you suddenly look like you know things
3. google owasp and act like you knew it already
sql injection xss broken auth these are not fancy words they are just ways your app dies publicly
prompt this
review my app against owasp standards and highlight vulnerabilities
you are welcome
4. you are literally leaking secrets and vibing about it
env keys in frontend too much data in api responses passwords chilling in logs
your app is basically posting its own diary online
prompt this immediately
check my app for any credential or sensitive data leaks in frontend or api routes
5. api key in frontend means everyone owns your api key now
not you everyone
move it server side use a proxy stop trusting the browser with your secrets
prompt this
ensure no api keys are exposed in frontend code or network calls
vibe coding is genuinely amazing and i am not here to gatekeep
but shipping a broken app publicly is a different kind of vibe
drop in comments if you have already been burned i need to feel less alone in this
App to turn your ideas into andriod apks