Posted inInformation Technology / Raspberry Pi

How Far We’ve Come – Pt 11

This post is a bit of housekeeping. Since I started this series my development machines have all moved to KDE Neon so I started reading forward from the original post and when I got to this post I realized we didn’t have a pre-installed method of restoring a Raspbian image. Yes, there are lots of posts giving you the dd command for restore after you run a bunch of other commands to identify the SD … How Far We’ve Come – Pt 11Read more

Posted inInformation Technology / Raspberry Pi

How Far We’ve Come – Pt. 10

Admittedly we are at the “I hate broken things” stage of this project. The application itself will compile and run locally, but distcc used to work.   As you can see, even the browse functionality works. At first I thought this was simply due to moldy posts on the Internet. Lots of posts say things like “current version of Linux” instead of the actual version they are using. For the record: roland@roland-desktop:~/piBuild/pitools/arm-bcm2708$ lsb_release -irc Distributor … How Far We’ve Come – Pt. 10Read more

Posted inInformation Technology / Raspberry Pi / Thank You Sir May I Have Another

How Far We’ve Come – Pt. 9

I will begin this post by informing you not everything works yet. I’m including this post in the series because learning how to un-screw stuff is almost as important as learning how to do it right. In fact, it is probably more important. Configuring build environments has got to be my least favorite thing to do. As a consultant I typically don’t join a project until after someone else has already done that and created … How Far We’ve Come – Pt. 9Read more

Posted inInformation Technology / Raspberry Pi

How Far We’ve Come – Pt. 8

This is where we begin to merge our discussion of distcc and the Raspberry Pi. The first thing I needed to do was actually get distcc installed on the Pi. Don’t forget the monitor so you can tell if things are working. I also created a ~/.distcc/hosts file. localhost roland-desktop roland-HP-Compaq-8100-Elite-SFF-PC After adding the previously mentioned make options to the project my out of the box attempt went like this: Notice the red bars? This … How Far We’ve Come – Pt. 8Read more

Posted inExperience / Information Technology / Thank You Sir May I Have Another

Script Kiddies and the Catastrophes They Cause

This is yet another installment of “Move Quickly and Turn Worthless Shit Into Production.” When you come up through real software development, not this worthless script kiddie shit being touted as great, but real software development, you understand there is a method to the madness. You have to do all of that documentation up front so there are procedures and rules in place the QA team can use to verify everything using tests which do … Script Kiddies and the Catastrophes They CauseRead more