Next week I’ll be at the Computers in Libraries conference, in Arlington, VA. Looking forward to an interesting few days full of new ideas. I’ll be blogging it, in full nerd attack mode.
Category: librarian stuff
“Hip” librarians…
So here is a New York Time article about the new, young, edgy and hip librarians of the 21st century.
I think they are a little late noticing this, but I guess it is good. Thing is, you can’t judge a book by its cover. I have worked with some older librarians who were incredibly smart, talented, versatile, and cool. Like my former boss – older than 60 — who speaks multiple languages with great fluency, has 3 Masters Degrees, and can write actual computer code in circles around me. Or my boss now, who is a great painter. You know, you really don’t need to have a nose ring or tribal tattoos on your face, eh? Case in point: yours truly goes to work everyday in his plain clothes — but look what I can do:
So eat your hearts out, hipsters. Bwahahahaha!
But all my 42 year-old old skater bitching aside, rock-on, hip edgy librarians. The image did, indeed, need updating. That fact is attested to by the use of the “shushers” in the title of this NYT article. Every generation likes to take what it is doing and put its own “stamp” on it. I don’t know many old skateboarders that don’t love to laugh about the lack of “style” in newschool skateboarding, but you know, there’s still style there. Just a different style.
Web-based video editing application — free — cool
Here’s a story from Salon.com’s techie section, about Flektor, a new web-based video/media editing application (free). Pretty neat. Watch his little movie to really see it work.
http://machinist.salon.com/blog/2007/06/26/flektor/index.html
Thanks to my supercool wife for this link.
Combining free blog hosting with your own domain name.
Hosting a site on a free service like WordPress.com has some advantages. For one thing, they really keep the blogging software up to date, with constant improvements, new widgets, etc. You never have to lift a finger to upgrade. The problem is that you are limited as to disk space, bandwidth, etc. This is why this blog is not run on WordPress.com – I wanted to go beyond the services that WordPress provides for free. I have a rented server account with Dreamhost.com, on which I can host as many domain names as I need, with tons of bandwidth and storage.
I recently started a new skateboarding blog called “concretelunch.net“. I plan on using a lot of photos and videos on the site, which will require both disk space and bandwidth. I purchased the domain name, but I’d rather host the blog — which will be the “homepage” — for free on WordPress.com. At the same time, I want to use my Concretelunch.net domain name (so I can just refer to “concretelunch.net”, rather than “wordpress.concretelunch.com”) and also use that domain to host and serve large files, run other applications, etc.
Here is a nice way to make it all work. I set up the blog on WordPress.com. Then on my server, under the domain concretelunch.net, I deleted the existing index.html file, replacing it with index.php . The index.php file contains only the following code — a simple redirect to my WordPress.com blog:
<?php
header( ‘Location: http://www.yoursite.com’ ) ;
?>
The nice thing about using a redirect like this is that I can use WordPress.com’s free service for low bandwidth stuff, but if I want to point to something like a gallery URL, like “concretelunch.net/gallery” (which doesn’t exist yet), I can do that easily. Of course, this only works because the server I host my domain name on runs the PHP scripting language. However, you could easily find a PERL or JavaScript redirect script to use instead.
Second Life
Even though I have a fairly active online life, and an active “real” life offline, I have no desire to get started on Second Life. Seriously, I didn’t even know about it until the Internet Librarian last year, which I guess shows that my nerd powers are decaying, but I didn’t.
For those who don’t know, Second Life is an online virtual world in which you assume a Second Life, errr…life…, and then you proceed to do things in that virtual world. I guess you can get a job in Second Life, rob banks, kill people, steal, do good deads, or whatever. Actual real-world financial transactions have started happening because of Second Life events. Weird. Amazing, but weird. Well, I guess it’s not super weird. People who are really into fantasy role playing games, both the on-paper and online kind, probably experience the same kind of thing.
There’s even a group of Second Life librarians who have set up reference service within Second Life. The theory, as it goes, is “meet the user where he/she is”. If the users are mostly living in Second Life, you can meet them there and serve their information needs there.
I have to say, from a purely academic viewpoint I’m sorta fascinated by this whole thing, but man, I have a lot going on in the real world. Websites to run, skateboarding and Aikido to do, a cool wife to have lots of actual fun with, parents to enjoy, nieces and nephews to entertain, etc. I also already have a real world job which I like a lot, but shit — why would I want a job in Second Life? I don’t need a second life.
If I can’t have full-on super powers, I’m just not interested. Telekinesis, Heat Vision, Total Invulnerability — you know — real powers and a cool costume.
OK, I’m rambling. I’m not criticizing the Second Life people/afficianados/addicts, or whatever they are. I just don’t quite get it. Oh well. More on this topic when I am more rested and less prone to ranting.