Joined October 2024
20 Photos and videos
meanings for all of these would be helpful.
Mar 31
Claude Code leaked their source map, effectively giving you a look into the codebase. I immediately went for the one thing that mattered: spinner verbs There are 187
2
126
don't be surprised, if there will be biggest mass hiring for software developers. be prepared dust your resumes. these could be the Y2K bug moment of 2026.
this week security incidents: - litellm, backdoored release exfiltrating secrets - axios, supply chain malware via dependency - railway, cdn caching leaked user data - openAI codex, command injection via github branch names -claude code , source code became publicly accessible.
1
34
this week security incidents: - litellm, backdoored release exfiltrating secrets - axios, supply chain malware via dependency - railway, cdn caching leaked user data - openAI codex, command injection via github branch names -claude code , source code became publicly accessible.
1
148
surprise OSS launch.
Claude code source code has been leaked via a map file in their npm registry! Code: pub-aea8527898604c1bbb12468b…
2
27
Vasanth Maneri retweeted
Officially the last day of Super-30. @100xDevs And got this today, accepted as a Pro member at Superteam India. Couldn’t have scripted it better. Grateful for the grind, the people, and everything this phase pushed me to build. Now it’s simple: Go deeper. Ship faster. Build things that actually matter If you’re building in crypto / Solana ,let’s connect. @SuperteamEarn superteam.fun/earn/t/harshag…
10
14
113
6,522
lets see, hoping to get a spot🤞. please don't disappoint me @ycombinator
2
49
whatever i'm trying to build. claude just released that product. but still i will be building my product.
Mar 23
You can now enable Claude to use your computer to complete tasks. It opens your apps, navigates your browser, fills in spreadsheets—anything you'd do sitting at your desk. Research preview in Claude Cowork and Claude Code, macOS only.
3
29
this got me thinking what if there is system agent could help in real time? something that understands voice or natural language, guides setup step-by-step, fetches exact docs, and points out what you're missing instantly. feels like this could massively speed up dev workflows
today, I was adding email notifications to my project. ran into permission issues with amazon ses, so I tried switching to mailgun got stuck again, mainly around api keys and configuration. ended up spending way more time than expected just figuring things out. then thought of
2
28
today, I was adding email notifications to my project. ran into permission issues with amazon ses, so I tried switching to mailgun got stuck again, mainly around api keys and configuration. ended up spending way more time than expected just figuring things out. then thought of
3
70
make it a real product. Let's goo..
Retro poker meets real stakes @goldenflop_skr is bringing fast, on-chain poker to Solana. No middlemen. Just skill, luck, and the flop. #Solana #Web3 #Poker
3
39
Vasanth Maneri retweeted
Inspired by @AdityaBhatia89 at 100xSchool AI Summit, your vision of intuitive robots for SMEs via affordable arms is powerful. Human-centered AI robotics! I have a question- What excites you most about human-robot interaction?
6
29
3,678
concurrency vs parallelism: how does node.js handle 10,000 concurrent connections if it's single-threaded?
2
5
84
where parallelism exists: node.js uses libuv's thread pool and worker threads to run cpu-intensive or blocking tasks in parallel
1
3
65
core takeaway: node.js runs javascript on single main thread, but through non-blocking io, the event loop and os-level async handling, it efficiently manages massive numbers of concurrent connections without relying on a thread-per-request model.
3
56