embedded_geek's profile picture. (embedded) Linux system engineer | open-source all the way | @kicad_pcb tinkerer | working for @redhat, opinions are my own.

Anthony

@embedded_geek

(embedded) Linux system engineer | open-source all the way | @kicad_pcb tinkerer | working for @redhat, opinions are my own.

Anthony đã đăng lại

Two decades ago, Arduino put a microcontroller in every student’s hand, revolutionizing grassroots education. Today, as Arduino begins a new chapter in another domain, we’re opening the next chapter in education: putting FPGAs into every student’s hand. We’re delighted to…

Vicharak_In's tweet image. Two decades ago, Arduino put a microcontroller in every student’s hand, revolutionizing grassroots education.

Today, as Arduino begins a new chapter in another domain, we’re opening the next chapter in education: putting FPGAs into every student’s hand.

We’re delighted to…

Quel exploit @Tricole180 !!!! Bravooo 👏👏👏


Anthony đã đăng lại

Windows update : 3000 years

Latency Numbers Every Programmer Should Know

chessMan786's tweet image. Latency Numbers Every Programmer Should Know


Anthony đã đăng lại

I'm currently working on a new planning/roadmap to focus myself on what's most important. 🕹️ I'm looking for 50 new beta testers 🪲 Instructions in 🧵⬇️ Wishlist the game on store.steampowered.com/app/1972450/Ea…

EarthOfOryn's tweet image. I'm currently working on a new planning/roadmap to focus myself on what's most important. 

🕹️ I'm looking for 50 new beta testers 🪲

Instructions in 🧵⬇️

Wishlist the game on store.steampowered.com/app/1972450/Ea…

Anthony đã đăng lại

The Main Components of Kubernetes Explained. At its core, Kubernetes is built on a handful of key components, each with a distinct role. By understanding them, you'll have a strong foundational understanding. 𝗡𝗼𝗱𝗲: ↳ Machines (physical or virtual) that run containerized…

NikkiSiapno's tweet image. The Main Components of Kubernetes Explained.

At its core, Kubernetes is built on a handful of key components, each with a distinct role.

By understanding them, you'll have a strong foundational understanding.

𝗡𝗼𝗱𝗲:
↳ Machines (physical or virtual) that run containerized…

Anthony đã đăng lại

Kubernetes API Basics: Resources, Kinds, and Objects 🧐 Before you jump into writing Kubernetes-based automation, it's a good idea to understand the Kubernetes API structure and key concepts, exploring it from the command line using curl. Deep dive: iximiuz.com/en/posts/kuber…

iximiuz's tweet image. Kubernetes API Basics: Resources, Kinds, and Objects 🧐

Before you jump into writing Kubernetes-based automation, it's a good idea to understand the Kubernetes API structure and key concepts, exploring it from the command line using curl.

Deep dive: iximiuz.com/en/posts/kuber…

Anthony đã đăng lại

Blue-Green Deployment with ArgoCD: A Seamless CI/CD Pipeline with Kubernetes buff.ly/3Xm6AEG


Anthony đã đăng lại

SSH Tunnels Cheat Sheet 🧐 - Local port forwarding: Access private endpoints, potentially through a bastion host, as if they were locally opened ports - Remote port forwarding: Expose local ports or private network addresses publicly via an exit node Both with good old SSH 👇

iximiuz's tweet image. SSH Tunnels Cheat Sheet 🧐

- Local port forwarding: Access private endpoints, potentially through a bastion host, as if they were locally opened ports

- Remote port forwarding: Expose local ports or private network addresses publicly via an exit node

Both with good old SSH 👇

Anthony đã đăng lại

🚀 Quick Linux Tip Want to quickly find the largest files eating up your disk? $ du -ah / | sort -rh | head -n 10 Shows top 10 biggest files/folders from root. Great for cleaning up space on your Linux server.


Anthony đã đăng lại

🌤️ Did you know wttr.in integrates seamlessly with tools like tmux, Waybar, Xmobar, Conky, Vim and even Emacs? Check out our extensive list of integrations and see how to embed weather data into your workflow! Have an integration to share? → make a PR with it…

igor_chubin's tweet image. 🌤️ Did you know wttr.in integrates seamlessly with tools like tmux, Waybar, Xmobar, Conky, Vim and even Emacs? Check out our extensive list of integrations and see how to embed weather data into your workflow! Have an integration to share? → make a PR with it…

Anthony đã đăng lại

If you want to experience first-hand what it takes to hack into a Kubernetes application, github.com/Alevsk/dvka challenges are dope!

iximiuz's tweet image. If you want to experience first-hand what it takes to hack into a Kubernetes application, github.com/Alevsk/dvka challenges are dope!

Anthony đã đăng lại

Kubernetes the Harder Way is a guide to setting up a production-like Kubernetes cluster on a local machine inspired by Kelsey Hightower's "Kubernetes the Hard Way" and may be considered its lengthier, extended version, optimized for a local deployment ➜ ku.bz/D0MtGJRJc


Anthony đã đăng lại

Learning Go concurrency patterns is getting easy with this amazing site #golang concurrency.rocks

golangch's tweet image. Learning Go concurrency patterns is getting easy with this amazing site
#golang

concurrency.rocks

Anthony đã đăng lại

Computer Networking 101: Port Forwarding An age-old trick to make services available on different ports without reconfiguring. Practice forwarding (a.k.a. mapping) ports using: - socat labs.iximiuz.com/challenges/por… - netcat labs.iximiuz.com/challenges/por… - iptables labs.iximiuz.com/challenges/por…

iximiuz's tweet image. Computer Networking 101: Port Forwarding

An age-old trick to make services available on different ports without reconfiguring.

Practice forwarding (a.k.a. mapping) ports using:

- socat labs.iximiuz.com/challenges/por…
- netcat labs.iximiuz.com/challenges/por…
- iptables labs.iximiuz.com/challenges/por…

Anthony đã đăng lại

No one realizes how quickly a CPU supply chain; completely independent of western IP is progressing: Not long ago RISC-V performance was a joke. Now it’s trading blows with x86 and high end ARM! In another generation or two it’s going to be a *serious* contender.

lauriewired's tweet image. No one realizes how quickly a CPU supply chain; completely independent of western IP is progressing:

Not long ago RISC-V performance was a joke. 

Now it’s trading blows with x86 and high end ARM!

In another generation or two it’s going to be a *serious* contender.

Anthony đã đăng lại

How Container Networking Works 🧐 Most Docker installations and Kubernetes clusters have the same bridge container network setup. The best way to understand how it works? Try reproducing one from scratch using nothing but the standard Linux commands: labs.iximiuz.com/tutorials/cont…

iximiuz's tweet image. How Container Networking Works 🧐

Most Docker installations and Kubernetes clusters have the same bridge container network setup. The best way to understand how it works? Try reproducing one from scratch using nothing but the standard Linux commands: labs.iximiuz.com/tutorials/cont…

Anthony đã đăng lại

I've updated the list of Go features by version. Now, each feature has ➀ a link to the documentation, ➁ a link to the proposal, and ➂ a link to the commits. It's fascinating to see how Go has changed over the years. antonz.org/which-go

antonz.org

Go features by version

Which major features appeared in which versions of Go.


Anthony đã đăng lại

Sinon l’Alsace avec deux jours fériés EN PLUS est l’une des régions les plus riches de France. #jdcjdr


Anthony đã đăng lại

Quand les hallucinations des LLM sont moteur d'innovation "Adding a feature because ChatGPT incorrectly thinks it exists" 👉 holovaty.com/writing/chatgp…

bearstech's tweet image. Quand les hallucinations des LLM sont moteur d'innovation

"Adding a feature because ChatGPT incorrectly thinks it exists"

👉 holovaty.com/writing/chatgp…

Anthony đã đăng lại

🚀 IT’S THE WEEKEND —TIME FOR A GIVEAWAY! 🚀 I’m giving away hard copies of 📘 Python Machine Learning by Example (4th Edition) 🔍 Book Review: clcoding.com/2025/07/book-r… Want to WIN a copy? ✅ Like 🔁 Retweet 💬 Comment "ML" 👣 Follow me 🔥 Winners announced soon — don’t…

clcoding's tweet image. 🚀 IT’S THE WEEKEND —TIME FOR A GIVEAWAY! 🚀

I’m giving away hard copies of 📘

 Python Machine Learning by Example (4th Edition) 

🔍 Book Review: clcoding.com/2025/07/book-r…

Want to WIN a copy?

✅ Like
🔁 Retweet
💬 Comment "ML"
👣 Follow me

🔥 Winners announced soon — don’t…

Loading...

Something went wrong.


Something went wrong.