Today's #PSA: In a world full of #vibecoders, be a #demoscener
https://youtu.be/BLMUfBikxTY?si=VkYa05wnW6CKaCNs
#demoscene #msdos #amiga #appleii #c64 #retrocomputing #music #techno #vibecode #ai #aiwinter

Today's #PSA: In a world full of #vibecoders, be a #demoscener
https://youtu.be/BLMUfBikxTY?si=VkYa05wnW6CKaCNs
#demoscene #msdos #amiga #appleii #c64 #retrocomputing #music #techno #vibecode #ai #aiwinter

Ugh... this AI world is moving too fast...No wonder so many smart folks have #aianxiety
#Antigravity is a thing and apparently its pretty shmick. But I have no time for now to suck up another platform.
What the do the smart #Vibecoders do to mitigate rate limits (#Compute ceiling is something you hit very hard if you start doing serious projects)?
1. Run #Claudecode inside Antigravity for #Vibecode
2. Add automated testing agent to clean up bugs without wasting tokens. WHAT?
3. Use #Gemini3 for design and architecture
4. #Testsprite MCP for testing (Not using tokens).
I have no idea how to do this, I would have to pick up 3 new platforms and even with #Ai this is beyond me...
... I understand why #techbros are hitting #ketamine.... That or retire to write poetry.
Making repositories for each functionality which could have been a single merge request against the codebase.
"#VibeCoders" without Vibe really are cheapskates.
#Novell #Vibe #NovellVibe #VibeCoding #sarcasm #shitpost #comedy #joke #AIslop
Việc kết hợp Claude Code và Cursor đã giúp dự án này hoàn thành cực nhanh, bỏ qua tài liệu hướng dẫn. Cộng đồng đang tìm kiếm các lập trình viên "viết code theo cảm hứng" để thử nghiệm nhóm phát triển AI-driven! Thảo luận, so sánh công cụ (Windsurf, Antigravity,..) và hợp tác xây dựng hệ thống AI lớn hơn. Discord đã sẵn sàng, yêu cầu mời ngay! #CôngNghệ #AI #PhátTriểnMãTríTuệNhânTạo #VibeCoders #DevCommunity
https://www.reddit.com/r/SaaS/comments/1qqnks1/anyone_else_ditched_documentation_for_th
Looked at code using Swift Concurrency:
Immediately found a bug:
state = .working(progress: 0)
await doSomething() { percent in
state = .working(progress: percent)
}
state = .done
What’s the value of `state` now?
(“Surely `.done`” is the wrong answer)
