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

Substring Exists in String

Today I got to burn about three hours looking online for an answer to what F$LOCATE() makes a simple task. What simple task you ask? Why, I was trying to verify one string existed inside of another string while working in Bash under Linux. You see, I learned to write software on robust systems. Yes, I know, the Linux/Unix developer motto is “test nothing, just let it fail”, but I was taught to write good … Substring Exists in StringRead more