Where to learn online?

As mentioned in my last post, I’m taking advantage of this arbitrary point in the Earth’s rotation around Sol as a starting point for a renewed spring of educational self-improvement. Since then I’ve been looking into what online courses to take advantage of.
Below are some of my impressions, both old and new, of some of the online learning resources I’ve dabbled with.

Continue reading “Where to learn online?”

New Year, New Goals (just like everyone else)

My goal is to focus less of my free time on games, tv, and other wastes of time, and more on learning, reading, and strengthening my skills as a technical writer.

To that end I’ve been looking into several online coding courses. I’ve already tried some in the past, and never found one that suited me. But there’s always more options, and perhaps a permutation of two or more courses on the same subject might yield an education path I find more palatable.

The secondary advantage will be that I will have more notable things to blog about, bringing this blog back up from its slumber.

So wish me luck, and if you have any first-hand experience with self-learning on tech subjects online, please share it in the comments!

Childhood Effects on my Adult Sleep

Last night I went to Zappa Plays Zappa, the show where Dweezil Zappa and a group of very talented musicians performs Frank Zappa songs. It was an amazing show. Jen and I were especially impressed with Scheila Gonzalez, who played several instruments perfectly, including a downright amazing saxophone solo, and sang with amazing range.

Since it’s the 40th anniversary of the album One Size Fits All, they played most of the album before doing other hits. If you’re not familiar with Zappa or the album click here and listen to about a minute of it. We sat in  the third row left of center, right in front of the trumpet  / trombone / guitar player, so it was pretty freaking loud. Imagine the scene, and then guess what I did.

I fell asleep.

Several times in fact. I was following this loud, intricate cacophony of sound, and then suddenly I’m in a random dream sequence with the music in it, and then I open my eyes back at the show. I wasn’t tired before the show started, and after the album finished and they played more standard rock songs I was awake and alert again. Why would the most musically complex music I’ve ever heard performed live make me fall asleep sitting up?

Here’s my theory: as a child my parents would play lots of music, including a lot of Zappa. I would be put to bed at 7 or 8 and they would play One Size Fits All among others while I slept, in an old house with thin walls. Has my brain been trained to associate this music with sleep, to the point where it will put me under in a situation otherwise unconducive to sleep?

If anyone has any insight into this sort of phenomenon, please let me know!

The Linux Power User

There’s a whole group of Linux users out there (myself included), for whom we aren’t writing guides for. When you search for answers online, you find one of two types of write-ups: basic instructionals aimed at first timers, and advanced hacks for those who already have coding language or two under their belt.

But what about everyone in the middle? Those who know how to live in Linux, but aren’t developers? Can those who develop open-source software put themselves in the right mindset to write documentation for those who don’t know what they know? In most cases, the answer seems to be no.

Here’s an example: when I was interested in trying out Atom, I found this project, which include syntax highlighting for GitHub flavored Markdown. Great stuff, but how do I add it to the text editor? If I was only to use the maintainer’s readme file, I’d be lost on how to use it. Bad form.

On the other hand, here’s a project on GitHub from a former colleague with an excellent readme which covers not only installation. but common configurations and usage. Well done!

I’ve asked around, and I’m not the only one who feels that there’s a gap in tech write-ups. That’s why when we write guides for Linode </obvious product placement> we specify the prerequisite knowledge and link to those guides, and don’t cover anything that’s in them. But all new concepts are explained and exampled.

So if you’re a member of an open-source project, go take a look at your README. Would it make sense to someone who’s never used the language it’s written in? Do you explain how to install it, or expect the reader to already be familiar with make? Think about it please.

Using Nest’s API – Part 1

I’ve been made an interesting offer by Nest – they will give me one of their spectacular thermostats (and a smoke / CO detector), if I can find a fun open-source use of their API and write it up.

Challenge Accepted

I already explained that I’m not a programmer, although I’ve been experimenting with python for the last couple of weeks, but I’ll happily give it a shot.

Step 1: Brainstorming.

What would I want to build to extend the functionality of a wifi-connected smart thermostat? The first thing that comes to mind is making a twitter account for it, and having it tweet the temperature in my home. I figure’d that would have been done so many times before that there would be nothing left to create, but a quick google search told me that was not the case.

What else? Well, I have a promo code for Twillio, and Nest’s API has functions for smoke and CO detection. I see an opportunity to create an alert to my phone if there’s an emergency at home. If the detector is downstairs, I’d rather it call the phone on my nightstand then sound an alarm where it is.

Do you, the avid reader, have any suggestions? What would you want your thermostat to do for you?