AMP Cache Update Script

2 min read

I recently read up on the AMP Project and installed the plugin to enable AMP-compatible pages for my blog. A couple weeks later I realized the code snippets in some of my blog posts were formatted incorrectly. I fixed the […]

Design and Build an SMD Breakout Board

2 min read
H

How to design and build a breakout board for an SMD component As electronic components become ever more integrated and miniaturized, it can sometimes be impossible to find a through-hole counterpart to an interesting SMD part. For example, I wanted […]

micro:bit Compass

1 min read

The other day I bought a micro:bit for my daughter. It’s a small computer with bluetooth, an accelerometer, light sensor, magnetometer and temperature sensor. It also has a couple of buttons for input and a matrix of LEDs for output. […]

Rsync to AWS (Updated)

1 min read

I’ve updated the Backup to AWS EBS via Rsync and Boto 3 post to use Boto 3. This allows the script to take advantage of Waiters to wait for the instance to start running and the volume to be attached.

Running Python CGI Scripts on the Raspberry Pi

3 min read

Python is the language of choice for controlling the Raspberry Pi’s GPIO pins. It seems only natural then that to interact with your Pi over the web it should run a web server able to handle Python CGI scripts. Following the steps below […]

Load more posts
×