Triumph Tiger 800 XCx 2015 maintenance

February 22, 2019

Cleaning Here are some of the things I do to clean my motorbike. Chain cleaning Yoghurt or ice cream container Kerosene Lithium grease (Fuchs Silkolene Titanium Dry Lube) Toothbrush Scrubbing brush Cloth rag The finer the brush, the quicker it wears out and the less scrubbing it does.  The coarser the brush, the better it […]

AoC 2018 Advent of Code (Python)

December 31, 2018

Advent of Code AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2018inputs.zip 2018 Day 25 1 2 3 4 5 6 7 8 9 10 11 […]

Traccar on Koozali SME server

December 30, 2018

To install Traccar on Koozali SME server: wget https://github.com/traccar/traccar/releases/download/v4.2/traccar-linux-64-4.2.zip unzip traccar-linux-64-4.2.zip   Archive: traccar-linux-64-4.2.zip   inflating: traccar.run   inflating: README.txt rm README.txt traccar-linux-64-4.2.zip ./traccar.run –help mkdir traccar ./traccar.run –target traccar cd traccar java -jar tracker-server.jar conf/traccar.xml In puTTY add a tunnel 8082 to localhost:8082 to your SSH connection In your internet browser, type in “http://localhost:8082” […]

Yamaha Tenere luggage carrier plate designed in Fusion 360

October 7, 2018

Designed in Fusion 360.  Machined using 6mm thick aluminium on a CNC router.  Click on pictures for larger images. Design:   Small plate:   Small plate was custom designed to fit existing bag:   Large plate:   Large plate was custom designed to fit existing bag:   Bag fits in two directions:   Large plate […]

Battlezone Combat Commander [BZ:CC] modding guide

July 18, 2018

First of all, buy this awesome game on GOG or Steam if you have not already done so! Many thanks to Nielk1, Katherlyn, Aegeis, General BlackDragon, Ded10c in no particular order for their invaluable help! This is what we will be making – view in 1080p60 HD in Full Screen: Source files can be found […]

LibreElec boot from USB – Error after upgrading

July 4, 2018

Raspberry Pi 3 or Raspberry Pi 3+ Use LibreELEC USB-SD Creator to write libreelec-rpi2.arm-8.2.4.img.gz to SD card. Use LibreELEC USB-SD Creator to write libreelec-rpi2.arm-8.2.4.img.gz to USB memory stick. Add “program_usb_boot_mode=1” (without double quotes) to config.txt on SD card just once and boot your Pi to flip a bit in a write-once register to enable USB […]

Inkscape – Path operations & alignment

May 27, 2018

Inkscape has a number of commands to form new paths from two or more preexisting paths. The z-order of the paths is important. It does not matter if you click object A first and then object B, or vice versa – it is the order of the parts i.e. which part sits on top that […]

Blender textures and materials + FBX export for Unity

May 8, 2018

Blender comes with a built in Blender Render engine and a Cycles Render engine. In this example the selected render engine is irrelevant. Blender comes with an optional Nodes material editor. Select this material as the main node in the Nodes editor. Nodes editor In this example we will not use the optional Nodes editor. […]

Irvinebank

April 11, 2018

Source: http://www.athertontablelandnetguide.com/irvinebank/history/callaghan.html A History of Irvinebank by Mike O’Callaghan Mike O’Callaghan grew up in Irvinebank and worked as a clerk/office boy for John Moffat for 7 years before John Moffat retired in 1912. Introduction This is to be a historical record of the township of Irvinebank. Irvinebank has somewhat of a fascinating history, and it […]

AoC 2017 Advent of Code (Python)

December 31, 2017

Advent of Code (AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2017inputs.zip 2017 Day 25 1 2 3 4 5 6 7 8 9 10 11 […]