DaHackaz
@sentimentxpress
Followers
150
Following
24
Media
1
Statuses
19K
Joined June 2013
Google Colab is officially coming to @code! ⚡️ You can now connect VS Code notebooks directly to @GoogleColab runtimes. Get the best of both worlds: the editor you love, powered by the compute (GPUs/TPUs) you need. → https://t.co/prgImNfEd2
104
696
4K
I still use margins when I can because I can't say I love this comparison, but there is something sort of pure about it I respect.
28
1
88
I made a 31-min tutorial on prompting with GPT-5.1 to create amazing UIs. Insane how fast it is now.
25
118
1K
Reduced Docker image size from 2.1GB to 180MB. Deployments 8x faster. The original Dockerfile: - Started with ubuntu:latest - Installed everything via apt - Included dev dependencies - Copied entire project directory - Left build artifacts - No layer optimization The problems:
79
213
3K
Thanks @Leex279 for the great breakdown of my Skills post! 🙏 Check out the full analysis and grab the resources at https://t.co/pSU4AtqPi9 Link: https://t.co/9x6CNl69xP
Claude Code Skills use a genius 3-layer context system. Save this, you'll want it when building Skills. - Layer 1: Main context - project configuration, always loaded - Layer 2: Skill metadata - YAML frontmatter only, ~100-200 tokens per skill - Layer 3: Active skill context
0
7
95
🎓 Master Scroll-Driven Animations in our 10-part video course → https://t.co/ucxN48sbGr With support in Chrome and now Safari 26, it's the perfect time to learn how to create powerful, scroll-based interactions.
0
11
77
Stop what you're doing If you use Claude Code follow the instructions in the post below It will install a skill that will make CC 100x better at building UI It was able to 1 shot the most beautiful landing page for my Vibe Coding Academy. No ugly blue/purple gradients Unreal
To get started add our marketplace in Claude Code: /plugin marketplace add anthropics/claude-code and then install the plugin: /plugin install frontend-design@claude-code-plugins
53
47
807
If you’re still sending raw JSON into your LLMs, you’re burning tokens, latency, and budget! Try TOON (Token-Oriented Object Notation). Clear like YAML, compact like CSV: • 30–60% fewer tokens • Up to 50% lower costs • Shines for tabular data. Free and Open source 🧵↓
511
1K
8K
The Popover API puts your UI on a separate top layer so you can stop fighting with focus management. Plus backdrop styling so short it fits here: [popover]::backdrop { background: rgb(52, 168, 83); backdrop-filter: blur(3px); } Build more with less code→ https://t.co/mtx4sC9qLm
5
26
231
This story is wild Chinese state-backed hackers hijacked Claude Code to run one of the first AI-orchestrated cyber-espionage Using autonomous agents to infiltrate ~30 global companies, banks, manufacturers and government networks🤯 How the attack was carried out in 5 phases
We disrupted a highly sophisticated AI-led espionage campaign. The attack targeted large tech companies, financial institutions, chemical manufacturing companies, and government agencies. We assess with high confidence that the threat actor was a Chinese state-sponsored group.
230
2K
10K
A senior Google engineer just dropped a 424-page doc called Agentic Design Patterns. Every chapter is code-backed and covers the frontier of AI systems: → Prompt chaining, routing, memory → MCP & multi-agent coordination → Guardrails, reasoning, planning This isn’t a blog
27
275
2K
Gemini 3.0 is INSANE. I asked it to code a simple SVG animation. Perfectly good. Look at the details!
110
235
4K
Ever wish HTTP status codes were easier to remember? 🖼️ Check out this MDN cheatsheet that pairs each status code with an emoji to help you visualize what each one means, from 200 OK ✅ to 418 I’m a teapot 🫖 Check it out 👇
1
5
49
Last Friday we had an amazing session with Devin from the Angular team about the future of web apps 🚀 Have you missed it? Don’t worry 🙂 You can catch up right here:
0
11
51
That sigh of relief when the blank white page finally shows something? That's First Contentful Paint (FCP). Learn what FCP measures. Debug FCP with Performance Insights in the updated Chrome DevTools Performance panel and make your website faster - and if stuck, Ask AI for help.
3
4
34
corner-shape: squircle; available in chrome for now used it recently on my site, no more clip-path or svg needed to achieve it
61
93
2K
Most developers use only 5 Git commands Here are 15 more that will save you hours 1. git stash → Save work without committing. Switch branches without losing changes. 2. git reflog → Find "lost" commits. Your safety net when git reset goes wrong. 3. git bisect → Binary
17
130
801
How do you get GitHub Copilot to understand your entire codebase? Like this.👇 With one click, the Copilot coding agent can now analyze your repo and auto-generate custom instructions.
9
31
182