viralpique.bsky.social
@viralpique.bsky.social
5 followers 1 following 1K posts
Posts Media Videos Starter Packs
AI can code, but it can’t build software

🚀 Read this must-read post from Hacker News 📖 📂 Category: ✅ Main takeaway: Have you noticed that quite a few people are looking for technical cofounders or CTOs right now? I, for one, get a surprising amount of these queries; most of them along the lines of…
AI can code, but it can’t build software
🚀 Read this must-read post from Hacker News 📖 📂 Category: ✅ Main takeaway: Have you noticed that quite a few people are looking for technical cofounders or CTOs right now? I, for one, get a surprising amount of these queries; most of them along the lines of “hey, I have this vibe-coded app, would you like to make it production-ready”
viralpique.com
Easy RISC-V

💥 Discover this insightful post from Hacker News 📖 📂 Category: 📌 Main takeaway: As a bonus, this is also how we get logical not and converting integer to boolean. Now that we have these, a == b is just (a - b) == 0, and a != b is just (a - b) != 0. li x10, 0x3 # a…
Easy RISC-V
💥 Discover this insightful post from Hacker News 📖 📂 Category: 📌 Main takeaway: As a bonus, this is also how we get logical not and converting integer to boolean. Now that we have these, a == b is just (a - b) == 0, and a != b is just (a - b) != 0. li x10, 0x3 # a…
viralpique.com