Skip to main content

iPad versus Thinkpad Tablet 1838

Initial thoughts:
My first-generation iPad is a much better device.  Apple got it right.  It does everything so right that you don't even notice, until you try something else... and now that I have tried something else, I'm pretty disappointed.  Almost to the point where I will "eat" the $105 restocking fee to send the Thinkpad back.

What do I mean by "you don't even notice"?  Take a pencil, for instance.  It basically just works.  Remember those stupid foam-rubber things that people would put on the pencil to make a futile attempt to improve.. the pencil??? Well, I consider the iPad to be a pencil.  It performs perfectly for doing what you would expect it to do.  Any additional functionality seems to be unnecessary and simply over-complicates things... (not sure if the phrase "simply over-complicate" even makes sense...)

Quality:
There is no question regarding the difference in quality between the 2 devices.  The iPad's simple design, metal back plate and quality screen are no match for the seemingly cheap construction of the Thinkpad and the plastic case it has.

Connector:
I am not a huge fan of the proprietary "iPad/iPhone connector", but I have been using that connector for years now and NEVER had an issue.  I am already worried about the micro-USB connector for the TPT.  One advantage the TPT has over the iPad is the number of external interfaces/connectors.  The TPT has a micro-USB, full-size USB, dock-port, SD card slot.  Also - the SD card is simply a device - there doesn't have be particular folders, etc... like you might expect if you were using it with a camera, or something.

Interface:
I don't like the TPT Android interface nearly as much as IOS.  It seriously bothers me to say it... but IOS is just simple.  Finding applications and setting up your "desktop" is simple.  The interface on the TPT Android is so busy I am left wondering where I am supposed to go to find things, change settings, etc...  I uninstalled a free/demo app recently because I bought the full version and now I have a stale icon on the desktop that I can't use, nor can I figure out how to remove the icon.
The TPT has a Stylus that actually works really well.  But when you are using it, you realize how much you would rather NOT be using it and to have an interface where a stylus would not be possible.
The TPT keyboard would often lose sensitivity to finger touch and would require the stylus.


File Management:
This was essentially the sole reason I had purchased an Android rather than another iPad.  What a monumental mistake that was.  I bought the 64 GB version so I could copy all of my documentation, project plans, etc.. to the device so I could reference them practically any time.  I also installed a 32 GB SD card.  At this point I am left using "Docs to Go" to access the files in a horrible application-specific browser.  I am still unclear exactly how I would put any audio files on the device and worse yet how I would play them.  I have attempted to use WinAmp (due to familiarity with the Windows product) and that crashes every time I try to use it.

Summary:
if you want a $700 web browser tablet, this device is great.  Otherwise, the Lenovo Thinkpad Tablet is cumbersome, confusing and performs poorly.
At this point I am extremely disappointed, somewhat saddened and growing angry with the whole experience.  I absolutely LOVE my Lenovo Thinkpad T520.  The tablet, however, is lacking and it will take quite a bit to win me over.

Cons:
  • You can't actually touch/test/etc... a Thinkpad tablet.  There are no retailers that carry them in stock.
  • 802.11n doesn't seem to work if you are connecting to an Apple Airport Extreme.  The 'n' capability may not work at all.  I don't have a network to attempt to attach to other than my Airport - so, it's difficult to say what the problem might be.  UPDATE: It turns out that I needed an education.  I had assumed that ANY 'n' device was also a 5GHz device.  Apparently that is NOT the case and I believe my Aiport Extreme uses 5 GHz for the 'n' network.
  • The thing took around 3 weeks to be delivered.  Fairly unacceptable for anything nowadays, let alone a fairly standardized device like a tablet (i.e. very little customization is possible).
Update:  After putting a LOT of thought/effort into making my Lenovo behave more like my iPad, I'm starting to actually like the device.  The "ease of use" is not on par with the iPad, but I think if you are patient enough and like to tinker, the Thinkpad Tablet is a better option.  I suppose I had ignored my ambition to tinker after I bought an iPhone, iPad and MacBook pro... it's fairly interesting that all the products created and sold by a person who many consider to be the greatest innovator of recent times.. completely removes that tendency from it's users.

Comments

Popular posts from this blog

P2V using dd for KVM-QEMU guest

Preface: I have certainly not exhaustively tested this process.  I had a specific need and found a specific solution that worked. Situation:  I was issued a shiny new laptop running Red Hat Enterprise Linux 7 (with Corp VPN, certs, Authentication configuration, etc...)  The image was great, but I needed more flexibility on my bare metal.  So, my goal was to P2V the corporate image so I could just run it as a VM. * Remove corporate drive and install new SSD * install corp drive in external USB-3 case * Install RHEL 7 on new SSD * dd old drive to a disk-image file in a temp location which will be an image which is the same size as your actual drive (unless you have enough space in your destination to contain a temp and converted image) * convert the raw disk-image to a qcow file while pushing it to the final location - this step should reduce the disk size - however, I believe it will only reduce/collapse zero-byte blocks (not just free space - i.e. if you de...

Extending SNMP to run arbitrary shell script

Why are we here... This is not likely something I would have pursued under normal circumstances.  I happen to be working for a customer/client who is not afforded a lot of flexibility to accomplish their goals.  In this case, the rigor is justified.  They have to sometimes be fairly creative with how they solve problems. In this case they would like to utilize an existing snmp implementation to execute a command (or shell script) on a remote system.  They came to me with the idea of using Net-SNMP extend. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sect-System_Monitoring_Tools-Net-SNMP-Extending.html NOTE:  This is NOT a good implementation strategy in the "real world"  it will simply allow you to test the functionality.  There are a TON of security implications which would need to be taken in to consideration. Implementation Steps: [root@rh7tst01 ~]# yum -y install net-snmp net-snmp-utils ...

RHN Satellite Server (spacewalk) repomd.xml not found

"repomd.xml not found" If you add a channel, or if your RHN cache gets corrupted, and one of your guests complains that it cannot find repomd.xml for jb-ews-2-x86_64-server-5-rpm (for example) - you need to rebuild your repodata cache. Normally this is an automated job - which is exemplified by the fact that you have obviously built out your entire Satellite environment and never had to do any of the steps you are about to do. So - some prep work: Open 3 terminals to your Satellite Server and run: # Term 1 cd /var/cache/rhn watch "ls -l | wc -l" # Term 2 pwd cd /var/log/rhn tail -f rhn_taskomatic_daemon.log # Term 3 satellite-sync --channel=jb-ews-2-x86_64-server-5-rpm Once the satellite-sync has completed, you >should< see the count increment by one.  If you are unlucky (like me) you will not. You then need to login to the Satellite WebUI as the satellite admin user. Click on the Admin tab (at the top) Task Schedules (on the left) fin...