Micropayments are the answer

The New York Times today has an article about how YouTube is transforming the nightly news. As more high-quality, user-generated content is uploaded to YouTube by professional news networks, semi-professional hobbyists and amateur aspiring Ron Burgundys, the potential for customized, localized news delivered directly to your computer whenever you want it becomes a reality. Google, which owns YouTube, has already built out Google News to deliver fresh and personalized news that they’ve harvested from news sites around the web, and YouTube video news is a logical next step.

No doubt, this is great. However, with smaller city newspapers failing across the country and even the venerable Times in trouble, the long-term sustainability of content providers is a serious question. Right now, Google News and YouTube news videos are fueled largely by professional journalism companies that make their money selling advertisements in print and video media. However, as Google steps in and uses the content without providing an adequate revenue stream back to the content creators, the prospects for professional journalism look dim.

Click to continue reading “Micropayments are the answer”

Share/Save/Bookmark

Customer Service in the Age of Twitter and Facebook

I just got off the phone with 1-800-Flowers.com. I had tried to get flowers sent to the hospital yesterday, but they failed to deliver them, so I canceled the order. I called flowerback today to try to re-enter the order with a different address, and finally gave up after speaking to several apathetic employees and getting left on permanent hold. The pivoting issue was a minor one related to a gift code, but their seeming unwillingness to even attempt to solve my problem ultimately caused me to go elsewhere.

Click to continue reading “Customer Service in the Age of Twitter and Facebook”

Share/Save/Bookmark

How to Generate Buzz Through Social Media

Any site on the internet requires visitors to be successful. For social networks, this is even more important, because the quality of the site is defined largely by the quality of user interactions and contributions on that site. About 6 weeks ago, I started up a site, The Free Agents which caters to people between jobs. Its a social network where people can share their experiences and meet others in the same situation.

Over the last several weeks, I’ve been working hard to promote the site. I have no formal training in marketing, so my efforts have come mainly from trial and error and also from advice from marketing professionals, both through their blogs and from actually speaking with them. There are other guides on the internet about generating buzz for your website, but most of them are long on generalities (“Know your goals”) and short on details. This guide is an attempt to nail down some of the strategies that have worked for me, and help others that are getting involved in the social marketing landscape.

Disclaimer: this is a work in progress, so I have inevitable missed some key points or approached some things in an unusual way. I welcome your comments below!

Click to continue reading “How to Generate Buzz Through Social Media”

Share/Save/Bookmark

Our Companies Should Have Been Doing This For Us Already

In his latest article called Phone Revolution, Tony Lawrence talks about Google Voice and his excitement about the new features. Its been blogged to death in the last week, but some of the highlights of this cool new service include:

  • One number that rings all your phones
  • The ability to direct certain callers to certain phones
  • The ability to add and remove phone numbers from the list
  • Advanced voicemail capabilities like transcription-to-email and web access
  • Different greetings based on caller
  • Switch phones on the fly, mid call
  • Record and store calls
  • …etc

What struck me about this post wasn’t anything about Google Voice specifically, since I’ve heard all those features discussed ad nauseum. It was the last line:

This is the kind of stuff our telephone companies (land and wireless) should have been doing for us already.

Click to continue reading “Our Companies Should Have Been Doing This For Us Already”

Share/Save/Bookmark

10 Things a Power User Will Love about Linux

If you’re a power user but haven’t yet given Linux a shot, you should definitely try it out. Here are 10 things that you will love about Linux over Windows or OS X.

MythTV turns your computer into a media center

MythTV turns your computer into a media center

  1. Linux can be customized far more than Windows or OSX, so your system can be set up to do exactly what you want it to do. In college, I had a spare Pentium 3 computer lying around that I wanted to use as a frontend to my media server. I didn’t care about (or want) a desktop or anything other than a media player that would play my files fullscreen. Since I had a wireless keyboard but no mouse and no remote, I wanted everything to be completely keyboard-driven. There were a few options from a “nice frontend” standpoint, most notably MythTV. However, since I wasn’t recording shows and I didn’t care so much about a fancy interface (I was fully happy with doing everything from command line since its easy enough to browse folders and play files), I settled on Ratpoison for the window manager. I set the system to boot up to a full-screen command line with a large font, and did all browsing from the command line. When I wanted to launch a file, I used mplayer set up to launch full screen. As a result, I could very quickly play a large variety of files without any GUI hassle or slowness.This was a special use, but it goes to show that Linux can be tailored in a nearly infinite number of ways. Want a large, cushy GUI? Try KDE. Want something barebones? Try XFCE or Fluxbox. Want to create a server and stick it in the closet? Just leave off the GUI — everything can be done command line. Choose what servers and services you want installed and what you want to run in the background. Finally, perhaps the best part — if you build a system using a distro like Gentoo (my distro of choice), you know and have control over everything going on. That’s power.
  2.  

  3. You can chain together basic system services to create your own custom software routines. A few months ago, I decided I wanted to wake up each morning to a different song from a playlist of about 100 songs that I had on my computer. When I got up, I wanted to first hear a random song from the playlist, then listen to current business headlines and weather read to me as I got ready. With Linux, setting this up was pretty basic. See my other blog post Talking Linux RSS Alarm Clock if you’re curious how I strung together several off-the-shelf components to create this app in only a few minutes.
  4.  

  5. You can custom-configure the OS to run well on even your old, underpowered computer.
    SSH clients like TouchTerm allow you to administer your machine from anywhere, even a cell phone

    SSH clients like TouchTerm allow you to administer your machine from anywhere, even a cell phone


    The newest versions of Windows or OS X will run painfully slow on a computer that is more than 3 years old. This is because Vista and Leopard have become extremely bloated because of “features” like enhanced visual effects, indexed search and always-on spyware and virus protection. Visual effects are nice, but you certainly don’t want or need them when you’re using older hardware for basic tasks. Spyware and viruses are much less of a problem on Linux than on Windows, so you can get away without running any protection software on Linux (provided that you update they system regularly). Indexed search is one of the better features and almost worth the cycles it takes; however, if its an older computer, its nice to be able to forego this. Granted, you can turn off or lessen the effects of any of these three, but your system will still not be as peppy as it could otherwise be. With a stripped down Linux install, your old Pentium II can run basic apps with plenty of speed.

  6.  

  7. The system is fully accessible remotely, even over the slowest connection — even from a cell phone!With Windows, you only have control over the system remotely if you set up remote desktop, and even then, you’re severely limited to where you can connect from because sending a full screen requires a pretty fat connection. OSX is a little better — you can do the remote desktop, but you can also connect remotely over SSH, which only sends text and commands, so its a lot speedier. The problem with OSX is that most of the Apple software is designed to be used and configured through a GUI, so often there isn’t much that you’re able to do over command line. Almost anything in Linux is available over the command line, so when you connect remotely over SSH, you have as much (or almost as much) power as you have when sitting right at the desktop. If you regularly login this way, you can find applications that easily let you access your mail, play music (on the server computer) and even chat on IM all through the text-based terminal. Perhaps a special use, but its pretty convenient to be able to reboot your computer or restart your web server over your cell phone when you’re in the next state and need to retrieve a special file.
  8.  

  9. Its free, and you can try it without reformatting a computer. Check out a LiveCD like Ubuntu or Knoppix, both of which will bring you to a full-fledged Linux desktop as soon as you pop in the CD/DVD and reboot the computer. They allow you to get a very basic feel for the system without having to remove or disturb the existing OS underneath. Knoppix especially has a huge suite of applications that let you test out several programs for any given use without having to worry about downloading or installing them
  10.  

  11. Installing, maintaining and upgrading your software is a snap.Modern Linux distros (short for distributions) have very advanced package managers, which are programs that handle the search, installation, and maintenance of all of the programs on your system. Gentoo uses a system called portage, which downloads the source code for all the applications, compiles it, and installs it. This is a bit slower than just copying over pre-compiled binary packages, but [in theory] results in software thats exactly tailored for your PC. Ubuntu uses a system called apt, which is much faster than portage because all of the packages have already been compiled. In either case, finding an application is a quick command away, and installing it is only a few more keystrokes. When it comes time to upgrade, another few keystrokes can update an individual program, only system files, or every program on the computer. This is heads and shoulders above the OSX or Windows way of doing it, where you need to browse the web for a file, download it, and then go through the setup routine.
  12. Linux is great with networking. Sharing files across a network? Want to set up your own web page and serve it to others? Want to connect automatically every time to other shares that people have set up, and have them seamlessly integrated into your file structure? Linux has industrial strength support for a variety of networking applications, such as Apache for web serving and Samba, NFS, scp, and a variety of other protocols for filesharing. Many of these are a click away from installing on a major distro, and can be seamlessly integrated into your files. While OSX does a pretty good job at this sort of thing, support for these services on Windows is spotty and incomplete, especially on the home versions. For example, if you have a music directory shared on Windows that you connect to using SMB (Samba), you can just set that share to appear in your home directory as /home/user/music, so it looks identical to any other directory in your system and can be manipulated and used by other programs just as easy.
  13.  

  14. Almost all of the best software for Linux is free! Just about anything you want to do with Windows is relatively easy to do with Linux, and chances are someone has written some very good free software to do it. In fact, I’ve found that software for Linux tends to be better-written and more powerful in many [most?] cases than its Windows or Mac counterpart. The reason behind this is that there is a huge network of software developers that use Linux, so when there is a glaring omission application-wise on Linux, the community is quick to step in and fix it. Furthermore, as I mentioned above, it is relatively easy to string together tools with Linux, so often application development is quick because application C makes use of applications A and B in an efficient way. Here is a [very, very brief] list of great free software on Linux:- Firefox [same program as Windows and OSX]
    - Amarok [music manager, syncs with an iPod. Comparable with iTunes, has some other interesting features]
    - KWrite [text editor, far more powerful than Notepad]
    - AbiWord or OpenOffice [word processing and office software, comparable to MS Office]
    - EasyTag [MP3 tag manager, very powerful for getting your songs tagged and named properly]
    - KAlarm [alarm clock program, can set alerts, timers and alarms on a one-time or recurring basis]
    - Pidgin [IM application, connects to AIM, Google Chat, Yahoo, MSN, etc. Lots of cool plugins]
    - The Gimp [Powerful image editing program, comparable to Photoshop]   

    These are some of the applications that are free and useful to get going on a day-to-day basis. You’ll find that a huge amount of specialized programs exist, and are free, to do things like photo management, backup, games, etc.

  15. LiveCDs exist for countless specialized uses, so advanced applications are just a disk image away Because Linux is so modular, any type of system can be built around the core. For desktop users, this typically includes a nice desktop graphical environment, a web browser, a word processor and a media player. However, not all computers and configurations need this much in terms of user applications.When I was in college, I wanted to be able to compile software on Gentoo faster by using a cluster of computers to break up the workload. The good news was that there was an abundance of powerful computers on the network (namely, my friends’ machines). The bad news was that none of them had Linux or the software needed to compile over the network. The solution was distccKnoppix, a LiveCD that came pre-setup with the DistCC compiler software I needed. After downloading and burning a few copies, I went around and rebooted the computers around me into the LiveCD environment and was soon compiling on 5 separate computers.gOS is pre-configured to make the best use of Firefox and the suite of Google Applications
    Lots of other great LiveCD systems exist: MythBuntu turns your computer and TV into a media center, gOS creates a very simple cloud-computing enviroment built on Google Applications, Redwall Firewall turns a spare computer into a logfile-rich firewall for the network. Tons of other CDs exist for every other conceivable use from network attached storage (NAS) to kiosk-style arcade games. The old computer that was sitting in the closet collecting dust can easily be reborn in many different ways with a LiveCD install. Check out The LiveCD List for an extensive listing of LiveCDs.
  16.  

  17. New and cutting-edge features come very quickly to Linux because of the wide network of smart programmers all over the world.Since Linux is a collection of software made by programmers all over the world instead of simply an OS packaged by one company, you can have new developments on your desktop in days or weeks by simply updating your system instead of waiting years for the next release. Furthermore, the sheer number of different minds working on the problems creates a multitude of choices for any given application.For example, in the media player area, Amarok incorporates sophisticated music analysis and fingerprinting technologies that help identify your music and suggest music that you might also like. Similar features are now trickling down to iTunes, but Linux has had them for years. Users that were interested in incorporating information from databases like Last.fm could do much more quickly by using software in Linux than they could waiting for mainstream apps for Mac OS and Windows.Desktop environments like KDE 4 and Gnome are constantly pushing the envelope in user interface technologies and new features come every day that improve the experience and add functionality. Of course, not everything is a slam dunk, so some degree of willingness to test out cutting-edge technology is required, but for those that like to be at the forefront of new tech, Linux is the place to be.

Share/Save/Bookmark

Pretty cool — Time Warner ‘Enhanced TV’

As the saying goes, there is certainly no love lost between Time Warner and me. For starters, their internet service to my apartment in New York tends to be extremely slow, especially at peak times. The TV, while more reliable than the internet, also cuts out from time to time, and definitely isn’t as good as offerings from Verizon FIOS or even some of the stuff I’ve seen Comcast do.

However, I was watching today, and when I clicked on a channel to watch a movie already started (Click! with Adam Sandler…so/so), I was presented with this option:

I clicked it, and sure enough, the movie started over! Pretty cool. It was a on FX, so I figured that it was just some gimmick that FX had going.

Later that night, I flipped on House on TNT. Same message! Seems like a bunch of channels are participating.

The ‘Enhanced TV’ features allow you to start from the beginning, pause or rewind the shows (no fast-forward, however, presumably to prevent you from skipping commercials). I checked out the Time Warner Enhanced TV site and it seems like there is a whole slew of features available in certain markets:

Start Over – Missed the start of your favorite show? With Start Over™, you’ve got the power to restart and watch it from the beginning. Over 60 popular TV channels currently offer Start Over™ and it’s free with digital cable service.
Quick Clips – Watch video clips of your favorite shows and news programs whenever you like with Quick Clips. New content is added every day and it’s free with digital cable service.
Look Back – Ever wish you could go back in time and catch a show you missed? Now you can. Look Back lets you watch shows you missed, as many as 48 hours after the program originally aired.
PhotoshowTV – PhotoShowTV is a new, easy, and FREE way to share your digital pictures and videos with friends and family, right through your computer and TV! It’s free when you subscribe.

Not bad. Seems like Start Over is the only feature available for me right now, but I’m particularly intrigued by the PhotoshowTV option. If they do it right (a big if — pictures are hard, since everyone already has their favorite backup and picture services, and its a pain to switch), it would be pretty neat to be able to pull up your pictures on your TV to show. Those photos from Costa Rica probably look a lot better on a 52″ plasma than on your smaller computer monitor in the den.

Share/Save/Bookmark