There is nothing quite so useless as doing with great efficiency something that should not be done at all.
Category: Blog
Being Smarter by Not Thinking
Thereās a popular
myth that says we only use 10% of our brains.
Itās simply not true. Studies (including the source of all scientific truth: an episode of
MythBusters) have proven that all areas of the brain have a function, and while
the percentage that weāre āusingā at any given time varies by task it can
certainly exceed 10%.
One thing that seems very obvious to me without needing to
cite a study about it, however, is that I certainly have unused brain capacity,
and it can do amazing things when you leave it to its own devices.
As an example of what Iām talking about, I refer you to a
link I posted on this very blog some time ago: Why
Great Ideas Always Come in the Shower (and How to Harness Them).
In the brief commentary I added, I mentioned that never in
my life have I had a good idea in a meeting. Great ideas come to me while Iām
doing other things. Specifically, other things that do not take much in the way
of thought and offer little in the way of distraction: things where my brain
gets left to itās own devices and has an opportunity to wander ā showering,
certainly, but also commuting, trying to get to sleep at the very end of the
day (infuriatingly), and when Iām at the gym.
Talking of the latter one, I havenāt been to the gym for
quite some time.
When we lived in our apartment there was a gym in the
building, and that was great. I could easily fit in a solid 45 minutes there at
lunch. Any spare 30 minute window in my schedule could be turned into 20
minutes on the stationary bike.
I want to go back, but now that weāve bought the house there
is obviously not an on-site gym. Thereās a gym at the office (20 minutes away)
and a Goodlife Fitness close by (10 minutes away) where Iād get a discounted
rate, but small though it is even that travel time is putting me off. I will
most likely join Goodlife, since I rarely go to the office these days and
installing a home gym just isnāt in the budget right now, but Iāve been missing
the ability to easily take 30 minutes and get some exercise, and Iām sad that
none of the solutions will offer me that. In the absence of a perfect solution,
I havenāt done anything at allā¦ until yesterday.
Since the weather here in Calgary is distinctly spring-like
these days, I went for a walk before I started my work day. I didnāt go far ā a
little less than 2km, according to the Google Fit data from my phone and watch
ā just down the road a bit and then back along the pathways that run through
our neighbourhood.
I liked it so much I did it again at lunch time, and then
for a third time this morning.
The physical benefits of this, though Iām sure not huge by any
means, are probably much needed at this point. Really though what I like about
it so much are the mental benefits. Iāve never been much of a morning person
and I would never consider going to the gym before work, but rolling out of bed
and attempting to be productive more or less immediately is not a recipe for
success either. Feeling like my day has already started by the time I sit down
to get some work done definitely gives me a mental boost that Iāve been able to
capitalize on. More significantly though, thereās a lot to be said for the kind
of problem solving that can only come from not thinking about something too
much and letting my subconscious guide me in ways that Iād never have come up
with if I were sitting at my desk consciously trying to focus on something.
Itās amazing what you can do when youāre not trying to do
anything.
Six phases of a project
Six phases of a project
Quote
The journey of a thousand miles starts with a single step, in the opposite direction
ā Me, reflecting on some meetings Iāve had recently
Sometimes you need to take a step back and learn to walk before you try and run.
New Code Projects: Backblaze B2 Version Cleaner & VBA SharePoint List Library
Itās been a while since Iāve posted code of any description, but Iāve been working on a couple of things recently that Iām going to make publicly available on my GitLab page (and my mirror repository at code.jnf.me)
Backblaze B2 Version Cleaner
I wrote last week about transitioning my cloud backup to Backblazeās B2 service, and I also mentioned a feature of it thatās nice but also slightly problematic to me: it keeps an unlimited version history of all files.
Thatās good, because it gives me the ability to go back in time should I ever need to, but over time the size of this version history will add up – and Iām paying for that storage.
So, Iāve written a script that will remove old versions once a newer version of the same file has reached a certain (configurable)Ā āsafe age.ā
For my purposes I use 30 days, so a month after Iāve overwritten or deleted a file the old version is discarded. If I havenāt seen fit to roll back the clock before then my chance is gone.
VBA SharePoint List Library
This one I created for work. Getting data from a SharePoint list into Excel is easy, but I needed to write Excel data to a list. I assumed thereād be a VBA function that did this for me, but as it turns out I was mistaken – so I wrote one!
At the time of writing this is inĀ āproof of conceptā stage. It works, but itās too limited for primetime (it can only create new list items, not update existing ones, and each new item can only have a single field).
Out of necessity Iāll be developing this one pretty quickly though, so check back regularly! Once itās more complete Iāll be opening it up to community contributions.
I have no plans to add functions that read from SharePoint to this library, but once I have the basic framework down that wouldnāt be too hard to add if youāre so inclined. Just make sure you contribute back!
Raspberry Pi Whole Home Audio: The Death of a Dream?
If youāve been following my blog for a while, youāll know
that Iāve written a whole
series of posts on my efforts to take a few Raspberry Pis and turn them
into a DIY whole home audio solution.
If youāve ever looked at the product offering within the
whole home audio space, youāll know that setting such a thing up is either
cripplingly expensive, involves tearing the walls apart to run cables, or both.
Where we left off Iād put together a solution that was
glorious when it worked, but that was rare. Typically the audio was either out
of sync between the devices right from the get go, or quickly got that way.
Getting the Pis to play the same music was relatively
simple, but getting it perfectly in sync so that it could be used in a
multi-room setup eluded me to the end, and eventually I gave up.
The bottom line is that synchronizing audio between multiple
devices in a smart way requires specialized hardware that can properly account
for the differences in network latency between each of the end points. The Pi
doesnāt have that, and itās not really powerful enough to emulate it through
software.
So is my dream of a reasonably priced whole home audio
solution dead? Hell no.
In October I wrote
about Googleās announcement of the Chromecast Audio. At the time it didnāt
have support for whole home audio but Google had promised that it was coming.
Itās here.
The day they announced that it had arrived was the day I
headed over to my local BestBuy and picked up four of these things. I plan to
add two more, and I couldnāt be happier with the results.
Plus, it frees up the Pis for other cool projects. Watch
this space!
Cloud Backup, Episode III
Iāve written a couple
of times
before about what I do to backup all my important data.
My last post on the topic was more than a year ago though,
so Iāll forgive you if youāve forgotten. Hereās a recap: originally I was using
a fairly traditional consumer backup service, ADrive.
This worked well because theyāre one of the few services that provides access
by Rsync, which made it easy to run scripted backup jobs on my linux
server. Their account structure didnāt really meet my needs, however: you
pay for the storage you have available to you, not what you use. When I hit the
upper limit of my account the next tier up didnāt make financial sense, so I
switched.
About 15 months ago I moved my backups over to Googleās Cloud Platform. This gives me an
unlimited amount of storage space, and I just pay for what I use at a rate of
$0.02/GB/Month. This has been working well for me.
In December I
found Backblaze
B2. They offer a service very similar to Googleās (or Amazon S3, or
Microsoft Azure, or any of the other players in this space that you may have
heard of), except they cost a quarter of the price at $0.005/GB/Month. Thereās
even a free tier, so you donāt pay anything for the first 10GB. When I first
looked at them their toolset for interacting with their storage buckets really
wasnāt where I needed it to be to make them viable, but theyāve been iterating
quickly. I checked again this week, and Iāve already started moving some of my
backups over.
In time, I plan to switch all my backups over. So far Iāve
moved my documents folder and backups of my webserver, which totals about
2.5GB. Thatās nice, because it means Iām still within the free tier. The next
thing to tackle is the backups of all our photos and music, which combine at
around 110GB. That means I have to transfer 110GB of data though, which is
going to be a painful experience. Iām still thinking about the best way to do
it, but probably the direction Iāll go is to spin up a VPS and have it handle
the download of the backup from Google and the upload to Backblaze, then it
doesnāt hog all the bandwidth I have on my home internet connection.
The only other thing to think about with Backblaze is
versioning. Google offers versioning on their storage buckets, but I have it
disabled. With Backblaze there is no option (at least not that Iāve found) to
disable this feature ā meaning previous versions of files are retained and
count toward my storage bill.
Iām torn on this. The easy thing to do would be to disable
it, assuming one of Backblazeās future iterations of their service offering is
in fact the ability to turn this off. Iām thinking though that the smarter
thing to do is make use of it.
For me and my consumer needs, that will most likely mean I
put together a PHP script or two to more intelligently manage it, however. Some
past versions are nice, but some of the files in my backup are changed pretty
frequently, and I definitely donāt need an unlimited history.
Still, Iām very much pleased with the price of B2, and
watching the feature set rapidly improve over the past couple of months gives
me confidence that I can move my backups over and keep them there for the
long-term, because the transition from one service to another is not something
I want to put myself through too often.
13 bad habits you should break in 2016 to be more productive
I wouldnāt say Iām guilty of all of these, but… yāknow… 75%.
13 bad habits you should break in 2016 to be more productive
With the craziness of buying a new house in the last couple of months we never did get around to making Christmas cards this year, so if you’ve been waiting by your mailbox you can stop that now. I promise we’ll do some extra-cheesy ones next year, and I hope everyone has a very merry Christmas and a happy new year, from our family to yours.