⛵ Install #Spinnaker and use it to deploy your app in an hour or less!
🔴 Workshop | Live on May 27
✨ Register here: https://cd.foundation/event/workshop-spinnaker/
Workshop: Install Spinnaker and use it to deploy your app in an hour or less! - CD Foundation

We'll show you how to install Spinnaker rapidly using Kustomize, how to log in after, add a connection to GitHub, and deploy a manifest from there. We'll go over the requirements and basics of how you configure and manage Spinnaker, as well as some high-level scaling, with a Q&A at the end.

CD Foundation

Spinnaker, the open-source continuous delivery platform from Netflix and Google, patched CVE-2026-32613, a CVSS 9.9 remote code execution in the Echo notification service. Echo did not restrict its Spring Expression Language context to trusted classes, giving attackers full Java process access. Maintainers back-ported across four branches (2026.1.0, 2026.0.1, 2025.4.2, 2025.3.2). Quality is what maintainers do the week a critical hits an old branch.

#OpenSource #DevOps #CyberSec #Spinnaker

Учора до ночі провозився з #clouddriver від #Spinnaker: це компонент, який відповідає за опрос стану хмарних сервісів (Kubernetes кластера, Docker регістрі). Под почав крашитись після перевода на нову #EKS ноду та вижирати доступні CPU ресурси.
Раніше я виявив, що така поведінка через накопичення команд опросу EKS кластерів та Docker регістрі. Справа у тому, що для обох процесів треба отрмати #AWS токени.
Для EKS це була команда:
```
aws eks get-token --cluster-name XXX --output json
```
Але в поді іноді її виконання займало до 10 секунд. AWS CLI написаний на #Python, тому працює повільно. Заміним цю команду на aws-iam-authenticator, який написаний на #Go та працює в 5-6 разів швидше:
```
aws-iam-authenticator token -i XXX
```
Наступна проблема з #Docker. Команда автентифікації була
```
aws ecr get-authorization-token --output text --query 'authorizationData[].authorizationToken' | base64 -d | sed 's/^AWS://'
```
Ця команда теж іноді по 10-15 секунд виконувалась та віджирала CPU. Токен дійсний на 12 годин, але опрос запускається кожні 5 хвилин, тому є сенс кеширувати його. Вигадав таку команду, не лякайтесь ;-) Її треба було саме однорядкову, тому що вона буде додана в #YAML конфіг #Spinnaker:
```
[ ! -f /tmp/ecr-token ] || \
[ $(( $(date +%s) - $(date +%s -r /tmp/ecr-token) )) -gt 36000 ] \
&& aws ecr get-authorization-token --output text \
--query "authorizationData[].authorizationToken" | \
base64 -d | sed "s/^AWS://" > /tmp/ecr-token; \
cat /tmp/ecr-token
```
Вона перевіряє наявність файла, якщо нема кешированого токена створює його та оновлює його якщо він старий, після просто видає його.
Після цього команди перестали накопичуватись на навантаження на под значнно впало.
Ліг спати щасливий як ніколи ;-)
#devops #troubleshooting
🚨 CRITICAL: CVE-2026-25534 SSRF in Spinnaker clouddriver-artifacts. Versions <2025.2.4 & select 2025.x allow SSRF via URL validation bypass. Patch to 2025.2.4+, 2025.3.1, 2025.4.1, or 2026.0.0 ASAP! Details: https://radar.offseq.com/threat/cve-2026-25534-cwe-918-server-side-request-forgery-618622b4 #OffSeq #SSRF #Spinnaker

Zatrudniamy w SoftwareMill! Praca w pełni zdalna, #Kotlin, #Scala, #Rust na backendzie; #DevOps, czyli kubernetesy w chmurze. Oferty z widełkami: https://softwaremill.com/join-us/

SoftwareMill jest częścią grupy VirtusLab Group, gdzie szukamy: #Golang, #Scala na backendzie; #Bazel dla miłośników przyspieszania buildów; #Python +ML/LLM; #DevOps + #Spinnaker; i na deser #IDE oraz #IntelliJ engineer. Więcej (z widełkami): https://careers.virtuslab.com

Niejedna / niejeden znajdzie tu coś dla siebie :) Zapraszamy!

Join Us

We are looking for outstanding professionals to join our remote team. Check out open positions for backend, frontend & DevOps. We're hiring!

SoftwareMill
Sunset over #Portsmouth harbour, UK. #silentsunday #photo #spinnaker

Neuromorphic Chips: How the Brain Inspires the Machines of the Future

Imagine a computer that thinks like you. Not just crunching numbers, but learning, adapting, and solving problems faster than you can blink, all while sipping less power than a fridge light bulb. Sounds like sci-fi? Welcome to neuromorphic chips—tech that mimics the human brain and is set to redefine computing. Let’s dive into this wild ride where science meets nature’s genius and see how these chips are shaping tomorrow.

What Are Neuromorphic Chips?

Forget traditional processors that plod through data like accountants. Neuromorphic chips are the rock stars of tech, inspired by the ultimate supercomputer: your brain. They mimic neurons and synapses, sending info via short electrical “spikes,” just like your brain does. These chips don’t just process—they learn and adapt with incredible efficiency.

“Neuromorphic” mixes “neuron” and “morphology” (form). These chips borrow the brain’s wiring: millions of artificial neurons linked by synapses work in parallel, like a data symphony. The best part? They use a fraction of the energy of regular chips.

How Do They Work? A Brain in Silicon

Picture your brain as a party where neurons only speak when they’ve got something juicy to share. Neuromorphic chips roll the same way:

1. Spiking Neural Networks (SNN): Unlike regular neural nets that buzz constantly, spiking networks only fire when needed, like texting only big news. Energy savings? Huge!
2. Parallel Power: These chips juggle data across multiple channels, like a brain planning dinner while grooving to music. Perfect for facial recognition or live video analysis.
3. Memory on Deck: Regular computers shuttle data like rush-hour couriers. Neuromorphic chips keep memory in the neurons—no traffic, just speed.
4. Self-Learning: These chips learn on the fly, like a brain memorizing a new route. Think robots that train themselves or cars that react faster than you.

Why Are They Awesome?

1. Firefly Energy: Your brain runs on 20 watts—less than a hallway bulb. Neuromorphic chips aim for that efficiency, ideal for drones, smartwatches, or gadgets lasting months without a charge.
2. Lightning Speed: Parallel processing makes these chips tackle tasks that’d fry regular processors. Your phone could spot faces in a crowd in milliseconds.
3. AI on Fire: Built for AI, these chips supercharge neural networks, making AI smarter and cheaper to run.
4. Scalable Future: From tiny sensors to brain-mimicking supercomputers, these chips scale effortlessly.

Who’s Making the Magic?

Neuromorphic chips aren’t a lab dream—they’re real, thanks to top innovators:

- IBM TrueNorth: Launched in 2014, it rocks a million neurons and 256 million synapses, analyzing video faster than you can say “cool.”
- Intel Loihi: Debuted in 2017, upgraded in 2021, Loihi learns on-device, perfect for robots or smart cameras.
- BrainChip Akida: Built for offline smart devices, like cameras that recognize faces without the cloud.
- SpiNNaker: A Manchester University project to simulate the brain, using neuromorphic processors for real-time neural networks.

Where Will We See Them?

These chips are ready to invade our lives:

- Self-Driving Cars: Cars that see the road like humans and dodge pedestrians in a flash.
- Smart Robots: Robots learning new tasks solo, from factory work to surgical assists.
- Next-Gen Medicine: Analyzing MRIs or monitoring heartbeats in real time with precision.
- IoT and Smart Homes: Smarter speakers and cameras that work offline, sipping power.
- Near-Human AI: AI that gets context, emotions, and learns like a kid.

The Catch…

Every revolution has bumps:

- Programming’s Tough: Spiking networks need new coding tricks. Python won’t cut it.
- Not Universal: Great for AI, but overkill for simple tasks like taxes.
- Pricey Development: Building these chips costs billions and years.
- Algorithm Hunt: New algorithms are needed to unlock their full power.

What’s Next?

Neuromorphic chips are like the moon landing—early days, big dreams:

- Smart Everything: From AR glasses to medical implants, they’ll weave tech into life.
- Quantum Combo: Pairing with quantum computing could create light-speed brains.
- Soulful AI: We might get AI that’s not just smart but feels almost alive.

In Conclusion

Neuromorphic chips bridge machines and humans, silicon and neurons. They’re not just powerful—they’re smart, efficient, and nature-inspired. We’re entering an era where machines might think, learn, and even dream like us. One day, a neuromorphic chip might ask, “What’s love?”—and we’ll be the ones stumped.

  

#NeuromorphicComputing #ArtificialIntelligence #BrainInspiredTech #FutureOfComputing #AI #MachineLearning #SpikingNeuralNetworks #TechInnovation #IoT #Robotics #EdgeComputing #EnergyEfficiency #IntelLoihi #IBMTrueNorth #BrainChip #SpiNNaker #SmartDevices #AutonomousSystems

Fine day for a sail
Bright sun - crisp breeze - jib running
Fair skies and full sheets

#Haiku #OneHaikuADay #WritersCollective #writingcommunity #BackToHaiku #Seasons #Summer #August #Sail #Sailing #Sailboat #Jib #Spinnaker #Lake #Boat #Boating #Lake #Water #LaborDay #USA #Ohio

September 1, 2025