A new Litter Survey
In a culmination of litter surveys and litter picks, linked data() and data exploration, and remoteStorage and ActivityPub, I have created a web-based litter pick/survey app that I hope will allow federated citizen science.
In a culmination of litter surveys and litter picks, linked data() and data exploration, and remoteStorage and ActivityPub, I have created a web-based litter pick/survey app that I hope will allow federated citizen science.
My latest litter pick target was Hoe Stream and the White Rose Lane Local Nature Reserve. Here's how it went.
I just created a Gitlab CI job to create a release with information from a CHANGELOG.md file for some of my projects. Here's how I did it.
I noticed something strange happening during build process during a multi-tasking bug fix. Turns out I was using Gitlab CI's caching incorrectly. I should have been using artifacts. Here's what I saw.
As a birthday treat, I took the day off work to try out my electronerised litter picker. Here's how it went.
In preparation for a day of litter picking, I finally got round to a project idea - attaching a camera to a litter picker to record it all. Here's what I did.
I finally started implementing UI testing on first-draft using WebdriverIO. While writing tests was easy, getting the tests running was a little more difficult. Here is how I did it.
Hooray! My new blog is live! Based on Sapper, using MongoDB and eventually ActivityPub and ActivityStreams, it will be my federated posting hub to the world.
Creating this new blog, I wanted to make sure there was no metadata data leaking personal information. Here's how I removed all the metadata tags except the ones I wanted from my photos.
Using tmux for your terminal multiplexer but want an easy to reattach to a session? Here's a small bash script to do it.
Here's how to help your readers save time by making your post's shell commands easy to select and copy - with a simple CSS property.
Making my new blog, I didn't initially set the published dates to be native dates in the database. Here what I did to change them ...and do all the upgrades I needed.
I recently needed to test that some Vue components were creating the correct HTML. To do this, I decided to create snapshots of Object representations of the rendered HTML.
HTML5 number inputs aren't useful, but tel inputs, have all the power
I decided to look into the extortion emails I have been getting and wrote a small script to extract the bitcoin addresses that have been used.
As part of my pledge not to upgrade, I decided to repair two of my failing mice instead of replacing them with a brand new model (as tempting as it was). Here's what I did.
As part of filling the practical work experience requirements for my degree, I would at Tait Electronics over the summer of 2006.
My project for that summer was to design a call record presenter to look for inconsistencies in log files produced by some of their digital radios. The log files were in Syslog format and contained information about the calls and other events that happened on the radios.
Once I had settled in at Tait, I met with the supporter of the project and discussed with them the requirements of the project. The presenter had to be able to parse log files, associate events across log files from different base stations with each other and present the data in a manner that could be easily browsed and investigated. It was also to flag any inconsistencies that it found while parsing the data.
I decided to use Python and SQLite for the project as it was used by some of the teams who would be working with the presenter, I then started writing the parser to collate the information in the log files using a test driven development methodology.
Once the parser had a basic functionality, I started designing the interface for the presenter. To make it easy to use, simple to program, and be able to be easily accessed from remote computers, I developed a web interface for the presenter using an iterative design process. At each step in the development, I would check that the design was meeting the expectations of the supporter of the project and took in any feedback they had.
With the presenter interface, a user was able to look at basic statistics about each log file that was parsed and was able to dig into the data by searching for a number of record information including the time the calls were made and who made them. When the calls were found, information about the calls was able to be looked at. The log files containing the calls were also able to be loaded with the lines associated with the calls automatically highlighted.