specimen

27 Feb, 2006

TuneJuice

Posted by pwestbro 23:27 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Gadgets

Prod Image JuiceI bought the TuneJuice to allow me to watch more than 2 hours of video on my iPod.  The TuneJuice allows you to connect a 9 volt batter to an iPod to extend the playback time.

One interesting thing is that the internal iPod battery is not charged with the TuneJuice.  When the TuneJuice is connected, the battery indicator on the iPod just shows that there is more charge. 

Since the internal batter is not charged, I wonder if the iPod Dock connector has separate pins for external battery packs than for battery chargers.

Technorati Tags: ,

27 Feb, 2006

Torx screwdriver

Posted by pwestbro 23:06 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Computer

I finally got around to getting a torx screwdriver to tighten the hinge on my PowerBook.  This was the same problem that was fixed at the Apple Store last October.

I find it pretty interesting that none of the tool sets that we have at home had a torx screwdriver, and that Home Depot only had one in the whole store.  This especially since most computers use torx screws.  Maybe there would have a better selection if I had gone to a store like Fry's Electronics.

Technorati Tags:

27 Feb, 2006

Podcast list

Posted by pwestbro 22:45 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | General

An appleScript has been posted on the Paint the Tiger blog that prints out the list of podcasts that are in iTunes.  This is a lot nicer than looking at an opml file. 

One thing that I would love to add is to have the html have link to the podcast itself in the generated html.  Unfortunately, this url is not made available from iTunes AppleScript dictionary.

 (More)

26 Feb, 2006

iSkin eVo3

Posted by pwestbro 14:28 | Permalink Permalink | Comments Comments (2) | Trackback Trackbacks (0) | Electronics, Gadgets

B000Csh44K.01-A25O5Lwh2Xjc62. Sclzzzzzzz This week, the iSkin eVo3 iPod cover was delivered.  I really like this product.  The eVo3 covers the whole iPod, including the click wheel, with a rubber-like material.  Then there is a clear hard plastic cover for the screen.  This plastic cover allows viewing of the larger screen of the latest iPod.

The only negative of this cover is that since this covers all of the iPod, it is not that easy to move the hold switch.

Technorati Tags: ,

24 Feb, 2006

Viral VW GTI Ads

Posted by pwestbro 20:44 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Cars

Very similar to BMW's film series and Alpine's Mute movie, VW has released some GTI ads on YouTube. 

I find this type of marketing pretty interesting.

[via atmaspheric | endeavors]

Technorati Tags: ,

23 Feb, 2006

Google Widgets

Posted by pwestbro 21:59 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Computer

Google has release three Mac OS X Dashboard Widgets.  I have installed the Gmail and Search History widget.

[via Google Blog]

Technorati Tags: , ,

23 Feb, 2006

Encrypted AIM without .Mac

Posted by pwestbro 20:25 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Computer

A while ago, I mentioned that it would be nice to make the encryption that is available in AIM for .Mac customers compatible with other AIM accounts.  The Off-the-Record Messaging program provides a proxy that enables this.  This proxy essentially provides all of the key management and the encryption support needed. 

Unfortunately, it is not really integrated well with iChat or Proteus.  You need to use the proxy to accept the public encryption keys from the people that you are chatting with.  There is a plugin for gaim, and there is built-in support in Adium X, so the interface should be better in those applications.

[via macosxhints]

Technorati Tags: , , , ,

23 Feb, 2006

250 hp V6 in Nissan Sentra

Posted by pwestbro 20:05 | Permalink Permalink | Comments Comments (1) | Trackback Trackbacks (0) | Cars

VqspecvNow this is cool.  Someone fit the V6 engine from the Maxima, 350Z, and G35 into a B15 Sentra.  They are making a bolt in kit available for $4,500.  In addition, they are going to make it available for the B13 and B14 Sentra as well.

Maybe if I really want to increase the performance of our car, this is a very interesting option.

[via Autoblog]

Technorati Tags:

23 Feb, 2006

infrequently played podcasts

Posted by pwestbro 19:35 | Permalink Permalink | Comments Comments (1) | Trackback Trackbacks (0) | Computer

I just noticed that a lot of the podcasts that I have listed in iTunes had not been downloading new shows.  Also each of these had a exclamation point icon next to them.  At first, I though that this was because the rss feeds were not being parsed by iTunes.  When I clicked on the icon, I saw this message

Itunesstopdownloading

It looks like iTunes stops downloading podcasts if you don't listen to the shows.  I assume that Apple did this to prevent podcasts from filling up the disk.  This is fine, except it stops downloading them even if you manually delete the old files.  I think that they should change this to only stop downloading the new podcasts shows have not been listened to or have not been deleted.

In addition to that, iTunes should notify you that it stopped downloading podcasts.

Technorati Tags: ,

22 Feb, 2006

Downloadable content for SOCOM 3

Posted by pwestbro 19:42 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Games

Next month, Sony is going to make some new content available for SOCOM 3.  This will include new maps for online play.  The map pack will be $5.99.

I assume that this will use the online account, that was required to be created, when registering the for the online SOCOM component. 

One interesting thing that I didn't realize is that SOCOM 3 can use any USB Mass Storage device for storing this downloaded content.  I wonder if Sony will allow USB thumb drives to be used instead of their memory cards.

[via SOCOMBLOG]

Technorati Tags:

21 Feb, 2006

Listen to your network traffic

Posted by pwestbro 23:54 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Computer

Sound of Traffic is a pretty cool little application that "visualizes" the traffic on your network ports as audio sounds. The resulting sounds are pretty interesting. When my computer was not doing much heavy traffic, it sounded very similar to whale sounds.

Here is a mp3 with a sample of what this sounded like on my laptop.

[via macosxhints]

Technorati Tags:

21 Feb, 2006

disable recursion in Bind

Posted by pwestbro 16:41 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Computer

I just noticed that my dns server was being used as a caching dns server for some random host.  In my log files, I was seeing ANY queries for x.h.ctrc.cc.  When I looked at the cache, this was for some encoded data.

Using the documentation on this page, I was able to fix this problem.  The way that I fixed this was to add the following to the options section:

// version statement for security to avoid
// hacking known weaknesses
version "get lost";

// optional - disables all transfers -
// slaves allowed in zone clauses
allow-transfer {"none";};

// optional - disable all recursive queries
allow-recursion {"none";};
recursion no;

Technorati Tags: , ,

18 Feb, 2006

Updated blogtimes plugin

Posted by pwestbro 20:53 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Blogging

Since I moved this server to a different timezone, just noticed that the representation of the time for each of the posts does not take into account the time zone offset.

I have a fix for the blogtimes plugin in my tree, and will be checking it in soon.

Technorati Tags: ,

18 Feb, 2006

Video of Streetdeck

Posted by pwestbro 01:45 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Cars, Electronics

CNet has posted a video of the Streetdeck software running.  This software looks pretty cool.  I really like the gestural interface.

[via Autoblog]

Technorati Tags:

18 Feb, 2006

AHT HDTV media player

Posted by pwestbro 01:39 | Permalink Permalink | Comments Comments (0) | Trackback Trackbacks (0) | Electronics

Aht P2PodThe P2POD looks like an interesting media player.  It downloads or streams content over the internet to this box.  It uses a P2P network to allow faster downloads and reduce the cost for the content providers.

It looks like this box is going to be $150, and it will be available in the 3rd quarter of 2006.  I don't know what type of content will be available for it.  I don't know if there will be a price for each piece of content downloaded.

[via Gizmodo]

Technorati Tags:


1 2 3  Next»