-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
120 lines (97 loc) · 8.75 KB
/
Copy pathindex.xml
File metadata and controls
120 lines (97 loc) · 8.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>for func() sake { }</title>
<link>https://forfuncsake.github.io/</link>
<description>Recent content on for func() sake { }</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>&copy; 2017. All rights reserved.</copyright>
<lastBuildDate>Sun, 22 Aug 2021 17:30:00 +1000</lastBuildDate>
<atom:link href="https://forfuncsake.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Owning My Own Powerpal Data</title>
<link>https://forfuncsake.github.io/post/2021/08/owning-my-own-powerpal-data/</link>
<pubDate>Sun, 22 Aug 2021 17:30:00 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2021/08/owning-my-own-powerpal-data/</guid>
<description>If you haven&rsquo;t heard of Powerpal, it&rsquo;s a little Bluetooth Low-Energy (BLE) device available in Australia that attaches to your residential electricity meter to collect and display realtime and historic energy usage data via a mobile app. This alone is pretty awesome, but if you&rsquo;re in the state of Victoria, you can also get one for free under the Victorian Government Energy Upgrades scheme.
&hellip; and if you claim yours via my referral link, I get $5: https://www.</description>
</item>
<item>
<title>Reversing WiFi QuickConfig for an IP Cam</title>
<link>https://forfuncsake.github.io/post/2020/07/wifi-quick-config/</link>
<pubDate>Fri, 17 Jul 2020 21:25:26 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2020/07/wifi-quick-config/</guid>
<description>The Camera I recently came across a really good deal on a WiFi Video Doorbell being cleared out by AusPost for AU$29 a pop (specifically, the Q-See QDB03-AU). The unit comes packaged with a pair of 18650 Lithium-ion batteries that are claimed to provide up to 6 months standby and has a list of features that include 2-way talk, PIR motion sensing and local SD card recording (card not included).</description>
</item>
<item>
<title>DIY GSX-R Servo Eliminator</title>
<link>https://forfuncsake.github.io/post/2020/03/diy-gsxr-servo-eliminator/</link>
<pubDate>Sun, 15 Mar 2020 11:19:39 +1100</pubDate>
<guid>https://forfuncsake.github.io/post/2020/03/diy-gsxr-servo-eliminator/</guid>
<description>Recently the SET valve servo motor - known in the service manual as the Exhaust control valve actuator (EXCVA) - on my L2 (2012) Suzuki GSX-R750 failed. The initial symptom was a clicking sound during the startup cycle while the ECU tested the valve. The clicking is the result of one of the nylon gears inside the actuator becoming stripped, which essentially means that it&rsquo;s toast!
There are 3 main options available to deal with this issue:</description>
</item>
<item>
<title>DIY Smart Garage Door with HomeKit - Part 2</title>
<link>https://forfuncsake.github.io/post/2018/03/diy-smart-garage-door--part-2/</link>
<pubDate>Mon, 19 Mar 2018 20:09:35 +1100</pubDate>
<guid>https://forfuncsake.github.io/post/2018/03/diy-smart-garage-door--part-2/</guid>
<description>The Hardware Build This post will cover the design and build of my hardware solution for the DIY Smart Garage Door Controller, from its humble beginnings on the breadboard (pictured below) to final prototype.
The initial breadboard circuit was something I threw together to work on the software. It was based on a single momentary switch (button) simulating the door sensor, with an LED simulating the relay. Not a whole lot changed in the design, other than to add a second door sensor.</description>
</item>
<item>
<title>DIY Smart Garage Door with HomeKit - Part 1</title>
<link>https://forfuncsake.github.io/post/2018/03/diy-smart-garage-door--part-1/</link>
<pubDate>Sun, 18 Mar 2018 20:09:35 +1100</pubDate>
<guid>https://forfuncsake.github.io/post/2018/03/diy-smart-garage-door--part-1/</guid>
<description>While looking for parts of my house that I want to bring into the Smart Home/IOT era, I started searching for DIY &ldquo;smart&rdquo; devices to get started on a low budget.
One blog post titled $10 DIY Wifi Smart Button / Switch caught my attention with the ESP8266 Development Board - this is a very cheap and convenient board that can be powered via USB, flashed using Arduino IDE (along with several other methods) and has built-in WiFi.</description>
</item>
<item>
<title>When Go Slice Bounds Get Hazy</title>
<link>https://forfuncsake.github.io/post/2017/09/when-go-slice-bounds-get-hazy/</link>
<pubDate>Fri, 01 Sep 2017 23:00:32 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2017/09/when-go-slice-bounds-get-hazy/</guid>
<description>Earlier this week, I thought I stumbled across a bug in the go standard library.
Earlier this week, I was wrong.
While browsing the net/http sources, I spotted what appears to be an index out of range in calls to http.Request.BasicAuth().
Decoding func parseBasicAuth():
If the value string has prefix &ldquo;Basic &ldquo; base64 decode the remainder of the string find the index of the first colon (:) in the decoded result return username and password as the substrings before and after the colon, respectively But wait - what if there&rsquo;s nothing after the colon?</description>
</item>
<item>
<title>How To Trust Extra CA Certs In Your Go App</title>
<link>https://forfuncsake.github.io/post/2017/08/trust-extra-ca-cert-in-go-app/</link>
<pubDate>Sat, 26 Aug 2017 13:57:07 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2017/08/trust-extra-ca-cert-in-go-app/</guid>
<description>Edit: Thanks to /u/epiris for pointing out that I actually posted a server-side code example, not client side. I think I got distracted while finishing off the post&hellip; completely missing the point! Whoops. Code sample is fixed now.
At work this week, I was tasked with updating a couple of older internal go applications currently serving HTTP to serve HTTPS instead.
Generally, go makes this a pretty simple task and there are plenty of existing guides on the web that cover the process, so I won&rsquo;t bore you with it here.</description>
</item>
<item>
<title>About</title>
<link>https://forfuncsake.github.io/about/</link>
<pubDate>Wed, 19 Jul 2017 23:27:47 +1000</pubDate>
<guid>https://forfuncsake.github.io/about/</guid>
<description>Dave Russell is a software developer, exploring and enjoying the go language and community. This site is a place for me to experiment with hugo, GitHub Pages; and eventually sharing topics worthy of being a blog post.
Thanks for stopping by&hellip;</description>
</item>
<item>
<title>Blog Version Control</title>
<link>https://forfuncsake.github.io/post/2017/07/blog-version-control/</link>
<pubDate>Thu, 13 Jul 2017 21:39:38 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2017/07/blog-version-control/</guid>
<description>Following on from my last post&hellip;
The Hugo Quickstart Guide gives instructions on setting up version control and publishing a site on GitHub Pages - but using the method of pushing to a gh-pages branch.
This is the typical path for a &ldquo;project site&rdquo;, but a user site (with no repository in the URL) will publish to Pages only from the master branch. So adding the hugo files to version control required me to either start another project - or just be sensible about it and use a non-master branch of the user project (which must be named &lt;username&gt;.</description>
</item>
<item>
<title>package blog</title>
<link>https://forfuncsake.github.io/post/2017/07/package-blog/</link>
<pubDate>Wed, 12 Jul 2017 23:36:55 +1000</pubDate>
<guid>https://forfuncsake.github.io/post/2017/07/package-blog/</guid>
<description>Every blog needs a first post, and what better subject to record than the birth of this blog.
Last weekend, I was reading a particular reddit post and noticed the OPs username forfunc. I&rsquo;ve also been watching (and loving!) @francesc&rsquo;s JustForFunc channel. I like the wordplay and thought myself very clever indeed when I came up with &ldquo;for func sake&rdquo;&hellip;
It just so happened that the username was available in the places I want to use it; and I&rsquo;ve been less than thrilled with my previous username choice(s)&hellip; so I spent an hour or so creating new accounts across the web.</description>
</item>
</channel>
</rss>