Cool new open source-based businesses

Some new and interesting businesses built around open source software popped up on my radar screen today:

  • Beanstalk is a hosted Subversion (version control system software) system, "making it easy for anyone to setup, browse, track, and manage Subversion repositories." Subversion is open source, but you may not want/need to set up your own server to run it; Beanstalk runs the infrastructure and you use it for whatever projects you need, with whoever you need to work with, when you need it.
  • Genuitec is more specialized, but they’re doing something similar with their MyEclipse service: annual subscriptions for as little as $30/year to an integrated toolbox for doing enterprise development with Eclipse, an open source community for  "building an open development platform comprised of extensible
    frameworks, tools and runtimes for building, deploying and managing
    software across the lifecycle." Eclipse is big and free, but not always easy to get started with; MyEclipse is big and cheap, and helps people get started with Eclipse, fast.
  • OK, so Chumby isn’t exactly news, but it’s getting closer to becoming a real product. And it is a cool little gadget, scheduled to be sold for under $200. Per the "story", Chumby "is a compact device that displays useful and entertaining information
    from the web: news, photos, music, celebrity gossip, weather, box
    scores, blogs — using your wireless internet connection. Always on, it
    shows — nonstop — what’s online that matters to you." It’s worth checking out the website for a look at this neat little–Linux-based–device. And if you’re thinking about buying me a gift, this would be cool.

I’ll keep posting about open source-based businesses with interesting new business models as they pop up–let me know if you hear of any news ones!

Posted in Open source enterprise software | Leave a comment

Yet another example of why DRM is Bad

DRM, or digital rights management, is the software that content vendors use to punish their loyal customers and (attempt to) control piracy. It adds to the cost of the products "protected" by it, it makes those products less useful to the people who buy them, and ultimately DRM doesn’t do too much to protect the vendors.

Now, here’s yet another voice: AbleGamers, "The Site for Disabled Gamers", points out that DRM is Killing the PC Gaming Market. Standard operating procedures for DRM software is to disable as many peripherals as possible, so you can’t copy or scan or printout or do anything that might theoretically unprotect any of the "protected content". Too bad for disabled gamers, because they often depend on assistive peripherals that the DRM sees as "dangerous".

Mark Barlet, who wrote the article, points out that if you want a better gaming experience (e.g., fewer system crashes due to buggy DRM software), you can wait a day or so until the crackers release the non-DRM pirated version–but he would prefer to pay for a playable version in the first place. It’s obvious that piracy can ruin software publishers, but the solution is to provide value to the legitimate user, not to punish your paying customers.

Posted in Copyrights and Copywrongs | Leave a comment

Microsoft “Open” Formats vs the World

You can’t underestimate the importance of having open standards: imagine the chaos if, 100 years ago, telephone companies dug in their heels over maintaining their own protocols for telecommunications signals, electric companies mandated that their customers could only use electricity delivered through proprietary plugs and outlets, and radio/television broadcasters required listeners/viewers to use proprietary receivers.

You would have needed three different television sets to watch shows on the three big networks; changing electric companies would require purchasing brand new appliances; you would only be able to use your phone to communicate with other customers of your phone company.

Sort of like in the old days, when corporate computer users routinely had a PC sitting next to a DEC VT terminal, next to an IBM 3270 terminal.

Now we have the Internet, and the open TCP/IP Internet protocols, and life is good. But Microsoft just won’t let the world have a set of open standards for digital documents. They want us to use Microsoft’s Open Office Extensible Mark Up Language (OOXML). Despite what Microsoft is saying about it (Strong Global Support for Open XML as It Enters Final Phase of ISO Standards Process), there is a lot of resistance to Microsoft’s "alternative" to the more fully and truly open standard, ODF. And in fact, the ISO standards body has also rejected the "standard".

Here are some of the headlines (hard news/opiniated bloggers mix):

The most telling, and most important bit of information here is that, basically, the Microsoft "standard" is, if not impossible, at least difficult for anyone but Microsoft to implement. The whole point of having open standards is to enable interoperability. It’s good for everyone, because the result is a much bigger "network" of interoperable nodes (c.f., Internet). But it’s not good for companies that have huge investments in proprietary networks (c.f., Microsoft) because it lowers the entry barriers to the smaller companies that are more likely to innovate with better solutions that work for everyone.

Posted in Open Standards | Leave a comment

Switching to Linux: Peugeot

Here’s a good one: Automaker Peugeot Converts 20,000 Desktops To Linux. It’s not actually news, since Peugeot prominently announced the move over the past year, but it’s nice to see it actually is happening. Peugeot has 72,000 users, so it’s not a total switch, but it’s still pretty darn big.

Posted in Switching to Linux | Leave a comment

Open Source Software Lists

For years, people who wrote about open source software would write articles listing all the coolest and most popular open source software projects–and all the software listed was the same. Mozilla (now Firefox), Emacs, OpenOffice, Linux, Apache, Gnumeric, GIMP, etc. Boring.

The great news is that these days those lists are getting not only longer, but also more interesting, with lots of very cool new applications that do very cool things. Rather than try to distill down all those lists myself, I’m just going to link here to the best ones I find.

It’s worth checking them out, because not only do the original list compilers do a great job of sniffing out cool apps, but the magic of the Internets lets other readers add links to other cool apps that the original author didn’t know about.

Here goes:

If you’ve got suggestions for other lists that fall into this category, let me know!

Posted in Uncategorized | 1 Comment

Switching to Linux: Mike Kavis

Think you couldn’t switch to Linux because you work in a Microsoft world? Think again: it happens all the time.

Mike Kavis has been blogging about his open source dabbling, starting with Eating my own dogfood and following up with a report 7 weeks later, Open Source and Microsoft Free. Mike worried at first about his coworkers discovering his Linux experiment, but was surprised to find that "most of the folks that I was hiding from are sick and tired of supporting Windows and are proponents of Linux."

Wow!

Mike also points to OxygenOffice Professional as a good resource for templates and clipart to supplement OpenOffice

Posted in Switching to Linux | Leave a comment

Grep-Envy

Grep is one of those programs that’s been around forever as a part of *NIX. Its function is straightforward. Grep:

searches one or more input files
for lines containing a match to a specified pattern.
By default, grep prints the matching lines.

In other words, grep is a super-utility for finding information inside any file on your computer. The fact that grep uses regular expressions makes it even more useful. "Regex" is like wildcards on steroids: for example, let’s say you’re looking for all telephone numbers in the (212) area code stored anywhere on your computer. With wildcard searching, you could specify a search that might get most of those instances, but with regular expressions (and a little practice) you can probably catch every instance of the numbers "212" linked with a sequence of seven other digits in a telephone number, while ruling out instances of "212" occuring in some other sequence.

Anyway, a lot of that function can now be had with Google Desktop. But even so, full grep function has been missing from Windows from the beginning–and people have tried to implement grep for Windows (Google search) over and over, over the years.

There’s GNU Grep for Windows, part of the GnuWin32  package of ports of key GNU utilities for Windows (up through Vista).

There’s the shareware/trialware Windows Grep that you can try out for 30 days/buy for $30.

There’s even a super-duper GUI-front-end PowerGREP, for the bargain price of $149/single user license.

And did you check that Google search? With over two million hits, I’m pretty sure there are other implementations you can buy. Or, you can just install Linux–grep is in there, for free.

Posted in Open source applications | Leave a comment

Open Standards: Another Viewpoint

If you have any questions about whether open standards are better than proprietary standards, just check the past 25 years of computer networking: if you stuck with proprietary networking protocols, you were toast. Novell is no longer in the networking business because they ignored TCP/IP for too long; Microsoft is still in the networking business because, eventually, they acknowledged that they needed to support TCP/IP in addition to their own proprietary protocols.

So I’m always happy to see others writing about the advantages and benefits of open standards. For example, Robert Strohmeyer’s recent article, Open Up to Open Formats at Maximum PC.

The reason we still see businesses selling proprietary standards/protocols is that they are still seen as achieving a benefit–for the vendor. If you buy into Software Vendor X’s proprietary file formats (for word processing, accounting, audio or video), you’re locked in to that vendor. If that vendor goes belly up, or decides to stop selling your favorite software, or just decides to switch to a new proprietary standard, you’re stuck. You’ve got to find a way to migrate your data, yet again, to the standard du jour.

Posted in Open Standards | Leave a comment

Open Source Drives Web 2.0

I’m totally not surprised that, according to this article, Web 2.0 is built on Open Source, the biggest/most visible Web 2.0 companies are built and hosted on open source software platforms.

Think about it: if you’ve got some crazy idea for a new web-based business, you have the choice of going out and spending kilobucks (to start) for commercial proprietary software–or doing your preliminary development/prototyping on no-cost open source software. If you choose the open source option, you’re out nothing but time if your idea flops, so it’s pretty easy to make that decision.

Let’s say your idea starts to take off, though: with proprietary software, you’ve got to keep going back to the vendor to buy more and more licenses as you grow. If you’d started out with open source, though, all you need to scale is more hardware (which you need with the proprietary solutions as well). Again, it’s pretty obvious that you do better with open source software, especially if you can’t drive a revenue stream through your website until you’ve scaled up.

Posted in Open Source News | Leave a comment

European politicians seem pretty smart…

Last year, it was French parliament switching to Linux. This year, the French picked Ubuntu as their Linux distro.

And just this week, we discovered that the Italian parliament will migrate to Linux as well. Which distribution? According to the Inquirer, Italian parliament bets house on SuSE Linux.

In both cases, money was a key factor: Linux was determined to cost less, despite startup costs associated with the migration and with training.

Posted in Open source and politics | Leave a comment