64 Followers
125 Following
108 Posts
Tech Lead in L@C. CCIE, software development, network engineering and automation. Things posted here represent my personal opinion.
Githubhttps://github.com/rschmied
@tracketpacer awesome. Twix became a dumpster fire
@blainsmith I read about this but this post actually makes me want to use it! Thanks for sharing
Cisco CML 2.5 is here! What's changed?

YouTube
What do you guys think? Too much magic? Adding semantics to node tags is basically implicit / hidden configuration (Zen of Python: explicit > implicit). Would you like / use this feature the way it's described? Thoughts? #virl #cml #neteng #networksimulation #networking #ciscomodelinglabs
Who’s going to come to the learning area at #CiscoLiveEMEA next week? The core engineering team will be there to chat and show the upcoming 2.5 release! #virl #cml #modelinglabs #cisco #neteng #simulation
@daniel1820815 thank you! I hope it was useful for you
How to improve Python packaging, or why 14 tools are at least 12 too many https://chriswarrick.com/blog/2023/01/15/how-to-improve-python-packaging/ #python
How to improve Python packaging, or why fourteen tools are at least tw

A journey to the world of Python packaging, a visit to the competition, a hopeful look at the future, and highlights from a disappointing discussion.

Chris Warrick

I would like to share the latest blog post of my the #DevNet Expert series which is the second part about #Docker covering Docker networking. It continues where we stopped during part one. #CiscoCert #CCDevP #CCDevE #CiscoChampion #NetEng

https://blog.kuhlcloud.de/containers/2023/01/09/docker-part2.html

DevNet Expert series - Docker part 2

This is part two of the DevNet Expert series about Containers using Docker and Kubernetes. It continues where we were at the end from the first part DevNet Expert series - Docker part 1. If you do not like to go through the first part you can find the source files on the Github repository. You can simply clone it and start through with the second part.

Kuhlcloud - IT Networks & more
Here we go again, another iteration #terraform #ciscomodelinglabs #cml #virl #neteng provider updated. https://registry.terraform.io/providers/CiscoDevNet/cml2/latest as a side note: I got my first GH issues opened. That means... someone is actually (trying to) using it :-D
Terraform Registry

Recently saw a debate over “what’s the best shell”. For a long time I stuck with bash as it is the “de facto” standard when it comes to shell scripting. But it does NOT provide a good user experience imo. Ergo I use fish. Much better for interactive shells. Still can write all scripts using bash and in combination with the shebang it’s all seamless they can live happy together! #shell #fish #bash #ux #unix #linux