Author Archives: Brian Lavender

About Brian Lavender

I like to program in C++, Java, and Pascal. I have an admiration for languages like Pascal, Ada, and Eiffel. I work a lot with GNU/Linux systems.

Pelican SacLUG site

I have been working on converting the SacLUG website to using Pelican. I forked the NBLUG site and I have been working to get it going with SacLUG on Github. The NBLUG guys have done a great job!

Posted in Uncategorized | Comments Off on Pelican SacLUG site

Stratux Build Iteration 0.1

This is my current Stratux build. It uses the standard Raspberry Pi cases, the Raspberry Pi 3, two Nooelec NESDR SDRs, a NooElec 1090 SMA antenna, a NooElec 978 SMA antenna, and an external U-BLOX 7 GPS module. I used … Continue reading

Posted in Stratux | Comments Off on Stratux Build Iteration 0.1

Sample code test

This is hello world code snippet in C++

Posted in Uncategorized | Comments Off on Sample code test

Import Module Node JS

I just started working with Node JS and the ESM Standard with the import statement. I got the repeated error SyntaxError: Cannot use import statement outside a module. I searched the internet and this is the closest I came with … Continue reading

Posted in Uncategorized | Comments Off on Import Module Node JS

Tracking that feeds NMEA file

The following will do real time tracking using gpsbabel and write it to a file for my Etrex 10 gpsbabel -T -i garmin,baud=38400,get_posn -f /dev/ttyUSB0 -o nmea -F mylocation.nmea

Posted in Notes | Comments Off on Tracking that feeds NMEA file

Read GPS location over serial Garmin Etrex 10

This is the command I used I attached the Garmin Etrex 10 to Fedora using the USB cable. I put myself in the dialup group and the command executed without issue. gpsbabel -i garmin,get_posn -f /dev/ttyUSB0 -o kml -F myposition.kml

Posted in Notes | Comments Off on Read GPS location over serial Garmin Etrex 10

Super single

I have been riding the following single speed bike.

Posted in Uncategorized | Comments Off on Super single

Let’s encrypt for www and non-www

I enabled letsencrypt for brie.com today. Turns out for www and non-www, you have to give it the -d option for the www.brie.com and the -d option for the non-www domain. It works now for both. Yay for letsencrypt. As … Continue reading

Posted in Debian | Comments Off on Let’s encrypt for www and non-www

Madbomber2 development using SDL2

I have been working on redeveloping Bill Kendrick’s Madbomber game so that it runs on Android. Bill originally wrote Madbomber back in 1999 in SDL1. When I bought the Android Nexus 7 tablet, I thought that it would be a … Continue reading

Posted in Uncategorized | Comments Off on Madbomber2 development using SDL2

Updated Raffle app so that winner can choose his prize

I updated the Raffle application so that the winner can choose his prize. I need to get this on Git. In the meantime, check the source here. It still has it so that you can pick a prize and then … Continue reading

Posted in Uncategorized | Comments Off on Updated Raffle app so that winner can choose his prize