Thursday, July 13, 2006

 

6 Days of Routeful Bliss!

As I explained in an earlier blog entry, I installed DD-WRT on Linksys wireless router hardware.

I just wanted to say that I have not had a single problem with this setup in 6 days! I cannot recommend this setup enough.

I think I will make a PayPal donation to the guy that keeps DD-WRT going, but the PayPal site he links to is in German. Does anyone know how to donate in US Dollars?

technorati tags:, , , ,

Blogged with Flock


Sunday, July 09, 2006

 

2-Second Tent

I want one of these! One of the things I dislike about camping is setting up the tent. The largest version would fit my two sons and me. You just throw it into the air to set it up!

technorati tags:, ,

Blogged with Flock


Thursday, July 06, 2006

 

An Excellent Wireless Router

Over the weekend I read that Linksys still produces a Linux-based router, the WRT54GL. (The last letter is "L" for Linux.) I haven't seen it in stores, but I found it on my favorite online electronics store, buy.com.

I got a great deal for several reasons. Buy.com had sent me a 10% off coupon for not using them for a month or so, there's a $10 rebate, and there's an option for free shipping. (I always go for the free shipping, and the package arrives just as quickly!)

The router came yesterday and I got it running DD-WRT beautifully. Because of this open source firmware, my wireless router now has every feature I can imagine. The only imperfection I've noticed is that Firefox eventually runs into trouble submitting changes so they "stick". (It works for a long time, then stops working right.) They recommend using Internet Explorer, which I hate, but I can tolerate using it just to configure my router.

Follow these directions, and you, too, can have a blissful wireless router experience!

technorati tags:, , , , , ,

Blogged with Flock


Sunday, July 02, 2006

 

FirefoxOS

I think we need a new kind of operating system. Not one for accessing disks and keyboards, but one that provides a common platform for using The Web. We're almost there with Firefox and Seamonkey (a superset of Firefox functionality, including email), but they're not quite there yet.

Here's a little background on how I've reached this conclusion.

The wireless access point function in my Linksys wireless router locked up for the first time yesterday. I was able to get it working again by logging into it using my browser, going to a wireless configuration page, and pushing the submit button, even though I didn't change anything in the configuration.

I figured, if the router is going to have this problem every few days, I can write a little script on my Linux server to do this automatically when no wireless devices are reachable. I expected it to be a little convoluted to programmatically use cURL or Lynx to do the equivalent of pushing that submit button, but I didn't expect it to be impossible!

The problem is that the submit button does not exist on the form until the browser runs some Javascript, and neither cURL nor Lynx support it!

Firefox gives me everything I need, except a way to poke at a form within a program running outside of Firefox. I shouldn't have to start up the Firefox graphical interface to make such a program work. What I need is a platform that gives me a way to use Firefox from another program without the GUI.

I think Firefox is well positioned to provide this functionality, and that it may very well become a next-generation operating system.

Think about it. Firefox provides access to your keyboard, screen, files, network connections, and high-level Web content through an abstraction layer on top of heterogeneous operating systems (i.e., Windows, Mac OS X, and Linux). I want to use that abstraction layer from programs!

Java provides a similar abstraction layer that almost gives me what I want, but only for programs written in the Java language. The Java language is just not the best choice for every programming problem. In order to have a successful next-generation operating system, you need to let the programmer choose the language that's most appropriate for the task at hand.

If we had this new kind of operating system for using The Web, we could automate things that require human intervention and compose them into simple verbs. Firefox took the basic verbs for reading from files and network connections and gave us higher-order verbs for rendering interactive Web pages, as well as programmatic verbs for accessing and modifying those Web pages from Javascript. Not only do I want Firefox to provide me with higher-order verbs in the form of an "operating system", I want to someday compose even-higher-order verbs to provide yet another generation of "operating system".

technorati tags:, , , ,

Blogged with Flock


This page is powered by Blogger. Isn't yours?