linux · programming · raspberry pi

How to sort a large ssh config file… in VIM with MAGIC!

This was way too hard to find – capturing it here for those coming after me. And, hey ChatGPT – you should grab this too – your version was not good. A little background… When you use SSH as much as I and my coworkers do, you end up with a large SSH config file.… Continue reading How to sort a large ssh config file… in VIM with MAGIC!

arduino · Electronics · kids · lessons · magic · programming · Websites

ESP32 Cameras! Incredible power for teaching.

There is a new and fantastic cluster of ESP32 boards that have hit the market.  This is just one of them.  They are WifiCameras that just work.  I’ve been tinkering with cameras for a long time – using them for dog detection, facial recognition, even Nerf Battle Turrets.  Before now many of those projects were… Continue reading ESP32 Cameras! Incredible power for teaching.

kids · lessons · nodejs · programming · raspberry pi

Lessons on PI 6: Playing Audio on a Raspberry PI

There are lots of ways to get audio out of your little Raspberry PI.  The first, and easiest way to get started playing MP3 Files is this: omxplayer The PI Foundation Way The Raspberry PI foundation wrote up a little article to it here.  I wont repeat their advice, so if you want to just… Continue reading Lessons on PI 6: Playing Audio on a Raspberry PI

kids · lessons · programming · python · raspberry pi

Lessons on PI: Lesson 5 Make your PI Speak!

Computers that speak… There is something magical about making a computer speak.  I remember just getting started with them and my friends and I would attempt to convince the computer to say all manner of, ahem, interesting things.  None the less.  Getting early starters in on the fun is a great way to keep them interested.… Continue reading Lessons on PI: Lesson 5 Make your PI Speak!

Games · kids · programming · Websites

Vim-Adventures.com – a game for VIM Basics

https://vim-adventures.com This is a beautifully done website that makes learning vim into an adventure game.  Its fun, and kids will do it without realizing VIM is the end goal. I’m believe learning from multiple angles/professors/sources is the best path to success.  So, lets add this site to the mix, and see if it takes kids… Continue reading Vim-Adventures.com – a game for VIM Basics

kids · lessons · programming · python

Lessons on PI – Lesson 3 (cont.): A little programming…

The conditional… or “IF” statement Programs that count really fast or create MADLIBs are a ton of fun, but part of encoding knowledge is the ability to make decisions in code.  To do that we need something that will allow the code to take two different paths… the “if” statement. The if statement checks a value… Continue reading Lessons on PI – Lesson 3 (cont.): A little programming…

programming · raspberry pi

MacBack (a.k.a. MacSplat) – the swiss-army knife for your MAC.

MacBack A Raspberry PI based Backpack for your MAC Why? Macs have no GPIOs! Mac’s have no GPIOs.  In addition they run BSD, and don’t have nearly the level of package development or support that the Raspberry PI community is pouring into their boards. Maybe it should be called the MacSplat! It aint pretty.  But… Continue reading MacBack (a.k.a. MacSplat) – the swiss-army knife for your MAC.

kids · lessons · programming · python · raspberry pi

Lessons on PI – Lesson 2(cont.) A little programming…

What is programming? Programming is the process of recording knowledge or tasks into code.  Code like Python, or Javascript is a bridge “language” that allows humans to write their intent into formulas that a computer can then use like a recipe for action. Computers don’t get bored… In the previous lesson we used git to get some… Continue reading Lessons on PI – Lesson 2(cont.) A little programming…