How would you change Apple’s iPod nano (2010)?

Without question, Apple’s latest iPod nano is its most interesting one yet. And considering that it’s the first nano with a color, multitouch LCD slapped onto it, it’s also one of the most multifaceted. The engineers in Cupertino certainly cut away from the nano’s past in order to create this new shuffle-like form factor, and it’s expectantly drawn quite a bit of heat from both side. Now, let’s say you were allowed inside the Apple lairs, and told that you could revamp the nano in any method you pleased. Aside from figuring out if it would blend or not, how would you go about tweaking the new nano? Enlarge the device (and thus, the screen) just a bit? Throw a second display on the rear for kicks and giggles? Throw in a pair of Bluetooth headphones? Talk to us in comments below.

How would you change Apple’s iPod nano (2010)? originally appeared on Engadget on Fri, 19 Nov 2010 23:02:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

NOX’s ridiculously good $79 in-ear headphone

NOX Audio may be a new name in the headphone market, but its Scout in-ear monitor sounds amazing for the money.

Originally posted at The Audiophiliac

Casemate’s iPhone 4 Bounce case protects your noodle from inevitable radiation baking

As the everlasting debate rages on, and brains continue to / not to melt with every passing phone call, Casemate’s taking no chances whatsoever. By collaborating with Pong — a company that makes its ends by “protecting users of cellular telephones from the potentially harmful effects of radiation exposure” — the Bounce was born. For all intents and purposes, it’s a simplistic form-fitting iPhone 4 case (BlackBerry models are en route), available in a foursome of hues and tested to reduce normal cellphone radiation (SAR) by at least 60 percent. Purportedly, the case can redirect your phone’s electromagnetic energy away from your head… right into the brain of some lucky chap sitting next to you on the subway. But hey, at least it serves another purpose: solving that blasted iPhone 4 reception issue. Two birds, one $49.99 dent in your credit card. Propaganda vid is just past the break.

Continue reading Casemate’s iPhone 4 Bounce case protects your noodle from inevitable radiation baking

Casemate’s iPhone 4 Bounce case protects your noodle from inevitable radiation baking originally appeared on Engadget on Fri, 19 Nov 2010 22:04:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceCasemate, YouTube (Casemate)  | Email this | Comments

This Week’s Top Web Comedy Videos: The Ghostbusters Are Kind of Dicks [Video]

Everybody’s been clamoring for Ghostbusters 3, but in this video, they’ve come back and it might not be a good thing. You know, because they’re dicks. More »

id’s Carmack talks Rage HD, iPad’s power, and future iOS games

Rage HD for iOS is a seriously gorgeous game — well worth the $2, if you ask us. Now that he can look up from his monitor, id Software’s technical wizard John Carmack is making the interview rounds — let’s see what we can glean, shall we? On the subject of Rage itself, expect the first patch to add Game Center support as well as some bug fixes / minor tweaks to prettify the game further. And if you picked up the SD version, consider yourself among a more exclusive crowd: sales have been majorly lop-sided in favor of HD. “If it’s that big of a difference,” he told TUAW, “we probably won’t offer the low-end, standard def version [in future games].”

We already know Carmack’s thoughts on the iPhone vs. Nintendo DS / PSP, as they’ve been echoed before once or twice, but here’s one new to us: “You should be able to do something that’s better on an iPad than anything that’s done on the Wii,” according to the John that spoke with Kotaku. That’s all purely theoretical, as it’s really up to the developer as to how much power it takes advantage of, and even with the tablet in question, “we’re nowhere close to maxing out what could be done on an iPad.” Oh, and Android? There’s work being done for the Little Green Platform as well, but via TUAW John, “there’s a lot of things with how the distribution platform works and the diversity of the platforms that you have to target, where things are still much, much nicer on the iOS world.”

As for id’s next foray in the “iOS world,” Joystiq learned that a driving game based in the Rage universe is in the cards, and perhaps something inspired by Quake Arena: “maybe focusing on the lightning gun, and call it ‘Lightning Arena’ or something, that would be a full roam-around FPS game.” When asked about his resemblance to one Kevin Bacon, all reports indicate Carmack vanished behind a green-tinted smoke cloud of 1s and 0s, leaving in his wake a three-foot tall statue of Commander Keen made from old shareware discs.

id’s Carmack talks Rage HD, iPad’s power, and future iOS games originally appeared on Engadget on Fri, 19 Nov 2010 21:11:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceTUAW, Kotaku, Joystiq  | Email this | Comments

EtherCodes Provides Online Code Collaboration

This article was written on October 12, 2010 by CyberNet.

ethercodes.png

I’ve helped plenty of people with coding before, but when I’m not working right next to them it can be difficult to help troubleshoot. They normally end up emailing me the code and then I email them back the edited file. Along with that I typically have to explain what I’ve changed, which can be a pain if there were a lot of modifications throughout the code. Sometimes I’m just lazy and tell them to run a comparison on the original code and what I’ve sent back. :)

Well, this is where EtherCodes comes into play. It is based on Mozilla’s Bespin, which is specifically designed to be used in JavaScript-powered applications such as EtherCodes. Once you hit the site you can instantly start a “code pad” that can be shared with others. When other users pull up your page they can see in realtime whatever changes you make, and they are actually allowed to make changes as well.

There are a lot of things going on tucked away in the toolbar at the top of EtherCodes that makes it super sweet. The first thing you can do is choose whether or not you want to have syntax highlighted using one of the nine supported languages:

  • C/C++
  • C#
  • Java
  • PHP
  • JavaScript
  • Python
  • SQL
  • Ruby
  • HTML

You can also save a code pad at any point… serving as a makeshift bookmark for later on. You’ll find this to be handy for those moments you say “that will work, but let’s try this instead.” There is also a timeline view that will let you see how the code changed over time, and even includes a “play” button so that you can watch the changes happen all over again. That also makes this an excellent way to learn.

We can’t forget the one thing that everyone seems to overlook when using EtherCodes: the command line. At the bottom of the coding screen there is an area you can type in that makes it easier to edit and navigate around your code. This is also how you can chat with other users that you are collaborating with (messages will appear in the right sidebar, so make sure you keep it visible otherwise there will be no indicator for new messages). Here’s a full list of the available commands along with their appropriate shortcuts:

aliasdefine and show aliases for commands
chatSend text messages to othersCTRL + /
deletelinesDelete all lines currently selectedCTRL + D
detabConvert tabs to spaces.
entabConvert spaces to tabs.
findSearch for text within this bufferCTRL + F
findnextRepeat the last search (forward)CTRL + G
findprevRepeat the last search (backward)CTRL + SHIFT + G
gotomove it! make the editor head to a line number.CTRL + L
helpGet help on the available commands.
historyShow history of the commands
jump-commandlineQuick jump between commandline and editorCTRL + J
lcChange all selected text to lowercase
openlineCreate a new, empty line below the current oneCTRL + RETURN
openlineCreate a new, empty line below the current oneCTRL + RETURN
redoRedo locally (only my changes)CTRL + Y
setdefine and show settings
trimtrim trailing or leading whitespace from each line in selection
ucChange all selected text to uppercase
undoUndo locally (only my changes)CTRL + Z
unsetunset a setting entirely

EtherCodes is obviously not something you want to do all your programming in, but it can be incredibly useful whenever you need to help someone else with their code or even when requesting help from a friend.

EtherCodes Homepage

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Unannounced 65-inch edge-lit LED TV with passive 3D glasses shows up on VIZIO.com

Making plans to invite the whole neighborhood to watch the BCS National Championship in 3D? For large groups, the best option may be this 65-inch Theater 3D LCD HDTV that posters on AVSForum spotted today on VIZIO’s website, since its screen is polarized for use with passive 3D glasses like the ones used at most movie theaters. Since all the cost is in the $3,699 screen, the individual pairs of glasses are far cheaper than the battery powered active shutter glasses used by other 3DTVs currently available. The specs show this one is a 120Hz edge lit LED unit, unlike the 480Hz local dimming 3D sets the company announced earlier this week, but we’ll wait for an official announcement and a release date before deciding if that makes a difference.

Unannounced 65-inch edge-lit LED TV with passive 3D glasses shows up on VIZIO.com originally appeared on Engadget on Fri, 19 Nov 2010 20:21:00 EDT. Please see our terms for use of feeds.

Permalink AVSForum  |  sourceVIZIO  | Email this | Comments

Dell: bigger Venue Pro launch coming, keep hands off microSD

Didn’t get a Venue Pro when Microsoft threw a few on its store shelves? Why, that’d be enough to make us mad, too — Ballmer mad, in fact. Fear not, though: as Dell tells it, the company has production ramped up for a “timely” launch on T-Mobile’s network. When? Won’t say. Holiday season, at least? No release windows is given. And one more thing, too… Dell read our piece on the Windows Phone 7 microSD and wants you all to know that, no, you shouldn’t mess with the Venue Pro’s card, either. There’s no eject mechanism, and that’s supposed to be a not-so-subtle hint to stay back. Consider yourself warned, again.

Dell: bigger Venue Pro launch coming, keep hands off microSD originally appeared on Engadget on Fri, 19 Nov 2010 19:38:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceDell  | Email this | Comments

Razer Lachesis 5600 Hands On

Lachesis 5600 - Top Right

Last month, when Razer updated the popular Lachesis Gaming Mouse with a much more sensitive 5600 DPI laser sensor and 9 independently programmable buttons, and updated the Razer control software included with the Lachesis, we sat up and took notice. 
The original Lachesis was a great mouse, but considering its price point there were a few annoying quirks about the mouse that made it difficult to use and a little hard to recommend, when compared against similar gaming mice from Logitech and Microsoft. 
Razer was kind enough send one of the new Lachesis mice over to us to put through its paces, and while most of the changes and improvements that Razer has made to the gaming mouse are under the hood, overall we were impressed with them. 
The increased mouse sensitivity and more granular DPI control are huge bonuses, and the new Lachesis retains the smooth glide and precise control that made the original popular. Add to that easier-to-use control software, more customizable buttons, and on-board memory for more button profiles, and you have a strong gaming mouse.
 

The XShot iPhone 4 Case Gives Your Phone a Camera Mount

XShot iPhone 4 Case

Most cameras, digital or otherwise, have a standard screw-adapter on the bottom that you can use to mount the device to a tripod or extendable arm that makes taking photos a snap. Even a number of cell phones have the same adapter somewhere on the body. Not the iPhone 4, unfortunately – Apple would never approve of something like that on the iPhone’s chassis. 
Thankfully, the XShot Case for the iPhone 4 pulls double duty and protects your iPhone when you want to use it as a phone, but also has an attachment for the bottom-left and the bottom of the phone so you can easily screw your iPhone 4 onto a tripod or monopod for a little stability when taking photos or video with your phone. 
The adapter can be used in portrait or landscape mode, and if you prefer your phone without a case, you can easily slip it on or off when you want to use it. 
The XShot Case even comes with a small flexible tripod to get you started, or you can use the case with other popular stands like the Joby Gorillapod, for example. The XShot iPhone 4 Case will retail for $24.95, and should be available by the end of November, just in time for the holiday season. You can pre-order one now from their Web site.