<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Arran&#39;s Blog</title>
    <link>https://by.arran.nz/</link>
    <description>Recent content on Arran&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>[Home](/) &amp;#183; Powered by [Hugo](https://gohugo.io/)</copyright>
    <lastBuildDate>Fri, 15 Sep 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://by.arran.nz/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The orchestration of seamless complexity</title>
      <link>https://by.arran.nz/posts/smarthome/seamless-complexity/</link>
      <pubDate>Fri, 15 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/smarthome/seamless-complexity/</guid>
      <description>It&amp;rsquo;s all starting to fall into place; the arduous research, sifting through documentation, and good old trial and error are paying off in spades. The house is coming alive, becoming a part of our daily lives. We&amp;rsquo;re in the future, and it&amp;rsquo;s free and liberating.
I&amp;rsquo;ve been building my smarthome on open standards and technology, it&amp;rsquo;s self-hosted and doesn&amp;rsquo;t cost anything but a few watts.
This post describes a vertical slice of one single automation within my home, and an appreciation of the many layers of free and open source software.</description>
    </item>
    
    <item>
      <title>Automating Restic Backups with failure notifcations</title>
      <link>https://by.arran.nz/posts/code/restic/</link>
      <pubDate>Sun, 06 Nov 2022 12:47:40 +0100</pubDate>
      
      <guid>https://by.arran.nz/posts/code/restic/</guid>
      <description>I did not write this article, this is a living &amp;ldquo;fork&amp;rdquo; including modifications that works for me.
Thank you and Credit to: https://roote.ca/about/tutorials/restic-backups/
Reliable Backups on a Linux System with Restic and systemd Backups are a critical part of ensuring your data stays safe. Losing data is not something anyone wants to experience and reliable backups are how to ensure this never happens.
Backup infrastructure is critical but shouldn&amp;rsquo;t require large amounts of time to maintain.</description>
    </item>
    
    <item>
      <title>My Surron - The ultimate mobility machine.</title>
      <link>https://by.arran.nz/posts/surron/surron-build/</link>
      <pubDate>Sun, 05 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/surron/surron-build/</guid>
      <description>Deep in the woods
The Surron is a complete hack for urban and rural mobility - Fly through the woods and nip between streets - Here&amp;rsquo;s how I made my street-legal and off-road capable Surron.
Part List ⚙️ Mounted:
Surron L1E Seat riser, SeatRiser Handlebars, Ergotech 70mm Single rear mirror, Gazzini Indicators, Devil Eyes Numberplate braket, GruberParts Front Headlight, OSRAM VX80-WD LED Switches, Wires &amp;amp; Misc Tyres, MITAS-Terra-Force-MX-SM-70-100-19 56T Sprocket &amp;amp; Chain Extension Foot-pegs, YCF Pegs Extras:</description>
    </item>
    
    <item>
      <title>RetroPie Setup</title>
      <link>https://by.arran.nz/posts/code/retropi/</link>
      <pubDate>Sun, 30 Jan 2022 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/code/retropi/</guid>
      <description>Here&amp;rsquo;s how I made and configured my RetroPie gaming console!
Installing Firstly, download the image for the hardware and install it onto a MicroSD Card.
Configuring Now, slam that MicroSD card into the Pi and boot it up and follow the onscreen instructions!
Built-in Audio I&amp;rsquo;ve installed a I2S Mono amp to power a small speaker that fits inside the housing.
To configure the PI to send audio via the GPIO pins, visit this AdaFruit page.</description>
    </item>
    
    <item>
      <title>Tmp</title>
      <link>https://by.arran.nz/tmp/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/tmp/</guid>
      <description>Ignore this page.
I need somewhere to put this: arran.uber.space:41060</description>
    </item>
    
    <item>
      <title>The Worst One-Liner</title>
      <link>https://by.arran.nz/posts/code/worst-oneliner-ffmpeg/</link>
      <pubDate>Wed, 25 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/code/worst-oneliner-ffmpeg/</guid>
      <description>I have an external HDD with all my old gameplay footage I want to keep for my archive.
However, It&amp;rsquo;s all raw from the recording software and therefore HUGE.
The Solution Use ffmpeg to encode the videos.
ffmpeg -i game.mp4 ~/Videos/Gameplay/game.mp4 But, use my AMD Graphics Card.
ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -i GAME.mp4 -c:v h264_vaapi -profile:v high -level 41 -c:a copy -b 15000k GAME.mp4 Automate it all I don&amp;rsquo;t want to type this command for every file, that&amp;rsquo;d take years.</description>
    </item>
    
    <item>
      <title>Done simply with Webhook</title>
      <link>https://by.arran.nz/posts/code/webhook-deploy/</link>
      <pubDate>Tue, 17 Nov 2020 12:47:40 +0100</pubDate>
      
      <guid>https://by.arran.nz/posts/code/webhook-deploy/</guid>
      <description>Ever wanted to run an arbitrary script from anywhere with flexible authentication? Let me introduce Webhook!
I&amp;rsquo;ll show you how I setup this Hugo site to automatically render and deploy everytime I push to master on a Gitea instance.
Install Go download the Webhook binary, or build it yourself.
$ go get github.com/adnanh/webhook Configuration Create hooks.json and a folder to contain everything.
$ mkdir webhook &amp;amp;&amp;amp; cd webhook $ touch hooks.</description>
    </item>
    
    <item>
      <title>No BS - Flashing an SD Card</title>
      <link>https://by.arran.nz/posts/code/flash-sd/</link>
      <pubDate>Mon, 09 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/code/flash-sd/</guid>
      <description>After seeing the ocean of search results for a trivial task, I&amp;rsquo;ve decided to document how I flash my SD Cards.
Locate the SD Card $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT ├─sdd1 8:49 1 256M 0 part /run/media/card/boot └─sdd2 8:50 1 14.6G 0 part /run/media/card/rootfs If you&amp;rsquo;re unsure, use dmesg after you&amp;rsquo;ve mounted the device to locate the device.
$ dmesg | tail [ 3233.883672] usb-storage 4-6.2:1.0: USB Mass Storage device detected [ 3233.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://by.arran.nz/about/</link>
      <pubDate>Tue, 22 Sep 2020 10:37:58 +0530</pubDate>
      
      <guid>https://by.arran.nz/about/</guid>
      <description>How did you find this? Go to my website</description>
    </item>
    
    <item>
      <title>The Outback Outline</title>
      <link>https://by.arran.nz/posts/travel/australia/outback-outline/</link>
      <pubDate>Sat, 10 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/travel/australia/outback-outline/</guid>
      <description>We&amp;rsquo;re traveling Australia in a pimped-out 98 Honda CR-V, roof top tent equipped and a custom kitchen in the boot. This excuse for a &amp;ldquo;4WD&amp;rdquo; will take a beating hauling ass across the land down under, with the stressed rear suspension screaming for help all 20,000 kilometers.
We left Melbourne a week ago and we&amp;rsquo;ve been hooning north since, we&amp;rsquo;re headed up past Sydney to a Bed and Breakfast to WWOF for a bit then we&amp;rsquo;re doing a full anti-clockwise rotation around Australia with only a handful of mechanical breakdowns planned.</description>
    </item>
    
    <item>
      <title>Motorbiking Vietnam Pt.1</title>
      <link>https://by.arran.nz/posts/travel/vietnam/vietnam-pt1/</link>
      <pubDate>Sat, 23 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/travel/vietnam/vietnam-pt1/</guid>
      <description>Arrival 2016-10-14 Departure 2016-11-12
I hadn&amp;rsquo;t really traveled overseas, I wanted to do something outrageous for my first trip, something really strange. I decided to ride a deathtrap from Ho Chi Minh City to Hanoi.
What started as a joke between me and my parents, soon developed into an obsession. I was reading articles about similar trips, watching YouTube videos, browsing forums and remaining purposefully ignorant to the countless posts condemning such trips as &amp;ldquo;death wishes&amp;rdquo;.</description>
    </item>
    
    <item>
      <title>Motorbiking Vietnam Pt.2</title>
      <link>https://by.arran.nz/posts/travel/vietnam/vietnam-pt2/</link>
      <pubDate>Sat, 23 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/travel/vietnam/vietnam-pt2/</guid>
      <description>I had bought a bike, but there was only one small problem.. The engine.
As it turns out, I should of listened to the two very persistent Vietnamese gentlemen when I was viewing the bike. They repeatedly pointed to the engine and shook their heads, even going as far as showing my an image of a head gasket. As with many Vietnamese merchants, I thought they were attempting to scam me.</description>
    </item>
    
    <item>
      <title>Motorbiking Vietnam Pt.3</title>
      <link>https://by.arran.nz/posts/travel/vietnam/vietnam-pt3/</link>
      <pubDate>Sat, 23 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/travel/vietnam/vietnam-pt3/</guid>
      <description>We had successfully escaped Ho Chi Minh City, we had begun our adventure to Phan Thiet!
Riding out of the city and into the country was a fascinating experience, being the first time I had seen anything like this I was in awe - Farmers working the rice fields, people herding their cattle and endless runs of markets kept me amused for the long trip.
We had made good distance but we we&amp;rsquo;re still an hour away from Phan Thiet when the weather changed it&amp;rsquo;s tune.</description>
    </item>
    
    <item>
      <title>Vietnam Packing List</title>
      <link>https://by.arran.nz/posts/travel/vietnam/vietnam-list/</link>
      <pubDate>Fri, 22 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/travel/vietnam/vietnam-list/</guid>
      <description>For an overseas trip, preparation is key. When packing don&amp;rsquo;t forget the essentials such as a first aid kit, copies of important documents and a Forrest Gump hat.
Electronics BaoFeng UV-5R Radio Headphones Torch x 2 Samsung S6 Smartphone 32GB Micro USB Charger 2.4A UE BOOM 2 Wireless Speaker Camera Nikon D5200 Body 50mm Prime Lens 55 - 300mm Tele Lens 10 - 20mm Wide Lens Charger Car / Plug USB SD Card Reader OTG Adapter (Micro to USB) Extra Lens Cap 3 x SD Cards ( 8GB x 2 , 32GB x 1 ) Lens Cleaning Solution Manfrotto Tripod Neutral Density Filters Clothes Underwear x 12</description>
    </item>
    
    <item>
      <title>Crowd Pleaser</title>
      <link>https://by.arran.nz/posts/gamedev/crowd-pleaser/</link>
      <pubDate>Tue, 04 Jul 2017 00:00:00 +0000</pubDate>
      
      <guid>https://by.arran.nz/posts/gamedev/crowd-pleaser/</guid>
      <description>After participating in Ludum Dare 38 and creating Roo&amp;rsquo;s World in 48 hours, I was convinced I could design, draw and polish a simple Android game in 5 days, so that&amp;rsquo;s what I did.
The idea was as simple as you could ask, a tap to jump reaction based game with increasing difficulty over time.
I got to work immediately after breakfast, sitting down and creating a 2D array of objects, adding a simple sprite and looping through them to create the wave effect.</description>
    </item>
    
  </channel>
</rss>
