developer | builder | cybralist.com

Joined September 2023
43 Photos and videos
There is a much better way to learn and build with AI instead of just "vibe coding" Tell your agent to always give you: 1. Concept Explanation (deep understanding first) 2. Why we’re doing this 3. Code Detailed Breakdown 4. How everything connects together 5. My task testing 6. Docs/resources to study further This turns AI from a shortcut into a learning system. So you build knowledge instead of dependency.
1
17
😅
1
15
So, no more replacing guys😂
Engineers ended up replacing AI because they are cheaper
28
Software Engineering is a weird thing. Things you fear the most usually end up becoming your favorites. @typescript talking about you bro...
33
When was the last time you went to Stack Overflow? For a solution...
1
48
Customizing Neovim is really addictive… then I thought. abubakardevs.substack.com/p/…
64
I just realised I hate working on the frontend.
52
Engineering students after finishing the entire syllabus in one night
1
51
Now, we have the plan agent feature to plan before implementing anything. Another way of increasing token usage. Great!!🔥
40
Your app’s feature ideas should come from talking with real users, not from talking with AI😪
Listen to this
2
37
🔥HOT TAKE: Computer Science doesn't mean building websites.
1
2
66
Grok's questioning his own answers...
1
39

ALT I Said Oh Baby Turn The Lights Off Dance GIF

Claude code source code has been leaked via a map file in their npm registry! Code: pub-aea8527898604c1bbb12468b…
50
🚨 If you ran npm install in the last 24 hours, assume your machine is already backdoored. Axios, the HTTP client with 100M weekly downloads just suffered one of the sneakiest supply chain attacks ever. Here's exactly what happened how to protect yourself RIGHT NOW👇
1
2
133
How to spot it (IOCs): - Windows: wt.exe (masquerading as Windows Terminal) in ProgramData - macOS: osascript breaking process ancestry - Linux: ld.py in /tmp

1
51
Immediate fix (do this NOW): > Audit lockfiles for 1.14.1 or 0.30.4 > Force pin: npm install axios@1.14.0 or axios@0.30.3 > If hit: nuke node_modules rotate ALL secrets (AWS, SSH, .env, etc.) > Always use --ignore-scripts in CI/local installs going forward.
1
75