<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Random Geekage</title><link href="https://kevinisageek.org/" rel="alternate"></link><link href="https://kevinisageek.org/feed/index.xml" rel="self"></link><id>https://kevinisageek.org/</id><updated>2022-11-12T13:50:00+00:00</updated><entry><title>Growing season has come to an end.</title><link href="https://kevinisageek.org/2022/11/12/radishing/" rel="alternate"></link><published>2022-11-12T13:50:00+00:00</published><updated>2022-11-12T13:50:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-11-12:/2022/11/12/radishing/</id><summary type="html">&lt;p&gt;With the lack of daylight hours and the cold starting, any further veggies will likely be not worth the effort. However, the radishes have been harvested (except the one the resident squirrel had) and they look pretty damn good.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-11-12-radishes.jpg" class="align-center" /&gt;&lt;/p&gt;
&lt;p&gt;Tempted to expand the "garden" next year, once we are out …&lt;/p&gt;</summary><content type="html">&lt;p&gt;With the lack of daylight hours and the cold starting, any further veggies will likely be not worth the effort. However, the radishes have been harvested (except the one the resident squirrel had) and they look pretty damn good.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-11-12-radishes.jpg" class="align-center" /&gt;&lt;/p&gt;
&lt;p&gt;Tempted to expand the "garden" next year, once we are out of the long dark.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="urban gardening"></category></entry><entry><title>Used ThinkPads are quite possibly one of the better investments to make these days.</title><link href="https://kevinisageek.org/2022/11/06/buy-thinkpads/" rel="alternate"></link><published>2022-11-06T13:00:00+00:00</published><updated>2022-11-06T13:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-11-06:/2022/11/06/buy-thinkpads/</id><summary type="html">&lt;p&gt;To wit, with apologies to Sean Kennedy...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To my fellow lower and upper class: buy &lt;a href="https://www.thinkwiki.org/wiki/ThinkWiki"&gt;ThinkPads&lt;/a&gt;. If I could offer one piece of advice for the future, ThinkPads would be it. The benefits of ThinkPads have been proven in scientific laboratories and our society is going to hell in a …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;To wit, with apologies to Sean Kennedy...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To my fellow lower and upper class: buy &lt;a href="https://www.thinkwiki.org/wiki/ThinkWiki"&gt;ThinkPads&lt;/a&gt;. If I could offer one piece of advice for the future, ThinkPads would be it. The benefits of ThinkPads have been proven in scientific laboratories and our society is going to hell in a handbasket in a rocket assisted fashion. All my other advice pertains to trying to lead some kind of a decent life. You can listen to it, or you can tell me to stuff it, but I will dispense my advice &lt;a href="/media/audio/sean-kennedy-wear-body-armour.mp3"&gt;now&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="micro"></category><category term="thinkpads"></category></entry><entry><title>The potato saga has come to a close.</title><link href="https://kevinisageek.org/2022/09/07/harvest/" rel="alternate"></link><published>2022-09-07T00:00:00+01:00</published><updated>2022-09-07T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-09-07:/2022/09/07/harvest/</id><content type="html">&lt;p&gt;A bounty was harvested, we used some of the really small ones as chips and the rest have been stashed for eating later.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-09-07 potatoes.jpg" class="align-center" /&gt; &lt;/p&gt;
&lt;p&gt;Next project is radishes.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="potatoes"></category><category term="urban gardening"></category></entry><entry><title>Dragged this VPS kicking and screaming into 2017.</title><link href="https://kevinisageek.org/2022/08/29/ipv6/" rel="alternate"></link><published>2022-08-29T00:00:00+01:00</published><updated>2022-08-29T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-08-29:/2022/08/29/ipv6/</id><summary type="html">&lt;p&gt;Now it is accessible via &lt;a href="https://en.wikipedia.org/wiki/IPv6"&gt;IPv6&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;/etc/network/interfaces&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;iface eth0 inet6 static
    address 2a03:b0c0:2:d0::334:2001
    netmask 64
    gateway 2a03:b0c0:2:d0::1
    autoconf 0
    dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Reboot, add an &lt;a href="https://support.dnsimple.com/articles/aaaa-record/"&gt;AAAA record&lt;/a&gt; to my …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Now it is accessible via &lt;a href="https://en.wikipedia.org/wiki/IPv6"&gt;IPv6&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;/etc/network/interfaces&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;iface eth0 inet6 static
    address 2a03:b0c0:2:d0::334:2001
    netmask 64
    gateway 2a03:b0c0:2:d0::1
    autoconf 0
    dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Reboot, add an &lt;a href="https://support.dnsimple.com/articles/aaaa-record/"&gt;AAAA record&lt;/a&gt; to my &lt;a href="https://www.gandi.net/en"&gt;DNS registrar&lt;/a&gt; and away to the races!&lt;/p&gt;</content><category term="misc"></category><category term="ipv6"></category><category term="site upgrades"></category><category term="micro"></category></entry><entry><title>I've switched roles at work slightly which means a new site.</title><link href="https://kevinisageek.org/2022/08/18/new-commute/" rel="alternate"></link><published>2022-08-18T08:45:00+01:00</published><updated>2022-08-18T08:45:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-08-18:/2022/08/18/new-commute/</id><content type="html">&lt;p&gt;Shorter, flatter and most of the way is a legit off road bike route so more cycling needs to be done.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-08-18 bike.jpg" class="align-center" /&gt; &lt;/p&gt;</content><category term="misc"></category><category term="bike"></category><category term="micro"></category></entry><entry><title>The potatoes are doing pretty good.</title><link href="https://kevinisageek.org/2022/06/25/potato-progress/" rel="alternate"></link><published>2022-06-25T08:30:00+01:00</published><updated>2022-06-25T08:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-06-25:/2022/06/25/potato-progress/</id><content type="html">&lt;p&gt;Seems I have greener thumbs than I thought.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-06-25 potatoes.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Mark Watney, eat your heart out!&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="potatoes"></category><category term="self sufficiency"></category><category term="urban gardening"></category></entry><entry><title>In a change to the usual fare, I'm trying my hands at gardening.</title><link href="https://kevinisageek.org/2022/05/25/spuds/" rel="alternate"></link><published>2022-05-25T13:30:00+01:00</published><updated>2022-05-25T13:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-05-25:/2022/05/25/spuds/</id><summary type="html">&lt;p&gt;I've been meaning to have a go for a couple years. While we don't exactly have much proper ground to grow on, container gardening is potentially feasible. The neighbours upstairs had the same idea, putting out 2 planters of carrots. So I pulled the trigger and went for it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-05-25 spuds.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Spare …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been meaning to have a go for a couple years. While we don't exactly have much proper ground to grow on, container gardening is potentially feasible. The neighbours upstairs had the same idea, putting out 2 planters of carrots. So I pulled the trigger and went for it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-05-25 spuds.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Spare storage crate, drill a grid of holes in the bottom, mix 2 bags of compost with some sharp sand then drop a few tatties in. Water and wait.&lt;/p&gt;</content><category term="misc"></category><category term="potatoes"></category><category term="urban gardening"></category><category term="micro"></category></entry><entry><title>Poor Man's Pressure Washer</title><link href="https://kevinisageek.org/2022/03/12/pressure/" rel="alternate"></link><published>2022-03-12T18:00:00+00:00</published><updated>2022-03-12T18:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-03-12:/2022/03/12/pressure/</id><summary type="html">&lt;p&gt;My friend Scott recently got a new to him bike and as part of a shakedown, we decided it would be good to go to Loch Leven for a nice ride since the weather was good. He gifted me a pressurised garden sprayer from a supermarket when we met up …&lt;/p&gt;</summary><content type="html">&lt;p&gt;My friend Scott recently got a new to him bike and as part of a shakedown, we decided it would be good to go to Loch Leven for a nice ride since the weather was good. He gifted me a pressurised garden sprayer from a supermarket when we met up, I explained my parter and I already have one for watering the plants.&lt;/p&gt;
&lt;p&gt;No, this is for cleaning the bikes after. Genius.&lt;/p&gt;
&lt;p&gt;Especially useful since I don't have access to mains water on the landing outside, nor the inclination to run a hose and power cord for a pressure washer.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2022-03-12-pressure-washer.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="bike"></category><category term="cleaning"></category></entry><entry><title>Currently reading Busy Doing Nothing</title><link href="https://kevinisageek.org/2022/01/08/busy/" rel="alternate"></link><published>2022-01-08T07:00:00+00:00</published><updated>2022-01-08T07:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2022-01-08:/2022/01/08/busy/</id><summary type="html">&lt;p&gt;by Rekka and Devine of &lt;a href="http://100r.co/site/about_us.html"&gt;100 Rabbits&lt;/a&gt;. It tells the story of how they sailed from Shimoda, Japan to Victoria, Canada. It simultaneously makes me want to buy a boat and also never be anywhere near open water for the rest of my life.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A giant wave broke over us …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;by Rekka and Devine of &lt;a href="http://100r.co/site/about_us.html"&gt;100 Rabbits&lt;/a&gt;. It tells the story of how they sailed from Shimoda, Japan to Victoria, Canada. It simultaneously makes me want to buy a boat and also never be anywhere near open water for the rest of my life.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A giant wave broke over us, and knocked Pino over. I didn’t see it happen. A wall of water washed over me. I saw nothing but water. I fell. The water dragged me off my feet, and carried me right out of the cockpit. I was underwater, my vision blurred by a curtain of seawater. I was facing up, I could see shapes, and colors through the salty, wet veil enveloping me. I remember thinking then: "Well, this is the end. This is how it happens."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Along with &lt;a href="https://microship.com/"&gt;Steven Roberts&lt;/a&gt; and &lt;a href="https://www.youtube.com/c/TravelsWithGeordie/videos"&gt;Peter Knowles&lt;/a&gt;, they increase my wanderlust.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="book"></category></entry><entry><title>Filter Adapter</title><link href="https://kevinisageek.org/2021/12/30/filter/" rel="alternate"></link><published>2021-12-30T00:00:00+00:00</published><updated>2021-12-30T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-12-30:/2021/12/30/filter/</id><summary type="html">&lt;p&gt;I live next to a busy dual-carriageway and until recently, the windows haven't exactly been what you would call sealed. This means that the various particulates emitted by vehicles can make their way into my home. Corralling them so we don't inhale that nastiness is a good thing.&lt;/p&gt;
&lt;p&gt;I've been …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I live next to a busy dual-carriageway and until recently, the windows haven't exactly been what you would call sealed. This means that the various particulates emitted by vehicles can make their way into my home. Corralling them so we don't inhale that nastiness is a good thing.&lt;/p&gt;
&lt;p&gt;I've been interested in getting an air filter for a while, but they have a price point that is too high for the function they provide. However, recently &lt;a href="http://bigclive.com/"&gt;Big Clive&lt;/a&gt; posted &lt;a href="https://www.youtube.com/watch?v=6Vmh2Ip2Vxg"&gt;a video about a set of 3d printable adapters&lt;/a&gt; for cylindrical filter elements that you can just fix a standard computer fan to. As I have a 3d printer, I set about the task.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2021-12-30-filters.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;You can see that a few months of more or less 24/7 filtering has pulled a lot of junk out of the air.&lt;/p&gt;
&lt;p&gt;Now that the windows have been replaced with actually viable frames, they should cut down on a lot of the crud that makes it inside.&lt;/p&gt;</content><category term="misc"></category><category term="3d printing"></category><category term="filter"></category><category term="health"></category></entry><entry><title>Backup Strategy</title><link href="https://kevinisageek.org/2021/11/21/backups/" rel="alternate"></link><published>2021-11-21T12:50:00+00:00</published><updated>2021-11-21T12:50:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-11-21:/2021/11/21/backups/</id><summary type="html">&lt;p&gt;Just over 2 years ago I wrote a post about &lt;a href="/2019/11/19/backups-old"&gt;my backup strategy&lt;/a&gt;. Back then, I was using &lt;a href="https://rsnapshot.org/"&gt;rsnapshot&lt;/a&gt; as my utility of choice. However, that has been &lt;a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986709"&gt;deprecated in the Debian repos&lt;/a&gt; so I figured I would use the opportunity to switch to using &lt;a href="https://www.borgbackup.org/"&gt;Borg&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pig-monkey.com/2017/07/borg/"&gt;Pig Monkey has done …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Just over 2 years ago I wrote a post about &lt;a href="/2019/11/19/backups-old"&gt;my backup strategy&lt;/a&gt;. Back then, I was using &lt;a href="https://rsnapshot.org/"&gt;rsnapshot&lt;/a&gt; as my utility of choice. However, that has been &lt;a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986709"&gt;deprecated in the Debian repos&lt;/a&gt; so I figured I would use the opportunity to switch to using &lt;a href="https://www.borgbackup.org/"&gt;Borg&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pig-monkey.com/2017/07/borg/"&gt;Pig Monkey has done the vast majority of the heavy lifting&lt;/a&gt; with a wrapper script. I have basically just made a few versions of that wrapper with a couple of tweaks to increase the retention times, as well as multiple backup locations (storage is cheap and plentiful, I have a 2.5" USB3 hard drive and a beefy Synology NAS). I also have offsite backups thanks to &lt;a href="https://www.rsync.net/cloudstorage.html"&gt;rsync.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Again, like the previous post, there are a &lt;a href="/media/scripts/borg"&gt;handful of systemd units&lt;/a&gt; set to start the backups every hour, depending on &lt;a href="https://github.com/pigmonkey/nmtrust"&gt;what network I am on&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="backups"></category></entry><entry><title>TS100 Soldering Iron</title><link href="https://kevinisageek.org/2021/11/20/ts100/" rel="alternate"></link><published>2021-11-20T00:00:00+00:00</published><updated>2021-11-20T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-11-20:/2021/11/20/ts100/</id><summary type="html">&lt;p&gt;I think I came across the TS100 soldering iron when watching an &lt;a href="https://www.youtube.com/watch?v=8uGS11yuVyo"&gt;Adam Savage video&lt;/a&gt; about his portable soldering station. My usual soldering irons have been the cheap, unregulated sort that plug straight into the wall. I have a fancy regulated one but that also needs wall power.&lt;/p&gt;
&lt;p&gt;The main …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I think I came across the TS100 soldering iron when watching an &lt;a href="https://www.youtube.com/watch?v=8uGS11yuVyo"&gt;Adam Savage video&lt;/a&gt; about his portable soldering station. My usual soldering irons have been the cheap, unregulated sort that plug straight into the wall. I have a fancy regulated one but that also needs wall power.&lt;/p&gt;
&lt;p&gt;The main advantage of the TS100 is that it can run off anywhere between 12 to 24 volts DC, which makes it ideal for portable use. Its not an iron for day job use, but for occasional hobby and repair work, it does the job well.&lt;/p&gt;
&lt;p&gt;The fact it runs off DC means I can power it from my car, the battery I use for &lt;a href="/tag/sota"&gt;SOTA&lt;/a&gt;, or one of the many Lenovo power bricks I have.&lt;/p&gt;
&lt;p&gt;The key component for running a TS100 off any suitable power source is the DC plug. It needs to be 15mm long, 5.5mm diameter with a 2.5mm centre pin, not the regular 2.1mm pin. Put that on a suitable pigtail with &lt;a href="https://www.andersonpower.com/shop/wire-to-wire/powerpole.html"&gt;Anderson Powerpole&lt;/a&gt;, &lt;a href="https://www.newegg.com/p/pl?d=xt60+connector"&gt;XT60&lt;/a&gt; or your DC connector of choice and you have an iron you can use at home or up a hill.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2021-11-20-ts100.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="electronics"></category><category term="diy"></category></entry><entry><title>Never underestimate the desire of students to acquire an internet connection.</title><link href="https://kevinisageek.org/2021/11/08/unauthorised-networking/" rel="alternate"></link><published>2021-11-08T17:00:00+00:00</published><updated>2021-11-08T17:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-11-08:/2021/11/08/unauthorised-networking/</id><summary type="html">&lt;p&gt;Even more so when the administration is not particularly helpful.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A long time ago, the Internet connection wasn’t a thing you would expect to be available in every place you find yourself by default. Internet connection was a privilege available to the luckiest people. It was like that in …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;Even more so when the administration is not particularly helpful.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A long time ago, the Internet connection wasn’t a thing you would expect to be available in every place you find yourself by default. Internet connection was a privilege available to the luckiest people. It was like that in Russia until the late 2000s, when the situation started to change.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To connect this router to the other parts of the network, we laid fiber cables through secret passages in the walls, ceilings, floors, and ventilation shafts. Sometimes even I was surprised how well those cables were hidden. For example, there was a network switch in the ventilation shaft, and in order to reach it, you had to get into the hole in the wall and climb a couple of meters.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The client connection procedure was not the easiest one as well. If a student didn’t have a cable in their room already, you had to make a new one. So you go to the closest “switch room” and hope there is somebody there and they’ll let you in. If nobody was living there anymore, you had to go to the administration and try to convince them to give you the keys. Often they didn’t let you in. That’s when you had to resort to the last option: using lockpicks. Yes, you heard it correctly. Network engineers had lockpicks and were trained to use them.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://medium.com/@pv.safronov/moscow-state-university-network-built-by-students-211539855cf9"&gt;Pavel Safronov&lt;/a&gt; on Medium.&lt;/p&gt;</content><category term="misc"></category><category term="network"></category><category term="micro"></category><category term="quote"></category></entry><entry><title>Increasing sshd Sessions</title><link href="https://kevinisageek.org/2021/09/22/sshd-max-sessions/" rel="alternate"></link><published>2021-09-22T09:00:00+01:00</published><updated>2021-09-22T09:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-09-22:/2021/09/22/sshd-max-sessions/</id><summary type="html">&lt;p&gt;While playing around with Docker in my homelab, I was trying to get &lt;a href="https://docs.docker.com/compose/"&gt;docker-compose&lt;/a&gt; to control another machine directly via &lt;a href="https://docs.docker.com/engine/context/working-with-contexts/"&gt;contexts&lt;/a&gt;, instead of having to continually copy the compose file over and run it. However, I kept getting messages along the lines of &lt;code&gt;Secsh channel 10 open FAILED: open failed …&lt;/code&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;While playing around with Docker in my homelab, I was trying to get &lt;a href="https://docs.docker.com/compose/"&gt;docker-compose&lt;/a&gt; to control another machine directly via &lt;a href="https://docs.docker.com/engine/context/working-with-contexts/"&gt;contexts&lt;/a&gt;, instead of having to continually copy the compose file over and run it. However, I kept getting messages along the lines of &lt;code&gt;Secsh channel 10 open FAILED: open failed: Connect failed&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;While its probably not the neatest solution out there, increasing the number of sshd connections seems to be a decent workaround. On Debian, the default is 10 which is probably adequate for most folk. However for me, this is too low.&lt;/p&gt;
&lt;p&gt;The easiest way I have found to do this is to put the &lt;code&gt;MaxSessions 100&lt;/code&gt; stanza required in a separate file called &lt;code&gt;/etc/ssh/sshd_config.d/10-maxsessions.conf&lt;/code&gt; which also has the advantage of &lt;a href="https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html"&gt;being manageable by ansible&lt;/a&gt;. If the server needs rebuilt, I can run the playbook after a fresh install and the job is done for me.&lt;/p&gt;</content><category term="misc"></category><category term="sshd"></category><category term="docker"></category><category term="ansible"></category></entry><entry><title>Fixing HDMI audio on Linux 5.10</title><link href="https://kevinisageek.org/2021/08/23/i915-hdmi/" rel="alternate"></link><published>2021-08-23T16:20:00+01:00</published><updated>2021-08-23T16:20:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-08-23:/2021/08/23/i915-hdmi/</id><summary type="html">&lt;p&gt;Since switching to &lt;a href="https://www.debian.org/releases/testing/"&gt;Debian Testing&lt;/a&gt; full time, I have had issues with HDMI audio not working. Videos would play at increased speed and sound would stutter or be completely absent. Using the stable Linux kernel 4.19 works but now that &lt;a href="https://www.debian.org/News/2021/20210814"&gt;Debian 11 has been released&lt;/a&gt;, 5.10 is now …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Since switching to &lt;a href="https://www.debian.org/releases/testing/"&gt;Debian Testing&lt;/a&gt; full time, I have had issues with HDMI audio not working. Videos would play at increased speed and sound would stutter or be completely absent. Using the stable Linux kernel 4.19 works but now that &lt;a href="https://www.debian.org/News/2021/20210814"&gt;Debian 11 has been released&lt;/a&gt;, 5.10 is now stable.&lt;/p&gt;
&lt;p&gt;To cut a long story short, today I &lt;a href="https://wiki.archlinux.org/title/Intel_graphics#No_sound_through_HDMI_on_a_Haswell_CPU"&gt;found a link on the Arch Linux wiki&lt;/a&gt; which said to add &lt;code&gt;intel_iommu=on,igfx_off&lt;/code&gt; to the &lt;code&gt;GRUB_CMDLINE_LINUX_DEFAULT&lt;/code&gt; line in &lt;code&gt;/etc/default/grub&lt;/code&gt;. Run &lt;code&gt;sudo update-grub&lt;/code&gt; and reboot to have HDMI sound on the latest (by Debian standards) kernel.&lt;/p&gt;
&lt;p&gt;I hope this helps someone else. For reference, this is on a Lenovo Thinkpad T440p, using the Intel i915 driver with nonfree firmware enabled.&lt;/p&gt;</content><category term="misc"></category><category term="hdmi"></category><category term="audio"></category><category term="i915"></category><category term="linux"></category><category term="howto"></category></entry><entry><title>It has been 48 hours since my 2nd vaccine.</title><link href="https://kevinisageek.org/2021/08/13/jab-2/" rel="alternate"></link><published>2021-08-13T13:25:00+01:00</published><updated>2021-08-13T13:25:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-08-13:/2021/08/13/jab-2/</id><summary type="html">&lt;p&gt;So far, no real issues. &lt;a href="/2021/06/15/jab/"&gt;Like the first one&lt;/a&gt;, my arm is tender and warm at the injection site but seems to be going away faster this time. I also had a warm neck while at work last night.&lt;/p&gt;
&lt;p&gt;I was warned by a couple of friends about bad headaches …&lt;/p&gt;</summary><content type="html">&lt;p&gt;So far, no real issues. &lt;a href="/2021/06/15/jab/"&gt;Like the first one&lt;/a&gt;, my arm is tender and warm at the injection site but seems to be going away faster this time. I also had a warm neck while at work last night.&lt;/p&gt;
&lt;p&gt;I was warned by a couple of friends about bad headaches and appetite loss but neither of those have happened. Very slight headache due to night shift lack of sleep but nothing to make me reach for painkillers.&lt;/p&gt;
&lt;p&gt;In a couple weeks, I should have full immunity and will be contributing to getting this pandemic over and done with.&lt;/p&gt;</content><category term="misc"></category><category term="covid"></category><category term="pfizer"></category><category term="micro"></category></entry><entry><title>APC Network Card ARP Stuffing</title><link href="https://kevinisageek.org/2021/08/12/apc-arp-stuffing/" rel="alternate"></link><published>2021-08-12T15:15:00+01:00</published><updated>2021-08-12T15:15:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-08-12:/2021/08/12/apc-arp-stuffing/</id><summary type="html">&lt;p&gt;I am running most of my computer stuff via an APC UPS that I got from eBay. Having an unscheduled power outage is not a good thing - especially when hard drives are involved - so having some leeway in powering things down is always a good thing.&lt;/p&gt;
&lt;p&gt;I had been using …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I am running most of my computer stuff via an APC UPS that I got from eBay. Having an unscheduled power outage is not a good thing - especially when hard drives are involved - so having some leeway in powering things down is always a good thing.&lt;/p&gt;
&lt;p&gt;I had been using a USB cable to control the UPS via a server I have running but I figured I would try to get it on the network so that multiple machines can be informed about the power condition.&lt;/p&gt;
&lt;p&gt;To that end, I bought a used &lt;a href="https://www.apc.com/shop/us/en/products/UPS-Network-Management-Card-w-Environmental-Monitoring/P-AP9619"&gt;AP9619 network management card&lt;/a&gt; from eBay (&lt;a href="https://www.youtube.com/watch?v=nUKgeAKTaXM"&gt;all sorts of stuff there!&lt;/a&gt;) which was reset by the seller. However, for the life of me, I could not get it to appear on the network. Some spelunking with &lt;a href="https://www.wireshark.org/"&gt;Wireshark&lt;/a&gt; showed it to be making DHCP requests but for whatever reason, my router wasn't responding.&lt;/p&gt;
&lt;p&gt;After a minor struggle I managed to get the thing working. First, you need to have the &lt;a href="https://www.man7.org/linux/man-pages/man8/arp.8.html"&gt;&lt;code&gt;arp&lt;/code&gt; command&lt;/a&gt; available. On Debian, that is in the &lt;a href="https://packages.debian.org/bullseye/net-tools"&gt;&lt;code&gt;net-tools&lt;/code&gt;&lt;/a&gt; package. Running &lt;code&gt;sudo arp -s 1.2.3.4 00:11:22:33:44:55&lt;/code&gt; then &lt;code&gt;sudo ping 1.2.3.4 -s 113&lt;/code&gt;, swapping the MAC address of the card and IP address you want the card to have gets your computer and the card talking. The gist of it is you are &lt;a href="https://en.wikipedia.org/wiki/Address_Resolution_Protocol#ARP_stuffing"&gt;"stuffing"&lt;/a&gt; the ARP table of your computer with the IP address you want the MAC to resolve to and then using the oversized ping packet length, the device in question acknowledges the IP on a temporary basis. With APC network cards, the default credentials are apc:apc, a quick login and you can set the IP permanently. Clean up the ARP table with &lt;code&gt;sudo arp -d 1.2.3.4&lt;/code&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="apc"></category><category term="ups"></category><category term="networking"></category><category term="homelab"></category></entry><entry><title>Got my first covid jab this afternoon.</title><link href="https://kevinisageek.org/2021/06/15/jab/" rel="alternate"></link><published>2021-06-15T20:05:00+01:00</published><updated>2021-06-15T20:05:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-06-15:/2021/06/15/jab/</id><content type="html">&lt;p&gt;Feels like the day after a wasp sting, dull ache but nothing to write home about. I got the &lt;a href="https://en.wikipedia.org/wiki/Pfizer%E2%80%93BioNTech_COVID-19_vaccine"&gt;Pfizer/BioNTech variant&lt;/a&gt; of the vaccine which has wonderful flu-like side effects that may or may not kick in soon.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="covid"></category></entry><entry><title>Went for a wander with my partner to explore some of the local area.</title><link href="https://kevinisageek.org/2021/04/22/wander/" rel="alternate"></link><published>2021-04-22T16:30:00+01:00</published><updated>2021-04-22T16:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-04-22:/2021/04/22/wander/</id><content type="html">&lt;p&gt;Made a brew with a woodgas stove.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kevinisageek.org/media/images/2021-04-22 wander/stove.jpg"&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2021-04-22 wander/tn_stove.jpg" alt="Making a cuppa on a wood stove" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A good day.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="fire"></category><category term="bushcraft"></category></entry><entry><title>Systemd Metered Connection</title><link href="https://kevinisageek.org/2021/03/27/metered/" rel="alternate"></link><published>2021-03-27T19:30:00+00:00</published><updated>2021-03-27T19:30:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-03-27:/2021/03/27/metered/</id><summary type="html">&lt;p&gt;My laptop is set up to download new podcasts every 6 hours. Normally, this is a good thing, particularly when it is at home. However, my work involves night shifts. There is no usable network available so I have to tether to my phone. Now, my data allowance is variable …&lt;/p&gt;</summary><content type="html">&lt;p&gt;My laptop is set up to download new podcasts every 6 hours. Normally, this is a good thing, particularly when it is at home. However, my work involves night shifts. There is no usable network available so I have to tether to my phone. Now, my data allowance is variable, depending on how cheap I am feeling when the previous allowance runs out. Having my computer chew through that downloading podcasts is not desirable.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twitter.com/Bob_Sheep/"&gt;Duncan&lt;/a&gt; pointed out the &lt;a href="https://github.com/jdorel/systemd-metered-connection-dependency"&gt;existence of a repo&lt;/a&gt; that consists of a &lt;a href="https://systemd.io/"&gt;systemd&lt;/a&gt; service file and a shell script which are used to detect if the current network connection is metered and stop running a service.&lt;/p&gt;
&lt;p&gt;Having just done a run of nights, my laptop never attempted to grab podcasts in the time I was at work so I consider this a success. No more panicked unplugging of the USB cable and killing the service, only to do that again 6 hours later.&lt;/p&gt;</content><category term="misc"></category><category term="systemd"></category><category term="howto"></category></entry><entry><title>The Itinerant Engineer has posted about owning your own computer.</title><link href="https://kevinisageek.org/2021/03/09/phownership/" rel="alternate"></link><published>2021-03-09T10:00:00+00:00</published><updated>2021-03-09T10:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-03-09:/2021/03/09/phownership/</id><summary type="html">&lt;p&gt;&lt;a href="http://misc-stuff.terraaeon.com/articles/computer-i-own.html"&gt;To writ&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I want a computer that can be completely autonomous when I want it to be, but which can also be used to communicate securely with anyone on the planet without being observed by a third party. I don't want to be spied on by Microsoft or Google. I …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;&lt;a href="http://misc-stuff.terraaeon.com/articles/computer-i-own.html"&gt;To writ&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I want a computer that can be completely autonomous when I want it to be, but which can also be used to communicate securely with anyone on the planet without being observed by a third party. I don't want to be spied on by Microsoft or Google. I don't want the NSA intercepting my conversations or even their metadata. I want complete autonomy and privacy without having to resort to workarounds that have been invented to give me back some of the control I should have had in the first place.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I agree completely and would add on that mobile phones should be the same way. We carry around these fantastic devices capable of computational feats that would be unimaginable last century, with near instant access to the world's information and yet, we are bombarded with advertising and have our data hoovered up and sold.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="quote"></category><category term="ownership"></category></entry><entry><title>Running on snow is an experience.</title><link href="https://kevinisageek.org/2021/02/11/snow-run/" rel="alternate"></link><published>2021-02-11T15:00:00+00:00</published><updated>2021-02-11T15:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-02-11:/2021/02/11/snow-run/</id><content type="html">&lt;p&gt;The surface moving beneath my feet is an interesting sensation, particularly when climbing or descending hills. Had to take my time, a solid 6 minutes over my regular 5k run.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="running"></category><category term="fitness"></category></entry><entry><title>One Time Pass</title><link href="https://kevinisageek.org/2021/02/06/otp/" rel="alternate"></link><published>2021-02-06T11:00:00+00:00</published><updated>2021-02-06T11:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-02-06:/2021/02/06/otp/</id><summary type="html">&lt;p&gt;My current password manager of choice is &lt;a href="https://www.passwordstore.org/"&gt;pass&lt;/a&gt;. Runs in the terminal, uses my GPG smart card, does what it needs to and gets out of the way.&lt;/p&gt;
&lt;p&gt;Now, for increased security, it is recommended to use &lt;a href="https://en.wikipedia.org/wiki/Multi-factor_authentication"&gt;multi-factor authentication&lt;/a&gt; to help prevent account takeovers. Usually this takes the form of …&lt;/p&gt;</summary><content type="html">&lt;p&gt;My current password manager of choice is &lt;a href="https://www.passwordstore.org/"&gt;pass&lt;/a&gt;. Runs in the terminal, uses my GPG smart card, does what it needs to and gets out of the way.&lt;/p&gt;
&lt;p&gt;Now, for increased security, it is recommended to use &lt;a href="https://en.wikipedia.org/wiki/Multi-factor_authentication"&gt;multi-factor authentication&lt;/a&gt; to help prevent account takeovers. Usually this takes the form of something you know (passphrase) and something you have (software on a smartphone or a &lt;a href="https://en.wikipedia.org/wiki/Security_token"&gt;widget of some sort&lt;/a&gt;)&lt;sup&gt;&lt;a href="#fn1"&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;I have never been a massive fan of needing a separate device to do authentication with. Fortunately, I came across a solution in the form of &lt;a href="https://github.com/tadfisher/pass-otp"&gt;pass-extension-otp&lt;/a&gt; which augments pass to provide one time passcode functionality.&lt;/p&gt;
&lt;p&gt;To set up the account in your password store, you simply run &lt;code&gt;pass otp insert &amp;lt;account name&amp;gt;&lt;/code&gt; and then paste in a string of the form
 &lt;code&gt;otpauth://totp/service:user@example.com?secret=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&amp;amp;issuer=service&lt;/code&gt; twice. You will likely have to select the manual mode of getting the string instead of using the QR code to set up an app, though you can use a QR code reader and get the full string that way.&lt;/p&gt;
&lt;p&gt;Running &lt;code&gt;pass otp -c &amp;lt;account name&amp;gt;&lt;/code&gt; will generate a one time code and copy it to your clipboard, from which you can paste into whatever service you are accessing on your computer.&lt;/p&gt;
&lt;p&gt;This also means your otp authentication codes are kept off of your smartphone (and by extension, associated cloud services) and can be backed up in a manner of your choosing.&lt;/p&gt;
&lt;h3&gt;Notes&lt;/h3&gt;
&lt;p&gt;&lt;sup&gt;&lt;a id="fn1"&gt;1&lt;/a&gt;. There is also something you are, which can take the form of a fingerprint, but those are &lt;a href="https://www.theverge.com/2016/5/2/11540962/iphone-samsung-fingerprint-duplicate-hack-security"&gt;easy to duplicate&lt;/a&gt; and hard to revoke and replace. Retina scans, while not being easy to duplicate, can't be revoked (&lt;a href="https://www.youtube.com/watch?v=4j_QBD6hw2M"&gt;barring extreme measures&lt;/a&gt;).&lt;/sup&gt;&lt;/p&gt;</content><category term="misc"></category><category term="password management"></category></entry><entry><title>On RSS</title><link href="https://kevinisageek.org/2021/02/03/rss/" rel="alternate"></link><published>2021-02-03T19:00:00+00:00</published><updated>2021-02-03T19:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-02-03:/2021/02/03/rss/</id><summary type="html">&lt;blockquote&gt;
&lt;p&gt;Once Social-Media took its hold on the Web if there was something/someone you wanted to follow online you just added them to your Twitter feed or subscribed on YouTube; a fine idea until you decide you don't like the layout of the site in question or an algorithm decides …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;blockquote&gt;
&lt;p&gt;Once Social-Media took its hold on the Web if there was something/someone you wanted to follow online you just added them to your Twitter feed or subscribed on YouTube; a fine idea until you decide you don't like the layout of the site in question or an algorithm decides you don't need to see the work of those you care about as often as you want (aka the curated timeline). I've already spoken before about my general disinterest with Social Media but it wasn't until somewhat recently that I decided to really start looking for alternatives - searching for a better way to interact with the Internet. I found my answer in RSS. I enjoyed the freedom to see sources as I wanted, the flexibility to move to a new reader if I wanted, the complete lack of advertising. It was hard to not fall in love with the service.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://atthis.link/blog/2021/rss.html"&gt;Marc laying out facts&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="quote"></category><category term="rss"></category></entry><entry><title>Redesign</title><link href="https://kevinisageek.org/2021/01/30/redesign/" rel="alternate"></link><published>2021-01-30T15:10:00+00:00</published><updated>2021-01-30T15:10:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-01-30:/2021/01/30/redesign/</id><summary type="html">&lt;p&gt;I've been meaning to give this place a tidy up and a refresh for quite some time now. However, not being particularly skilled in the arts of web development I have been putting it off until I could no longer deal with it.&lt;/p&gt;
&lt;p&gt;The site used to have a somewhat …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been meaning to give this place a tidy up and a refresh for quite some time now. However, not being particularly skilled in the arts of web development I have been putting it off until I could no longer deal with it.&lt;/p&gt;
&lt;p&gt;The site used to have a somewhat modified &lt;a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3"&gt;pelican-bootstrap3&lt;/a&gt; theme which came with an awful lot of cruft. Loads of unused CSS and class decelerations, unneeded &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt;s all over the place, it was a mess.&lt;/p&gt;
&lt;p&gt;Now the site is working better than ever. &lt;a href="/search"&gt;Search&lt;/a&gt; works properly, same with the &lt;a href="/books"&gt;books list&lt;/a&gt; and loading is near instant.&lt;/p&gt;
&lt;p&gt;And in a few years I will do it all again.&lt;/p&gt;</content><category term="misc"></category><category term="admin"></category></entry><entry><title>I've had to crack open a Waterbrick for actual use.</title><link href="https://kevinisageek.org/2021/01/10/water-fail/" rel="alternate"></link><published>2021-01-10T07:00:00+00:00</published><updated>2021-01-10T07:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2021-01-10:/2021/01/10/water-fail/</id><summary type="html">&lt;p&gt;The property next door has suffered some sort of failure with their water. There was a constant stream being ejected from under the gutter and required the fire brigade to force entry to see what the issue is. However they couldn't stop it so the water was shut off at …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The property next door has suffered some sort of failure with their water. There was a constant stream being ejected from under the gutter and required the fire brigade to force entry to see what the issue is. However they couldn't stop it so the water was shut off at the &lt;a href="https://www.emergencyplumber.uk.com/plumbing/main-stopcock/"&gt;stopcock&lt;/a&gt; outside that property.&lt;/p&gt;
&lt;p&gt;For reasons unknown to me, this block of flats is also served via this stopcock, resulting in zero cold water pressure.&lt;/p&gt;
&lt;p&gt;Naturally, &lt;a href="2020/03/05/sterile"&gt;I have prepared for this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kevinisageek.org/media/images/2021-01-10 waterbrick/2021-01-10 waterbrick.jpg"&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2021-01-10 waterbrick/2021-01-10 waterbrick thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can continue to enjoy my morning brews until this gets fixed.&lt;/p&gt;</content><category term="misc"></category><category term="waterbrick"></category><category term="prepping"></category><category term="micro"></category></entry><entry><title>Make Tilde Personal Again</title><link href="https://kevinisageek.org/2020/12/27/tilde/" rel="alternate"></link><published>2020-12-27T16:10:00+00:00</published><updated>2020-12-27T16:10:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-12-27:/2020/12/27/tilde/</id><summary type="html">&lt;p&gt;From the &lt;a href="https://scuttlebutt.nz/about/"&gt;scuttleverse&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;dtBy asks&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When did we lose the ~ as a personal designation? Where did these @ motherfuckers come from with their nonsense?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cy replies&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When they invented this protocol called “email” and in their infinite wisdom decided to make it irrevocably depend on the commercial DNS network, the format …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;From the &lt;a href="https://scuttlebutt.nz/about/"&gt;scuttleverse&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;dtBy asks&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When did we lose the ~ as a personal designation? Where did these @ motherfuckers come from with their nonsense?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Cy replies&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When they invented this protocol called “email” and in their infinite wisdom decided to make it irrevocably depend on the commercial DNS network, the format was user@host. The Twitter corporation decided that was a great idea, except that they wanted to force everyone to use their network instead of DNS. Effectively, Twitter replaced the proprietary, centralized DNS with their own proprietary, centralized name resolution, such that you don’t need a username, since your “host” is your username, and it only resolves on Twitter’s servers. And they paid a bunch of people to pretend like it was a good idea, as well as paying people to tell others how “everyone” is using Twitter, and now everyone uses @ as the personal designation. If there were a better character to indicate corporate obeisance, I can think of none better than @. But I mean it’s just a character so who cares. Twitter can fuck off. I’m just saying where I think those @ motherfuckers came from with their nonsense.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="quote"></category><category term="scuttlebutt"></category></entry><entry><title>A change of pace for my commute.</title><link href="https://kevinisageek.org/2020/12/19/pace-change/" rel="alternate"></link><published>2020-12-19T00:00:00+00:00</published><updated>2020-12-19T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-12-19:/2020/12/19/pace-change/</id><content type="html">&lt;p&gt;Worked in the city for once and thought it would be good to try getting the train in&lt;/p&gt;
&lt;p&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2020-12-19 pace-change/on-train.jpg" class="align-center" loading="lazy"/&gt;
&lt;img class="align-center" src="https://kevinisageek.org/media/images/2020-12-19 pace-change/skyline.jpg" class="align-center" loading="lazy"/&gt;
&lt;img class="align-center" src="https://kevinisageek.org/media/images/2020-12-19 pace-change/m8.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="commute"></category></entry><entry><title>Hardware Ownership</title><link href="https://kevinisageek.org/2020/12/07/ownership/" rel="alternate"></link><published>2020-12-07T09:00:00+00:00</published><updated>2020-12-07T09:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-12-07:/2020/12/07/ownership/</id><summary type="html">&lt;blockquote&gt;
&lt;p&gt;But 3D printers- we OWN that shit. You got a $200 Ender-3? You're 100% offline, 100% Open Source toolchain. You can 3D print everything from Gingery patterns for a full hand-scraped post-apocalyptic machine shop to an FGC-9 semiautomatic in case anyone tries to take it from you. Every single thing …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;blockquote&gt;
&lt;p&gt;But 3D printers- we OWN that shit. You got a $200 Ender-3? You're 100% offline, 100% Open Source toolchain. You can 3D print everything from Gingery patterns for a full hand-scraped post-apocalyptic machine shop to an FGC-9 semiautomatic in case anyone tries to take it from you. Every single thing we own is being taken, put in the cloud, and rented back to us. Willingly. Because no one wants to know how to do anything beyond a narrow scope. We're a world of carpenters willing to rent sharp chisels and saws rather than learn to sharpen them ourselves. 3D printers- you know almost all come with a toolkit? So you can fix it yourself. You know how rare that is? No, you don't throw it away. Ever. No, it's not all glued together into a glass slab. You just, fix it. It's all metal, you can fix it and run it indefinitely.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;--&lt;a href="https://nitter.net/RealSexyCyborg/status/1335867486504275969#m"&gt;Naomi Wu&lt;/a&gt;&lt;/p&gt;</content><category term="misc"></category><category term="quote"></category></entry><entry><title>Passed my Intermediate exam a few days ago.</title><link href="https://kevinisageek.org/2020/11/19/intermediate/" rel="alternate"></link><published>2020-11-19T08:00:00+00:00</published><updated>2020-11-19T08:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-11-19:/2020/11/19/intermediate/</id><content type="html">&lt;p&gt;Privileges have been bumped up to 50 watts in most bands and I'm allowed to play about with some microwave stuff. New callsign is 2#0GJA, where the # is dependent on where in the UK I'm operating. For Scotland, I'm 2M0GJA.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-11-19 callsign-radio.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;</content><category term="misc"></category><category term="amateur radio"></category><category term="micro"></category></entry><entry><title>Another weekend, another SOTA activation.</title><link href="https://kevinisageek.org/2020/10/11/sota-meikle/" rel="alternate"></link><published>2020-10-11T00:00:00+01:00</published><updated>2020-10-11T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-10-11:/2020/10/11/sota-meikle/</id><content type="html">&lt;p&gt;A nice 2 pointer up &lt;a href="https://summits.sota.org.uk/summit/GM/SS-129"&gt;Meikle Bin&lt;/a&gt;, using &lt;a href="https://0x2a.tw/"&gt;Scott&lt;/a&gt;'s &lt;a href="https://www.sotabeams.co.uk/antennas/"&gt;Bandhopper dipole&lt;/a&gt; and pole. Managed to work a station in Germany which was pretty cool.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-10-11 sota/working stations.jpg" class="align-center" loading="lazy"/&gt;&lt;em class="align-center"&gt;Me working some stations. Photo taken by Scott.&lt;/em&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="sota"></category><category term="amateur radio"></category></entry><entry><title>Made my first SOTA activation today.</title><link href="https://kevinisageek.org/2020/10/03/sota-moncreiffe/" rel="alternate"></link><published>2020-10-03T00:00:00+01:00</published><updated>2020-10-03T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-10-03:/2020/10/03/sota-moncreiffe/</id><summary type="html">&lt;p&gt;Met up with my friend &lt;a href="https://0x2a.tw/sota-adventures/"&gt;Scott (MM7CWE)&lt;/a&gt; and the two of us schlepped up &lt;a href="https://summits.sota.org.uk/summit/GM/SS-276"&gt;Moncreiffe Hill&lt;/a&gt; in Perthshire. After throwing a tarp over a bench at the summit, I got my &lt;a href="https://www.sinotel.co.uk/index.php?main_page=product_info&amp;amp;cPath=20&amp;amp;products_id=183&amp;amp;zenid=qe2c19iia9inc7d51tqbnocjb1"&gt;Xiegu G90&lt;/a&gt; radio set up with the &lt;a href="http://newsuperantenna.com/"&gt;SuperAntenna&lt;/a&gt; set up for 40 meters and after some faff with the …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Met up with my friend &lt;a href="https://0x2a.tw/sota-adventures/"&gt;Scott (MM7CWE)&lt;/a&gt; and the two of us schlepped up &lt;a href="https://summits.sota.org.uk/summit/GM/SS-276"&gt;Moncreiffe Hill&lt;/a&gt; in Perthshire. After throwing a tarp over a bench at the summit, I got my &lt;a href="https://www.sinotel.co.uk/index.php?main_page=product_info&amp;amp;cPath=20&amp;amp;products_id=183&amp;amp;zenid=qe2c19iia9inc7d51tqbnocjb1"&gt;Xiegu G90&lt;/a&gt; radio set up with the &lt;a href="http://newsuperantenna.com/"&gt;SuperAntenna&lt;/a&gt; set up for 40 meters and after some faff with the slider coil and the ATU, we got started. Scott set up the spot with the &lt;a href="https://play.google.com/store/apps/details?id=ro.netroute.sotaspotter"&gt;SOTA Spotter Android app&lt;/a&gt;, I called CQ SOTA a couple times and after about 30 seconds or so, we had contacts rolling in.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-10-03 sota/radio.jpg" class="align-center" loading="lazy"/&gt;
&lt;em class="align-center"&gt;Xiegu G90 sitting on top of a 7.5Ah battery&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-10-03 sota/antenna.jpg" class="align-center" loading="lazy"/&gt;
&lt;em class="align-center"&gt;SuperAntenna with a standard Scottish view&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-10-03 sota/tarp.jpg" class="align-center" loading="lazy"/&gt;
&lt;em class="align-center"&gt;Scott underneath the tarp&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Didn't get the locations of all of them sadly, however the one that sticks in my mind was a gentleman from Bristol, which is a good bit away. Pretty impressive since I wasn't pushing all that much power.&lt;/p&gt;
&lt;p&gt;After a spot of lunch, I took down the SuperAntenna and put up a dipole that Scott has kindly given to me. We had a bit of a tune around the bands. Scott showed how to use the ATU and SWR functions on the radio. Managed to pick up someone in Italy who was doing a contest which was pretty amazing.&lt;/p&gt;
&lt;p&gt;Safe to say I have the bug now, we are going up another hill next weekend.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="amateur radio"></category><category term="sota"></category></entry><entry><title>GNU Terry Pratchett</title><link href="https://kevinisageek.org/2020/06/15/terry/" rel="alternate"></link><published>2020-06-15T11:15:00+01:00</published><updated>2020-06-15T11:15:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-06-15:/2020/06/15/terry/</id><summary type="html">&lt;p&gt;I've been chewing through &lt;a href="http://en.wikipedia.org/wiki/Terry_Pratchett"&gt;Terry Pratchett&lt;/a&gt;'s &lt;a href="https://en.wikipedia.org/wiki/Discworld"&gt;Discworld&lt;/a&gt; books while at work (lockdown is great, so much peace and quiet). Sadly, he has passed away but there is a &lt;a href="http://www.gnuterrypratchett.com/"&gt;movement around keeping him alive&lt;/a&gt; in a sense, via the use of technology.&lt;/p&gt;
&lt;p&gt;In my case, its an easy change to …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been chewing through &lt;a href="http://en.wikipedia.org/wiki/Terry_Pratchett"&gt;Terry Pratchett&lt;/a&gt;'s &lt;a href="https://en.wikipedia.org/wiki/Discworld"&gt;Discworld&lt;/a&gt; books while at work (lockdown is great, so much peace and quiet). Sadly, he has passed away but there is a &lt;a href="http://www.gnuterrypratchett.com/"&gt;movement around keeping him alive&lt;/a&gt; in a sense, via the use of technology.&lt;/p&gt;
&lt;p&gt;In my case, its an easy change to my nginx configuration. Just add &lt;code&gt;add_header X-Clacks-Overhead "GNU Terry Pratchett";&lt;/code&gt; to a &lt;code&gt;server&lt;/code&gt; or &lt;code&gt;location&lt;/code&gt; block.&lt;/p&gt;
&lt;p&gt;Additionally, there is a &lt;a href="https://addons.mozilla.org/en-GB/firefox/addon/x-clacks-overhead"&gt;Firefox Addon&lt;/a&gt; to let you see who is also participating, as well as &lt;a href="https://xclacksoverhead.org/listing/the-signal"&gt;a list&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"A man is not dead while his name is still spoken."
- Going Postal&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="clacks"></category><category term="Terry Pratchett"></category></entry><entry><title>Passed my Foundation Amateur Radio exam.</title><link href="https://kevinisageek.org/2020/06/15/mm7kig/" rel="alternate"></link><published>2020-06-15T10:15:00+01:00</published><updated>2020-06-15T10:15:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-06-15:/2020/06/15/mm7kig/</id><content type="html">&lt;p&gt;My freshly minted callsign is MM7KIG, hope to hear some of you on the air.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="https://www.essexham.co.uk/train/foundation-online/"&gt;Essex Ham&lt;/a&gt; for the course and to Dave Wilson, M0OBW for invigilating the &lt;a href="https://rsgb.org/main/blog/news/gb2rs/headlines/2020/05/29/rsgb-remote-invigilation-exams/"&gt;remote exam&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Update 2020-11-19: I've since &lt;a href="/2020/11/19/intermediate"&gt;passed my intermediate exam&lt;/a&gt;&lt;/p&gt;</content><category term="misc"></category><category term="amateur radio"></category><category term="micro"></category></entry><entry><title>Cycle up a hill.</title><link href="https://kevinisageek.org/2020/04/11/cycle/" rel="alternate"></link><published>2020-04-11T12:00:00+01:00</published><updated>2020-04-11T12:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-04-11:/2020/04/11/cycle/</id><content type="html">&lt;p&gt;Cycle back home.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-04-11 cycle.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="cycle"></category></entry><entry><title>Quick bike ride</title><link href="https://kevinisageek.org/2020/03/26/quick-cycle/" rel="alternate"></link><published>2020-03-26T11:35:00+00:00</published><updated>2020-03-26T11:35:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-03-26:/2020/03/26/quick-cycle/</id><summary type="html">&lt;p&gt;and a shakedown of a new commuter setup. Since switching to the &lt;a href="https://tripleaughtdesign.com/shop/fast-pack-edc/"&gt;TAD Fast Pack EDC&lt;/a&gt;, I've had to commute with my pack on my back which makes for a moist time. My former GR1 setup could be &lt;a href="/2019/03/10/pannier"&gt;hung on the pannier rack with a little modification&lt;/a&gt; but I can't …&lt;/p&gt;</summary><content type="html">&lt;p&gt;and a shakedown of a new commuter setup. Since switching to the &lt;a href="https://tripleaughtdesign.com/shop/fast-pack-edc/"&gt;TAD Fast Pack EDC&lt;/a&gt;, I've had to commute with my pack on my back which makes for a moist time. My former GR1 setup could be &lt;a href="/2019/03/10/pannier"&gt;hung on the pannier rack with a little modification&lt;/a&gt; but I can't replicate that with the Fast Pack.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pig-monkey.com/2020/03/rok-straps/"&gt;Pig Monkey posted&lt;/a&gt; about &lt;a href="https://smile.amazon.co.uk/gp/product/B075X4CNJY/"&gt;Rok straps&lt;/a&gt; earlier so I picked up a pair and went for a quick ride with my usual commuter loadout strapped to the rack. Some minor movement but otherwise pretty solid.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-03-26 loadout.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category><category term="edc"></category></entry><entry><title>Anti-social distancing, because staying in the flat is lame.</title><link href="https://kevinisageek.org/2020/03/22/distance/" rel="alternate"></link><published>2020-03-22T15:22:00+00:00</published><updated>2020-03-22T15:22:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-03-22:/2020/03/22/distance/</id><content type="html">&lt;p&gt;We went out to the west coast yesterday. Annoyingly there were still people there.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-03-22 distance/stream.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-03-22 distance/horizon.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-03-22 distance/sign.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category></entry><entry><title>Drivetrain Refresh</title><link href="https://kevinisageek.org/2020/03/15/drivetrain/" rel="alternate"></link><published>2020-03-15T00:00:00+00:00</published><updated>2020-03-15T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-03-15:/2020/03/15/drivetrain/</id><summary type="html">&lt;p&gt;I've not been the best custodian of my bike. I don't tend to do massive amounts of miles so maintenance tends to get neglected. Sadly, this is showing in the drivetrain. The &lt;a href="https://pig-monkey.com/2020/03/measuring-chain-wear/"&gt;chain was slack&lt;/a&gt; and the cassette was filthy and looks worn so I figured I would replace them …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've not been the best custodian of my bike. I don't tend to do massive amounts of miles so maintenance tends to get neglected. Sadly, this is showing in the drivetrain. The &lt;a href="https://pig-monkey.com/2020/03/measuring-chain-wear/"&gt;chain was slack&lt;/a&gt; and the cassette was filthy and looks worn so I figured I would replace them both. Considering that costs less than a tank of petrol for the car it's almost doable as a yearly service.&lt;/p&gt;
&lt;p&gt;It was easy to &lt;a href="https://www.youtube.com/watch?v=7-MYHOpzT5A"&gt;remove the lockring and cassette with the suitable tools&lt;/a&gt; and I took the opportunity to remove the &lt;a href="https://www.sheldonbrown.com/gloss_sp-ss.html#spokeprotector"&gt;"dork disc"&lt;/a&gt; that stops your chain falling off the high gear if your limit screw is set wrong.&lt;/p&gt;
&lt;p&gt;I've added a reminder to my &lt;a href="https://taskwarrior.org"&gt;todo list&lt;/a&gt; on a regular basis to encourage me to be a bit better with my preventative maintenance.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ task add project:fixmakeready due:May recur:60days wait:due-2days Check bike chain wear
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-03-15 drivetrain.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="maintenance"></category></entry><entry><title>Don't unpack.</title><link href="https://kevinisageek.org/2020/03/15/unpack/" rel="alternate"></link><published>2020-03-15T00:00:00+00:00</published><updated>2020-03-15T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-03-15:/2020/03/15/unpack/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Pull it out and put it back. Be ready to leave at a moments notice. “Vanish before you’re there.” --&lt;a href="http://moatgroup.tumblr.com/post/99199413791"&gt;Moat Group&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="micro"></category><category term="quote"></category></entry><entry><title>Waterbrick Sterilising</title><link href="https://kevinisageek.org/2020/03/05/sterile/" rel="alternate"></link><published>2020-03-05T20:00:00+00:00</published><updated>2020-03-05T20:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-03-05:/2020/03/05/sterile/</id><summary type="html">&lt;p&gt;I use &lt;a href="https://www.waterbrick.org/product-category/waterbrick/"&gt;Waterbricks&lt;/a&gt; for my water storage to help mitigate any &lt;a href="/2019/02/16/no-power"&gt;unforeseen incidents&lt;/a&gt; that result in my local water supply being interrupted for any reason. I posted in one of the &lt;a href="https://discordapp.com/invite/p8tAxfR"&gt;Discord servers&lt;/a&gt; that I lurk on about using chlorine dioxide tablets for treating stored water and Tim replied about …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I use &lt;a href="https://www.waterbrick.org/product-category/waterbrick/"&gt;Waterbricks&lt;/a&gt; for my water storage to help mitigate any &lt;a href="/2019/02/16/no-power"&gt;unforeseen incidents&lt;/a&gt; that result in my local water supply being interrupted for any reason. I posted in one of the &lt;a href="https://discordapp.com/invite/p8tAxfR"&gt;Discord servers&lt;/a&gt; that I lurk on about using chlorine dioxide tablets for treating stored water and Tim replied about bleach:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Cheapest household bleach, put in 1/2 cup add some water, close and slosh all over like a madman. let sit for 5 minutes you are now sterilized inside. I also setup a spray bottle  with the same solution to hit the opening and lids just before filling and fill then close.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I thought that half a cup was maybe too much so I opted for a couple glugs from the jug, maybe 1/4 cup or so but otherwise I did it as described. The rest of the waterbricks will have the same treatment when the time comes for rotation.&lt;/p&gt;</content><category term="misc"></category><category term="prepping"></category><category term="waterbrick"></category></entry><entry><title>Started reading "Say Why to Drugs" by Dr. Suzi Gage.</title><link href="https://kevinisageek.org/2020/02/08/why/" rel="alternate"></link><published>2020-02-08T11:05:00+00:00</published><updated>2020-02-08T11:05:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-02-08:/2020/02/08/why/</id><summary type="html">&lt;p&gt;&lt;a href="https://twitter.com/soozaphone"&gt;Dr. Gage&lt;/a&gt; first came to my attention via &lt;a href="https://en.wikipedia.org/wiki/Scroobius_Pip"&gt;Scroobius Pip&lt;/a&gt;'s &lt;a href="http://www.scroobiuspip.co.uk/distraction-pieces-podcast/"&gt;Distraction Pieces&lt;/a&gt; podcast. She then started her own podcast, &lt;a href="https://suzigage.co.uk/podcast/"&gt;Say Why to Drugs&lt;/a&gt; and has &lt;a href="https://www.amazon.co.uk/Say-Why-Drugs-Everything-About/dp/1473686229"&gt;just released a book of the same name&lt;/a&gt; which basically collates the info given in the podcast into print form. It aims to give …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="https://twitter.com/soozaphone"&gt;Dr. Gage&lt;/a&gt; first came to my attention via &lt;a href="https://en.wikipedia.org/wiki/Scroobius_Pip"&gt;Scroobius Pip&lt;/a&gt;'s &lt;a href="http://www.scroobiuspip.co.uk/distraction-pieces-podcast/"&gt;Distraction Pieces&lt;/a&gt; podcast. She then started her own podcast, &lt;a href="https://suzigage.co.uk/podcast/"&gt;Say Why to Drugs&lt;/a&gt; and has &lt;a href="https://www.amazon.co.uk/Say-Why-Drugs-Everything-About/dp/1473686229"&gt;just released a book of the same name&lt;/a&gt; which basically collates the info given in the podcast into print form. It aims to give a good overview of the various substances consumed by humans - whether legal or otherwise - and does so without judgement or bias. Covering what the substance is, what it has been used for historically, what the intended effects are on the body and the potential side effects it has.&lt;/p&gt;
&lt;p&gt;The book is very accessible with minimal clinical language and I think it should be required reading for high schoolers, or even earlier. Certainly much better than the puritanical &lt;a href="https://www.youtube.com/watch?v=Uh7l8dx-h8M"&gt;"drugs are bad"&lt;/a&gt; approach I had at school.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-02-08 drugs.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="drugs"></category><category term="book"></category></entry><entry><title>I've started using GPG again, albeit in a minimal sense.</title><link href="https://kevinisageek.org/2020/01/24/gpg-return/" rel="alternate"></link><published>2020-01-24T20:35:00+00:00</published><updated>2020-01-24T20:35:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-01-24:/2020/01/24/gpg-return/</id><summary type="html">&lt;p&gt;I've started using &lt;a href="https://www.passwordstore.org/"&gt;pass&lt;/a&gt; as my password manager, having exported the database from &lt;a href="https://www.keepassx.org/"&gt;KeepassX&lt;/a&gt;. Pass is basically a wrapper around GPG for the purposes of securing your passwords. The files are plain GPG encrypted files which means no weird database format to worry about. Additionally I am using a GPG …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've started using &lt;a href="https://www.passwordstore.org/"&gt;pass&lt;/a&gt; as my password manager, having exported the database from &lt;a href="https://www.keepassx.org/"&gt;KeepassX&lt;/a&gt;. Pass is basically a wrapper around GPG for the purposes of securing your passwords. The files are plain GPG encrypted files which means no weird database format to worry about. Additionally I am using a GPG smartcard as the store for the private keys so that physically needs to be plugged into my computer to do anything password related.&lt;/p&gt;
&lt;p&gt;I'm not so bothered about using GPG for email purposes, still to date the number of emails from Facebook that were GPG encrypted is much larger than the sum of all other GPG mail I have received (and probably sent for that matter). So I'm going to use it opportunistically. &lt;a href="https://kevinisageek.org/media/misc/kevinatkevinisageekdotorg.public.gpg.asc"&gt;My public key is available&lt;/a&gt; if folk want to help me beat Facebook.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="gpg"></category><category term="crypto"></category></entry><entry><title>Got into a minor Lego build session.</title><link href="https://kevinisageek.org/2020/01/10/lego/" rel="alternate"></link><published>2020-01-10T00:00:00+00:00</published><updated>2020-01-10T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-01-10:/2020/01/10/lego/</id><content type="html">&lt;p&gt;Sets &lt;a href="https://www.lego.com/en-us/product/lego-nasa-apollo-saturn-v-21309"&gt;21309&lt;/a&gt; (strangely missing from the UK store) and &lt;a href="https://www.lego.com/en-gb/product/nasa-apollo-11-lunar-lander-10266"&gt;10266&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-01-10 lego/boxes.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-01-10 lego/saturn_v.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-01-10 lego/lunar_lander.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;</content><category term="misc"></category><category term="lego"></category><category term="micro"></category></entry><entry><title>Brake maintenance was well overdue.</title><link href="https://kevinisageek.org/2020/01/08/brake/" rel="alternate"></link><published>2020-01-08T16:40:00+00:00</published><updated>2020-01-08T16:40:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2020-01-08:/2020/01/08/brake/</id><summary type="html">&lt;p&gt;I'm not the best at bicycle maintenance and repair but needs must. My front brake has been squealing on and off. Compounded with my lack of finesse at adjusting the caliper lead to one pad being a lot more worn than the other.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-01-08 pads.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;The rears are fine for now but …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I'm not the best at bicycle maintenance and repair but needs must. My front brake has been squealing on and off. Compounded with my lack of finesse at adjusting the caliper lead to one pad being a lot more worn than the other.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2020-01-08 pads.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;The rears are fine for now but they are on the &lt;a href="https://taskwarrior.org/"&gt;todo&lt;/a&gt; list for completion in a few months.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="diy"></category><category term="micro"></category></entry><entry><title>Winter has hit the UK, temperatures have been low for a couple weeks now.</title><link href="https://kevinisageek.org/2019/12/07/bronner-barometer/" rel="alternate"></link><published>2019-12-07T09:00:00+00:00</published><updated>2019-12-07T09:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-12-07:/2019/12/07/bronner-barometer/</id><content type="html">&lt;p&gt;My flat isn't the best insulated or heated so it can get a bit parky, especially in the morning. Cold enough that my Dr Bronner soaps go opaque as opposed to the usual translucent.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-12-07 bronner.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Better get the heating on.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="weather"></category></entry><entry><title>DIY Skin Salve</title><link href="https://kevinisageek.org/2019/10/28/salve/" rel="alternate"></link><published>2019-10-28T00:00:00+00:00</published><updated>2019-10-28T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-10-28:/2019/10/28/salve/</id><summary type="html">&lt;p&gt;A while ago, &lt;a href="https://www.briangreen.net/"&gt;Brian Green&lt;/a&gt; of &lt;a href="http://www.greenbeesnc.com/"&gt;Brian's Bees&lt;/a&gt; posted about some skin balm that he created using wax from his beehives. I've tried some commercially available salve and figured a replica of Brian's salve could be tried.&lt;/p&gt;
&lt;p&gt;My partner and I have had a couple goes at it now, pretty …&lt;/p&gt;</summary><content type="html">&lt;p&gt;A while ago, &lt;a href="https://www.briangreen.net/"&gt;Brian Green&lt;/a&gt; of &lt;a href="http://www.greenbeesnc.com/"&gt;Brian's Bees&lt;/a&gt; posted about some skin balm that he created using wax from his beehives. I've tried some commercially available salve and figured a replica of Brian's salve could be tried.&lt;/p&gt;
&lt;p&gt;My partner and I have had a couple goes at it now, pretty simple. Melt down roughly 1:1 beeswax:food grade coconut oil by weight in a container, add some olive oil to make it easier to apply to skin plus any essential oils for aroma. Mix thoroughly and decant into little tubs and let them cool down and solidify.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-10-28 salve.jpg" class="align-center" loading="lazy" /&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Any cuts, dry patches, blisters, cracking or flaking gets a dollop of the salve rubbed in and it seems to make a difference in healing time.&lt;/p&gt;
&lt;p&gt;I've been having some issues with skin irritation on the back of my knees for a couple months. Initially, I thought it was some sort of &lt;a href="https://en.wikipedia.org/wiki/Dermatophytosis"&gt;fungal infection&lt;/a&gt; and I have been slapping on some anti-fungal creams of various brands, none of which had any effect. On a whim, I had a look at other possible options and figured the next best fit was likely to be &lt;a href="https://en.wikipedia.org/wiki/Dermatitis"&gt;dermatitis&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I started using some of the hand salve on the offending skin and I have seen a massive improvement in condition. Much more pleasing is the lack of itching at night which is aggravating when trying to sleep.&lt;/p&gt;</content><category term="misc"></category><category term="salve"></category><category term="skincare"></category><category term="diy"></category></entry><entry><title>I'm trying to use the bike more, lessen my dependence on the grid.</title><link href="https://kevinisageek.org/2019/09/16/cargo/" rel="alternate"></link><published>2019-09-16T14:00:00+01:00</published><updated>2019-09-16T14:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-09-16:/2019/09/16/cargo/</id><content type="html">&lt;p&gt;Had a delivery arrive at a collection point and figured I would have a go at cycling out and back. The box was bigger than expected but I had just enough slack in the bungee cords to get it secure.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-09-16 cargo.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category></entry><entry><title>I have been swithering on getting my Foundation license for a few years now.</title><link href="https://kevinisageek.org/2019/08/29/going-ham/" rel="alternate"></link><published>2019-08-29T00:00:00+01:00</published><updated>2019-08-29T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-08-29:/2019/08/29/going-ham/</id><summary type="html">&lt;p&gt;The one time I went to an amateur radio club meeting, the main business was that the name was not representative of the location the club was meeting at. Which you can imagine, was not that exciting.&lt;/p&gt;
&lt;p&gt;However, I came across &lt;a href="http://oh8stn.org/"&gt;Julian OH8STN&lt;/a&gt;'s &lt;a href="https://www.youtube.com/user/SurvivalTechEU"&gt;videos&lt;/a&gt; which centre around amateur radio …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The one time I went to an amateur radio club meeting, the main business was that the name was not representative of the location the club was meeting at. Which you can imagine, was not that exciting.&lt;/p&gt;
&lt;p&gt;However, I came across &lt;a href="http://oh8stn.org/"&gt;Julian OH8STN&lt;/a&gt;'s &lt;a href="https://www.youtube.com/user/SurvivalTechEU"&gt;videos&lt;/a&gt; which centre around amateur radio as a means for disaster resiliency and that has piqued my interest again. As a result, I picked up a Yaesu FT-817ND from eBay which seems like a solid bit of kit and I have been told it is a decent radio, especially for beginners to the hobby. I haven't used it much, mainly to confirm that it turns on, transmits and receives so more experimentation will need to happen.&lt;/p&gt;
&lt;p&gt;In the meantime, it needs charged.&lt;/p&gt;
&lt;p&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2019-08-29 going-ham.jpg" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="amateur radio"></category><category term="gear"></category></entry><entry><title>Cycling early in the morning is the best.</title><link href="https://kevinisageek.org/2019/07/21/early-bike/" rel="alternate"></link><published>2019-07-21T00:00:00+01:00</published><updated>2019-07-21T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-07-21:/2019/07/21/early-bike/</id><content type="html">&lt;p&gt;&lt;a href="/2017/10/04/urban-run"&gt;Much like running&lt;/a&gt; there is a distinct lack of vehicles, people and general noise which makes for a very pleasant ride.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-07-21 early-bike.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;2 hour blast out to Bathgate. Got the first train back home with about 10 seconds to spare.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category></entry><entry><title>The bikes I have had in my life have always had flat bars. Until now.</title><link href="https://kevinisageek.org/2019/07/12/facelift/" rel="alternate"></link><published>2019-07-12T19:35:00+01:00</published><updated>2019-07-12T19:35:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-07-12:/2019/07/12/facelift/</id><summary type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-07-12 facelift.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I decided to swap my Jones H-Bar to drops in an effort to improve fitness and aero, maybe shave a few seconds off my commute time. The overall width of the bike has dropped quite significantly which will improve manoeuvrability and make getting it down the hall at 04:30 …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-07-12 facelift.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I decided to swap my Jones H-Bar to drops in an effort to improve fitness and aero, maybe shave a few seconds off my commute time. The overall width of the bike has dropped quite significantly which will improve manoeuvrability and make getting it down the hall at 04:30 much less of a hassle.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="micro"></category></entry><entry><title>The Dissect Podcast is not afraid to cut away to the heart of the matter.</title><link href="https://kevinisageek.org/2019/07/07/dissect/" rel="alternate"></link><published>2019-07-07T08:00:00+01:00</published><updated>2019-07-07T08:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-07-07:/2019/07/07/dissect/</id><summary type="html">&lt;p&gt;&lt;a href="https://www.nonprophet.media/dissect-podcast"&gt;The podcast&lt;/a&gt; is a long form discussion (with a significant number of rabbit holes along the way), primarily focused on fitness and nutrition. The hosts are not afraid to tell it how they see it (with a hefty amount of not politically correct crude humour and cynicism) from their point …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="https://www.nonprophet.media/dissect-podcast"&gt;The podcast&lt;/a&gt; is a long form discussion (with a significant number of rabbit holes along the way), primarily focused on fitness and nutrition. The hosts are not afraid to tell it how they see it (with a hefty amount of not politically correct crude humour and cynicism) from their point of view of being &lt;a href="https://en.wikipedia.org/wiki/Mark_Twight"&gt;highly advanced&lt;/a&gt; &lt;a href="https://breakingmuscle.com/coaches/michael-blevins"&gt;athletes in a&lt;/a&gt; &lt;a href="https://barbend.com/author/kegan-dillon/"&gt;number of disciplines&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have several hours free and want some knowledge bombs about being fit and healthy, give it a shot.&lt;/p&gt;</content><category term="misc"></category><category term="podcast"></category><category term="recommedia"></category><category term="micro"></category></entry><entry><title>Today is world backup day.</title><link href="https://kevinisageek.org/2019/03/31/backup-day/" rel="alternate"></link><published>2019-03-31T00:00:00+00:00</published><updated>2019-03-31T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-31:/2019/03/31/backup-day/</id><summary type="html">&lt;p&gt;A Pelican 1200 case holds my redundant backup drives.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 coldstore.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;8TB of storage goodness, media mirrored and system backups managed by the OS.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 open.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Another 3TB drive in the background as my daily backup and media storage drive.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 drives.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;A convenient format to lug if I need to hightail out for whatever reason …&lt;/p&gt;</summary><content type="html">&lt;p&gt;A Pelican 1200 case holds my redundant backup drives.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 coldstore.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;8TB of storage goodness, media mirrored and system backups managed by the OS.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 open.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Another 3TB drive in the background as my daily backup and media storage drive.
&lt;img src="https://kevinisageek.org/media/images/2019-03-31 drives.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;A convenient format to lug if I need to hightail out for whatever reason.&lt;/p&gt;</content><category term="misc"></category><category term="backup"></category><category term="micro"></category></entry><entry><title>Kanteen Maintenance</title><link href="https://kevinisageek.org/2019/03/14/kanteen-maintenance/" rel="alternate"></link><published>2019-03-14T19:25:00+00:00</published><updated>2019-03-14T19:25:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-14:/2019/03/14/kanteen-maintenance/</id><summary type="html">&lt;p&gt;I've been a firm proponent of &lt;a href="https://www.kleankanteen.com/collections/water-bottles"&gt;Klean Kanteen bottles&lt;/a&gt; for nigh on a decade now. The two I have have suffered a bit of abuse, scuffs and dings, which only marginally reduce the capacity. I think I could drop one off a building and it would survive.&lt;/p&gt;
&lt;p&gt;The stainless bottle …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been a firm proponent of &lt;a href="https://www.kleankanteen.com/collections/water-bottles"&gt;Klean Kanteen bottles&lt;/a&gt; for nigh on a decade now. The two I have have suffered a bit of abuse, scuffs and dings, which only marginally reduce the capacity. I think I could drop one off a building and it would survive.&lt;/p&gt;
&lt;p&gt;The stainless bottle and the plastic cap are easy to clean. Sadly, over the years, the rubber o-rings that seal the bottles up and stops errant drips have degraded somewhat. I am not sure what the black stuff is, I can't clean it off and it looks pretty unsightly. Also, there are some tears in the rings which compromise them.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-14 rings.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Thankfully, a replacement aftermarket set is &lt;a href="ttps://www.amazon.co.uk/Klean-Kanteen-Maintenance-Kit/dp/B01ENNLIAA/"&gt;available on Amazon&lt;/a&gt; and it is a quick job to whip off the old ones and replace them.&lt;/p&gt;
&lt;p&gt;Ready for another 10 years of service.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-14 kanteens.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="klean kanteen"></category><category term="repair"></category></entry><entry><title>Reading comments on websites is known to be bad for you.</title><link href="https://kevinisageek.org/2019/03/13/no-comment/" rel="alternate"></link><published>2019-03-13T00:00:00+00:00</published><updated>2019-03-13T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-13:/2019/03/13/no-comment/</id><content type="html">&lt;p&gt;Thankfully, &lt;a href="/2019/01/01/ytget"&gt;ytget&lt;/a&gt; lets me download all my favourite subscriptions from Youtube without having to delve into that particular realm of scum and villainy, thus keeping my headspace a lot cleaner.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category></entry><entry><title>Backpack Pannier</title><link href="https://kevinisageek.org/2019/03/10/pannier/" rel="alternate"></link><published>2019-03-10T10:30:00+00:00</published><updated>2019-03-10T10:30:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-10:/2019/03/10/pannier/</id><summary type="html">&lt;p&gt;Cycling to work is undeniably a good thing. Sweat on the other hand, is not. My commute is 7.5 miles, a lot of which is uphill. Riding a bike with a backpack full of stuff makes me sweat quite badly and my work doesn't have any sort of showering …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Cycling to work is undeniably a good thing. Sweat on the other hand, is not. My commute is 7.5 miles, a lot of which is uphill. Riding a bike with a backpack full of stuff makes me sweat quite badly and my work doesn't have any sort of showering facilities. Couple that with being required to wear a shirt and tie and you have a recipe for disaster.&lt;/p&gt;
&lt;p&gt;My bike has a pannier rack on it so the natural idea is to put a pannier bag or two on. This however would mean transferring stuff between the pannier bag(s) and my &lt;a href="https://www.goruck.com/GR1"&gt;EDC backpack&lt;/a&gt; irritatingly often and means having extra kit about the place.&lt;/p&gt;
&lt;p&gt;The solution then is to put the backpack itself on the bike. A few options were brainstormed. Ratchet straps were tried but ended up being more hassle than they are worth. Using a &lt;a href="https://greyman-tactical.com/collections/rigid-molle-panels-rip-m-1"&gt;Greyman Tactical RIP-M panel&lt;/a&gt; was attempted but unsatisfactory. What is needed is a way of hooking the backpack straps to the rack.&lt;/p&gt;
&lt;p&gt;Way back in the day, I got a &lt;a href="https://store.kifaru.net/paratarp-p83.aspx"&gt;Kifaru Paratarp&lt;/a&gt; with the peg and pole kit. The kit has basically been retired, got better pegs and hiking poles for that purpose but I kept the poles around for future use. I attached one of the pole segments (basically a bit of aluminium pipe) to the rack with a couple of hose clamps and used a couple pieces of &lt;a href="/2018/10/09/framesheet"&gt;kydex from a previous project&lt;/a&gt; to space it out. Hook the straps over the pipe and tighten them down and the bag is securely attached to the bike. Doesn't move an inch.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-10 pack-attached.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;The major downside to this approach is at low speeds (namely moving off and manoeuvring on foot) the bike is biased to one side which is interesting getting it down the hall at 04:30. At regular cruising speed I don't notice a thing.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-10 pannier.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="diy"></category><category term="bicycle"></category><category term="gear"></category></entry><entry><title>Naomi Wu posted on Twitter a guide on forcible entry by the New York Fire Department.</title><link href="https://kevinisageek.org/2019/03/09/forcible-entry/" rel="alternate"></link><published>2019-03-09T15:10:00+00:00</published><updated>2019-03-09T15:10:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-09:/2019/03/09/forcible-entry/</id><summary type="html">&lt;p&gt;&lt;a href="http://www.vententersearch.com/supplemental/fdny_fe.pdf"&gt;The guide&lt;/a&gt; primarily focuses on how to get rapid entry to a premises on fire using various implements, as well as an overview of different doors and locking mechanisms. Obviously it is meant for legal rapid entry to save lives but also unintentionally &lt;a href="https://twitter.com/RealSexyCyborg/status/1104327393538277376"&gt;gives ideas when looking for a new …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="http://www.vententersearch.com/supplemental/fdny_fe.pdf"&gt;The guide&lt;/a&gt; primarily focuses on how to get rapid entry to a premises on fire using various implements, as well as an overview of different doors and locking mechanisms. Obviously it is meant for legal rapid entry to save lives but also unintentionally &lt;a href="https://twitter.com/RealSexyCyborg/status/1104327393538277376"&gt;gives ideas when looking for a new home&lt;/a&gt; or how to secure your current front door from people trying to gain unlawful entry.&lt;/p&gt;
&lt;p&gt;It also reminds me that I want a &lt;a href="https://en.wikipedia.org/wiki/Halligan_bar"&gt;Halligan bar&lt;/a&gt;, more useful in a &lt;a href="https://half-life.fandom.com/wiki/Crowbar"&gt;post apoc situation than a crowbar&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="security"></category><category term="micro"></category></entry><entry><title>Food Prepping With Huel</title><link href="https://kevinisageek.org/2019/03/09/huel-prep/" rel="alternate"></link><published>2019-03-09T12:00:00+00:00</published><updated>2019-03-09T12:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-09:/2019/03/09/huel-prep/</id><summary type="html">&lt;p&gt;If you have been in the tech circles in the last couple of years you will have heard about &lt;a href="https://www.soylent.com/"&gt;Soylent&lt;/a&gt;, powdered food for techies and folk who don't want the hassle making food. Sadly its not available in the UK (at least without paying shipping and import fees).&lt;/p&gt;
&lt;p&gt;I found …&lt;/p&gt;</summary><content type="html">&lt;p&gt;If you have been in the tech circles in the last couple of years you will have heard about &lt;a href="https://www.soylent.com/"&gt;Soylent&lt;/a&gt;, powdered food for techies and folk who don't want the hassle making food. Sadly its not available in the UK (at least without paying shipping and import fees).&lt;/p&gt;
&lt;p&gt;I found a couple offerings this side of the pond but none were too satisfactory, shipping delays and other faff being the main issues. Until I stumbled upon &lt;a href="https://uk.huel.com"&gt;Huel&lt;/a&gt;. Same idea as Soylent but made in the UK, next day delivery with a reputable courier and &lt;a href="https://huel.com/pages/nutritional-information-and-ingredients"&gt;100% RDA of everything&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The "food" is dry powder and comes in plastic foil lined bags which are sealed from the factory. I figure they are ripe for food storage. 1 bag is 14 meals at 500 calories a go. 4 bags is a month of calories, assuming a daily intake of 2000 calories. Since they are foil lined, the use by date is a good 8-12 months but being dry powder and (presumably) relatively sterile, the shelf life is probably a good bit longer.&lt;/p&gt;
&lt;p&gt;There will likely be a cutoff point where the powder does start to spoil so it will need rotating out. A simple way to keep track of it is to just write the delivery date on the bags I get.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-09 huel-date.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I keep one bag in my bugout/travel bag and another in a pelican case which I can wheel along behind me. If I need to hightail it out, I have at least 2 weeks of food. These 2 bags are the first to be rotated when I get a new delivery which ensures I have the longest life for any bugging out. Old bags get slotted into storage by date order and consumed in time.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-03-09 huel-stored.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I use &lt;a href="https://taskwarrior.org/"&gt;Taskwarrior&lt;/a&gt; to remind me to order more Huel on a monthly basis:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ t add project:foostorage recur:monthly wait:due-2days Buy &lt;span class="m"&gt;5&lt;/span&gt; bags of Huel
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I get my Huel deliveries in 4 or 5 bags a go, my one or two meals a day means I only consume about 3 bags worth a month. If I get 4 or 5 bags every month, then over the course of a year, I can build up several months of stored food. Assuming I can procure potable water, I can basically live for an extended time without having to procure sustenance of any significant value.&lt;/p&gt;
&lt;p&gt;Now, I'm not one of those people who are on 100% Huel, I like my real food too much to do that, but I usually have one "meal" for breakfast and depending on what is going on with work, another one or two that day, with a real meal at some point during the day.&lt;/p&gt;</content><category term="misc"></category><category term="huel"></category><category term="prepping"></category><category term="taskwarrior"></category></entry><entry><title>My commute to work by bike is fairly tame.</title><link href="https://kevinisageek.org/2019/03/09/terror/" rel="alternate"></link><published>2019-03-09T11:30:00+00:00</published><updated>2019-03-09T11:30:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-03-09:/2019/03/09/terror/</id><content type="html">&lt;p&gt;The way back however, gets a touch scary at times. Especially the bit with 20 or so meters of unprotected pavement next to a dual carriageway with 40 ton artics barreling towards you at 60+ mph.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category><category term="commute"></category></entry><entry><title>The first week of December 2015 brought a massive storm to Lancashire and Cumbria,</title><link href="https://kevinisageek.org/2019/02/16/no-power/" rel="alternate"></link><published>2019-02-16T18:20:00+00:00</published><updated>2019-02-16T18:20:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-02-16:/2019/02/16/no-power/</id><summary type="html">&lt;p&gt;causing severe flooding which resulted in a loss of power to 61,000 homes and businesses. The Royal Academy of Engineering &lt;a href="https://www.raeng.org.uk/publications/reports/living-without-electricity"&gt;put out a report of the situation&lt;/a&gt; &lt;a href="https://kevinisageek.org/media/misc/2019 raeng living without electricity.pdf"&gt;(mirror)&lt;/a&gt; discussing the situation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Most homes in the affected area have gas-fired central heating with the control system and circulating pump reliant …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;causing severe flooding which resulted in a loss of power to 61,000 homes and businesses. The Royal Academy of Engineering &lt;a href="https://www.raeng.org.uk/publications/reports/living-without-electricity"&gt;put out a report of the situation&lt;/a&gt; &lt;a href="https://kevinisageek.org/media/misc/2019 raeng living without electricity.pdf"&gt;(mirror)&lt;/a&gt; discussing the situation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Most homes in the affected area have gas-fired central heating with the control system and circulating pump reliant on electricity, so had no heating. Many homes have all-electric cooking and thus were unable to heat food. There are few high-rise buildings in the city but all lost power for their lifts and some upper floors lost water supplies. After 30 hours without electricity, many households had to throw away at least some of the contents of their freezers.&lt;/p&gt;
&lt;p&gt;The biggest impact on most people was that few knew what was happening. By looking out of the window, it was obvious that there was a widespread power cut but none of the usual sources of information – TV, internet, text messages or social media – was working. Although there was FM radio coverage, many people did not have a suitable battery- powered radio and reporters in the area had serious difficulties in communicating with their studios.&lt;/p&gt;
&lt;p&gt;Vulnerable groups, including those relying on electrically-powered medical appliances and residents of care homes, were more seriously affected.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="prepping"></category><category term="resiliency"></category><category term="electricity"></category><category term="micro"></category></entry><entry><title>I've been a double edged razor user for well over a decade now.</title><link href="https://kevinisageek.org/2019/02/16/sharps/" rel="alternate"></link><published>2019-02-16T17:00:00+00:00</published><updated>2019-02-16T17:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-02-16:/2019/02/16/sharps/</id><summary type="html">&lt;p&gt;I find the shave to be much more pleasurable than the multi-bladed cartridge monstrosities, not to mention the cost is much reduced.&lt;/p&gt;
&lt;p&gt;The main issue comes when it is time to change the blade. Have a fairly sharp (not so good for shaving but will still mess you up) blade …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I find the shave to be much more pleasurable than the multi-bladed cartridge monstrosities, not to mention the cost is much reduced.&lt;/p&gt;
&lt;p&gt;The main issue comes when it is time to change the blade. Have a fairly sharp (not so good for shaving but will still mess you up) blade - covered in scraped off skin and possibly blood depending on how badly I shave - to be disposed of.&lt;/p&gt;
&lt;p&gt;Simply throwing the naked blades in the bin is not suitable. The hazard to anyone down the chain is too high. Similarly, putting the blades in the cardboard container they came out of is also not great.&lt;/p&gt;
&lt;p&gt;I thought about the sharps bins you see in hospitals and clinics for needles and scalpels and wondered if there was a consumer version.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2019-02-16 sharps.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Small enough to sit on a shelf and enough capacity for at least a decade of shaving. Clearly marked as hazardous and easily sealed for future disposal into a suitable waste stream.&lt;/p&gt;</content><category term="misc"></category><category term="shaving"></category><category term="safety"></category><category term="micro"></category></entry><entry><title>Rantmedia 1999-2019</title><link href="https://kevinisageek.org/2019/01/04/rantmedia-rip/" rel="alternate"></link><published>2019-01-04T04:45:00+00:00</published><updated>2019-01-04T04:45:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-01-04:/2019/01/04/rantmedia-rip/</id><summary type="html">&lt;p&gt;At 21:00 PT, after 20 years of continuous broadcasting, &lt;a href="https://www.reddit.com/r/RantMedia/comments/ac97lq/rantradio_january_3_1999_january_3_2019/"&gt;the internet's longest running internet radio station is coming to an end&lt;/a&gt;. James O'Brien (aka Cimmerian) made the decision to end the run instead of letting it atrophy and wither away.&lt;/p&gt;
&lt;p&gt;Sad to see it go, &lt;a href="http://rantmedia.ca/patrolling/"&gt;Patrolling&lt;/a&gt; was a formative …&lt;/p&gt;</summary><content type="html">&lt;p&gt;At 21:00 PT, after 20 years of continuous broadcasting, &lt;a href="https://www.reddit.com/r/RantMedia/comments/ac97lq/rantradio_january_3_1999_january_3_2019/"&gt;the internet's longest running internet radio station is coming to an end&lt;/a&gt;. James O'Brien (aka Cimmerian) made the decision to end the run instead of letting it atrophy and wither away.&lt;/p&gt;
&lt;p&gt;Sad to see it go, &lt;a href="http://rantmedia.ca/patrolling/"&gt;Patrolling&lt;/a&gt; was a formative part of my teenage years and I fully credit &lt;a href="https://rantmedia.ca"&gt;Rant&lt;/a&gt; with the solid friendships and the current relationship I have.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=lZ-w4x5Ex20&amp;amp;list=PLJIm0bkfzU_dsnqtI2Mw7CCkg4a1U_GQX"&gt;WhatTheHell?!? Show (FULL Videos)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/rantmedia-newsreal-128kbps"&gt;NewsReal (FULL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/sktfmtv"&gt;SKTFMTV (FULL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/patrollings1iso"&gt;Patrolling (S1 DVD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/patrollings2iso"&gt;Patrolling (S2 DVD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/patrollingdvd2005/"&gt;Patrolling (S1 DVD 2005 Edition)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/RantMediaAudioArchivesVer1.0"&gt;RantMedia Audio Archives (Ver 1.0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://archive.org/details/pirate_party_radio/"&gt;Pirate Party Radio (FULL)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sean Kennedy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Sean-Kennedy/e/B018KXKCEM/"&gt;Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.facebook.com/zerodayrevolution/"&gt;Cyberpunk Is&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.minds.com/cyb3rpunk"&gt;Cyb3rpunk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.facebook.com/Mermanaut/"&gt;Mermanaut&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;James O'Brien:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://obrienfilms.com/"&gt;O'Brien Films&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/zeropagehomebrew"&gt;ZeroPage Homebrew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aperfect14.com/"&gt;A Perfect 14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://veganvs.com/"&gt;Vegan Versus (soon)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Don't hate the media, become the media!&lt;/p&gt;</content><category term="misc"></category><category term="rantmedia"></category><category term="RIP"></category><category term="reccomedia"></category></entry><entry><title>Ytget</title><link href="https://kevinisageek.org/2019/01/01/ytget/" rel="alternate"></link><published>2019-01-01T11:45:00+00:00</published><updated>2019-01-01T11:45:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2019-01-01:/2019/01/01/ytget/</id><summary type="html">&lt;p&gt;I've been a fan of command line scripts and software to get tasks done for a while now. A few weeks ago, I tried having a go at hacking on &lt;a href="http://lincgeek.org/bashpodder/"&gt;Bashpodder&lt;/a&gt; to add Youtube functionality via the use of &lt;a href="https://rg3.github.io/youtube-dl/"&gt;youtube-dl&lt;/a&gt; to get videos automatically, podcast style.&lt;/p&gt;
&lt;p&gt;Annoyingly, I couldn't make …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been a fan of command line scripts and software to get tasks done for a while now. A few weeks ago, I tried having a go at hacking on &lt;a href="http://lincgeek.org/bashpodder/"&gt;Bashpodder&lt;/a&gt; to add Youtube functionality via the use of &lt;a href="https://rg3.github.io/youtube-dl/"&gt;youtube-dl&lt;/a&gt; to get videos automatically, podcast style.&lt;/p&gt;
&lt;p&gt;Annoyingly, I couldn't make it run properly and left it for a while. Until this morning when I had some coffee and decided to just break out the functionality to a separate script. Two scripts for podcast downloading may be a bit much but needs must.&lt;/p&gt;
&lt;p&gt;Like my bashpodder hack, this script requires youtube-dl to be installed.&lt;/p&gt;
&lt;p&gt;It also requires two text files to be in your home folder (or symlinked from elsewhere). &lt;code&gt;.ytget.conf&lt;/code&gt; is a list of channels that you want to download from, whether from Youtube or &lt;a href="https://rg3.github.io/youtube-dl/supportedsites.html"&gt;any other service that youtube-dl supports&lt;/a&gt;. &lt;code&gt;.ytget.lastrun&lt;/code&gt; just contains a timestamp in &lt;code&gt;date +%Y%m%d&lt;/code&gt; format - eg. 20190101 - that is when the script was last ran. I recommend initially using a date from a month or two ago, else the script will default to 20180101 and get all videos uploaded since then.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kevinisageek.org/media/scripts/ytget"&gt;Grab the script&lt;/a&gt;, stick it in your &lt;code&gt;$PATH&lt;/code&gt; and grab your Youtube subscriptions, free from the need to have a Google account!&lt;/p&gt;</content><category term="misc"></category><category term="youtube-dl"></category><category term="script"></category><category term="bash"></category><category term="coding"></category></entry><entry><title>Contain Yourself</title><link href="https://kevinisageek.org/2018/12/20/contain/" rel="alternate"></link><published>2018-12-20T10:00:00+00:00</published><updated>2018-12-20T10:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-12-20:/2018/12/20/contain/</id><summary type="html">&lt;p&gt;Firefox added containers to compartmentalise web browsing. A smart individual took that concept and made an &lt;a href="https://addons.mozilla.org/en-GB/firefox/addon/facebook-container/"&gt;add-on to containerise the abomination&lt;/a&gt; known as Facebook.&lt;/p&gt;
&lt;p&gt;Today, I found that another person took that idea and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/twitter-container/"&gt;made one to corral Twitter&lt;/a&gt; and I had the idea to see if the same has …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Firefox added containers to compartmentalise web browsing. A smart individual took that concept and made an &lt;a href="https://addons.mozilla.org/en-GB/firefox/addon/facebook-container/"&gt;add-on to containerise the abomination&lt;/a&gt; known as Facebook.&lt;/p&gt;
&lt;p&gt;Today, I found that another person took that idea and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/twitter-container/"&gt;made one to corral Twitter&lt;/a&gt; and I had the idea to see if the same has been done for Google. &lt;a href="https://addons.mozilla.org/en-GB/firefox/addon/google-container/"&gt;It has&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Those 3 add-ons should go a way to keeping data leakage under control. Of course, augmenting your browser with &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/umatrix/"&gt;uMatrix&lt;/a&gt; and &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/"&gt;uBlock Origin&lt;/a&gt; is thoroughly recommended for further hardening.&lt;/p&gt;</content><category term="misc"></category><category term="security"></category><category term="privacy"></category></entry><entry><title>Let's Know Things</title><link href="https://kevinisageek.org/2018/12/07/lkt/" rel="alternate"></link><published>2018-12-07T13:00:00+00:00</published><updated>2018-12-07T13:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-12-07:/2018/12/07/lkt/</id><summary type="html">&lt;p&gt;Recently, Jon Antilles &lt;a href="http://jon-antilles.tumblr.com/post/180553338356/my-masterlist-of-how-to-life-tips"&gt;reposted a masterlist&lt;/a&gt; which had a &lt;a href="https://exilelifestyle.com/reset/"&gt;link to a post&lt;/a&gt; by &lt;a href="https://twitter.com/colinismyname"&gt;Colin Wright&lt;/a&gt;. Digging around, I fond that Colin hosts a podcast, &lt;a href="https://letsknowthings.com/"&gt;Let's Know Things&lt;/a&gt;, which aims to give &lt;a href="https://letsknowthings.com/episode0/"&gt;contextual information&lt;/a&gt; on a wide range of subjects (including &lt;a href="https://letsknowthings.com/episode2/"&gt;tech&lt;/a&gt;, &lt;a href="https://letsknowthings.com/episode112/"&gt;politics&lt;/a&gt; and &lt;a href="https://letsknowthings.com/episode26/"&gt;sociology&lt;/a&gt;) and integrates them into a …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Recently, Jon Antilles &lt;a href="http://jon-antilles.tumblr.com/post/180553338356/my-masterlist-of-how-to-life-tips"&gt;reposted a masterlist&lt;/a&gt; which had a &lt;a href="https://exilelifestyle.com/reset/"&gt;link to a post&lt;/a&gt; by &lt;a href="https://twitter.com/colinismyname"&gt;Colin Wright&lt;/a&gt;. Digging around, I fond that Colin hosts a podcast, &lt;a href="https://letsknowthings.com/"&gt;Let's Know Things&lt;/a&gt;, which aims to give &lt;a href="https://letsknowthings.com/episode0/"&gt;contextual information&lt;/a&gt; on a wide range of subjects (including &lt;a href="https://letsknowthings.com/episode2/"&gt;tech&lt;/a&gt;, &lt;a href="https://letsknowthings.com/episode112/"&gt;politics&lt;/a&gt; and &lt;a href="https://letsknowthings.com/episode26/"&gt;sociology&lt;/a&gt;) and integrates them into a high level view of how they fit in the world.&lt;/p&gt;
&lt;p&gt;The episodes are not particularly in depth, being about 45 to 90 minutes long but they do give a good jumping off point for folk wanting to research them further. Or just gently drift off to sleep to Colin's gravelly voice (dangerous when on night shift).&lt;/p&gt;</content><category term="misc"></category><category term="podcast"></category><category term="recommedia"></category></entry><entry><title>Cold morning.</title><link href="https://kevinisageek.org/2018/12/03/harder/" rel="alternate"></link><published>2018-12-03T10:30:00+00:00</published><updated>2018-12-03T10:30:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-12-03:/2018/12/03/harder/</id><content type="html">&lt;p&gt;Run harder. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-12-03 harder.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="run"></category><category term="micro"></category></entry><entry><title>Been commuting for 3 out of 4 shifts on the bike this week.</title><link href="https://kevinisageek.org/2018/11/25/bike-commute/" rel="alternate"></link><published>2018-11-25T00:00:00+00:00</published><updated>2018-11-25T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-11-25:/2018/11/25/bike-commute/</id><summary type="html">&lt;p&gt;It would have been 4 for 4 but tonight is night shift, no way am I cycling home 7.5 miles after being awake for 24 hours. My &lt;a href="/bike"&gt;ebike&lt;/a&gt; makes the commute much easier and a lot more fun. Aside from nearly running into an idiot who pulled out on …&lt;/p&gt;</summary><content type="html">&lt;p&gt;It would have been 4 for 4 but tonight is night shift, no way am I cycling home 7.5 miles after being awake for 24 hours. My &lt;a href="/bike"&gt;ebike&lt;/a&gt; makes the commute much easier and a lot more fun. Aside from nearly running into an idiot who pulled out on me. And having to do a ninja landing after my front wheel hit an edging stone at the wrong angle.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="commute"></category><category term="micro"></category></entry><entry><title>Checking over my bike found that the rear tyre was pretty flat.</title><link href="https://kevinisageek.org/2018/11/25/shank/" rel="alternate"></link><published>2018-11-25T00:00:00+00:00</published><updated>2018-11-25T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-11-25:/2018/11/25/shank/</id><content type="html">&lt;p&gt;Given that I have already replaced the inner tube last week I thought an investigation was in order. Cue inner tube in sink of water with resulting bubbles. A detailed look at the inside of the tyre revealed the culprit.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-11-25 shank.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Time to patch this tube too.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category></entry><entry><title>Managed to fix the missing page links in the header</title><link href="https://kevinisageek.org/2018/10/16/updates/" rel="alternate"></link><published>2018-10-16T10:20:00+01:00</published><updated>2018-10-16T10:20:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-10-16:/2018/10/16/updates/</id><content type="html">&lt;p&gt;so I decided use that opportunity to make some changes and update some things. The &lt;a href="/reading-list"&gt;Reading list&lt;/a&gt; has some more books, &lt;a href="/now"&gt;Now&lt;/a&gt; got tweaked and I added an &lt;a href="/about"&gt;About&lt;/a&gt; page with some contact details.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="fixing"></category></entry><entry><title>Goruck GR1 Framesheet Upgrade</title><link href="https://kevinisageek.org/2018/10/09/framesheet/" rel="alternate"></link><published>2018-10-09T17:30:00+01:00</published><updated>2018-10-09T17:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-10-09:/2018/10/09/framesheet/</id><summary type="html">&lt;p&gt;I've been rocking a &lt;a href="https://www.goruck.com/GR1"&gt;Goruck GR1&lt;/a&gt; as my EDC pack for several years now. Sadly, over time the stock plastic framesheet has slacked off a bit and allows the pack to sag when it is sitting upright. Its a common issue with Goruck packs but is easily replicated with a …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been rocking a &lt;a href="https://www.goruck.com/GR1"&gt;Goruck GR1&lt;/a&gt; as my EDC pack for several years now. Sadly, over time the stock plastic framesheet has slacked off a bit and allows the pack to sag when it is sitting upright. Its a common issue with Goruck packs but is easily replicated with a 3m A3 sheet of &lt;a href="https://en.wikipedia.org/wiki/Kydex"&gt;Kydex&lt;/a&gt; from Ebay.&lt;/p&gt;
&lt;p&gt;Simply pull out the stock sheet, draw round it onto the Kydex and cut out with some sort of rotary tool. Wrestle it back in, job done.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-10-09 sheets.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-10-09 cut out.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-10-09 in.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-10-09 broken.jpg" width="800px" class="align-center" loading="lazy" /&gt;
Don't forget your eye protection for when structural failures happen.&lt;/p&gt;</content><category term="misc"></category><category term="goruck"></category><category term="framesheet"></category><category term="edc"></category></entry><entry><title>Pioneer AVH-X8700BT Password Reset</title><link href="https://kevinisageek.org/2018/09/21/radio-reset/" rel="alternate"></link><published>2018-09-21T00:00:00+01:00</published><updated>2018-09-21T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-09-21:/2018/09/21/radio-reset/</id><summary type="html">&lt;p&gt;While I was &lt;a href="/2018/08/30/manchester-emfcamp/"&gt;at EMFCamp this year&lt;/a&gt;, one of my friends gave me a Pioneer AVH-X8700BT head unit for my van. The cool thing with that radio is it will do &lt;a href="https://www.apple.com/ios/carplay/"&gt;Apple CarPlay&lt;/a&gt; which is useful since I am currently an Apple user. My current setup is a bluetooth audio …&lt;/p&gt;</summary><content type="html">&lt;p&gt;While I was &lt;a href="/2018/08/30/manchester-emfcamp/"&gt;at EMFCamp this year&lt;/a&gt;, one of my friends gave me a Pioneer AVH-X8700BT head unit for my van. The cool thing with that radio is it will do &lt;a href="https://www.apple.com/ios/carplay/"&gt;Apple CarPlay&lt;/a&gt; which is useful since I am currently an Apple user. My current setup is a bluetooth audio adapter kludged into the back of the stock head unit, this new to me head unit lets me connect my iPhone SE to it via a lightning cable.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-09-21 pass.jpg" width="800px" class="align-center" loading="lazy" /&gt;
Sadly, when I powered it up on my desk, I found it was password protected and the hint wasn't any use. Asking my friend what the password was got nowhere, he couldn't remember, any guesses he came up with didn't work.&lt;/p&gt;
&lt;p&gt;So it sat around for a week or so while I was at work. Until I had a look around the internet and came across a &lt;a href="http://avic411.com/index.php?/topic/83492-password-avh-reset/"&gt;random forum post for a different radio&lt;/a&gt;. Not the same one as mine but I figured I would have a go, the radio was free so if it failed then nothing lost.&lt;/p&gt;
&lt;p&gt;I grabbed the &lt;a href="https://www.dropbox.com/s/0xp6roa4xnq0zr2/PioneerAVH4000FactoryService.rar?dl=0"&gt;RAR from the Dropbox link&lt;/a&gt; (&lt;a href="https://kevinisageek.org/media/misc/PioneerAVH4000FactoryService.rar"&gt;mirror&lt;/a&gt;) and dumped the contents to a freshly formatted 16GB pendrive, plugged it in the top USB port and powered on the radio. It sat at the password screen for a few seconds then rebooted into maintenance mode. From there it was simple to hit the factory reset option in the menu, remove the pendrive and power cycle the head unit to the language selection screen.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-09-21 cleared.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Fantastic! From there I plugged the phone in, set the radio to work with Apple devices and had CarPlay running, controlling my phone from the head unit. Much better than faffing with a bluetooth puck on the dash.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-09-21 result.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;This fix may work for other Pioneer radios from the same family, the link above is for the AVH-4000 but worked just the same.&lt;/p&gt;</content><category term="misc"></category><category term="radio"></category><category term="password reset"></category><category term="tutorial"></category></entry><entry><title>Manchester -&gt; EMFCamp.</title><link href="https://kevinisageek.org/2018/08/30/manchester-emfcamp/" rel="alternate"></link><published>2018-08-30T00:00:00+01:00</published><updated>2018-08-30T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-08-30:/2018/08/30/manchester-emfcamp/</id><content type="html">&lt;p&gt;See you &lt;a href="https://emfcamp.org"&gt;there&lt;/a&gt;!&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="emfcamp"></category><category term="micro"></category></entry><entry><title>Glasgow -&gt; Manchester.</title><link href="https://kevinisageek.org/2018/08/29/glasgow-manchester/" rel="alternate"></link><published>2018-08-29T00:00:00+01:00</published><updated>2018-08-29T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-08-29:/2018/08/29/glasgow-manchester/</id><content type="html">&lt;p&gt;Van loaded up and on the road again.&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="emfcamp"></category><category term="micro"></category></entry><entry><title>Ditching GPG</title><link href="https://kevinisageek.org/2018/08/19/ditching-gpg/" rel="alternate"></link><published>2018-08-19T00:00:00+01:00</published><updated>2018-08-19T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-08-19:/2018/08/19/ditching-gpg/</id><summary type="html">&lt;p&gt;I've been a user of GPG for over a decade if I recall. Been through some trials and tribulations with keychain issues (admittedly mostly PEBKAC) and even switched to using a hardware token for storing my keys on to increase security.&lt;/p&gt;
&lt;p&gt;The issue is, the folk I am primarily in …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been a user of GPG for over a decade if I recall. Been through some trials and tribulations with keychain issues (admittedly mostly PEBKAC) and even switched to using a hardware token for storing my keys on to increase security.&lt;/p&gt;
&lt;p&gt;The issue is, the folk I am primarily in contact with don't use GPG. One friend maintains a keychain himself but our communications are over Telegram for the most part. I have had more encrypted emails from Facebook than all other contacts put together. Say what you will about other communications systems and their cryptography (or lack thereof) but they just get out of the way and let me get my messages out to people.&lt;/p&gt;
&lt;p&gt;So I am thinking I will ditch the use of GPG. I see no utility in keeping a keychain up to date with subkeys and expiries and moving things to the token etc for one person I don't communicate with on that medium.&lt;/p&gt;
&lt;p&gt;If anyone has a really good reason for me to expend effort in maintaining my keychain then please contact me, ideally using GPG. Otherwise I will likely revoke my keys some point this week.&lt;/p&gt;</content><category term="misc"></category><category term="gpg"></category><category term="crypto"></category></entry><entry><title>The trick with running</title><link href="https://kevinisageek.org/2018/08/19/run-trick/" rel="alternate"></link><published>2018-08-19T00:00:00+01:00</published><updated>2018-08-19T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-08-19:/2018/08/19/run-trick/</id><content type="html">&lt;p&gt;is to get into a slight zen/dissociative state. Let the subconscious take over the movement of your legs and have your conscious go elsewhere. Whether it be plans for the day, thinking about things that could have been improved or just plain idle thoughts.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="fitness"></category><category term="running"></category></entry><entry><title>Down to Manchester</title><link href="https://kevinisageek.org/2018/06/19/manchester/" rel="alternate"></link><published>2018-06-19T00:00:00+01:00</published><updated>2018-06-19T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-06-19:/2018/06/19/manchester/</id><content type="html">&lt;p&gt;for a few nights. Pleasure, &lt;a href="/2018/06/08/newcastle"&gt;rather than work&lt;/a&gt; which is nice.&lt;/p&gt;
&lt;p&gt;&lt;audio src="https://kevinisageek.org/media/audio/08-Manchester.mp3" controls /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Heading down to Newcastle with the work for a couple nights.</title><link href="https://kevinisageek.org/2018/06/08/newcastle/" rel="alternate"></link><published>2018-06-08T00:00:00+01:00</published><updated>2018-06-08T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-06-08:/2018/06/08/newcastle/</id><content type="html">&lt;p&gt;They seem to like me for the last 3 gigs at the weekend so I'm getting free transport and accommodation for 2 more gigs. Might even get some sightseeing done.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-06-08 gr2.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Way aye man!&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="vagabonding"></category></entry><entry><title>Going to EMFCamp again.</title><link href="https://kevinisageek.org/2018/05/01/emfcamp/" rel="alternate"></link><published>2018-05-01T14:00:00+01:00</published><updated>2018-05-01T14:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-05-01:/2018/05/01/emfcamp/</id><content type="html">&lt;p&gt;Missed the last one because of a friend getting married but this time, for sure, I am going, along &lt;a href="http://r4nger5.com"&gt;with a bunch of good friends&lt;/a&gt;. &lt;a href="https://emfcamp.org"&gt;Should be a blast&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="EMFCamp"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>While scoping out a secondary route to work</title><link href="https://kevinisageek.org/2018/05/01/mud/" rel="alternate"></link><published>2018-05-01T13:00:00+01:00</published><updated>2018-05-01T13:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-05-01:/2018/05/01/mud/</id><content type="html">&lt;p&gt;I made a slight wrong turn. While my &lt;a href="/2015/08/05/semi-skim"&gt;bicycle may be competent on most terrain&lt;/a&gt;, it does have a bit of trouble going through unforeseen mud pits, causing me to stop and flail to avoid falling.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-05-01 mud.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="commute"></category><category term="micro"></category></entry><entry><title>New Addition to the Family</title><link href="https://kevinisageek.org/2018/04/02/kettlebell/" rel="alternate"></link><published>2018-04-02T00:00:00+01:00</published><updated>2018-04-02T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-04-02:/2018/04/02/kettlebell/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-04-02 kettlebell family.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;20kg of eccentric &lt;a href="http://jockopodcast.com"&gt;Get After It&lt;/a&gt;. Should play well with the others.&lt;/p&gt;</content><category term="misc"></category><category term="kettlebell"></category><category term="fitness"></category></entry><entry><title>CryptoStorm OpenVPN for iOS</title><link href="https://kevinisageek.org/2018/03/22/cryptostorm-ios/" rel="alternate"></link><published>2018-03-22T00:00:00+00:00</published><updated>2018-03-22T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-03-22:/2018/03/22/cryptostorm-ios/</id><summary type="html">&lt;p&gt;I'm a user of the &lt;a href="https://cryptostorm.is/"&gt;CryptoStorm VPN service&lt;/a&gt; for over a year. Took advantage of their Black Friday deal for renewing and got a year of use for $26. 50 cents a day for bypassing any state or ISP tracking and filtering seems like a good deal to me. Bonus …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I'm a user of the &lt;a href="https://cryptostorm.is/"&gt;CryptoStorm VPN service&lt;/a&gt; for over a year. Took advantage of their Black Friday deal for renewing and got a year of use for $26. 50 cents a day for bypassing any state or ISP tracking and filtering seems like a good deal to me. Bonus: can use the same account on multiple devices at the same time, such as my laptop and phone.&lt;/p&gt;
&lt;p&gt;The latter being the sticking part. Could not for the life of me get my iPhone (I'm an Apple user, sue me) to connect, constant timeouts. Well today I found the solution and it is really simple. Just need to go into the Settings app, down to OpenVPN and select the "Force AES-CBC cipersuites" option in the Advanced Settings portion.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-03-22 cryptostorm.png" width="400px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Connects within 2 seconds. At the time of writing, my laptop appears to be in Lithuania and my phone in Latvia.&lt;/p&gt;</content><category term="misc"></category><category term="cryptostorm ios OpenVPN vpn"></category></entry><entry><title>Dash/Plus Extension</title><link href="https://kevinisageek.org/2018/01/15/dashplus-extension/" rel="alternate"></link><published>2018-01-15T00:00:00+00:00</published><updated>2018-01-15T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2018-01-15:/2018/01/15/dashplus-extension/</id><summary type="html">&lt;p&gt;I've been using &lt;a href="http://patrickrhone.com/dashplus/"&gt;Patrick Rhone's Dash/Plus notation system&lt;/a&gt; for todo lists for a while now. While idly at work, I came up with a couple extra metadata notations for done items.&lt;/p&gt;
&lt;p&gt;The issue I have had is when I do my lists, there is no space for results to …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've been using &lt;a href="http://patrickrhone.com/dashplus/"&gt;Patrick Rhone's Dash/Plus notation system&lt;/a&gt; for todo lists for a while now. While idly at work, I came up with a couple extra metadata notations for done items.&lt;/p&gt;
&lt;p&gt;The issue I have had is when I do my lists, there is no space for results to be noted or extra explanation to be done. Putting the information at the end of the list gives no link back to where it came from and reviewing the initial todo item gives no idea of what was done.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2018-01-15 dashplus idea.jpg" width="600" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Basically I solved this with a right angle bracket. The cool thing is it can be done on paper and digitally. +&amp;gt; for done items with more info elsewhere and &amp;gt;+ for the extra information later in the list (or another list altogether). Simple.&lt;/p&gt;</content><category term="misc"></category><category term="productivity"></category><category term="todo"></category><category term="Patrick Rhone"></category></entry><entry><title>Fresh November</title><link href="https://kevinisageek.org/2017/11/05/fresh-november/" rel="alternate"></link><published>2017-11-05T00:00:00+00:00</published><updated>2017-11-05T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-11-05:/2017/11/05/fresh-november/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2017-11-05 canal.jpg" class="align-center" loading="lazy"/&gt;&lt;/p&gt;
&lt;p&gt;Good morning 10km run to clear out the stresses of the week.&lt;/p&gt;</content><category term="misc"></category><category term="photo"></category><category term="running"></category></entry><entry><title>Thought I would spice up</title><link href="https://kevinisageek.org/2017/10/29/ruck/" rel="alternate"></link><published>2017-10-29T00:00:00+01:00</published><updated>2017-10-29T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-10-29:/2017/10/29/ruck/</id><content type="html">&lt;p&gt;&lt;a href="/2017/10/04/morning-routine/"&gt;my usual morning run&lt;/a&gt;. Stuffed an improvised 9kg(20lb) ruck plate into my bullet ruck and went out on the 5k loop. Started huffing almost instantly and sweat was dripping off 1/3 the way round.&lt;/p&gt;
&lt;p&gt;Still got a good time, just under 32 minutes.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="fitness"></category><category term="rucking"></category></entry><entry><title>Morning Routine</title><link href="https://kevinisageek.org/2017/10/04/morning-routine/" rel="alternate"></link><published>2017-10-04T00:00:00+01:00</published><updated>2017-10-04T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-10-04:/2017/10/04/morning-routine/</id><summary type="html">&lt;ul&gt;
&lt;li&gt;Wake up around 5am (not quite #0445club but works for me)&lt;/li&gt;
&lt;li&gt;Pint of coffee&lt;/li&gt;
&lt;li&gt;&lt;a href="/2017/10/04/urban-run/"&gt;5km run&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Shower&lt;/li&gt;
&lt;li&gt;Depending on how hungry I am, breakfast either before or at work&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Been doing this the past week while pulling 12 hour shifts at work and I have to say it is working …&lt;/p&gt;</summary><content type="html">&lt;ul&gt;
&lt;li&gt;Wake up around 5am (not quite #0445club but works for me)&lt;/li&gt;
&lt;li&gt;Pint of coffee&lt;/li&gt;
&lt;li&gt;&lt;a href="/2017/10/04/urban-run/"&gt;5km run&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Shower&lt;/li&gt;
&lt;li&gt;Depending on how hungry I am, breakfast either before or at work&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Been doing this the past week while pulling 12 hour shifts at work and I have to say it is working out really well for me. Combination of early runs and long days mean my sleep is much improved.&lt;/p&gt;
&lt;video width="720" height="488" controls class="align-center" loading="lazy"&gt;
    &lt;source src="https://kevinisageek.org/media/video/patrolling morning routine.mp4" type="video/mp4"&gt;
    Your browser does not support the video tag.
&lt;/video&gt;</content><category term="misc"></category><category term="routine"></category></entry><entry><title>When in a (sub)urban environment, early runs are best.</title><link href="https://kevinisageek.org/2017/10/04/urban-run/" rel="alternate"></link><published>2017-10-04T00:00:00+01:00</published><updated>2017-10-04T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-10-04:/2017/10/04/urban-run/</id><content type="html">&lt;p&gt;So much quieter at 05:30 than it is at 07:30. Virtually no people to dodge around, no cars to watch out for.&lt;/p&gt;</content><category term="misc"></category><category term="running"></category><category term="fitness"></category><category term="micro"></category></entry><entry><title>Cordyceps Sinensis</title><link href="https://kevinisageek.org/2017/06/08/shrooms/" rel="alternate"></link><published>2017-06-08T00:00:00+01:00</published><updated>2017-06-08T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-06-08:/2017/06/08/shrooms/</id><summary type="html">&lt;p&gt;&lt;a href="http://jockopodcast2.com/"&gt;Jocko and Echo&lt;/a&gt; both sing the praises of &lt;a href="https://www.onnit.com/shroomtech-immune/"&gt;Onnit's Shroom Tech&lt;/a&gt; products which claim to help both immune system and physical fitness. Sadly, Onnit products are quite pricy, more than I can justify right now. So I got a generic version.&lt;/p&gt;
&lt;p&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2017-06-08 shrooms.jpg" width=800 /&gt;&lt;/p&gt;
&lt;p&gt;Been taking these strange brown capsules twice daily for …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="http://jockopodcast2.com/"&gt;Jocko and Echo&lt;/a&gt; both sing the praises of &lt;a href="https://www.onnit.com/shroomtech-immune/"&gt;Onnit's Shroom Tech&lt;/a&gt; products which claim to help both immune system and physical fitness. Sadly, Onnit products are quite pricy, more than I can justify right now. So I got a generic version.&lt;/p&gt;
&lt;p&gt;&lt;img class="align-center" src="https://kevinisageek.org/media/images/2017-06-08 shrooms.jpg" width=800 /&gt;&lt;/p&gt;
&lt;p&gt;Been taking these strange brown capsules twice daily for about a week now. This is totally subjective and may be completely placebo but I do feel better and happier. My athletic performance feels stronger and unusually I'm not feeling famished mid-afternoon. No capacity to do a proper double-blind trial but this impromptu experiment does seem to be a success.&lt;/p&gt;
&lt;p&gt;If I ever end up &lt;a href="https://www.youtube.com/watch?v=XuKjBIBBAL8"&gt;sprouting growths&lt;/a&gt; from my body (&lt;a href="https://en.wikipedia.org/wiki/The_Last_of_Us"&gt;or worse&lt;/a&gt;), please incinerate me.&lt;/p&gt;</content><category term="misc"></category><category term="supplements"></category><category term="fitness"></category></entry><entry><title>Just done my first ever 10km run.</title><link href="https://kevinisageek.org/2017/04/15/10km/" rel="alternate"></link><published>2017-04-15T00:00:00+01:00</published><updated>2017-04-15T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-04-15:/2017/04/15/10km/</id><content type="html">&lt;p&gt;Sucking wind hard. Got 3/4 of the way round my usual 5km run and decided to go all Forrest Gump.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2017-04-15 10km.jpg" class="align-center"/&gt;&lt;/p&gt;</content><category term="misc"></category><category term="fitness"></category><category term="running"></category><category term="micro"></category></entry><entry><title>I tend to shy away from politics but this is a pretty big thing.</title><link href="https://kevinisageek.org/2017/03/29/brexit/" rel="alternate"></link><published>2017-03-29T00:00:00+01:00</published><updated>2017-03-29T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-03-29:/2017/03/29/brexit/</id><content type="html">&lt;p&gt;&lt;del&gt;Margaret Thatcher II&lt;/del&gt;Theresa May has &lt;a href="http://news.bbc.co.uk/1/shared/bsp/hi/pdfs/29_03_17_article50.pdf"&gt;formally invoked Article 50&lt;/a&gt;. 2 years of negotiations before Scotland get dragged out of the EU. &lt;a href="http://www.bbc.com/news/uk-scotland-39422747"&gt;Unless Indyref2 happens&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="brexit"></category><category term="politics"></category><category term="micro"></category></entry><entry><title>I now have a Jabber/XMPP account set up.</title><link href="https://kevinisageek.org/2017/02/26/jibber-jabber/" rel="alternate"></link><published>2017-02-26T11:00:00+00:00</published><updated>2017-02-26T11:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-02-26:/2017/02/26/jibber-jabber/</id><content type="html">&lt;p&gt;Adding to the menagerie of comms systems I am on, you can now contact me at &lt;code&gt;kevinisageek at jabber dot otr dot im&lt;/code&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="jabber"></category><category term="xmpp"></category><category term="comms"></category><category term="micro"></category></entry><entry><title>Been off the bike for far too long.</title><link href="https://kevinisageek.org/2017/02/13/off-the-bike/" rel="alternate"></link><published>2017-02-13T16:40:00+00:00</published><updated>2017-02-13T16:40:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2017-02-13:/2017/02/13/off-the-bike/</id><summary type="html">&lt;p&gt;Went to cash a cheque and found myself very unconfident at riding, especially in traffic. Doesn't help that the main road to go anywhere is a dual carriageway, nor does the lack of cycle-friendly paths around here, nor the lack of good places to lock up to.&lt;/p&gt;
&lt;p&gt;Excuses I know …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Went to cash a cheque and found myself very unconfident at riding, especially in traffic. Doesn't help that the main road to go anywhere is a dual carriageway, nor does the lack of cycle-friendly paths around here, nor the lack of good places to lock up to.&lt;/p&gt;
&lt;p&gt;Excuses I know. Need to make an effort to cycle more and become less dependent on refined dinosaurs.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="micro"></category></entry><entry><title>Maps, as well as books, are to be hoarded.</title><link href="https://kevinisageek.org/2016/11/10/hoard-maps/" rel="alternate"></link><published>2016-11-10T00:00:00+00:00</published><updated>2016-11-10T00:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2016-11-10:/2016/11/10/hoard-maps/</id><content type="html">&lt;p&gt;Say what you will about having &lt;a href="https://maps.google.com"&gt;Google Maps&lt;/a&gt; or &lt;a href="https://www.openstreetmap.org/"&gt;OSM&lt;/a&gt;, paper maps are worth their weight in gold, especially in grid down situations.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-11-10 hoard maps.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="maps"></category><category term="micro"></category><category term="photo"></category></entry><entry><title>Stay The Course</title><link href="https://kevinisageek.org/2016/10/30/stay-the-course/" rel="alternate"></link><published>2016-10-30T18:01:00+00:00</published><updated>2016-10-30T18:01:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2016-10-30:/2016/10/30/stay-the-course/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Be a fucking wolf. Be a fucking lion. Take no shit. Set goals, smash them. Eat people's faces off. Be a better person. Show people who the fuck you are. Never apologise for being awesome. &lt;a href="http://staythecourseind.com/products/stay-the-course-manifesto"&gt;Stay the mother fucking course&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="mailcall"></category><category term="gear"></category><category term="quote"></category></entry><entry><title>Since moving to Coatbridge I haven't been out on my bike.</title><link href="https://kevinisageek.org/2016/10/06/ncn-75-adventure/" rel="alternate"></link><published>2016-10-06T13:30:00+01:00</published><updated>2016-10-06T13:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2016-10-06:/2016/10/06/ncn-75-adventure/</id><content type="html">&lt;p&gt;This of course, is unacceptable. So I had a quick look on Google Maps for some low traffic routes and found a way onto NCN 75. Fun wee blast along the canal.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-10-06 ncn 75.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="bicycle"></category></entry><entry><title>A Year of Crossfit</title><link href="https://kevinisageek.org/2016/09/04/a-year-of-crossfit/" rel="alternate"></link><published>2016-09-04T20:00:00+01:00</published><updated>2016-09-04T20:00:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2016-09-04:/2016/09/04/a-year-of-crossfit/</id><summary type="html">&lt;p&gt;Well, year and a few weeks. Been going 2-3 times a week to &lt;a href="http://claymorecrossfit.co.uk/"&gt;Claymore Crossfit&lt;/a&gt; and I have to say, I have had a blast. Cardio has improved, lifts have gone up, all round fitness has increased. And I have to credit it with some other benefits to my life …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Well, year and a few weeks. Been going 2-3 times a week to &lt;a href="http://claymorecrossfit.co.uk/"&gt;Claymore Crossfit&lt;/a&gt; and I have to say, I have had a blast. Cardio has improved, lifts have gone up, all round fitness has increased. And I have to credit it with some other benefits to my life.&lt;/p&gt;
&lt;p&gt;Here's to another year of Crossfit!&lt;/p&gt;</content><category term="misc"></category><category term="crossfit"></category><category term="fitness"></category></entry><entry><title>Crossfit is one of the quickest ways to put your ego in check.</title><link href="https://kevinisageek.org/2016/06/22/ego-in-check/" rel="alternate"></link><published>2016-06-22T13:32:00+01:00</published><updated>2016-06-22T13:32:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2016-06-22:/2016/06/22/ego-in-check/</id><content type="html">&lt;p&gt;Look at the WOD, think to yourself "that looks easy, no bother." Halfway through the WOD, you reconsider. Finish up, you are humbled by the weight.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="crossfit"></category><category term="fitness"></category><category term="ego"></category></entry><entry><title>One of the great things</title><link href="https://kevinisageek.org/2016/06/05/one-of-the-great-things/" rel="alternate"></link><published>2016-06-05T20:30:00+01:00</published><updated>2016-06-05T20:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2016-06-05:/2016/06/05/one-of-the-great-things/</id><content type="html">&lt;p&gt;about having a 110 Defender hardtop is the ability to stick a bicycle in the back and have it be completely protected from the elements, as well as not having to partially disassemble it to get it in.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-06-05 bike.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="land rover defender"></category><category term="bicycle"></category><category term="micro"></category></entry><entry><title>Training</title><link href="https://kevinisageek.org/2016/05/07/training/" rel="alternate"></link><published>2016-05-07T10:43:00+01:00</published><updated>2016-05-07T10:43:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2016-05-07:/2016/05/07/training/</id><summary type="html">&lt;blockquote&gt;
&lt;p&gt;Listen, Genos. You just have to keep doing it. No matter how hard it gets. It took me three years to get this strong.&lt;/p&gt;
&lt;p&gt;One hundred push-ups! One hundred sit-ups! One hundred squats! Then a 10km run! Every single day!&lt;/p&gt;
&lt;p&gt;And of course, make sure you eat three meals a …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;blockquote&gt;
&lt;p&gt;Listen, Genos. You just have to keep doing it. No matter how hard it gets. It took me three years to get this strong.&lt;/p&gt;
&lt;p&gt;One hundred push-ups! One hundred sit-ups! One hundred squats! Then a 10km run! Every single day!&lt;/p&gt;
&lt;p&gt;And of course, make sure you eat three meals a day. Just a banana in the morning is fine. But the most important thing is to never use the A/C or heat in the summer or winter so that you can strengthen the mind. In the beginning, you'll wish you were dead. You might start thinking what't the harm of taking a day off? But for me, in order to be a strong hero, no matter how tough it was, even if I was spitting blood, I never stopped. I kept doing squats even when my legs were so heavy they refused to move. Even when my arms started making weird clicking noises, I kept doing push-ups.&lt;/p&gt;
&lt;p&gt;A year and a half later, I started to notice a difference. I was bald...and I had become stronger!&lt;/p&gt;
&lt;p&gt;In other words, you gotta train like hell to the point where your hair falls out. That is the only way to become strong.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;--Saitama, One Punch Man episode 3&lt;/p&gt;</content><category term="misc"></category><category term="training"></category><category term="fitness"></category><category term="Saitama"></category><category term="One Punch Man"></category><category term="anime"></category></entry><entry><title>EDC 2016-03</title><link href="https://kevinisageek.org/2016/03/14/edc-2016-03/" rel="alternate"></link><published>2016-03-14T17:00:00+00:00</published><updated>2016-03-14T17:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2016-03-14:/2016/03/14/edc-2016-03/</id><summary type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-03-14 edc bag.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GR1 26l&lt;/li&gt;
&lt;li&gt;Field Notes notebook&lt;/li&gt;
&lt;li&gt;Pack of tissues&lt;/li&gt;
&lt;li&gt;Sharpie marker&lt;/li&gt;
&lt;li&gt;1.2 litre Klean Kanteen&lt;/li&gt;
&lt;li&gt;Book (Left of Bang by Patrick Van Horne and John A. Riley)&lt;/li&gt;
&lt;li&gt;Patagonia Houdini jacket (stuffed into its pocket)&lt;/li&gt;
&lt;li&gt;Goruck foot care kit with added plasters&lt;/li&gt;
&lt;li&gt;Improvised trauma kit (Combat Application Tourniquet and Quik Clot …&lt;/li&gt;&lt;/ul&gt;</summary><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-03-14 edc bag.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GR1 26l&lt;/li&gt;
&lt;li&gt;Field Notes notebook&lt;/li&gt;
&lt;li&gt;Pack of tissues&lt;/li&gt;
&lt;li&gt;Sharpie marker&lt;/li&gt;
&lt;li&gt;1.2 litre Klean Kanteen&lt;/li&gt;
&lt;li&gt;Book (Left of Bang by Patrick Van Horne and John A. Riley)&lt;/li&gt;
&lt;li&gt;Patagonia Houdini jacket (stuffed into its pocket)&lt;/li&gt;
&lt;li&gt;Goruck foot care kit with added plasters&lt;/li&gt;
&lt;li&gt;Improvised trauma kit (Combat Application Tourniquet and Quik Clot)&lt;/li&gt;
&lt;li&gt;Burt's Bees lip balm and hand salve&lt;/li&gt;
&lt;li&gt;Goruck Wire Dopp&lt;/li&gt;
&lt;li&gt;15000mAh power bank&lt;/li&gt;
&lt;li&gt;Micro USB cable and USB condom&lt;/li&gt;
&lt;li&gt;3.5mm audio patch cable (for vehicle radio AUX connections)&lt;/li&gt;
&lt;li&gt;Headphones&lt;/li&gt;
&lt;li&gt;Network cable and Thunderbolt adapter&lt;/li&gt;
&lt;li&gt;Satnav, stupidly long mini USB cable and triple USB power adapter&lt;/li&gt;
&lt;/ul&gt;</content><category term="misc"></category><category term="edc"></category><category term="gear"></category><category term="daily carry"></category></entry><entry><title>Coffee</title><link href="https://kevinisageek.org/2016/03/08/coffee/" rel="alternate"></link><published>2016-03-08T18:00:00+00:00</published><updated>2016-03-08T18:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2016-03-08:/2016/03/08/coffee/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2016-03-08 cappucino.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="coffee"></category><category term="micro"></category></entry><entry><title>Motivation</title><link href="https://kevinisageek.org/2016/02/05/motivation/" rel="alternate"></link><published>2016-02-05T17:40:00+00:00</published><updated>2016-02-05T17:40:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2016-02-05:/2016/02/05/motivation/</id><content type="html">&lt;iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/IdTMDpizis8?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;

&lt;p&gt;&lt;a href="https://twitter.com/redteamsblog/status/695654345619193857"&gt;Via @redteamsblog&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="motivation"></category><category term="get up and do stuff"></category></entry><entry><title>Stuff</title><link href="https://kevinisageek.org/2015/11/25/Stuff/" rel="alternate"></link><published>2015-11-25T20:00:00+00:00</published><updated>2015-11-25T20:00:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2015-11-25:/2015/11/25/Stuff/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-11-25 stuff.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I do stuff. I go places.&lt;/p&gt;</content><category term="misc"></category><category term="photo"></category><category term="redteams"></category><category term="vagabonding"></category><category term="TAD Litespeed"></category><category term="gear"></category></entry><entry><title>Home for the night.</title><link href="https://kevinisageek.org/2015/10/15/camp/" rel="alternate"></link><published>2015-10-15T00:00:00+01:00</published><updated>2015-10-15T00:00:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2015-10-15:/2015/10/15/camp/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-10-15 tarp.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Semi Skim</title><link href="https://kevinisageek.org/2015/08/05/semi-skim/" rel="alternate"></link><published>2015-08-05T19:30:00+01:00</published><updated>2015-08-05T19:30:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2015-08-05:/2015/08/05/semi-skim/</id><content type="html">&lt;p&gt;Not &lt;a href="https://flic.kr/p/jG8yUH"&gt;full fat&lt;/a&gt;, not &lt;a href="https://flic.kr/p/a9t6ag"&gt;skim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-08-05 semi-skim.jpg" width="800px" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Semi skim.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="Surly Troll"></category></entry><entry><title>Not been on the bike for months.</title><link href="https://kevinisageek.org/2015/08/03/not-cycling/" rel="alternate"></link><published>2015-08-03T17:15:00+01:00</published><updated>2015-08-03T17:15:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2015-08-03:/2015/08/03/not-cycling/</id><content type="html">&lt;p&gt;Shocking behaviour, I know. Needs to change. Went up to the co-op for some salad for dinner in an attempt to arrest the dependence on the Land Rover. Legs are burning, throat is raw. Only a 2km trip. Caught a midge in the eye too. Must get better.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="fitness"></category><category term="micro"></category></entry><entry><title>Currently reading "Moods of Future Joys" by Alastair Humphreys.</title><link href="https://kevinisageek.org/2015/06/26/moods-of-future-joys/" rel="alternate"></link><published>2015-06-26T13:20:00+01:00</published><updated>2015-06-26T13:20:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2015-06-26:/2015/06/26/moods-of-future-joys/</id><summary type="html">&lt;p&gt;It is the &lt;a href="http://www.alastairhumphreys.com/books/moods-of-future-joys-part-1-riding-into-africa/"&gt;first half of his autobiographical account&lt;/a&gt; of the 4 years he spent traversing the globe by bicycle on a slim budget of £7000. From London, through Europe, the Middle East and down the east of Africa.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mornings come peacefully on the road. I wake slowly with the …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;It is the &lt;a href="http://www.alastairhumphreys.com/books/moods-of-future-joys-part-1-riding-into-africa/"&gt;first half of his autobiographical account&lt;/a&gt; of the 4 years he spent traversing the globe by bicycle on a slim budget of £7000. From London, through Europe, the Middle East and down the east of Africa.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mornings come peacefully on the road. I wake slowly with the daylight, turning in my sleeping bag, adjusting the bundle of clothes that act as my pillow and dozing off once or twice until my head is clear and ready to begin the day. I lie still and listen to the sounds outside my tent. Sometimes birdsong, sometimes whooshing vehicles, sometimes water, sometimes silence. I unzip the tent door and feel the fresh air on my face. I check the weather and particlarly the wind: strong winds can seriously spoil my day.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="book"></category><category term="micro"></category><category term="cycling"></category><category term="quote"></category></entry><entry><title>What do you need to survive on the Pacific Crest Trail?</title><link href="https://kevinisageek.org/2015/06/14/pct-packing-list/" rel="alternate"></link><published>2015-06-14T19:00:00+01:00</published><updated>2015-06-14T19:00:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2015-06-14:/2015/06/14/pct-packing-list/</id><summary type="html">&lt;p&gt;Turns out, &lt;a href="http://www.travelandleisure.com/articles/andy-davidhazy-selfie-hiker-interview-packing-list"&gt;not a whole lot&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“This was not a typical backpacking or camping trip—there is no real time spent in camp, per say. You’re not sitting around and roasting marshmallows and singing songs.  You eat for functional purposes—not for the experience of eating. At the end …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;Turns out, &lt;a href="http://www.travelandleisure.com/articles/andy-davidhazy-selfie-hiker-interview-packing-list"&gt;not a whole lot&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“This was not a typical backpacking or camping trip—there is no real time spent in camp, per say. You’re not sitting around and roasting marshmallows and singing songs.  You eat for functional purposes—not for the experience of eating. At the end of the day, all you want to do is set up camp and get to sleep so you wake up and do it all over again. So bringing books, Kindles, or other luxury/recreational items that have nothing to do with survival or with walking very clearly becomes superfluous.”&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="PCT"></category><category term="vagabonding"></category><category term="micro"></category><category term="kit"></category></entry><entry><title>Running downhill</title><link href="https://kevinisageek.org/2015/04/29/running-downhill/" rel="alternate"></link><published>2015-04-29T11:03:00+01:00</published><updated>2015-04-29T11:03:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2015-04-29:/2015/04/29/running-downhill/</id><content type="html">&lt;p&gt;is one of the best things in the world. So fast and easy. Running on the flats is tolerable to acceptable. Uphill sucks.&lt;/p&gt;</content><category term="misc"></category><category term="micro"></category><category term="running"></category></entry><entry><title>Anyone want a pull?</title><link href="https://kevinisageek.org/2015/02/20/pull/" rel="alternate"></link><published>2015-02-20T12:39:00+00:00</published><updated>2015-02-20T12:39:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2015-02-20:/2015/02/20/pull/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-02-20 pull/IMG_20150219_114005.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-02-20 pull/IMG_20150219_115913.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="Land Rover Defender"></category><category term="Superwinch"></category><category term="Tiger Shark"></category><category term="micro"></category></entry><entry><title>HAM -&gt; EDI</title><link href="https://kevinisageek.org/2015/01/01/ham-edi/" rel="alternate"></link><published>2015-01-01T16:23:00+00:00</published><updated>2015-01-01T16:23:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2015-01-01:/2015/01/01/ham-edi/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2015-01-01 ham-edi.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="31C3"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Deutschland, ich bin in dir.</title><link href="https://kevinisageek.org/2014/12/26/germany/" rel="alternate"></link><published>2014-12-26T19:03:00+00:00</published><updated>2014-12-26T19:03:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-12-26:/2014/12/26/germany/</id><content type="html"></content><category term="misc"></category><category term="31C3"></category><category term="Chaos Communications Congress"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>EDI -&gt; HAM</title><link href="https://kevinisageek.org/2014/12/26/edi-ham/" rel="alternate"></link><published>2014-12-26T14:22:00+00:00</published><updated>2014-12-26T14:22:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-12-26:/2014/12/26/edi-ham/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-12-26 edi-ham.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="31C3"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>31C3 Packing List</title><link href="https://kevinisageek.org/2014/12/26/31c3-packing-list/" rel="alternate"></link><published>2014-12-26T10:51:00+00:00</published><updated>2014-12-26T10:51:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-12-26:/2014/12/26/31c3-packing-list/</id><summary type="html">&lt;p&gt;I'm headed to Hamburg, Germany for the &lt;a href="https://events.ccc.de/congress/2014/wiki/Main_Page"&gt;31st Chaos Communications
Congress&lt;/a&gt;, a week
filled with hacking, geekery and strange German food. Thought I would
make a post detailing the kit I am bringing with me since I have never
done one before.&lt;/p&gt;
&lt;p&gt;I was going to bring either my Kifaru …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I'm headed to Hamburg, Germany for the &lt;a href="https://events.ccc.de/congress/2014/wiki/Main_Page"&gt;31st Chaos Communications
Congress&lt;/a&gt;, a week
filled with hacking, geekery and strange German food. Thought I would
make a post detailing the kit I am bringing with me since I have never
done one before.&lt;/p&gt;
&lt;p&gt;I was going to bring either my Kifaru Express or the E&amp;amp;E for this trip
but I decided to get a new pack. The Express is way too big for the
short time I'm away for and I have had issues getting it into a plane
overhead locker. The E&amp;amp;E is just a bit too small to fit everything I
want to take with me.&lt;/p&gt;
&lt;p&gt;Enter the &lt;a href="http://www.goruck.com/en/gr0"&gt;Goruck GR0&lt;/a&gt;. Plenty of room to
fit what I need yet not unwieldy.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-12-26 31c3 pack.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Clothes in a Kifaru extra large pullout (2 pairs boxer shorts, 2
    pairs socks, 2 tshirts, 1 pair sleeping boxers, merino wool thermal
    top&lt;/li&gt;
&lt;li&gt;1.2 litre (40oz) Klean Kanteen&lt;/li&gt;
&lt;li&gt;Map of Hamburg&lt;/li&gt;
&lt;li&gt;&lt;a href="http://Kevinisageek.org/2014/05/10/i-comissioned-a-field-notes-leather-notebook-cover/" title="I comissioned a Field Notes leather notebook cover"&gt;Notebook&lt;/a&gt;,
    Sharpie and passport&lt;/li&gt;
&lt;li&gt;book&lt;/li&gt;
&lt;li&gt;USB battery, mini and micro USB cables&lt;/li&gt;
&lt;li&gt;Laptop and charger with EU plug (UK one in the photo)&lt;/li&gt;
&lt;li&gt;Kindle (not shown)&lt;/li&gt;
&lt;li&gt;Spork&lt;/li&gt;
&lt;li&gt;Self aid kit&lt;/li&gt;
&lt;li&gt;Towel, hygiene stuff and tissues&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tshirt, socks, boxers, trousers, hoodie, boots, hat&lt;/li&gt;
&lt;li&gt;Pen, wallet, phone&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Only 2 changes of clothes for a week? Won't you smell? No. The plan is
to wash the stuff I wore each day in the shower at the end of the day.
Gives me 2 days for everything to dry which is easily doable. Rotate as
I go. Trousers can go for a week without being washed though if they get
dirty I can wash them and they will be dry in the morning. Gotta love
synthetics.&lt;/p&gt;
&lt;p&gt;Total pack weight: 10kg. &lt;a href="http://packlite.tumblr.com/"&gt;Pack light, go
fast&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="31C3"></category><category term="gear"></category><category term="vagabonding"></category></entry><entry><title>Well that was easy</title><link href="https://kevinisageek.org/2014/12/24/easy/" rel="alternate"></link><published>2014-12-24T10:26:00+00:00</published><updated>2014-12-24T10:26:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-12-24:/2014/12/24/easy/</id><summary type="html">&lt;p&gt;On Christmas Day last year, I made the decision to not consume any
alcoholic drinks for a year. I am pleased to say that I have managed
that goal. Like I thought, it was pretty easy. Five nights of drinking a
year to zero is a pretty simple goal to …&lt;/p&gt;</summary><content type="html">&lt;p&gt;On Christmas Day last year, I made the decision to not consume any
alcoholic drinks for a year. I am pleased to say that I have managed
that goal. Like I thought, it was pretty easy. Five nights of drinking a
year to zero is a pretty simple goal to reach.&lt;/p&gt;
&lt;p&gt;Another year teetotal? Challenge accepted!&lt;/p&gt;</content><category term="misc"></category><category term="alcohol"></category><category term="self improvement"></category><category term="teetotal"></category></entry><entry><title>Tolerance and Acceptance</title><link href="https://kevinisageek.org/2014/10/16/tolerance-and-acceptance/" rel="alternate"></link><published>2014-10-16T13:09:00+01:00</published><updated>2014-10-16T13:09:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-10-16:/2014/10/16/tolerance-and-acceptance/</id><content type="html">&lt;p&gt;Last week, one of the folk in an IRC channel I hang out in (#r4nger5 on
freenode) came out as being transgender. The single negative comment?
Your room is a bit messy.&lt;/p&gt;
&lt;p&gt;Tolerance and acceptance, we has it.&lt;/p&gt;</content><category term="misc"></category><category term="lgbtq+"></category></entry><entry><title>Made it to Chicago.</title><link href="https://kevinisageek.org/2014/08/11/made-it-to-chicago/" rel="alternate"></link><published>2014-08-11T21:30:00+01:00</published><updated>2014-08-11T21:30:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-08-11:/2014/08/11/made-it-to-chicago/</id><content type="html">&lt;p&gt;Long day, still got more to go. Bloody timezones.&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>GLA -&gt; DUB</title><link href="https://kevinisageek.org/2014/08/11/gla-dub/" rel="alternate"></link><published>2014-08-11T08:05:00+01:00</published><updated>2014-08-11T08:05:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-08-11:/2014/08/11/gla-dub/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-08-11 gla-dub.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Loch Leven by Bicycle</title><link href="https://kevinisageek.org/2014/07/30/loch-leven-by-bicycle/" rel="alternate"></link><published>2014-07-30T15:35:00+01:00</published><updated>2014-07-30T15:35:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-07-30:/2014/07/30/loch-leven-by-bicycle/</id><content type="html">&lt;video width="720" height="488" controls class="align-center" loading="lazy"&gt;
    &lt;source src="https://kevinisageek.org/media/video/2014-07-30 loch leven by bicycle.mp4" type="video/mp4"&gt;
    Your browser does not support the video tag.
&lt;/video&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="video"></category></entry><entry><title>Rule 10 is in effect</title><link href="https://kevinisageek.org/2014/07/21/rule-10-is-in-effect/" rel="alternate"></link><published>2014-07-21T22:44:00+01:00</published><updated>2014-07-21T22:44:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-07-21:/2014/07/21/rule-10-is-in-effect/</id><content type="html">&lt;p&gt;Not &lt;a href="http://www.urbandictionary.com/define.php?term=Rules%20Of%20The%20Internet"&gt;those
rules&lt;/a&gt;,
&lt;a href="http://www.velominati.com/the-rules/"&gt;these rules&lt;/a&gt;. Pushed a bit harder
on my commute to and from work today and got my quickest times yet.
Getting less crap at this bike thing.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category></entry><entry><title>So I did</title><link href="https://kevinisageek.org/2014/07/08/so-i-did/" rel="alternate"></link><published>2014-07-08T09:25:00+01:00</published><updated>2014-07-08T09:25:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-07-08:/2014/07/08/so-i-did/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;07:40 &amp;lt; IronAngel&amp;gt; I'm horny drunk and mean spirited, and you can
quote me on that&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;#r4nger5 on freenode&lt;/p&gt;</content><category term="misc"></category><category term="irc"></category><category term="quote"></category></entry><entry><title>Wherein we find out about the author's inability to follow instructions</title><link href="https://kevinisageek.org/2014/06/19/wherein-we-find-out-about-the-authors-inability-to-follow-instructions/" rel="alternate"></link><published>2014-06-19T21:56:00+01:00</published><updated>2014-06-19T21:56:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-06-19:/2014/06/19/wherein-we-find-out-about-the-authors-inability-to-follow-instructions/</id><summary type="html">&lt;p&gt;So I've been thinking that I really should learn Lisp. A nice
programming language unlike any other I have seen.
&lt;a href="http://clojure.org/"&gt;Clojure&lt;/a&gt; is one dialect of Lisp which is targeted
at the JVM and .NET CLR. A quick search of the Youtubes revealed &lt;a href="https://www.youtube.com/watch?v=VVd4ow-ZcX0"&gt;a
decent video introducing Clojure with a practical …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;So I've been thinking that I really should learn Lisp. A nice
programming language unlike any other I have seen.
&lt;a href="http://clojure.org/"&gt;Clojure&lt;/a&gt; is one dialect of Lisp which is targeted
at the JVM and .NET CLR. A quick search of the Youtubes revealed &lt;a href="https://www.youtube.com/watch?v=VVd4ow-ZcX0"&gt;a
decent video introducing Clojure with a practical
example&lt;/a&gt; and a quick touch
on &lt;a href="http://leiningen.org/"&gt;Leningen&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I started going along with the video a couple days ago when I hit a
snag. Errors about not finding files, no such namespace etc. The
versions of the libraries I was using were quite old, was that the
issue? Has the syntax changed?. The answer is a lot more depressing.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;(defroutes (GET "/" request (homepage request)) (GET "/:id" [id] (redirect id)))&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Can you see the issue? I coudn't.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;(defroutes myroutes (GET "/" request (homepage request)) (GET "/:id" [id] (redirect id)))&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I missed a single argument from (defroutes). Literally could have put
any old ascii string in there and it would have worked.&lt;/p&gt;
&lt;p&gt;2.&lt;/p&gt;
&lt;p&gt;Sodding.&lt;/p&gt;
&lt;p&gt;Days.&lt;/p&gt;
&lt;p&gt;Remember kids, when copying code from a video, make sure to get it all.&lt;/p&gt;</content><category term="misc"></category><category term="clojure"></category><category term="fail"></category><category term="programming"></category></entry><entry><title>Going to EMF!</title><link href="https://kevinisageek.org/2014/06/03/going-to-emf/" rel="alternate"></link><published>2014-06-03T12:26:00+01:00</published><updated>2014-06-03T12:26:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-06-03:/2014/06/03/going-to-emf/</id><content type="html">&lt;p&gt;Just bought my ticket for &lt;a href="https://www.emfcamp.org/"&gt;ElectroMagnetic
Field&lt;/a&gt;. Gonna have intensely nerdy fun in a
field.&lt;/p&gt;</content><category term="misc"></category><category term="EMFCamp"></category><category term="vagabonding"></category></entry><entry><title>Started reading The Apocalypse Codex by Charles Stross.</title><link href="https://kevinisageek.org/2014/05/17/started-reading-the-apocalypse-codex-by-charles-stross/" rel="alternate"></link><published>2014-05-17T23:35:00+01:00</published><updated>2014-05-17T23:35:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-05-17:/2014/05/17/started-reading-the-apocalypse-codex-by-charles-stross/</id><content type="html">&lt;p&gt;First dead tree fiction book in several years. More occult computing FTW!&lt;/p&gt;
&lt;p&gt;I swear I'll stop with The Laundry Files stuff at some point.&lt;/p&gt;</content><category term="misc"></category><category term="book"></category><category term="The Laundry Files"></category><category term="micro"></category></entry><entry><title>Oh yes, I do like this book</title><link href="https://kevinisageek.org/2014/04/29/oh-yes-i-do-like-this-book/" rel="alternate"></link><published>2014-04-29T16:11:00+01:00</published><updated>2014-04-29T16:11:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-04-29:/2014/04/29/oh-yes-i-do-like-this-book/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Teacher - Dr. Vohlman - has rolled an archaic test bench in; it looks
like a couple of Tesla coils fucking a Wheatstone bridge next to what
I swear is a distributor hub nicked from an old Morris Minor.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="Charles Stross"></category><category term="quote"></category><category term="The Atrocity Archives"></category></entry><entry><title>When geeks and occultism collide</title><link href="https://kevinisageek.org/2014/04/29/when-geeks-and-occultism-collide/" rel="alternate"></link><published>2014-04-29T09:30:00+01:00</published><updated>2014-04-29T09:30:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-04-29:/2014/04/29/when-geeks-and-occultism-collide/</id><summary type="html">&lt;blockquote&gt;
&lt;p&gt;Yes, its a pentacle. Yes, he's using a fifty kilovolt HT power supply
and some mucking great capacitors to drive the laser. Yes, that's a
flayed goatskin on the coat rack and a half-eaten pizza whirling round
at 33 rpm on the Linn Sondek turntable. This is what you get …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;blockquote&gt;
&lt;p&gt;Yes, its a pentacle. Yes, he's using a fifty kilovolt HT power supply
and some mucking great capacitors to drive the laser. Yes, that's a
flayed goatskin on the coat rack and a half-eaten pizza whirling round
at 33 rpm on the Linn Sondek turntable. This is what you get when you
live with Pinky and the Brain: I said it was a geek house and we all
work in the Laundry, so we are talking about geek houses for very
esoteric - indeed, occult - values of geek.&lt;/p&gt;
&lt;p&gt;-- Charles Stross - The Atrocity Archives&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think I'm gonna like this book.&lt;/p&gt;</content><category term="misc"></category><category term="Charles Stross"></category><category term="quote"></category><category term="The Laundry Files"></category></entry><entry><title>2014 is the year of vagabonding</title><link href="https://kevinisageek.org/2014/03/13/2014-is-the-year-of-vagabonding/" rel="alternate"></link><published>2014-03-13T12:49:00+00:00</published><updated>2014-03-13T12:49:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-03-13:/2014/03/13/2014-is-the-year-of-vagabonding/</id><summary type="html">&lt;p&gt;Lots of travelling going on this year. First up, I'm camping in
&lt;a href="http://www.gallowayforestpark.com/"&gt;Galloway forest&lt;/a&gt; for a week in May.
Then in August I'm headed to Illinois to meet up with some folks to head
down to Indiana for &lt;a href="http://www.gencon.com/"&gt;Gencon&lt;/a&gt;. The week after
that is &lt;a href="http://wiki.emfcamp.org/wiki/Electromagnetic_Field_2014"&gt;Electromagnetic Field
2014&lt;/a&gt;. Then if
I …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Lots of travelling going on this year. First up, I'm camping in
&lt;a href="http://www.gallowayforestpark.com/"&gt;Galloway forest&lt;/a&gt; for a week in May.
Then in August I'm headed to Illinois to meet up with some folks to head
down to Indiana for &lt;a href="http://www.gencon.com/"&gt;Gencon&lt;/a&gt;. The week after
that is &lt;a href="http://wiki.emfcamp.org/wiki/Electromagnetic_Field_2014"&gt;Electromagnetic Field
2014&lt;/a&gt;. Then if
I can get the time off from work, I will be going to the next Chaos
Communications Congress in Germany.&lt;/p&gt;
&lt;p&gt;Good times.&lt;/p&gt;</content><category term="misc"></category><category term="vagabonding"></category></entry><entry><title>I think I have a minor Triple Aught Design addiction</title><link href="https://kevinisageek.org/2014/03/12/i-think-i-have-a-minor-triple-aught-design-addiction/" rel="alternate"></link><published>2014-03-12T11:29:00+00:00</published><updated>2014-03-12T11:29:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-03-12:/2014/03/12/i-think-i-have-a-minor-triple-aught-design-addiction/</id><summary type="html">&lt;p&gt;Now own 2 pairs of TAD trousers. Force 10 AC to be precise, tan and grey
colours. Best. Trousers. EVER! Hell, I may retire my DPM trousers.&lt;/p&gt;
&lt;p&gt;Bought them from &lt;a href="http://www.heinnie.com/Clothing/TAD-Gear-/c-1-461-1040/"&gt;Hennie
Haynes&lt;/a&gt; who I
cannot praise enough. Ordered yesterday at about 3pm, arrived at about
10am this morning. They are …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Now own 2 pairs of TAD trousers. Force 10 AC to be precise, tan and grey
colours. Best. Trousers. EVER! Hell, I may retire my DPM trousers.&lt;/p&gt;
&lt;p&gt;Bought them from &lt;a href="http://www.heinnie.com/Clothing/TAD-Gear-/c-1-461-1040/"&gt;Hennie
Haynes&lt;/a&gt; who I
cannot praise enough. Ordered yesterday at about 3pm, arrived at about
10am this morning. They are bloody quick at processing orders and they
nearly always arrive next day. Even with free shipping.&lt;/p&gt;
&lt;p&gt;Now, if I could get them in navy blue so I can use them for work instead
of the naff trousers provided.&lt;/p&gt;</content><category term="misc"></category><category term="kit"></category><category term="TAD"></category><category term="Triple Aught Design"></category></entry><entry><title>New bike hardware.</title><link href="https://kevinisageek.org/2014/03/03/new-bike-hardware/" rel="alternate"></link><published>2014-03-03T14:54:00+00:00</published><updated>2014-03-03T14:54:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-03-03:/2014/03/03/new-bike-hardware/</id><content type="html">&lt;p&gt;Got a rear pannier (which will act as a mudguard), front mudguard and a
decent pump.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-03-03 pannier.jpg" class="align-center" loading="lazy" /&gt;
Bike is looking sexy. Plus I can cycle in the rain without getting my arse soaked by water thrown up by the rear wheel.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="pannier"></category><category term="micro"></category></entry><entry><title>sshuttle</title><link href="https://kevinisageek.org/2014/02/26/sshuttle/" rel="alternate"></link><published>2014-02-26T00:05:00+00:00</published><updated>2014-02-26T00:05:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-02-26:/2014/02/26/sshuttle/</id><summary type="html">&lt;p&gt;A couple of my friends have been playing about with getting VPNs
running. I have tried to do similar in the past but never got it to work
very well. However, while skiving at work, I came across
&lt;a href="https://github.com/apenwarr/sshuttle"&gt;sshuttle&lt;/a&gt; which is sort of a
transparent proxy, ssh tunnel and VPN …&lt;/p&gt;</summary><content type="html">&lt;p&gt;A couple of my friends have been playing about with getting VPNs
running. I have tried to do similar in the past but never got it to work
very well. However, while skiving at work, I came across
&lt;a href="https://github.com/apenwarr/sshuttle"&gt;sshuttle&lt;/a&gt; which is sort of a
transparent proxy, ssh tunnel and VPN all rolled into one nice package.&lt;/p&gt;
&lt;p&gt;The neat thing about sshuttle is it doesn't require much setup. All it
requests of your endpoint is ssh access as a regular user and the
ability to run python. Locally you need python and root or sudo
privileges as it manipulates your iptables rules to get the job done.&lt;/p&gt;
&lt;p&gt;The really neat thing is you can get it to capture your DNS requests so
that an eavesdropper can't tell what addresses you are looking up.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;sshuttle&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="c1"&gt;--dns -r username@sshserver 0/0&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;is the command to use once you install it. You can add -v flags to make
it more verbose but it is already quite verbose as it is.&lt;/p&gt;
&lt;p&gt;The one drawback I have found is that it doesn't use my ssh keys very
easily. As it runs as root, the root user has no access to my ssh keys
and wants the password to login to the remote machine. You can pass it
the ssh invocation to use your keyring but if you have that password
protected like I have (a good idea), it requests the password for that.
Thus, you still have to type in a password no matter what you do.&lt;/p&gt;
&lt;p&gt;Its a small drawback, especially seeing as it protects your traffic from
eavesdroppers right up to your remote machine. Very handy for hostile
(publicly accessible) networks.&lt;/p&gt;</content><category term="misc"></category><category term="ssh"></category><category term="tunnel"></category><category term="vpn"></category></entry><entry><title>Reading TFM does work.</title><link href="https://kevinisageek.org/2014/02/24/reading-tfm-does-work/" rel="alternate"></link><published>2014-02-24T15:23:00+00:00</published><updated>2014-02-24T15:23:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-02-24:/2014/02/24/reading-tfm-does-work/</id><content type="html">&lt;p&gt;&lt;a href="http://Kevinisageek.org/2014/02/22/i-need-to-rtfm/" title="I need to rtfm"&gt;Fixed my bike&lt;/a&gt;.
At least it shifts between all 3 ranges now, albeit with some delay at
times. No chain rub though which was the reason for the faffing. Time to
get my cycling on!&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="micro"></category></entry><entry><title>Better the devil you know?</title><link href="https://kevinisageek.org/2014/02/23/better-the-devil-you-know/" rel="alternate"></link><published>2014-02-23T20:30:00+00:00</published><updated>2014-02-23T20:30:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-02-23:/2014/02/23/better-the-devil-you-know/</id><summary type="html">&lt;p&gt;Independence.&lt;/p&gt;
&lt;p&gt;Conjures up visions of bloody struggle and violent revolution. But this
isn't Ukraine or Venezuela. The streets don't run red with the blood of
people fighting for their lives.&lt;/p&gt;
&lt;p&gt;No, this is altogether a much less violent affair. A bunch of middle
aged men and women having &lt;a href="http://www.reuters.com/article/2014/02/13/us-britain-scotland-idUSBREA1C00B20140213"&gt;childish
arguments …&lt;/a&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Independence.&lt;/p&gt;
&lt;p&gt;Conjures up visions of bloody struggle and violent revolution. But this
isn't Ukraine or Venezuela. The streets don't run red with the blood of
people fighting for their lives.&lt;/p&gt;
&lt;p&gt;No, this is altogether a much less violent affair. A bunch of middle
aged men and women having &lt;a href="http://www.reuters.com/article/2014/02/13/us-britain-scotland-idUSBREA1C00B20140213"&gt;childish
arguments&lt;/a&gt;
about the future of a nation.&lt;/p&gt;
&lt;p&gt;As someone who lives north of the imaginary line in the ground that
divides this island, I am frequently asked what I think of the whole
deal. How will I vote?&lt;/p&gt;
&lt;p&gt;Honestly? I have no idea.&lt;/p&gt;
&lt;p&gt;I am fairly anarchist leaning and as a result, I would like power to be
moved more towards the individual. Independence would be a step in that
direction. Not being governed by a group that allows the Church of
England to have a say in folk's lives does appeal to me.&lt;/p&gt;
&lt;p&gt;However, ideology is not the best thing to make such a decision on. Can
Scotland survive being split from the rest of the UK? Do we have the
economic power to make it? Oil won't last forever and the shipyards
certainly aren't making boats any time soon.&lt;/p&gt;
&lt;p&gt;The Scottish Parliament (Alex Salmond and co) seems to think we can.
They have produced &lt;a href="https://scotgov.theapsgroupinscotland.com/"&gt;a rather weighty
book&lt;/a&gt; which can be delivered
for free for you to have a read. My Dad got a copy and when I had a
flick through, it was dripping with fervent nationalism from the first
page.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-02-23 indyref whitepaper.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;I do know one thing. If Scotland does get independence, it will make my
trips to Yorkshire a hassle. The Tories have said they will institute
border controls which will undoubtedly make things very difficult. The
economic losses from the time taken for lorries to cross the border
alone will make life more interesting.&lt;/p&gt;
&lt;p&gt;The other issue I have with gaining independence is that the Prime
Minister will be Alex Salmond. I really do not want that smug face on TV
for months. The man is an arse. His sole platform for years has been
"independence will fix everything". OK, maybe a little artistic licence
has been taken but you get the point.&lt;/p&gt;
&lt;p&gt;I also take issue with allowing those 16 and over to vote on the matter
as opposed to the usual 18 or over. I don't know about you but I don't
trust 16 year olds to act in a rational matter on this subject. You just
know they are gonna broadcast
&lt;a href="http://https://en.wikipedia.org/wiki/Braveheart_%281995_film%29"&gt;Bravehart&lt;/a&gt;
the night before the referendum to whip them up and "fight back against
the English, innit?" or whatever the current vernacular is.&lt;/p&gt;
&lt;p&gt;I still haven't made up my mind. Do I go with the same old garbage from
London or do I try the new possible garbage from Edinburgh? Middle road
of not voting at all?&lt;/p&gt;
&lt;p&gt;I'm interested in what you think of the whole thing. Contact me in the
usual places or leave a comment below.&lt;/p&gt;</content><category term="misc"></category><category term="independence"></category><category term="referendum"></category><category term="Scotland"></category></entry><entry><title>My name is Kevinus Isageekus</title><link href="https://kevinisageek.org/2014/02/21/my-name-is-Kevinus-isageekus/" rel="alternate"></link><published>2014-02-21T11:04:00+00:00</published><updated>2014-02-21T11:04:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-02-21:/2014/02/21/my-name-is-Kevinus-isageekus/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Owner of a slow moving website, caretaker of a buggered land rover! I
will get my geek on in this life, but not the next, as I'm an atheist!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;--Coined by V, with apologies to Russel Crowe&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2014-02-21 gladius.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="Cold Steel"></category><category term="gladius"></category></entry><entry><title>Home safely on the bike.</title><link href="https://kevinisageek.org/2014/02/19/home-safely-on-the-bike/" rel="alternate"></link><published>2014-02-19T19:49:00+00:00</published><updated>2014-02-19T19:49:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-02-19:/2014/02/19/home-safely-on-the-bike/</id><content type="html">&lt;p&gt;No breaks, no one ran me over. Still no
&lt;a href="http://bikeyface.com/what-is-a-bikeyface/"&gt;Bikeyface&lt;/a&gt; though.&lt;/p&gt;
&lt;p&gt;Also need to adjust my brakes, the levers are a bit flappy.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="cycling"></category><category term="micro"></category></entry><entry><title>Made it to work on the bike without dying.</title><link href="https://kevinisageek.org/2014/02/19/made-it-to-work-on-the-bike/" rel="alternate"></link><published>2014-02-19T16:26:00+00:00</published><updated>2014-02-19T16:26:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2014-02-19:/2014/02/19/made-it-to-work-on-the-bike/</id><content type="html">&lt;p&gt;Helmet also fits in my backpack. Great success!&lt;/p&gt;
&lt;p&gt;Dreading the ride home though. Bloody hill.&lt;/p&gt;</content><category term="misc"></category><category term="bicycle"></category><category term="micro"></category></entry><entry><title>We are dreamers, shapers, singers, and makers</title><link href="https://kevinisageek.org/2014/02/13/we-are-dreamers-shapers-singers-and-makers/" rel="alternate"></link><published>2014-02-13T10:18:00+00:00</published><updated>2014-02-13T10:18:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-02-13:/2014/02/13/we-are-dreamers-shapers-singers-and-makers/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;"We are dreamers, shapers, singers, and makers. We study the mysteries
of laser and circuit, crystal and scanner, holographic demons and
invocation of equations. These are the tools we employ, and we know
many things."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;-- Elric, Babylon 5 Series 2 Episode 3: The Geometry of Shadows&lt;/p&gt;</content><category term="misc"></category><category term="quote"></category><category term="technomage"></category></entry><entry><title>Going to Gencon!</title><link href="https://kevinisageek.org/2014/02/05/going-to-gencon/" rel="alternate"></link><published>2014-02-05T15:55:00+00:00</published><updated>2014-02-05T15:55:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-02-05:/2014/02/05/going-to-gencon/</id><content type="html">&lt;p&gt;Gonna see all my Illinois buddies and nerd out at a tabletop gaming convention.&lt;/p&gt;</content><category term="misc"></category><category term="gencon"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Just come across the idea of microadventures.</title><link href="https://kevinisageek.org/2014/01/26/microadventures/" rel="alternate"></link><published>2014-01-26T21:39:00+00:00</published><updated>2014-01-26T21:39:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2014-01-26:/2014/01/26/microadventures/</id><content type="html">&lt;p&gt;No trips to the other side of the world, &lt;a href="http://http://www.alastairhumphreys.com/microadventures-2/"&gt;instead, going for more local trips&lt;/a&gt;. Gotta try this at some point.&lt;/p&gt;</content><category term="misc"></category><category term="microadventures"></category><category term="vagabonding"></category><category term="micro"></category></entry><entry><title>Children’s Bible Coloring Book of PoC || GTFO Issue 0x02</title><link href="https://kevinisageek.org/2013/12/30/childrens-bible-coloring-book-of-poc-or-gtfo-issue-0x02/" rel="alternate"></link><published>2013-12-30T12:21:00+00:00</published><updated>2013-12-30T12:21:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-30:/2013/12/30/childrens-bible-coloring-book-of-poc-or-gtfo-issue-0x02/</id><content type="html">&lt;p&gt;Children’s Bible Coloring Book of PoC || GTFO Issue 0x02 has been
released! &lt;a href="https://corkami.googlecode.com/files/pocorgtfo02.pdf"&gt;Get it
here&lt;/a&gt;, or just ask
a neighbour.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://Kevinisageek.org/pocorgtfo/pocorgtfo02.pdf"&gt;Mirrored for posterity and
neighbourlyness&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="poc||gtfo"></category></entry><entry><title>Triple Aught Design trousers are the shiznit!</title><link href="https://kevinisageek.org/2013/12/30/triple-aught-design-trousers-are-the-shiznit/" rel="alternate"></link><published>2013-12-30T12:07:00+00:00</published><updated>2013-12-30T12:07:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-30:/2013/12/30/triple-aught-design-trousers-are-the-shiznit/</id><summary type="html">&lt;p&gt;They really are. So comfortable. Pockets within pockets. Only been
wearing them (Force 10 AC cargo in tan btw) for about 10 minutes and I
have fallen in love. Well, when I was in America I got a chance to look
at the pair that &lt;a href="http://pig-monkey.com"&gt;Pig Monkey&lt;/a&gt; gave to Avagdu …&lt;/p&gt;</summary><content type="html">&lt;p&gt;They really are. So comfortable. Pockets within pockets. Only been
wearing them (Force 10 AC cargo in tan btw) for about 10 minutes and I
have fallen in love. Well, when I was in America I got a chance to look
at the pair that &lt;a href="http://pig-monkey.com"&gt;Pig Monkey&lt;/a&gt; gave to Avagdu as a
wedding gift. Decided then I wanted my own.&lt;/p&gt;
&lt;p&gt;I ordered through &lt;a href="http://www.heinnie.com/TAD-Gear-/Trousers-&amp;amp;-Shorts/Force-10-AC-Cargo-Trousers/p-1040-1227-8996/"&gt;Heinnie
Haynes&lt;/a&gt;
here in the UK, less hassle than ordering direct from America, less
customs fees and shipping and whatnot.&lt;/p&gt;</content><category term="misc"></category><category term="TAD"></category><category term="Triple Aught Design"></category><category term="trousers"></category></entry><entry><title>Harry Potter and the Methods of Rationality</title><link href="https://kevinisageek.org/2013/12/27/harry-potter-and-the-methods-of-rationality/" rel="alternate"></link><published>2013-12-27T23:19:00+00:00</published><updated>2013-12-27T23:19:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-27:/2013/12/27/harry-potter-and-the-methods-of-rationality/</id><summary type="html">&lt;p&gt;Started reading &lt;a href="http://hpmor.com/"&gt;Harry Potter and the Methods of
Rationality&lt;/a&gt; again. I had a copy a while ago but it
seems to have vanished. For those not in the know, the book is written
by Eliezer Yudkowsky  and the
&lt;a href="http://wiki.lesswrong.com/wiki/LessWrong_Wiki"&gt;LessWrong&lt;/a&gt; folk.&lt;/p&gt;
&lt;p&gt;I'm not normally a fanfiction kind of person, most of …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Started reading &lt;a href="http://hpmor.com/"&gt;Harry Potter and the Methods of
Rationality&lt;/a&gt; again. I had a copy a while ago but it
seems to have vanished. For those not in the know, the book is written
by Eliezer Yudkowsky  and the
&lt;a href="http://wiki.lesswrong.com/wiki/LessWrong_Wiki"&gt;LessWrong&lt;/a&gt; folk.&lt;/p&gt;
&lt;p&gt;I'm not normally a fanfiction kind of person, most of the stuff I have
heard of tends to be...strange. Slash and suchlike. However, this is
actually quite good.&lt;/p&gt;</content><category term="misc"></category><category term="book"></category><category term="fanfiction"></category></entry><entry><title>I made a thing</title><link href="https://kevinisageek.org/2013/12/18/i-made-a-thing/" rel="alternate"></link><published>2013-12-18T12:52:00+00:00</published><updated>2013-12-18T12:52:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-18:/2013/12/18/i-made-a-thing/</id><summary type="html">&lt;p&gt;I just &lt;a href="http://r4nger5.com/2013/12/18/r4nger5-radio-for-2013-12-18/"&gt;recorded an episode of R4nger5
Radio&lt;/a&gt;.
Been a bit of a media drought over there so I thought I would try an
experiment in audio recording. Audio quality is a bit rough but hey, its
free.&lt;/p&gt;
&lt;p&gt;Have a listen and tell me if you like it or hate …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I just &lt;a href="http://r4nger5.com/2013/12/18/r4nger5-radio-for-2013-12-18/"&gt;recorded an episode of R4nger5
Radio&lt;/a&gt;.
Been a bit of a media drought over there so I thought I would try an
experiment in audio recording. Audio quality is a bit rough but hey, its
free.&lt;/p&gt;
&lt;p&gt;Have a listen and tell me if you like it or hate it.&lt;/p&gt;</content><category term="misc"></category><category term="audio"></category><category term="R4nger5 Radio"></category></entry><entry><title>Serenity's rear end looks better now</title><link href="https://kevinisageek.org/2013/12/16/rear-end/" rel="alternate"></link><published>2013-12-16T13:14:00+00:00</published><updated>2013-12-16T13:14:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-16:/2013/12/16/rear-end/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_112122.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;Old and new brake lights&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_111750.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;Old and new indicators&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_112520.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;Crack and rusty screw&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_112533.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;Broken screw&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_113034.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;Extracted screw&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-16 rear end/IMG_20131216_113239.jpg" class="align-center" loading="lazy"/&gt;&lt;br /&gt;
&lt;em&gt;All buttoned up, looking good&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="Land Rover Defender"></category><category term="lights"></category></entry><entry><title>Well, today could have gone better</title><link href="https://kevinisageek.org/2013/12/07/well-today-could-have-gone-better/" rel="alternate"></link><published>2013-12-07T17:19:00+00:00</published><updated>2013-12-07T17:19:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-07:/2013/12/07/well-today-could-have-gone-better/</id><summary type="html">&lt;p&gt;I've just finished working on Serenity for the day. I would have been
finished hours ago on a job that was supposed to be about 30 seconds
long. I was relocating the aux battery ground point to a seatbelt mount
to cut down on the amount of wiring running all …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've just finished working on Serenity for the day. I would have been
finished hours ago on a job that was supposed to be about 30 seconds
long. I was relocating the aux battery ground point to a seatbelt mount
to cut down on the amount of wiring running all over the place.&lt;/p&gt;
&lt;p&gt;I was torquing the nut down to the post when suddenly it got very easy
to turn. Lifted the wrench off and saw that the post had sheared.&lt;/p&gt;
&lt;p&gt;Balls.&lt;/p&gt;
&lt;p&gt;Of course, being a Land Rover, things are never that simple to fix. If
the post was in fact a bolt that could be removed, this 30 second job
would have turned into a mere 5 minute job. Sadly, the post is welded
into place.&lt;/p&gt;
&lt;p&gt;Cock.&lt;/p&gt;
&lt;p&gt;Cue 20 minutes underneath faffing about with the socket set and a
spanner removing 2 nuts and bolts that have been covered up with the
general crud that accumulates under Land Rovers. Didn't help that I was
scraping my knuckles on the outrigger every 10 seconds.&lt;/p&gt;
&lt;p&gt;Eventually the bolts came out and after a little prying the plate
dropped onto my gut, along with more built up crap from behind it. I
must have looked a right state getting out from under Serenity.&lt;/p&gt;
&lt;p&gt;The next task was to grind off the remainder of the post and then drill
a new hole for a replacement bolt. Easy enough though my drill bits
leave a lot to be desired.&lt;/p&gt;
&lt;p&gt;Screwfix is a great place to go to get replacement fixings and fittings.
Cheap and they do stainless steel nuts and bolts. However, I must have a
wee rant about something.&lt;/p&gt;
&lt;p&gt;Bolts are sold in packs of 10. Washers in packs of 10. Nuts in packs of
100.&lt;/p&gt;
&lt;p&gt;WHY!!!!&lt;/p&gt;
&lt;p&gt;What the hell am I gonna do with 100 nuts! I only needed 3! Come on
Screwfix, sell nuts in packs of 10! Make it easier for the DIY crowd to
get stuff done.&lt;/p&gt;
&lt;p&gt;Anyway, I have the bits I need and the plate is drying after having rust
and crap ground off and a coat of hammerite.  Need to do the other side
but that can wait till tomorrow.&lt;/p&gt;
&lt;p&gt;Land Rover Defender ownership is never easy.&lt;/p&gt;</content><category term="misc"></category><category term="fail"></category><category term="Land Rover Defender"></category><category term="stockholm syndrome"></category></entry><entry><title>Anyone want a tow?</title><link href="https://kevinisageek.org/2013/12/05/tow/" rel="alternate"></link><published>2013-12-05T12:01:00+00:00</published><updated>2013-12-05T12:01:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2013-12-05:/2013/12/05/tow/</id><content type="html">&lt;p&gt;Arrived just in time, nice 4 meter tow strop and 2 shackles. Want to get
my winching on.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-12-05 tow-strap.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="recovery equipment"></category><category term="winch"></category><category term="micro"></category></entry><entry><title>Bought my ticket for Securi-Tay 3</title><link href="https://kevinisageek.org/2013/12/03/bought-my-ticket-for-securi-tay-3/" rel="alternate"></link><published>2013-12-03T15:34:00+00:00</published><updated>2013-12-03T15:34:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-12-03:/2013/12/03/bought-my-ticket-for-securi-tay-3/</id><content type="html">&lt;p&gt;Bought my ticket for &lt;a href="http://securi-tay.co.uk/"&gt;Securi-Tay 3&lt;/a&gt;. First
conference in a while. Looks to be a few good talks too. Hope to see
some of you there!&lt;/p&gt;</content><category term="misc"></category><category term="conference"></category></entry><entry><title>Now that is a socket.</title><link href="https://kevinisageek.org/2013/11/09/socket/" rel="alternate"></link><published>2013-11-09T11:53:00+00:00</published><updated>2013-11-09T11:53:00+00:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2013-11-09:/2013/11/09/socket/</id><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-11-09 socket/wp-1383994149665.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Its massive!&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-11-09 socket/wp-1383994182041.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;Britpart, hmmm....&lt;/p&gt;</content><category term="misc"></category><category term="britpart"></category><category term="oh dear"></category><category term="socket"></category><category term="micro"></category></entry><entry><title>Clojure and ponies</title><link href="https://kevinisageek.org/2013/11/08/clojure-and-ponies/" rel="alternate"></link><published>2013-11-08T14:35:00+00:00</published><updated>2013-11-08T14:35:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-11-08:/2013/11/08/clojure-and-ponies/</id><content type="html">&lt;iframe src="//player.vimeo.com/video/78909065" width="640" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;

&lt;p&gt;&lt;a href="http://vimeo.com/78909065"&gt;Hands On with Clojure&lt;/a&gt; from &lt;a href="http://vimeo.com/user4280938"&gt;Øredev
Conference&lt;/a&gt; on &lt;a href="https://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="clojure"></category><category term="geek"></category><category term="MLP"></category></entry><entry><title>Timelapse Test</title><link href="https://kevinisageek.org/2013/10/24/timelapse-test/" rel="alternate"></link><published>2013-10-24T10:55:00+01:00</published><updated>2013-10-24T10:55:00+01:00</updated><author><name>Kevin Smith</name></author><id>tag:kevinisageek.org,2013-10-24:/2013/10/24/timelapse-test/</id><summary type="html">&lt;p&gt;I decided to test out the timelapse feature of my new to me GoPro
camera. Set to take a picture every 2 seconds. Mounted using a cheapo
windscreen mount I got from eBay.&lt;/p&gt;
&lt;p&gt;To render the video I used this incantation:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;ffmpeg -r 1/0.5 -pattern_type glob -i &amp;#39;*.JPG …&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;I decided to test out the timelapse feature of my new to me GoPro
camera. Set to take a picture every 2 seconds. Mounted using a cheapo
windscreen mount I got from eBay.&lt;/p&gt;
&lt;p&gt;To render the video I used this incantation:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;ffmpeg -r 1/0.5 -pattern_type glob -i &amp;#39;*.JPG&amp;#39; -c:v libx264 timelapse.mp4
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The result is below.&lt;/p&gt;
&lt;video width="720" height="480" controls class="align-center" loading="lazy"&gt;
    &lt;source src="https://kevinisageek.org/media/video/2014-07-30 loch leven by bicycle.mp4" type="video/mp4"&gt;
    Your browser does not support the video tag.
&lt;/video&gt;

&lt;p&gt;Not too shabby.&lt;/p&gt;</content><category term="misc"></category><category term="GoPro"></category><category term="timelapse"></category><category term="video"></category></entry><entry><title>Swapped the genuine air filter in Serenity for a K&amp;N one.</title><link href="https://kevinisageek.org/2013/10/17/swapped-the-genuine-air-filter-in-serenity-for-a-kn-one/" rel="alternate"></link><published>2013-10-17T11:03:00+01:00</published><updated>2013-10-17T11:03:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-17:/2013/10/17/swapped-the-genuine-air-filter-in-serenity-for-a-kn-one/</id><content type="html">&lt;p&gt;Supposedly the last air filter I will ever buy. Hopefully this is true. In any case, it
should be cheaper overall given that you can wash them and that will
contribute to less landfill.&lt;/p&gt;</content><category term="misc"></category><category term="air filter, K&amp;amp"></category><category term="N, Land Rover Defender, micro"></category></entry><entry><title>Democrats Vs Republicans</title><link href="https://kevinisageek.org/2013/10/16/democrats-vs-republicans/" rel="alternate"></link><published>2013-10-16T21:10:00+01:00</published><updated>2013-10-16T21:10:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-16:/2013/10/16/democrats-vs-republicans/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;&amp;lt; mephyt&amp;gt; half retarded with the ability to handle velcro shoes is
better than trying to hump peanut butter jars while screaming
incoherently&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I'll let you decide which is which.&lt;/p&gt;</content><category term="misc"></category><category term="irc"></category><category term="quote"></category><category term="US shutdown"></category></entry><entry><title>Got me a GoPro!</title><link href="https://kevinisageek.org/2013/10/13/got-me-a-gopro/" rel="alternate"></link><published>2013-10-13T21:54:00+01:00</published><updated>2013-10-13T21:54:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-13:/2013/10/13/got-me-a-gopro/</id><content type="html">&lt;p&gt;Will hopefully start shooting some video.&lt;/p&gt;</content><category term="misc"></category><category term="GoPro"></category><category term="micro"></category></entry><entry><title>Land Rover stopping Defender production</title><link href="https://kevinisageek.org/2013/10/10/land-rover-stopping-defender-production/" rel="alternate"></link><published>2013-10-10T16:20:00+01:00</published><updated>2013-10-10T16:20:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-10:/2013/10/10/land-rover-stopping-defender-production/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;"What are they going to make instead? Something with nice seats and
too much carpet, probably."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;-- Viv Wing, from &lt;a href="http://www.bbc.co.uk/news/uk-england-24458499"&gt;http://www.bbc.co.uk/news/uk-england-24458499&lt;/a&gt;&lt;/p&gt;</content><category term="misc"></category><category term="Land Rover Defender"></category><category term="quote"></category></entry><entry><title>Proof of Concept or GTFO issue 01</title><link href="https://kevinisageek.org/2013/10/06/proof-of-concept-or-gtfo-issue-01/" rel="alternate"></link><published>2013-10-06T19:13:00+01:00</published><updated>2013-10-06T19:13:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-06:/2013/10/06/proof-of-concept-or-gtfo-issue-01/</id><summary type="html">&lt;p&gt;The Right Reverened Pastor Manul Laphroaig has &lt;a href="http://aptfriendfinder.com/friends/pocorgtfo01.pdf"&gt;released the 2nd issue
of "Proof of Concept
or &lt;/a&gt;&lt;a href="http://aptfriendfinder.com/friends/pocorgtfo01.pdf"&gt;GTFO"&lt;/a&gt;.
While you are reading that, &lt;a href="http://aptfriendfinder.com/friends/pocorgtfo00.pdf"&gt;grab the
first&lt;/a&gt;&lt;a href="http://aptfriendfinder.com/friends/pocorgtfo00.pdf"&gt;issue
too&lt;/a&gt;. When you have
read both, share them!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Because if burning a book is a sin—which it surely is!—then copying of
a …&lt;/p&gt;&lt;/blockquote&gt;</summary><content type="html">&lt;p&gt;The Right Reverened Pastor Manul Laphroaig has &lt;a href="http://aptfriendfinder.com/friends/pocorgtfo01.pdf"&gt;released the 2nd issue
of "Proof of Concept
or &lt;/a&gt;&lt;a href="http://aptfriendfinder.com/friends/pocorgtfo01.pdf"&gt;GTFO"&lt;/a&gt;.
While you are reading that, &lt;a href="http://aptfriendfinder.com/friends/pocorgtfo00.pdf"&gt;grab the
first&lt;/a&gt;&lt;a href="http://aptfriendfinder.com/friends/pocorgtfo00.pdf"&gt;issue
too&lt;/a&gt;. When you have
read both, share them!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Because if burning a book is a sin—which it surely is!—then copying of
a book is your sacred duty.&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="paper"></category><category term="Pastor Manul Laphroaig"></category><category term="tech"></category></entry><entry><title>Got me some new bling!</title><link href="https://kevinisageek.org/2013/10/04/blingin/" rel="alternate"></link><published>2013-10-04T11:51:00+01:00</published><updated>2013-10-04T11:51:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-10-04:/2013/10/04/blingin/</id><content type="html">&lt;p&gt;Bring it on winter!&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-10-04 blingin/1380269285003.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-10-04 blingin/1380803681374.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-10-04 blingin/IMG_20131004_135246.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2013-10-04 blingin/IMG_20131004_135258.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;</content><category term="misc"></category><category term="BF Goodrich"></category><category term="bling"></category><category term="Land Rover Defender"></category><category term="wheels"></category><category term="micro"></category></entry><entry><title>Il Vicino Italian Resteraunt Review</title><link href="https://kevinisageek.org/2013/09/25/il-vicino-italian-resteraunt-review/" rel="alternate"></link><published>2013-09-25T19:42:00+01:00</published><updated>2013-09-25T19:42:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-09-25:/2013/09/25/il-vicino-italian-resteraunt-review/</id><summary type="html">&lt;p&gt;After a long day out in Albuquerque, some form of sustenance is needed.
&lt;a href="http://pig-monkey.com"&gt;Pig Monkey&lt;/a&gt; found a potential candidate so we
made our way there.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ilvicino.com"&gt;Il Vicino&lt;/a&gt; is an Italian restaurant
specialising in pizza but has other stuff available too. The strange
thing about the place is that you order …&lt;/p&gt;</summary><content type="html">&lt;p&gt;After a long day out in Albuquerque, some form of sustenance is needed.
&lt;a href="http://pig-monkey.com"&gt;Pig Monkey&lt;/a&gt; found a potential candidate so we
made our way there.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ilvicino.com"&gt;Il Vicino&lt;/a&gt; is an Italian restaurant
specialising in pizza but has other stuff available too. The strange
thing about the place is that you order and pay for your food before
being seated. However, that has the advantage of not needing to hang
about waiting for the servers to get your receipt and all that faffing
about.&lt;/p&gt;
&lt;p&gt;We got ourselves seated and began to take in the atmosphere. The major
feature is the 2 large fired ovens used for cooking the pizzas and other
food. Evidently they cook really quickly because barely 5 minutes after
we sat down we had our food on the table. Quick service or what?&lt;/p&gt;
&lt;p&gt;I can't speak for the others but my sandwich (a Panino Casino) was
bloody fantastic. Lots of ham and cheese with a nice side salad. Less
than \$10 after tax. It was so good that I left a \$5 tip. Seriously, if
you ever find yourself in Albuquerque then get to this place. You will
not regret it.&lt;/p&gt;
&lt;p&gt;Il Vicino, 3403 Central NE, Albuquerque, NM, 87106. +1-505-266-7855.&lt;/p&gt;</content><category term="misc"></category><category term="Albuquerque"></category><category term="resteraunt"></category><category term="review"></category></entry><entry><title>You know you're in America when</title><link href="https://kevinisageek.org/2013/09/18/you-know-youre-in-america-when/" rel="alternate"></link><published>2013-09-18T19:45:00+01:00</published><updated>2013-09-18T19:45:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-09-18:/2013/09/18/you-know-youre-in-america-when/</id><content type="html">&lt;p&gt;you get handed a whole bunch of firearms to have a look at just after waking up.&lt;/p&gt;</content><category term="misc"></category><category term="'Murica"></category><category term="micro"></category></entry><entry><title>Off to New Mexico</title><link href="https://kevinisageek.org/2013/09/17/off-to-new-mexico/" rel="alternate"></link><published>2013-09-17T16:09:00+01:00</published><updated>2013-09-17T16:09:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-09-17:/2013/09/17/off-to-new-mexico/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Agent Coulson: "I’ve been reassigned; director Fury wants me in New
Mexico"&lt;br&gt;
 Tony Stark: "Fantastic, land of enchantment"&lt;br&gt;
 AC: "That’s what I am told"&lt;br&gt;
 TS: "Secret stuff?"&lt;br&gt;
 AC: "Something like that"&lt;br&gt;
 --Iron Man 2&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="quote"></category><category term="vagabonding"></category></entry><entry><title>Disabling your trackpad when a mouse is connected</title><link href="https://kevinisageek.org/2013/08/27/disabling-your-trackpad-when-a-mouse-is-connected/" rel="alternate"></link><published>2013-08-27T19:43:00+01:00</published><updated>2013-08-27T19:43:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-08-27:/2013/08/27/disabling-your-trackpad-when-a-mouse-is-connected/</id><summary type="html">&lt;p&gt;Typing on my laptop often has the side effect of touching the trackpad and sending the cursor wildly off and inserting text elsewhere. This is highly irritating when programming. Thankfully there is a simple two line fix for GNU/Linux systems using udev. Simply add &lt;code&gt;SUBSYSTEM=="input", KERNEL=="mouse[0-9 …&lt;/code&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;Typing on my laptop often has the side effect of touching the trackpad and sending the cursor wildly off and inserting text elsewhere. This is highly irritating when programming. Thankfully there is a simple two line fix for GNU/Linux systems using udev. Simply add &lt;code&gt;SUBSYSTEM=="input", KERNEL=="mouse[0-9]*", ACTION=="add", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/username/.Xauthority", RUN+="/usr/bin/synclient TouchpadOff=1"
SUBSYSTEM=="input", KERNEL=="mouse[0-9]*", ACTION=="remove", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/username/.Xauthority", RUN+="/usr/bin/synclient TouchpadOff=0"&lt;/code&gt; unplug and replug your mouse and you should be good to go.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://wiki.archlinux.org/index.php/Synaptics#Disable_touchpad_upon_external_mouse_detection"&gt;Source&lt;/a&gt;.&lt;/p&gt;</content><category term="misc"></category><category term="code"></category><category term="udev"></category></entry><entry><title>Just stick it in my butt</title><link href="https://kevinisageek.org/2013/06/04/just-stick-it-in-my-butt/" rel="alternate"></link><published>2013-06-04T15:42:00+01:00</published><updated>2013-06-04T15:42:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-06-04:/2013/06/04/just-stick-it-in-my-butt/</id><content type="html">&lt;p&gt;An enterprising fellow has come up with a fantastic Chrome extension
which &lt;a href="https://github.com/panicsteve/cloud-to-butt"&gt;swaps
all&lt;/a&gt;&lt;a href="https://github.com/panicsteve/cloud-to-butt"&gt;occurrences of "the
cloud" with "my butt"&lt;/a&gt;.
Naturally I found that idea to be hilarious.&lt;/p&gt;
&lt;p&gt;Folk have then gone on to make versions for
&lt;a href="https://github.com/logancollins/cloud-to-butt-safari"&gt;Safari&lt;/a&gt;,
&lt;a href="https://github.com/DaveRandom/cloud-to-butt-mozilla"&gt;Firefox&lt;/a&gt;
and &lt;a href="https://github.com/DaveRandom/cloud-to-butt-opera"&gt;Opera&lt;/a&gt;. Check it
out!&lt;/p&gt;</content><category term="misc"></category><category term="butts"></category><category term="cloud"></category><category term="humour"></category></entry><entry><title>Be wary of strong drink</title><link href="https://kevinisageek.org/2013/01/24/be-wary-of-strong-drink/" rel="alternate"></link><published>2013-01-24T15:39:00+00:00</published><updated>2013-01-24T15:39:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2013-01-24:/2013/01/24/be-wary-of-strong-drink/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;Be wary of strong drink. It can make you shoot at tax collectors...and
miss&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;--Lazarus Long, Time Enough For Love&lt;/p&gt;</content><category term="misc"></category><category term="quote"></category></entry><entry><title>Wombling</title><link href="https://kevinisageek.org/2012/11/14/wombling/" rel="alternate"></link><published>2012-11-14T15:58:00+00:00</published><updated>2012-11-14T15:58:00+00:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2012-11-14:/2012/11/14/wombling/</id><summary type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2012-11-14 wombling/wombled.jpg" class="align-center" loading="lazy" /&gt;
For those wondering what the hell this british guy means by wombling, &lt;a href="http://en.wikipedia.org/wiki/The_Wombles"&gt;The
Wombles&lt;/a&gt; were a fictional
species of anthropomorphic burrowing creatures who reused and recycled
human rubbish. Wombling therefore refers to the act of making use of
waste that others would simply throw in the bin (or worse, leave …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2012-11-14 wombling/wombled.jpg" class="align-center" loading="lazy" /&gt;
For those wondering what the hell this british guy means by wombling, &lt;a href="http://en.wikipedia.org/wiki/The_Wombles"&gt;The
Wombles&lt;/a&gt; were a fictional
species of anthropomorphic burrowing creatures who reused and recycled
human rubbish. Wombling therefore refers to the act of making use of
waste that others would simply throw in the bin (or worse, leave on the
ground for others to deal with). In this case, I have wombled a large
amount of polypropylene rope and several meters of good quality copper
wire from a skip.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2012-11-14 wombling/good_copper.jpg" class="align-center" loading="lazy" /&gt;
Who in their right mind throws away mains thickness copper?! At the
very least, it could be scrapped for cash.  &lt;/p&gt;
&lt;p&gt;&lt;img src="https://kevinisageek.org/media/images/2012-11-14 wombling/frayed.jpg" class="align-center" loading="lazy" /&gt;&lt;/p&gt;
&lt;p&gt;The rope hasn't been cared for particularly well. I will need to get the
ends whipped to prevent further fraying. Its nowhere near recovery grade
so no towing or winching but it will be useful for tying down stuff. 
Free cordage is always a good thing.&lt;/p&gt;
&lt;p&gt;Its worth keeping an eye out for things that have been discarded that
could be of use. As the saying goes, one man's garbage is another's
treasure.&lt;/p&gt;</content><category term="misc"></category><category term="recycling"></category><category term="rope"></category><category term="waste"></category><category term="wire"></category><category term="wombling"></category></entry><entry><title>UK Self Defence</title><link href="https://kevinisageek.org/2012/10/10/uk-self-defence/" rel="alternate"></link><published>2012-10-10T15:44:00+01:00</published><updated>2012-10-10T15:44:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2012-10-10:/2012/10/10/uk-self-defence/</id><content type="html">&lt;blockquote&gt;
&lt;p&gt;11:57 &amp;lt; IronAngel&amp;gt; the example further down of picking up a brick to
fend off an attacker&lt;br&gt;
11:57 &amp;lt; IronAngel&amp;gt; soon you will have to have a letter from the
home office to buy bricks&lt;br&gt;
11:57 &amp;lt; kevinisageek&amp;gt; true story&lt;/p&gt;
&lt;/blockquote&gt;</content><category term="misc"></category><category term="irc"></category><category term="quote"></category><category term="self defence"></category></entry><entry><title>Predator Archive</title><link href="https://kevinisageek.org/2012/07/24/predator-archive/" rel="alternate"></link><published>2012-07-24T19:31:00+01:00</published><updated>2012-07-24T19:31:00+01:00</updated><author><name>Kevin</name></author><id>tag:kevinisageek.org,2012-07-24:/2012/07/24/predator-archive/</id><summary type="html">&lt;p&gt;Thought I would throw up a copy of some interesting files written by
Michael Carlton aka Predator. He was a rather influential dude from
Sydney, Australia who was involved in several underground media projects
and a whole bunch of other stuff. Alas, he is no more, having passed
nearly a …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Thought I would throw up a copy of some interesting files written by
Michael Carlton aka Predator. He was a rather influential dude from
Sydney, Australia who was involved in several underground media projects
and a whole bunch of other stuff. Alas, he is no more, having passed
nearly a decade ago. Information on the guy is surprisingly sparse, the
main project he was involved with, http://cat.org.au is offline so
information cannot be gleaned there.&lt;/p&gt;
&lt;p&gt;However, all is not lost. I managed to get what is essentially a dump of
his home folder
(&lt;a href="https://kevinisageek.org/media/misc/predarchive.tar"&gt;predarchive&lt;/a&gt;)
from my mate Harlequin, who I believe was connected to Pred in some way.
I have also just stumbled on the book which is mentioned in various
places,
&lt;a href="https://kevinisageek.org/media/misc/pred.txt.pdf"&gt;Pred.txt&lt;/a&gt;(not
actually .txt but .pdf).&lt;/p&gt;
&lt;p&gt;Go have a read, if you are anything like me, you will enjoy and want
more.&lt;/p&gt;</content><category term="misc"></category><category term="crazy aussie bloke"></category><category term="predator"></category><category term="rip"></category></entry></feed>