Sponsored Content
Full Discussion: Will You Buy an Apple iPad?
The Lounge What is on Your Mind? Will You Buy an Apple iPad? Post 302391003 by Corona688 on Friday 29th of January 2010 04:11:27 PM
Old 01-29-2010
Quote:
Originally Posted by pludi
...and the adapted iPhone OS still won't do multitasking.
Ouch... There's no excuse for a system with a 1GHz processor and multiple gigs of storage lacking multitasking.
Quote:
Originally Posted by andom
No usb? it has bluetooth, wifi and a dock connector. What do you need usb for?
Seriously? I was already eyerolling when Apple started making things that had only one USB port. My laptop has three and it's not enough. Let's see...
  1. USB storage devices are utterly ubiquitous! Granted it has a USB add-on -- meaning Apple just shrank this with their usual tricks. Make the connector tiny and proprietary, then charge the customer extra to use something already built into their product. It also helps to reduce customer expectations -- a real USB port might be expected to support wireless devices and the like, but when they sell you the adapter that gives them the opportunity to warn you it only supports cameras. I suspect the speed might be questionable as well.
  2. A Real Keyboard might be useful once in a while! Not whatever joke Apple wants to sell you -- a real keyboard, like you've always used.
  3. How about a usb ethernet adapter? For those times when you must use a cable for whatever reason.
  4. What if something breaks down? There are USB replacements for mice and any kind of wireless, none of which the ipad will likely ever support.
...Or something nobody's invented of yet. Wireless USB, ultra-wideband, or what have you. Normal PC's could support it through USB or add-on cards, but these wanna-be PC's never will. You might kick yourself for not waiting for the "newer" version.

Except there's always a newer version, that's how the Apple treadmill works. They make machines versatile and pretty enough to distract most customers from realizing they're only heart-stoppingly expensive disposables.
 
WREN(3) 						     Library Functions Manual							   WREN(3)

NAME
wren, ata - hard disk interface SYNOPSIS
bind #H[drive] /dev bind #w[target[.lun]] /dev /dev/hd0disk /dev/hd0partition /dev/sd0disk /dev/sd0partition ... DESCRIPTION
The hard disk interfaces (wren, #w, is a SCSI disk; ata, #H, is an IDE or ATA disk) serve a one-level directory giving access to the hard disk partitions. The parameter to attach defines the numerical SCSI target and logical unit number or the IDE drive number to access. Both default to zero. Each partition name is prefixed by hd and the numeric drive identifier. The partition always exists and covers the entire disk. The size of each partition as reported by stat(2) is the number of bytes in the partition, so the size of is the size of the entire disk. The partition also always exists; it is the last block on the disk for SCSI, second to last for IDE. If it contains valid partition data, those partitions will be visible as well. Every time the device is bound, the partitions are updated to reflect any changes in the parti- tion file. The format of the partition file is the string plan9 partitions on a line, followed by partition specifications, one per line, consisting of a name and textual strings for the block start and limit for each partition on the disk. The program prep(8) writes the partition table for the disk; its use is preferred to writing it by hand. SEE ALSO
prep(8), scsi(3) SOURCE
/sys/src/9/port/devwren.c /sys/src/9/pc/devata.c WREN(3)
All times are GMT -4. The time now is 07:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy