@misschopra If you mean attempting to build next-gen scalable systems by prompting an AI model, without knowing anything about the concepts - yeah that was never bound to work! Feel sorry for non-tech folks thinking they could run their tech company without people who know stuff.
@solopribuilds Vibe coding (making AI write code) would still be relevant but AI slop won't be appreciated. Quality controlled code with speed and precision will prevail, rest all will die down soon. Scalable, reliable systems cannot be achieved without knowledge.
@ezSnippet Writing (Typing) code is no longer a skill like it used to be. Ofc understanding every word of AI-written code is essential but typing it manually doesn't get you anywhere now. Interesting thing would be to control AI code so that it doesn't become a vibe-coded slop.
A fantastic deep dive into ๐ฆ๐ฐ๐ฎ๐น๐ฎ๐ฏ๐ถ๐น๐ถ๐๐ ๐๐. ๐๐ผ๐๐, scaling trivial APIs to ๐ญ๐ ๐ฅ๐ฃ๐ฆ in under ๐ฎ.๐ฑ ๐ต๐ผ๐๐ฟ๐!
This video excels at showing vertical scaling alongside real-time cost metrics on the cloud.
https://t.co/vZfW6ZWlkE
3. Integration
The beauty: this dropped right on top of Gupโs existing local-first WebSocket + durable outbox architecture as SIGNAL_V1 envelopes. Transport semantics didnโt need a rewrite.
Feedback, PRs, and crypto audits welcome! ๐
Github: https://t.co/IS8hAsckgp
I built a local-first 1:1 chat app called Gup.
โThe core idea: the relay server never stores your message history.
โMessages sit in a durable queue only until the receiver comes online. Once delivered and ACKed, the server forgets them. Your chats live purely on your device.
2. Perfect Forward Secrecy
โข After handshake, every subsequent message uses the Signal Double Ratchet algorithm.
โข It derives a fresh symmetric key for every single payload.
โข Even if a temporary session key leaks, past and future messages remain completely secure.
@AmanGodflame@shivambhadani_ That's not how it works. Manager's tactics mean a lot. Players can't just gang up and play as they like. These ideas don't work in real life.
@rj_nationalist@SumitM_X Judgement skills on what? When the candidate doesn't know the theory, nor system design or architecture, then there is no point in vibe coding with AI. Nowadays, everyone thinks they are engineers with these AI tools but only a small number of people know their shit.
@arpit_bhayani I feel learning by doing helps a lot. What would be the best way to practice distributed systems in action especially when you don't come across all the topics at work?
@Crickeddicted @striver_79 Surely you haven't worked on production level code yet let alone working with AI tools in production. You'll learn as and when you do.