Categories
Uncategorized

Reply, Identity, Home

Reply

In the olden days of blogging, before there were comments, if someone blogged about something and you wanted to reply publicly, your option was to post something on your own blog.

All of us early bloggers had blogs, so, you know, that made some sense.

Eventually bloggers wanted to be able to have people comment on their posts, so blogging software added the ability to leave a comment. A grand idea! Collect all the comments in one place, attached to the blog post, and you can easily see the discussion. Heck, people could even leave a comment and link back to their own blog with an expanded post on the subject. This was before the days of link spamming and even rel=”nofollow” nonsense.

So as you see in the screenshot of the comment form, it wants your Name and your Email address. This is all good, accountability, identity, etc. There’s also a field for “Website” which made sense, right? All of us early bloggers had blogs.

I think many of us believed that some day everyone would have their own web site.

Having your own web site isn’t the equivalent of owning your own home. I think that used to be part of the “American Dream” if you ever bought into that sort of thing…

People are fine being sharecroppers, and if they want a “home” on the web, huge corporations like Twitter or Facebook are happy to rent them some space. If your landlords are cool, then it should all work out, but if things turn sour, well… Let’s just say it’s nice to have a place to call home.

Categories
Uncategorized

Internet is up!

Perl

I needed this script last week… See, our ISP had a bit of downtime, roughly 7 hours of downtime actually, but throughout the day there were some periods where our connection would be up for a few minutes before it went down again.

#!/usr/bin/perl

use Net::Ping;

$p = Net::Ping->new("tcp", 2);
$p->{port_num} = getservbyname("http", "tcp");
$host = 'www.google.com';

while (1) {
if ($p->ping($host)) {
print "Internet is up!\n";
# the next two lines will only be useful on osx
$cmd = 'say -v Victoria "Internet is up"';
system ($cmd);
}
else {
print "...\n";
}
sleep(5);
}

To alert me to these few golden minutes of Internet connectivity I whipped up this script. It keeps trying to reach some server (in this example I’m using the highly-available www.google.com) waiting just 5 seconds between each check, and if it reaches the server (meaning our Internet connection is up) it prints “Internet is up!” and on Mac OS X it also says “Internet is up.” I made it say that so I could keep staring at what I was working on and be alerted audibly when the connection returned.

I was tempted to run this on our Mac jukebox so it would announce to the entire office when the connection was up, but by that time things seemed back to normal.

Obviously you could reverse this code to check if a server is up instead of down, and in fact one of my monitoring systems does just that. If you’re ever at the 2XL Networks office and hear “Attention! The server is not responding!” being yelled from one of the Macs… you know there’s a problem.

Categories
Uncategorized

Now More Than Ever: Make, Do, Create

Nails

In thinking about how I love to make and create things, be it art, music, electronic things, software, blog posts, cookies, photographs, accessories…. I think about why I want to make and create things, and I think it has to do with a few things.

I’m Cheap. I’ll be the first to admit I don’t like spending money. My regular purchases tend to be things like food, gas, and rent. I pay the bills and I while I do pay for the tools I need to do my work (whether that work is “work-work” or “make/create-work”) I really don’t like to frivolously spend money on things, especially if I think I can make it myself. I prefer baking many of the foods that I eat over buying packaged food. I like knowing what’s in my food, and try to avoid certain things, so this helps a lot.

I’m DIY. I’m not sure how much the Do-It-Yourself label has been diluted (or perhaps spread is a better word) in the past 20 years or so, but 20 years ago I was printing my own zines, and stickers, and patches and t-shirts, and starting my own bands, and booking our tours, and booking shows for other bands, and putting out our own music (all of which was much harder to do without the World Wide Web) and for me, it feels good to do things myself. I see so many services online nowadays that provide things I can do myself, so I do them myself. There’s all this talk about outsourcing everything and putting it all in the cloud, but I often like to do it myself and be in control of things a bit more. I fear we’re creating a generation of people who expect “someone else” to do everything for them.

I’m a Legacy. My dad, and his dad, were both what we now call “makers.” They were both experienced woodworkers who build their own furniture, and could repair things, and had great collections of tools and knew how to use them. To this day, when I visit my mom’s house, I love the fact that the end tables were built by my dad. I’m a terrible woodworker in comparison, but I’ve taken to making other things, and when I do make something out of wood, I tend to paint it black to make it look cool, and to cover up my poor craftsmanship. When I make things, I sort of feel this connection to my family, who also made things.

I’m Fun. Who in the hell would ever think a pair of servos and a puppet would get such attention? Much of my making and creating things is done in the name of fun. Getting an idea and being able to execute it, to me, is a formula for a good time. If others enjoy it, it’s that much better… but I’m fine with being selfish and saying that it’s enjoyment in making and creating things that keeps me doing it.

I’m Cool. OK, I’m probably not cool, but what is cool is that it inspires people, like… my kids. (They might be the only people left who think I’m cool.) My daughter made me a cake and I’m still floored by how awesome it was. Knowing that they see me make things, and in turn want to make things, is top notch. I love it… I don’t even care if I’m not cool anymore.

So my plea to you, dear reader, is to Make and Create… Do Something! Don’t just be a passive consumer, buying a pre-packaged life, figure out what it is that you can bring into this world. If you’ve got ideas, take action on them, make them a reality, don’t be afraid of failing because failing is just what you do before you succeed.

Categories
Uncategorized

Mac Flag

Mac Flag

Mac Flag

(With apologies to Black Flag, Cat Flag, and Pack Flag…)

Categories
Uncategorized

Red What!?

RED What!?

Despite what appears to be confusion in this photo, I really do know how to assemble and operate a RED ONE camera… Really. You need something shot? Let me know. I mean, it’s not like you’re going to shoot it on your Scarlet. Of course, if you’ve got an EPIC, we’d make a great second unit.

Photo by Mike Krukowski (Thanks Mike!) Processing by me and Photoshop CS5.