🚀 #hackthekitty website is live! Sign up for alerts, drop your ideas, and start finding teammates to build real impact for cats. Link in bio💡
#cat #hackathon #code #programming
Race Condition, explained by cats
When two things check the same data at the same time, they can both think it’s safe to act. Then the same resource gets used twice and everything gets messy.
That’s a race condition: the result depends on timing.
Common fixes includes:
- locks
- queues
- transactions
- letting only one process update the data at a time
#cat #code #programming #computerscience #debugging
Red Team and Blue Team, explained by cats
Red Team acts like attackers and looks for ways in with phishing, stolen passwords, and old bugs. Blue Team watches alerts, checks logs, investigates odd behavior, and responds when something gets through.
It’s practice, not a real attack. A simple way to test whether security actually works when things get messy.
#cat #code #cybersecurity #redteam #blueteam
Immich, explained by cats 📸
Back up your photos and videos to your own server, browse them in a clean timeline, and find stuff fast with smart search + face recognition. Self-hosted, open-source, and very cat-approved. 😼
#cat #code #selfhosted #opensource #homelab
🚨 Code. Collaborate. Compete.
Coding Kitty presents #hackthekitty, our first virtual hackathon! 💻
Join our Discord for early updates and announcements - link in bio 🔗
#cat #hackathon #code #programming
Bubble sort, explained by cats
just kitty walking down a line of tuna cans and swapping the chaotic ones till the biggest keeps drifting to the end. super easy to follow.
#bubblesort #algorithms #coding #cats #programming