Categories

Amateur Radio (4)
Android (1)
Blog (36)
Calc (11)
Cars (7)
Honda Accord Hybrid (4)
Jeep (11)
Miata (21)
Coding (6)
Gadgets (235)
Sprint Ambassador (23)
Game (16)
Jokes (10)
Link Cache (36)
Misc (141)
Personal (39)
Photography (8)
Politics (1)
Tech (259)
AWS (8)
Travel (52)
Honeymoon (16)
Work (8)
Sponsored Links

Category: Tech

July 12, 2010

Goodbye Fring

I've used fring occasionally for a long time now. I first used it with the Nokia N95, and then most recently with Android and iPhone 4 for video chat. I had also used it as a generic SIP client, too.

bad-fring.pngAnd now I've just been told by my wife that it's spamming her and, presumably, everyone with status update messages. And frequently! Just check out that screenshot.

I've set both the iPhone and Android client to not do that. But, guess what? It's still doing that. Amazingly annoying, especially since I don't even use fring for IM.

With the recent removal of Skype, I don't see why I should keep using it. Maybe I'll go back to it later. Maybe not. The video quality was decent, the audio quality was great. And, unfortunately, there are basically no other alternatives yet. So, we'll see... for now, that, I have to remove it and hope that the status updates stop!

| | () | (0)

July 10, 2010

Android Developer Tutorials and Other Recent Writing

I haven't been posting here much. Small thoughts are usually on twitter or even buzz. Longer writing energy and time is generally saved for articles. All of our writing lately has been focused on Android development. Of course, we do develop for other platforms, too. We're very platform agnostic. ;)

When Android FroYo SDK (Android 2.2) came out, we got some requests to write about it. Here are two of the articles:

We've also written a number of tutorials. Here are a few of them:

And don't forget about our two books:

| | () | (0)

July 3, 2010

HOWTO: Create Your Own Retina Display

You got a shiny new Apple iPhone 4, right? You love that retina display! But, none of your other devices have one! What are you to do?

All your peers have a shiny new Apple iPhone 4 with its amazing retina display! Your phone is feeling blue, not having a retina display of its own. What are you to do?

It's simple!* Just create your own retina display. All you have to do is follow these easy instructions and all of your devices will have their own retina displays! We'll call this Retination: that act of making a retina display out of a normal display.

Stage 1: Determine Device Pixels Per Inch

First, you need to determine the pixels per inch of the device you want to retinate. You can do this by looking up the specifications for "ppi" or "dpi" or use simple measure the width and divide the width in pixels by the width in inches. Apple's documentation says their retina display is 326 ppi. Your display will be different. As an example, we'll use the Motorola Droid. It has a ppi of about 265.

Stage 2: Determine the Distance of Retinality

Now, using the same trick Apple uses to call the iPhone 4 display a retina display, you'll determine this for your display. The human eye has specific, well known optical characteristics. That is, the effective resolving power of the human eye for someone with 20/20 vison is, and has been, measured and agreed upon (just check Wikipedia!).

Using this data, we can determine the distance at which a display becomes a retina display. For the iPhone 4, Apple states this is 10-12 inches. My own calculations show that this correct; I get 10.4 inches. I don't know about you, but I don't hold my phone up that close to use it. I do a pinch-zoom and hold it farther away.

Anyway, the formula to convert PPI to DTR (Distance To Retinality) is 3438 * (1/PPI). The 3438 number is the scaling factor number derived from a 1 arc-minute visual acuity for a person with 20/20 vision.

Keeping to the Motorola Droid, we can now calculate that its display needs to be a whopping 13 inches away to be retinated! Gosh, more than a foot away before you can't distinguish pixels? The Horror!

Stage 3: Using Your New Powers of Retination

Now that you're empowered to retinate all of your displays, don't hold it over your Apple iPhone 4 toting friends too much. Their display is still a higher density and retinates so close you'll feel cross eyed when trying to unretinate it. And, there's no doubt; it's a nice display, retina or not.

Some Examples

I went ahead and calculated the distance to retinality for a number of common devices.

  • A Nexus One display retinates at just under 14 inches
  • The Evo 4G, with it's large display, retinates at nearly 16 inches
  • The Archos 5, with an even larger display, retinates at almost 18 inches
  • The T-Mobile G1, having a small, but low resolution display, needs 19 inches to retinate
  • The Nokia N900 has a 3.5" display and high enough resolution to bring it's distance to retinality down to just 12.9 inches. That's 2nd only to the iPhone 4, currently.

That is, every one of these devices -- even the low resolution T-Mobile G1 -- can easily retinate within arms length.

What about your computer, laptop, and TV? I've calculated a couple of common display sizes:

  • A 15.4" MacBook Pro sporting a 1440x900 display retinates at 31 inches, just over 2.5 feet. That's about my normal working distance at my desk.
  • A 24" monitor with a standard 1920x1200 resolution takes 3 feet to retinate. That's not a terrible working distance, but I'm usually closer and the display definitely appears grainy.
  • A 30" monitor with a standard 2560x1600 display, however, needs just 34 inches to retinate. That's definitely a great working distance for these beasts. Apple even makes one of these. Apparently they didn't realize they already had a display on their hands that was often used at the retinality distance.
  • A 40" FullHD (1920x1080) TV needs just over 5 feet to retinate. A 40" TV with a sloppy 1280x720 Half HD (720p) display needs nearly 8 feet to retinate. This means two things. First, it means that if your TV is closer than either of these numbers, it's big enough to truly see the details. Second, it means if your 40" TV is under 8 feet away, an average person can easily see the difference between 720p and 1080p. For bigger TVs, this distance increases. Going Full HD does, mathematically, make a difference to the average human eye. ;)

Did you enjoy this retination of your display?

Now go out and retinate something!


(*Note: Yes, this is meant to be a little tongue-in-cheek. However, the math should be accurate. A Discover magazine blog post brought these numbers to my attention. I also checked with Wikipedia.)

(UPDATE: 7 July, 2010: Added Nokia N900.)

| | () | (0)

December 13, 2009

Native Applications on Chromium OS

So, you like the idea of an OS that's just the browser? It brings lots of nice things to the table, such as fast boot times, access to a plethora of great web applications, no worries about storage (it's all online), and all the greatness of the web without the hassle of everything else bundled with operating systems these days.

Except, what if you want to run native applications? What if something requires a much higher level of performance than JavaScript can provide?

Turns out, Google thought about this long ago: they recommend using NativeClient. Right now, though, it's a download for your operating system of choice (Win, Lin, or Mac). The implication, though, is that it will be part of Chromium OS. This could be the missing key for filling in the gap between web and local performance issues and interfaces. Would we ever see a version of Premier, or even Photoshop, written to support such an environment? Yeah, probably not. But it could enable such types of applications and games that require more than what a Javascript environment can handle.

Yet, it could still be delivered through the network, so updates are always applied. Local caching can fill in for when the network isn't available (which happens, regardless of how pervasive it becomes).

But, is it enough? I suspect it would be for most folks. But, for creative folks, back-end business work, engineering, development, and other things, it won't be enough for a while.

And where does Java fit in to this? It fills the gap -- plus some -- on Android.

| | ()

December 6, 2009

Why Is Google Public DNS So Slow?

Google Public DNS is certainly fast to type, 8.8.8.8, and as easy to remember as other top level DNS servers, such as 4.2.2.1. However, it's performance seems to be really lacking. That's quite odd, considering their whole reason for launching it is to have a fast DNS server for really fast web browsing. It's a great concept, but something is missing: the goal of the concept.

DNS results for locally run benchmark

Have a look. That's just not a very good showing for a system that's documented to be on the other end. I used a tool called namebench, which is open source and created, apparently, as a Google 20%er project.

For kicks, I decided to run this on a dedicated server I have.

Read the rest of "Why Is Google Public DNS So Slow?"

| | ()

December 5, 2009

Tip: A Different Use for Private Browsing

It may be called "Private Browsing" or "Incognito" or, more colloquially, porn mode. But, there is a perfectly useful reason to use it: multiple accounts with the same service.

For instance, you can start a new Incognito session with Chrome, login to a different GMail accounts, and then close the session without ever worrying about your primary tabs getting confused with Reader, Calendar, GMail, etc.

This works because the cookies and session information isn't kept. On Chrome, though, it is shared with all incognito tabs that are running at once until they are closed. This means you can only do one additional session at a time (in addition to your primary one). But, it's often faster than opening a new browser.

| | () | (0)

December 4, 2009

The Case for Free Netbooks for Everyone?

Or, Can Google Subsidize a Netbook?

Over at the Chrome Techa blog, they ask if you'd take a free netbook from Google. I would. Why not? Chrome OS basically just runs Chrome. I use Chrome. So what's wrong with that? More machines accessing the net gives Google more revenue. Why? They have such pervasive advertising that simply getting more people online is good for them.

Read the rest of "The Case for Free Netbooks for Everyone?"

| | () | (0)

February 12, 2009

Using the Built-in Dictionary

Picture 21.tiffIt's a bit wierd, considering that dictionary.com works so well, but I'm finding that I use the Mac OS X built-in dictionary more than using a web one now. It even sometimes defines words within Spotlight, but not reliably enough.

Without looking, I don't even know if one comes with Vista or Windows 7, by default. I didn't even know about this one until I started seeing words defined in Spotlight, either. It also serves as a thesaurus, too.

Picture 22.tiffBut wait, there's more! Did you know it also has Wikipedia? This is pretty cool stuff! I don't know that I'd use the Wikipedia part more than just searching in Google, but it's neat. Unlike the Dictionary and Thesaurus, though, the Wikipedia portion requires a web connection. A locally cached version would make it super cool -- and, then again, super big.

| | ()

February 9, 2009

New Kindle 2 Features Fail Us

kindle2.jpg The New Kindle 2 has been highly anticipated. It's now available for pre-order and will be shipping within a couple of weeks. Back in November, Amazon sent out Kindles to some people for a free 30 day trial (e.g. no upfront costs like when you order and return). We tried it out.

We had a few problems with it. First, the battery life was terrible, especially considering we had wireless off (more on that later) and that it doesn't use any power to display a page (I tested this by pulling the battery with a page showing -- pretty fun!). It would last maybe a day or two before needing to be plugged in, so we had to keep it plugged in all the time.

Second, the buttons were all in the wrong places. The page turn buttons ran along the sides and would be clicked by just picking it up. Considering page turning was very slow (distractingly slow), this didn't work so well.

Third, the wireless didn't work. There is no Sprint 3G coverage where we are, apparently, so we couldn't use any of the store features, regularly updated content, the browser, etc. None of that could work.

Finally, it was way too expensive for what it was. The books cost almost nothing to be reproduced in digital form, yet Amazon is charging more than a paperback book ($10) for them. This doesn't work and since they can't be sold, it's money completely gone. Considering renting a book from a library is free, and buying a book for $8 that can be resold for $4 is easily 60% cheaper, this just doesn't work. Then, add on to that $400 and you've got a perfect storm of exorbitant expenses that really don't make any sense at all.

So, when I started hearing about the new Kindle and how it was going to improve upon the last, I was hopeful. Well, all of the details are out today. Sadly, it looks like they've failed to solve any of the problems we had with it.

Read the rest of "New Kindle 2 Features Fail Us"

| | ()

February 6, 2009

OS Updates Should be Faster

WinTuxApp.jpgI'm a huge advocate of doing OS updates right away, especially on critical systems. Some may argue that it could introduce side effects and other problems. Although this is potentially true, most updates these days really are security fixes and are tested quite well before being pushed out as critical because of this very issue. This applies across Windows, Linux, and Mac machines (plus some other OSes out there, I'm sure). Not updating a machine, though, puts other machines at risk. At some point, there may be liability issues for having a compromised machine because you didn't update. So, make sure you update -- and frequently!   

I usually have automatic updating on my systems. This works great for systems I use all the time or that are on all the time (typically the same, these days, since having a machine on all the time is expensive). However, lately there's been a machine that isn't being updated. Why?

The simple answer is: When it does get used, it's not for very long and an update would be very distracting. For me, it's an inconvenience and I just ignore the notices so I can get to what I'm doing on it (watching TV, in this case). By the time I'm done with it, I want it off or I've forgotten that there was an update it needs.

Problem is, I suspect this is how many folks use their primary machines and why they don't get updated. I'm still convinced the a large majority of people who don't update find it far too complex to do. Now, though, I think there may be other reasons. And this is one of them.

Please streamline updates and make them faster. A big part of this would be figuring out how to do them without a reboot. Yes, that's a complex problem. But... figure it out. It will make computers safer, friendlier, and more usable. That's a good thing for everyone.

| | ()

December 16, 2008

The Case for Truly Micro Payments [UPDATED]

Read post ...

| | ()

Songbird: Not There Yet

Read post ...

| | ()

December 15, 2008

Two Amusing Updates in 10.5.6

Read post ...

| | ()

November 14, 2008

Early NXE: Netflix on Xbox 360 TONIGHT. For Me.

Read post ...

| | () | (0)

November 13, 2008

Hulu on the PS3

Read post ...

| | () | (0)

November 11, 2008

Having GIMP Troubles on Mac OS X? Try This.

Read post ...

| | () | (0)

October 29, 2008

Artificial Heart

Read post ...

| | () | (0)

October 27, 2008

ABC Streaming Now Worst of Net

Read post ...

| | () | (0)

Synergy for Copy and Paste

Read post ...

| | () | (0)

Google Earth for iPhone is Fun

Read post ...

| | () | (0)

October 26, 2008

Netflix Will Add Mac Support – via Microsoft

Read post ...

| | () | (0)

October 25, 2008

NVIDIA Hardware on Apples: Why Reduced Features?

Read post ...

| | () | (0)

October 24, 2008

Apple Removed a Button to Add One

Read post ...

| | () | (0)

Mac Screen Cap Without Grab

Read post ...

| | () | (0)

October 23, 2008

Understanding Mac OS X Memory Model

Read post ...

| | () | (0)

October 22, 2008

Mac Screen Auto Dimmer Is Driving Me Nuts

Read post ...

| | () | (0)

Virtual Box to the Rescue (Sort of)

Read post ...

| | () | (0)

No Podcasts!

Read post ...

| | () | (0)

October 21, 2008

Google Recommends Geothermal Heat Pumps

Read post ...

| | () | (0)

September 29, 2008

Useful Chrome Trick

Read post ...

| | () | (0)

September 25, 2008

Podcast Listening Tips with iTunes: Use a Smart Playlist

Read post ...

| | () | (0)

September 18, 2008

The Modern Command Line (or How Vista and Chrome Are Making Me Lazy)

Read post ...

| | () | (0)

September 15, 2008

Chromium is not Google Chrome: Switching

Read post ...

| | () | (0)

July 16, 2008

Android, Google, and Openness

Read post ...

| | () | (0)

July 14, 2008

Is SMS Pricing by-the-byte Fair?

Read post ...

| | () | (0)

July 12, 2008

Gmail Tip: Rapidly Label Items

Read post ...

| | () | (0)

July 10, 2008

The Risks of WebApps

Read post ...

| | () | (0)

July 7, 2008

Fuel Economy and the Speed Limit

Read post ...

| | () | (0)

June 24, 2008

Neat Weather Underground Feature

Read post ...

| | () | (0)

June 5, 2008

A Great Library Feature

Read post ...

| | () | (0)

May 30, 2008

New MovableType AntiSpam Service Supports WordPress?

Read post ...

| | () | (0)

May 29, 2008

MetroFi Shutdown Notice

Read post ...

| | () | (0)

May 18, 2008

Going Social

Read post ...

| | () | (0)

Blog Comments, Spam, and Disqus

Read post ...

| | () | (0)

April 30, 2008

Nokia N95 GPS Tip on AT&T

Read post ...

| | () | (0)

April 29, 2008

Why I Now Own a Nokia N95

Read post ...

| | () | (0)

April 18, 2008

TV for Web Video

Read post ...

| | () | (0)

November 30, 2007

The Big Switch

Read post ...

| | () | (0)

September 14, 2007

No iTunes With $100 iPhone Credit?! Updated.

Read post ...

| | () | (0)

August 31, 2007

NBC Leaving iTunes?

Read post ...

| | () | (0)

April 24, 2007

When Gadgets Don't Work

Read post ...

| | (1) | (0)

April 17, 2007

What is This "HD Radio" Thing Cropping Up Everywhere?

Read post ...

| | () | (0)

April 13, 2007

The Canon SD900: For Video?

Read post ...

| | (1) | (0)

April 12, 2007

Camera Phone Use on the Decline?

Read post ...

| | () | (0)

April 10, 2007

Alternate Inputs: Windows Vista Handwriting and Speech Recognition

Read post ...

| | (2) | (0)

April 6, 2007

A Recent Verizon Discovery: A Free App?

Read post ...

| | () | (0)

April 5, 2007

Clarifying Wireless Speeds: "GSM" vs "CDMA"

Read post ...

| | () | (0)

April 4, 2007

Sony Vaio VGN-UX390N Performance

Read post ...

| | () | (0)

April 2, 2007

Upgraded to Vista, Wallpaper won't Change?

Read post ...

| | () | (0)

March 28, 2007

Installing Origami Experience on the Sony Vaio UX390N

Read post ...

| | (2) | (0)

March 27, 2007

Does ReadyBoost do anything for a SSD System?

Read post ...

| | () | (0)

March 22, 2007

Micro PC Performance

Read post ...

| | () | (0)

March 15, 2007

Lending Me A Hand: My Library

Read post ...

| | () | (0)

Subliminal Messages as New Technology: A Frightening Thought!

Read post ...

| | () | (0)

March 8, 2007

ElasticLive: A Comparison to Native EC2

Read post ...

| | () | (0)

March 6, 2007

The Cost of Amazon EC2 P2V of an Existing Server

Read post ...

| | () | (0)

March 5, 2007

My Experience with XP MCE to Vista HP

Read post ...

| | () | (0)

March 1, 2007

Useful Amazon S3 and EC2 Tools

Read post ...

| | (1) | (0)

February 27, 2007

How Fast is 802.11n?

Read post ...

| | () | (0)

February 26, 2007

Thoughts on Amazon EC2

Read post ...

| | () | (0)

February 23, 2007

Canon PowerShot SD900: Thoughts and Review

Read post ...

| | (1) | (1)

February 22, 2007

What Ever Happened to FlashMob Computing?

Read post ...

| | () | (0)

February 15, 2007

On Our Way To Hawaii

Read post ...

| | (1) | (0)

February 14, 2007

Netflix Streaming Video: Is It Any Good?

Read post ...

| | () | (0)

February 13, 2007

Using Massive Amounts of Computational Performance

Read post ...

| | () | (0)

February 12, 2007

A New Look at Future So-Called "4G" Networks

Read post ...

| | () | (0)

February 8, 2007

Making Your (Computer) Life Simpler: Automation

Read post ...

| | () | (0)

February 6, 2007

The Death of Phlog

Read post ...

| | (1) | (0)

February 5, 2007

My Trusty Dell XPS M1210 Laptop

Read post ...

| | (1) | (0)

February 3, 2007

The Television Networks are a Pain!

Read post ...

| | (1) | (0)

February 2, 2007

Netflix: I can Watch Now!

Read post ...

| | () | (0)

February 1, 2007

Netflix Streaming Movies

Read post ...

| | () | (0)

The Obsolescence of Incandescents

Read post ...

| | (2) | (0)

January 29, 2007

How Did I Miss Amazon EC2?

Read post ...

| | (1) | (0)

January 28, 2007

Apple QuickTime Pro Registration Key Update

Read post ...

| | () | (0)

January 27, 2007

Apple QuickTime Pro Registration Woes

Read post ...

| | (1) | (1)

January 26, 2007

Norway says iTunes Illegal

Read post ...

| | () | (0)

January 25, 2007

Comparing HD and TV Resolutions

Read post ...

| | () | (0)

January 23, 2007

Getting Television for Free

Read post ...

| | (2) | (0)

January 4, 2007

More on HD-DVD and the XBox 360

Read post ...

| | (2) | (0)

January 2, 2007

An "Unfortunate" Discovery

Read post ...

| | () | (0)

December 15, 2006

HD-DVD on the XBox 360

Read post ...

| | (1) | (0)

December 13, 2006

Should I Upgrade from my LG VX9800 (The V) to the LG VX9900 (The enV)?

Read post ...

| | () | (0)

May 12, 2006

Noooo! Not The Booth Babes!

Read post ...

| | (1) | (0)

May 9, 2006

Wi-Fi In The Wild

Read post ...

| | () | (0)

April 16, 2006

Getting WiFi Working on the Averatec AV4155-EH1 and More

Read post ...

| | () | (0)

April 10, 2006

Averatec AV4155-EH1 Experiences with Fedora Core 5 (FC5)

Read post ...

| | () | (0)

Installing Perforce on Linux

Read post ...

| | () | (0)

March 17, 2006

MatrixStream and Movie99

Read post ...

| | () | (0)

March 16, 2006

Turn Your Code Into a Text Adventure

Read post ...

| | () | (0)

March 13, 2006

Feedback to Sprint #3: Media Player Confusion

Read post ...

| | (1) | (0)

March 11, 2006

Sprint Power Vision Channel Listing

Read post ...

| | (1) | (0)

March 9, 2006

Java Apps: Google Local, Opera Mini, and More

Read post ...

| | () | (0)

Revenue Outlet For DVD Special Features

Read post ...

| | () | (0)

AutoFill Completes Me

Read post ...

| | () | (0)

March 8, 2006

Problems with Newegg.com

Read post ...

| | (2) | (0)

VCAST Signup Through App - No Music Option?

Read post ...

| | (1) | (0)

March 3, 2006

USB Car Stereos

Read post ...

| | () | (0)

February 28, 2006

Netflix and So-called Throttling

Read post ...

| | () | (0)

February 27, 2006

My NAS Tale: Picking a NAS

Read post ...

| | () | (0)

Bittorrent: The Slow Download Method?

Read post ...

| | () | (0)

February 26, 2006

Sprint's Power Vision: Any Good?

Read post ...

| | () | (0)

February 23, 2006

Microsoft Office Live vs Google Services

Read post ...

| | () | (0)

Dell Inspiron Laptop For Sale (again)!

Read post ...

| | () | (0)

February 20, 2006

NTFS for Linux

Read post ...

| | (1) | (0)

Installing Firefox 1.5 on Linux (FC4, Specifically)

Read post ...

| | () | (0)

Playing DVDs on Linux (FC4, specifically)

Read post ...

| | () | (0)

Fraud on ebay Sucks!

Read post ...

| | (3) | (0)

February 18, 2006

Dell Laptop For Sale!!

Read post ...

| | (1) | (1)

The Browser Appliance Virtual Machine

Read post ...

| | (2) | (0)

February 6, 2006

The Super Bowl -- In HD?

Read post ...

| | () | (0)

January 20, 2006

Make And Mind: Magazine Madness

Read post ...

| | () | (0)

November 13, 2005

The iPod nano -- Issues and Impressions

Read post ...

| | () | (1)

November 7, 2005

Firefox and Tabbrowser Extensions

Read post ...

| | () | (0)

November 6, 2005

Mobile AJAX: Can It Be?

Read post ...

| | () | (0)

November 3, 2005

Virtual Blast from the Past!

Read post ...

| | () | (0)

October 20, 2005

Google Ad Nonsense

Read post ...

| | () | (0)

October 12, 2005

Yay! iTunes 6.0 Left My Podcasts Alone!

Read post ...

| | () | (0)

Los Angeles Loses Power For Unknown Reason

Read post ...

| | () | (0)

October 9, 2005

Windows XP Kicks Ass!

Read post ...

| | (2) | (0)

October 8, 2005

Full Review: Samsung SCH-a970

Read post ...

| | (14) | (3)

October 3, 2005

MegaSound VRCD300-USB Follow-Up: Front Auxiliary Input

Read post ...

| | (2) | (0)

October 1, 2005

What's with Big Company CEOs these days?

Read post ...

| | () | (0)

$100 Kids Laptop Runs on Human Power

Read post ...

| | () | (0)

September 30, 2005

Verizon Settlement over Motorola V710 Bluetooth Class Action Lawsuit

Read post ...

| | (2) | (0)

September 28, 2005

Steve Jobs on Full Music Downloads (And My Own Opinions)

Read post ...

| | (2) | (0)

September 27, 2005

More MegaSound VRCD300-USB Data: Radio Performance

Read post ...

| | (3) | (1)

September 17, 2005

Phishing for Trouble

Read post ...

| | () | (0)

September 16, 2005

The State of Bandwidth: 2004 -- Year of the 50 Mbps DSL Line

Read post ...

| | () | (0)

September 14, 2005

Work-Arounds: Not Always Lame and Boring

Read post ...

| | () | (0)

MegaSound VRCD300-USB Update -- Again

Read post ...

| | (8) | (1)

September 9, 2005

iTunes 5.0 Update: Local Podcast Directory Nuked! Arg! :(

Read post ...

| | () | (0)

More Info on the MegaSound VRCD300-USB

Read post ...

| | (1) | (1)

September 1, 2005

Strange Tech History Tidbit

Read post ...

| | () | (0)

August 31, 2005

MegaSound VRCD300-USB Follow-Up

Read post ...

| | () | (0)

August 26, 2005

MegaSound VRCD300-USB Review

Read post ...

| | (21) | (3)

August 25, 2005

Yay! EVDO Live here!

Read post ...

| | () | (0)

August 15, 2005

DSL: Information Service == Monopoloy OK?

Read post ...

| | () | (0)

August 12, 2005

One Computer to Rule Them All

Read post ...

| | () | (0)

July 13, 2005

Running Scripts Without Type Their Extension on Windows

Read post ...

| | () | (0)

July 12, 2005

Network Storage Device Alternate?

Read post ...

| | () | (0)

July 2, 2005

WalkIn Close... er... Comic Book?

Read post ...

| | () | (0)

July 1, 2005

SPAM is good for you?

Read post ...

| | () | (0)

June 30, 2005

iTunes Bug and Resolution

Read post ...

| | () | (0)

Cool New Estes Rocket

Read post ...

| | () | (0)

Is This For Real?

Read post ...

| | () | (0)

June 29, 2005

Who Needs PSP Games?

Read post ...

| | () | (0)

June 23, 2005

More DoCoMo 4G News

Read post ...

| | () | (0)

June 15, 2005

Apple iTunes: A Feature I Like

Read post ...

| | (3) | (0)

June 10, 2005

Talking to Space

Read post ...

| | () | (0)

May 23, 2005

Edmund Scientifics Still Around

Read post ...

| | () | (0)

May 19, 2005

For fast, quiet, lower power desktop operation...

Read post ...

| | () | (0)

May 12, 2005

Joint Stereo: Why It's Better

Read post ...

| | () | (0)

May 6, 2005

iTunes: Good Things, Bad Things

Read post ...

| | () | (1)

The Google Web Accelerator: Too Beta

Read post ...

| | () | (0)

May 3, 2005

iTunes and (the Missing) Download Speeds

Read post ...

| | () | (0)

March 24, 2005

Motorola E725: Some things my Audiovox 8940 doesn't have...

Read post ...

| | () | (0)

March 22, 2005

Automated Mobile Video

Read post ...

| | () | (0)

March 2, 2005

The Power of Cell Phones

Read post ...

| | () | (0)

February 24, 2005

Will Google:Movie replace IMDB?

Read post ...

| | () | (0)

February 23, 2005

Compare the Performance of Various Programming Language

Read post ...

| | () | (0)

February 14, 2005

Odd Things

Read post ...

| | () | (0)

February 8, 2005

Google, Ads, and Competition

Read post ...

| | () | (0)

February 1, 2005

Images in Silicon

Read post ...

| | () | (0)

January 29, 2005

Now this the way to do things...

Read post ...

| | () | (0)

January 25, 2005

24: Conspiracy?

Read post ...

| | () | (0)

January 18, 2005

Real Plants for your Phone

Read post ...

| | () | (0)

January 12, 2005

Microsoft Gets Into the Antivirus Business

Read post ...

| | () | (0)

January 9, 2005

Even worse face grease problem...

Read post ...

| | () | (0)

Verizon and Motorola at the Wrong end of a Class action suit over the V710

Read post ...

| | () | (0)

January 4, 2005

LBS enabled Phone Games

Read post ...

| | () | (0)

eBooks -- Daily Pages Via RSS

Read post ...

| | () | (0)

December 23, 2004

PHP, mysql, and PayPal

Read post ...

| | () | (0)

December 19, 2004

Xmas Tree: A Quick Camera Comparison

Read post ...

| | () | (0)

December 15, 2004

Easily Create Live Bookmarks for Firefox

Read post ...

| | () | (0)

December 14, 2004

TIP: Delete "Compressed Folder" temp files

Read post ...

| | () | (0)

November 22, 2004

Series 60 PC control software, and winamp control

Read post ...

| | () | (0)

Xingtone: Getting Ringtones onto Verizon

Read post ...

| | () | (0)

November 9, 2004

Lucasfilm's Habitat

Read post ...

| | () | (0)

October 14, 2004

Google Desktop Search!

Read post ...

| | () | (0)

October 4, 2004

Virtual worlds

Read post ...

| | () | (0)

July 27, 2004

The problem with computers...

Read post ...

| | () | (0)

June 30, 2004

A Case of Mis-Market

Read post ...

| | () | (0)

June 27, 2004

Software to Track Human Motion in Video

Read post ...

| | () | (0)

June 21, 2004

Rocket Planes!

Read post ...

| | () | (0)

Modern CoreWars

Read post ...

| | () | (0)

May 28, 2004

Yet another O'Reilly Hack Book

Read post ...

| | () | (0)

May 20, 2004

Definitely

Read post ...

| | () | (0)

All I have to say is...

Read post ...

| | () | (0)

May 17, 2004

The Skycar

Read post ...

| | () | (0)

May 12, 2004

Moblog use drops with time

Read post ...

| | () | (0)

May 10, 2004

Facial tracking in new Japan phone

Read post ...

| | () | (0)

May 7, 2004

Real Life Pacman!

Read post ...

| | () | (0)

Real Life Pacman!

Read post ...

| | () | (0)

May 6, 2004

Just how fast is Google?

Read post ...

| | () | (0)

April 27, 2004

SPAM

Read post ...

| | () | (0)

April 26, 2004

Synthetic Life

Read post ...

| | () | (0)

April 25, 2004

The Latest in Dell Support

Read post ...

| | () | (0)

April 13, 2004

No Silly ideas here

Read post ...

| | () | (0)

Find out where you are with a picture!

Read post ...

| | () | (0)

April 11, 2004

Good Article on 3G and camera phones

Read post ...

| | () | (0)

March 25, 2004

Moblogging everywhere... but where?

Read post ...

| | (1) | (0)

March 24, 2004

Platter density increases continue...

Read post ...

| | () | (0)

March 23, 2004

Auto ID3 writing?

Read post ...

| | () | (0)

March 18, 2004

Landline phones getting mobile features

Read post ...

| | () | (0)

March 17, 2004

Mobile sites will have their own TLD

Read post ...

| | () | (0)

March 16, 2004

Want a supercomputer? Make one instantly!

Read post ...

| | (1) | (0)

March 15, 2004

Auto Cheat Codes?

Read post ...

| | () | (0)

March 12, 2004

Hubble Wallpaper and Cosmos Gabber

Read post ...

| | () | (0)

March 11, 2004

Full camera phone ban...

Read post ...

| | (1) | (0)

March 10, 2004

Very Cool Hubble Image

Read post ...

| | () | (0)

MP3.com assets for sale

Read post ...

| | () | (0)

March 9, 2004

So much for email virus scanners...

Read post ...

| | () | (0)

Carrier's Jumping onto mobile blogging...

Read post ...

| | () | (0)

All outdated, again

Read post ...

| | () | (0)

March 8, 2004

More goofiness

Read post ...

| | () | (0)

The things people do...

Read post ...

| | () | (0)

March 7, 2004

Interesting "Script Kiddie" article...

Read post ...

| | () | (0)

Too late for this in-plane phone service...

Read post ...

| | () | (0)

March 3, 2004

Is this "rubber camera-ing"?

Read post ...

| | (2) | (0)

Video, phones, and MMS

Read post ...

| | () | (0)

March 2, 2004

CSS Editing tool

Read post ...

| | () | (0)