Why write multi-line shell scripts to manage Kubernetes when you can use Cypher-inspired queries? 🤔✨
Cyphernetes simplifies operations like deleting non-running pods:
```cypher
MATCH (p:Pod)
WHERE p.status.phase != "Running"
DELETE p;
```
Readable, relational, and efficient. #Kubernetes #DevOps
🔗 Project link on #GitHub 👉 https://github.com/AvitalTamir/cyphernetes
#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity
— ✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴☠️

Completics - FOSS project planner
https://lemmy.ml/post/34874547

🐧 O que Você Pode Fazer no Linux, mas Não no Windows? 💻
O Linux oferece uma liberdade e flexibilidade únicas que muitos sistemas não conseguem igualar. Quer saber o que torna o Linux tão especial? Descubra recursos e possibilidades exclusivas no nosso blog!
#Linux #OpenSource #Tecnologia #Diferenciais #SistemasOperacionais
⚡ ANAVI Macro Pad 10 gets an open source 3D-Printed case upgrade
#️⃣ Our open source programmable keypad with 9 mechanical switches and a rotary encoder now has a new case, designed by Pavlin Saksanov and printed by Experify 3D in Plovdiv, Bulgaria. Made in Plovdiv, Bulgaria, EU.
📂 The case is open hardware: STL & STEP files are freely available under CC BY-SA 4.0 on GitHub.
🔧 Still open-source! Still hackable! Now even better!
https://blog.anavi.technology/anavi-macro-pad-10-gets-a-3d-printed-case-upgrade/
#RaspberryPi #RP2040 #opensource

Whispering – Open-source, local-first dictation you can trust
https://github.com/epicenter-so/epicenter/tree/main/apps/whispering
#HackerNews #Whispering #OpenSource #LocalFirst #Dictation #Trust
Wanted to share my desktop customization...
#unix #linux #plasma #kde #desktop #opensource

Heya folks! It's sync day, and that means it's time for the weekly Solus roundup! This week, we have a new version of eopkg. It contains a bunch of fixes and improvements, so be sure to read all about it on our forums: https://discuss.getsol.us/d/11880-sync-updates-for-week-33-2025
#FOSS #Linux #Solus #OpenSource
- Evan
Thank you HeroDevs for sponsoring #AllThingsOpen at the Platinum Level! Their support helps us put together 150+ speakers & talks, covering all the important #OpenSource topics on one schedule. Check out which talks you want to attend and register today! https://2025.allthingsopen.org/schedule/

Between burnout and funding concerns, many open-source software projects are being maintained by only a handful of people. We must acknowledge the work they do and consider how we can help preserve the foundation of the internet. After all, that would only cost a fraction of an LLM.
#opensource
https://www.webpronews.com/open-source-maintainers-battling-burnout-and-funding-gaps-for-innovation/
LibreOffice has a new AI superpower. 🤖
https://news.itsfoss.com/libreoffice-ai-integration/
Had a blast teaching the "Animals in Motion" course last week as part of @neuroinformatics Open Software Week!
All course materials—including hands-on coding exercises—are freely available as an online book:
🔗 https://animals-in-motion.neuroinformatics.dev/latest/
This should be a useful resource for anyone interested in using free, open-source tools to track animal motion from video and extract quantitative descriptions of behaviour from the resulting data.
Thanks to @SoftwareSaved and @SWC_Neuro for the support.
#neuroscience #ethology #neuroethology #opensource #openscience

PyPI now checks for expired domains to prevent domain resurrection attacks, a type of supply-chain attack where someone buys an expired domain and uses it to take over #PyPI accounts through password resets. #Python #OpenSource #SupplyChain #Security
https://blog.pypi.org/posts/2025-08-18-preventing-domain-resurrections/