1
Ask HN: What's the biggest hack you've found while vibe coding?
Share any techniques you've discovered or tried while using vibe coding that have:
- improved efficiency
- helped you solve problems better
- reduced costs
Needed a break from my main project, so I threw together this Laser Eyes Simulator. It's a silly little thing that adds laser beams to your eyes using your webcam. Downloadable images. Hope you enjoy!
Gemini 3 Prompt:
- Use the computer's front-facing camera
- Use `mediapipe` lib to capture facial landmarks
- Use `threejs` to apply a LASER EYE effect to the face captured by the camera based on the real-time 3D landmark information provided by `mediapipe`