Twitter co-founder’s ‘Square’ comes into focus

A test 'Square' in action, and a screenshot of the geo-tagged receipt.

(Credit:
Engadget)

Well, we finally have a glimpse at “Square,” the new mobile payments venture coming from Twitter co-founder and chairman Jack Dorsey. As expected, it’s a little hardware add-on that can turn an iPhone …


Originally posted at The Social

CyberNotes: Funny Accident Reports

This article was written on July 20, 2007 by CyberNet.

CyberNotes
Funny Friday

CaraccidentWe’re stepping away from the humorous technology types of jokes today and changing gears to something non-tech related – accidents. I know, how funny could that be? But, they are.

From the source, “Accident insurance claim forms ask for a brief statement about how the accident happened.kk  The combination of the finger pointing instinct and the small spaces provided on the forms can lead to some curiously phrased explanations.”

Explanations like:

  • I thought my window was down; but found it was up when I put my hand through it.
  • The accident happened when the right door of a car came around the corner without giving a signal.
  • In my attempt to kill a fly, I drove into a telephone pole.
  • The guy was all over the road. I had to swerve a number of times before I hit him.
  • An invisible car came out of nowhere, struck my vehicle, and vanished.
  • To avoid hitting the bumper of the car in front, I struck the pedestrian.
  • Coming home, I drove into the wrong house and collided with a tree I don’t have.
  • No one was to blame for the accident, but it never would have happened if the other driver had been alert.
  • The pedestrian had no idea which direction to go, so I ran over him.
  • I had been driving for 40 years when I fell asleep at the wheel and had an accident.

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Verizon asks ‘if the iDoesn’t, what does?’

The “there’s a map for that” ad was a pretty aggressive way to broadside AT&T and the iPhone, but it looks like Verizon’s just getting warmed up. We’re hearing that the carrier will be kicking off a major new campaign this evening during the Yankees-Angels game that’ll feature “a very different look and a whole new attitude,” calling out the “iDevice” (their words, not ours) for all the things it can’t do. That’s a bold offensive for a carrier that historically has lacked breadth and depth in its smartphone lineup, but with the big new Android releases coming down the pike, this might be perfect timing — and a strong implication that we can seriously put those endless Verizon iPhone rumors to bed for a little while.

Filed under: ,

Verizon asks ‘if the iDoesn’t, what does?’ originally appeared on Engadget on Sat, 17 Oct 2009 14:01:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

How To: Virtualize Any OS For Free

Syncing your Zune in Mac OS X, running Word in Linux, giving Linux a go within Windows 7: just a few of the things you can do with virtual machines. And setting one up isn’t just easy—it’s free.

The word virtualization conjures images of the dank nerd lairs, populated by lonely network admins, scattered with miles of gray wire, grimy PC towers, processed food packaging and tiny tumbleweeds woven from human hair. It sounds like the domain of the software nerd, the Gentoo jockey, and most importantly, not you. Today, though, virtualization has become mainstream: modern software makes running virtualized operating systems amazingly easy, and undeniably useful.

Intimidating erminology aside, here’s what desktop virtualization means today: You can run just about any OS, Mac OS X excluded, inside any other OS. Ubuntu in Mac OS? Sure. Windows 7 within Windows XP? Why not? Windows ME within Snow Leopard? Nobody’s going to stop you, I guess! And these aren’t patchy, half-assed experiments we’re talking about here—these are fully-functioning installations that’ll connect to USB peripherals, access the internet, share files with your host OS, and run almost any software, short of 3D games. You can set up as many of these things as you want, and delete them in a matter of seconds. It’s pretty great, is what I’m trying to say.

Best of all, virtualization is now something you can try—and stick with—for free, thanks to software like Sun’s VirtualBox. It’s a free download on any platform, and it does its job spectacularly. Here’s how to get started.

What You’ll Need

Free hard drive space: VirtualBox is going to create a simulated hard drive (a hard drive image, to be specific) inside your current OS’s file system. In other words, you’ll need to have space handy to hold a standard OS install, plus whatever apps you’re planning on using on the host system. 10GB is enough to play around with in most cases.

Lots-o-RAM: As efficient as modern virtualization is, running one OS inside another isn’t going to be easy on your hardware. The easiest way to ensure good VM performance is to have plenty of RAM, such that both OSes—your host and your guest—can have more than their minimum recommended amount of RAM.

VirtualBox: This is the virtual machine software, or the program in which all of your virtual OSes will run. You may’ve heard of clients like VMWare or Parallels, but these are either paid or have limited platform support. VirtualBox is a free, cross-platform alternative. Getting it is just a matter of downloading the correct version—there are Windows, Mac and Linux editions—and running an installation wizard.

A guest OS: Installing an OS as a virtual machine is almost exactly like installing an OS natively, albeit slightly easier. In other words, you’ll need a full, licensed version of your OS, in whatever form you can get it. Downloaded ISO images will work right out of the box—this is how most Linux distributions will come packaged—while OSes on a CD will work too, including your Windows install discs. If applicable, you’ll still need to enter license keys—as far as Microsoft is concerned, this is a fresh installation of an OS.

Installing Your Virtual Machine

I’ve chosen to install Windows 7 within OS X Snow Leopard for this guide, because this will be a common usage scenario, and because the processing of installing an OS in VirtualBox is nearly the same no matter what host/guest combo you’re. If you’re installing Ubuntu 9.04 within Windows XP, for example, you can still follow along. Anyway, here you go:

Installing Guest Additions


VirtualBox supports so-called “Guest Additions” in some OSes, which are essentially sets of tools and drivers that make the virtualization more seamless. If they’re available, you’ll want to install them: the guest OS will adjust to your screen resolution properly, your video performance will be smoother (and in Windows XP and Vista, possibly accelerated), filesharing will be simplified, copy and paste will work between OSes, and in some cases, you’ll even be able to run individual programs as native windows in your host OS

That’s called “Seamless Mode,” and if you’re running Windows inside Mac OS or Linux, you may as well try it out. It’s not quite perfect—the Start Menu stacked atop the Dock is a little awkward—but this way you don’t have to switch between entire desktops just to switch from one app to another. It’s a cool effect, at the very least.

To install Guest Additions, click “Install Guest Additions” under the “Machine” menu while running your virtual machine. Guest Additions should appear in your guest OS as an optical disc, which should contain an installer. Run it, then restart your virtual machine. Once Guest Additions are installed, you can access Seamless Mode from the VirtualBox menu, under “Machine.”

Shared Directories


Copy and paste will often work between the host and guest OS, but if you’re planning on using your guest OS for productivity or downloading any kind of media, a shared folder is the only real solution. In the bottom right corner of a running virtual machine, you should see a small folder icon. Clicking it will bring up a shared folder creation dialog. Select where on your host OS your shared folder should be—it can be an existing directory, like your “Music” folder—and check the box to make it “Permanent.” On your guest machine, the shared folder will show up as a VirtualBox shared directory in your local network.

(Note: I’m getting reports that some people running Windows 7 guest machines have trouble finding the network share. You may have to map a network drive manually—just right-click “Computer” anywhere in Windows—the Start Menu works fine—and select “Map Network Drive.” Choose whatever drive letter you’d like to give your directory, then enter “\\vboxsvr\myshare” as the folder path, where “myshare” is the name you’ve given your shared folder in virtualbox.)

Connecting USB Devices


One of the most common reasons for installing a virtual machine is to circumvent some kind of driver incompatibility. VirtualBox recognized most of your computer’s inbuilt components, like sound cards, extra storage or webcams, and can use them automatically. For most USB devices, though, you’ll need to tell it when to take control.

In most cases, this just means making sure your device isn’t in use by your host OS (a flash drive will need to be unmounted, for example), and clicking the small USB plug icon in the bottom right corner of the screen. This will bring up a list of available connected devices; simply click the one you want, and you’re good to go.

Odds and Ends

Virtualizing isn’t just a good way to get around some kind of nagging compatibility problem, it’s a fun way to wile away a few hours experimenting with weird new OSes. Setup is just about the same no matter what you’re installing, so there’s really no reason not to try some of the more esoteric software out there—anything with an ISO available for download will do. For a taste, try the Haiku Project—a revival of the long-dead BeOS, or see what the hell FreeBSD is.

If you have more tips and tools to share, please drop some links in the comments-your feedback is hugely important to our Saturday How To guides. And if you have any topics you’d like to see covered here, please let me know. Happy virtualizing, folks.

Poll: What’s your favorite audio product of all time?

My second Linn LP12 turntable.

(Credit:
Steve Guttenberg)



CNET.com Poll


What’s your favorite piece of audio gear?

My first hi-fi gave me the most pleasure
MP3

Originally posted at The Audiophiliac

Twitter founder Jack Dorsey’s Squirrel project revealed… as the Square iPhone Payment System


Remember the Square iPhone Payment System we told you about back in August? If you’ll recall, the device — which involves an iPhone app and associated dongle — enables an iPhone or iPod touch to become a kind of mini credit card reader, allowing payments to be taken on the spot, no matter where you are or how big (or small) the transaction may be. When we’d first reported the device, word on the street was that it was only being alpha tested around New York City, and there wasn’t much else to say. Now, we may have a little more insight on just where this device is headed, and who’s behind the project.

Jack Dorsey, the man who all but built Twitter in a matter of two weeks, has been working on a half-secret start-up project since around May. His new venture — dubbed, funnily enough, Squirrel — is based around the concept of using the iPhone as… yep, a portable, personal cash register; essentially the exact device which Square has created. And that’s no accident. In the images we ran of the Square system, you can see a domain name on a receipt: squareup.com. Squareup.com is the domain of the Square System (obviously), and a casual investigation into the site’s WHOIS profile reveals registrant info that points to an office in San Francisco, and a contact email address which reads… billing@paybysquirrel.com. Square, squirrel, square… are you getting it? So the cat, er, squirrel appears to be out of the bag. Now the question is whether or not Dorsey and co. can turn this fairly obscure piece of tech into the kind of firestorm which Twitter has become — and who knows, maybe there’ll even be a business model this time.

[Thanks, Little Birdie]

Filed under:

Twitter founder Jack Dorsey’s Squirrel project revealed… as the Square iPhone Payment System originally appeared on Engadget on Sat, 17 Oct 2009 12:54:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

Verizon confirms: Palm Pre hitting Big Red “early next year”

Oftentimes a picture shouts a thousand words. Other times it belts out precisely a dozen. Straight from Verizon Wireless’ official Twitter account comes this, a confirmation that the Palm Pre we knew was coming to Big Red, well, is coming to Big Red. If you can hold off through the tempting holiday rush, you’ll find Palm’s first-ever webOS device on VZW “early next year.” Huzzah!

[Via Boy Genius Report]

Filed under:

Verizon confirms: Palm Pre hitting Big Red “early next year” originally appeared on Engadget on Sat, 17 Oct 2009 11:41:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

First electromagnetic ‘black hole’ built on earth, nobody raps about it

An electromagnetic black hole — which sucks in the light surrounding it — has been built at Southeast University in Nanjing, China for the first time. The device works like cosmological black holes in that it has gravity which is intense enough to bend the surrounding space-time, causing any matter in the neighborhood to spiral inward and create the hole itself. The earth-built ‘black hole’ for microwave frequencies is constructed of 60 annular strips of meta-materials (yes, that’s the stuff of invisibility cloaks). Each strip is an intricately etched circuit board which seamlessly and smoothly connects to the strips next to it, creating both a shell and absorber section to the device. When an electromagnetic wave hits the device, it is trapped and guided through the shell region toward the core, where it is absorbed. The device, which was created by Tie Jun Cui and Qiang Cheng, converts that absorbed light into heat, meaning that future possible applications could include new ways of harvesting solar energy. Hit the read link for a fuller description of this truly bad dude.

Filed under:

First electromagnetic ‘black hole’ built on earth, nobody raps about it originally appeared on Engadget on Sat, 17 Oct 2009 10:24:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Get a Profile 2.0 Blu-ray player for $128 shipped

The last time I found a Blu-ray player with BD-Live support in this price range, it was a refurbished Sony model that sold out in about 10 minutes.

Right now, Amazon has an even better deal: a new Panasonic DMP-BD60 Blu-ray player for $128.23 shipped. Regular price: $250.

This …

Originally posted at The Cheapskate

Five MP3 players for audiobook addicts


Cover of Frank Herbert's Dune paperback

The movie is unforgivable, but the Dune audiobook was good enough to become a month-long obsession of mine.

I have a confession to make. Earlier this year I got my hands on an audiobook CD version of Frank Herbert’s sci-fi classic Dune, which I used to research a segment …

Originally posted at MP3 Insider