Categories
Uncategorized

Running Late

Via Gizmodo comes word of a Java based wrist watch.

How does it run?

Well, it’s a little slow

(Sorry, couldn’t resist!)

Categories
Uncategorized

Of minimalism in adding value…

I’ve been thinking about a few of the features you see on some web sites, mainly the ‘send to a friend’ type thing that lets you fill out a form to send someone a link. I almost never use this, but is it because:

  • The function is built into my browser
  • I fear the use of my name/email for evil purposes
  • I have no friends

I wonder what kind of stats are kept on such a feature and if there is added value to the user in it.

The other feature I question is the ‘print this page’ feature, which (usually) allows you to print a page without the navigation doodads and silly banner ads. I’ve worked on sites that have implemented this, and four years ago it made sense, but now that we have browsers that properly handle print style sheets, is this really needed anymore? Do you ever use it to print a page?

I’m contemplating the importance of such extra features in relation to taking a page and stripping it down, providing to the user only that which adds value. Less is more, right?

I welcome any comments on this….

Categories
Uncategorized

Slim Devices

Those folks at Slim Devices have done it again, this time with the Squeezebox, a wifi enabled network music player. (See review.)

I like these guys, even though the SLIMP3 and Squeezebox don’t really have a place in my lifestyle (lack of budget and lack of listening to music in the home) I’m happy to see them make great products. And to top it all off, they’re a great example of a company that benefits from open-source software, while also giving back to the community. The server software is written in perl and you can download it and use it even without their device. they are also open to the hacker community, and welcome their work.

It’s good to see Slim Devices make cool hardware that people like, and cool software that people can use as they wish. Good Luck guys!

Categories
Uncategorized

Signux?

File under: D.I.Y.: Using a Linux box as a sign…

Categories
Uncategorized

PHP through Perl eyes

See PHP::Strings:

PHP has many functions. This is one of the main problems with PHP.

Any function that would be silly to implement has not been and has been marked as such in this documentation. They will still be exportable, but if you attempt to use said function you will get an error telling you to read these docs.

heh…