A popular AI npm package became an install-time supply chain attack.\n\nai-sdk-ollama had 120K+ monthly downloads, poisoned versions across major lines, and a binding.gyp trick that could run before your app imported anything.\n\n#CyberSecurity #npm#AI
SQL injection: how attackers think — 4 key concepts from attack to defense 🧵
Card 1: Real breach stats — LinkedIn 117M, Yahoo 500M, all via SQLi
Card 2: The OR 1=1 login bypass — one quote breaks the entire auth
Card 3: UNION injection — reading every table in the database
Ca…
Since Opus 4.8 is out and more and more designers are getting into Design Engineering, I thought I’d share some of the interaction patterns I use most often:
Use proximity, not just hover. When the cursor gets close, nearby elements can subtly scale and darken based on distance.
It makes interfaces feel more responsive, less binary, and way more alive
onpointermove = e =>
document.querySelectorAll(".dock>*").forEach(el => {
const r = el.getBoundingClientRect();
const t = Math.max(0, 1 - Math.abs(e.clientX - r.x - r.width/2) / 120);
el. style.scale = 1 + t * .5;
});
You can't spot a deepfake anymore. A 2026 study tested people on real vs AI video — they scored a coin flip, and half were sure they passed. Here's how to actually protect yourself 👇 full breakdown on YT (link in bio)
@Chris_Wozniczek@X I did something similar to your ai analysis + ppt reports but instead of generating a report or ppt it would generate a video explainer. Let me know if you are interested in that.