The Amazing Wooden B-Bit Violin

Ranjit Bhatnagar’s 8-bit violin is all corners

There’s not much to say about the 8-bit violin, other than it looks absolutely retro-gorgeous. The instrument is playable (although if you skip down to watch Make’s Bre Pettis scratching away, you’ll see its just as hard to conjure sweet sound from as is a regular analog violin), and every part except the fingerboard and the round holes for the tuning pegs is squared-off.

The amazing instrument was built by Ranjit Bhatnagar of Moonmilk.com, who normally spends his time making sound installations and taking photographs with scanners. He has never played the violin, and made this one as a part of his Instrument-a-Day project, in which he makes — you guessed it — an instrument every day throughout February 2010. It’s worth checking out some more of his pieces, which include a hand-made balalaika played with an AA battery rubber-banded onto a thumb.

Can you imagine how awesome this would be if Ranjit got together with Circuitmaster, the maker of the NES guitar, for some kind of nerdy dueling banjos action?

Instrument-a-day 20 & 21: 8-bit violin [Moonmilk via Make]

See Also:


MacDec Tea-Tray Holds Keyboard and Trackpad

Thodio, maker of the Furby-like portable iBox speaker, will now sell you a €100 tea-tray customized to hold an Apple keyboard and trackpad. The MacDec trays, in wood ($138) or acrylic ($165), are carved or machined with hollows that hold the keyboard and pad in a laptop-style T-shape, for use on the lap or the desk. They also use neodymium magnets to keep the peripherals in place, although last time I looked, aluminum wasn’t a material that stuck to magnets.

It’s a fairly useful product, if expensive, but the purpose of this post is to wonder why these things exist. The one obvious use case is the media-center Mac, but how many of those are there really?

There has been a recent flurry of these holders, in the T-shape seen here and also in a more usual side-by-side configuration (Twelve South’s MagicWand), so somebody sees this as a popular market. I prefer the laptop layout, as I don’t have to move my hand to control a cursor. I also find it incredibly comfortable to type with the tiny Apple aluminum keyboard on my lap whilst in a easy chair or on the floor, sending text to my iPad. But so far, for computer use at least, these various products don’t quite work, however well made they may be.

Any ideas? I have no answer, other than that this is a non-problem that doesn’t need to be sold. Maybe there are a ton of media-center Macs out there after all? Suggestions, if you have them, in the comments.

MacDec product page [Thodio]

See Also:


Sony PS2 handheld mod looks downright gorgeous, just needs a battery pack (video)

Oh, sure — we’ve seen N64 handhelds and PS3 laptops, but how’s about a PS2 handheld? Now that your brain is sufficiently melted, allow us to introduce you to England’s own techknott, also known as the man responsible for the gorgeous piece of playable art shown above. Apparently, this PlayStation 2 handheld was crafted for a client, and in an effort to cut down on costs, doesn’t have a built-in battery pack. That said, it’s still an awful lot more mobile than even a slim PS2, and quite a bit more handsome if we may say so ourselves. Head on past the break for a live action video, and feel free to drop him a line in the source link if you’d love to have one of your own. No discounts promised or implied, though.

[Thanks, Palmer]

Continue reading Sony PS2 handheld mod looks downright gorgeous, just needs a battery pack (video)

Sony PS2 handheld mod looks downright gorgeous, just needs a battery pack (video) originally appeared on Engadget on Thu, 24 Feb 2011 07:03:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceModRetro  | Email this | Comments

CyberNotes: Changing The Look Of Digg v3 Using CSS

This article was written on June 29, 2006 by CyberNet.

CyberNotes
Tutorial Thursday
 

It was just Monday that Digg v3 launched with a new breath of life. However, some people were not too fond of how Digg changed the layout. The most talked about change was the placement of the sidebar on the left-side.

There are several sites (like this, this, and this) that have come up with new CSS code that will overwrite the code that Digg already has in place. So how do you use this CSS code to redesign Digg?

Digg v3

It is actually amazingly simple for Firefox users (I haven’t tried this on other browsers). To make it as simple as possible you could just download the Stylish extension. You just need to copy the CSS code into the extension. You can then enable and disable different CSS styles as you please.

While Stylish makes it really easy I always try to minimize how many extensions I use to prevent memory leaks. So here is how you do it without using an extension:

  1. Browse to your Firefox Profile. In Windows XP/2000 it should be located at C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\XXXXXX.default\. Here is some help on locating your Firefox Profile.
  2. Open the chrome folder.
  3. If you do not have a file called “userContent.css” then copy the file “userContent-example.css” and rename it to userContent.css.
  4. Open up the userContent.css file in a text editor like WordPad.
  5. Add your CSS code to the end of the file. You will find the code that I used below.
  6. Save and close the file.
  7. You will have to restart Firefox in order to see the changes on Digg.

That is it! You should now have a customized version of Digg. Feel free to tweak with any of the CSS code until you have it the way you like it. Here is the code that I ended up using:

@-moz-document domain(digg.com), domain(www.digg.com) {
.sub-menu .tool strong { font-size: 11px !important; font-weight: bold !important; padding: 0px !important; margin: 0px !important; background-image: none !important;}
.news-summary { margin-bottom: 12px !important; margin-top: 12px !important; }
.digg-count { margin-top: 3px !important; }
h2 { font-size: 18px !important; }
h3 { font-size: 13px !important; font-weight: bold !important; letter-spacing: normal !important; }
.toggle a, .view-all a, .side-friends a, ul a { font-weight: normal !important; font-size: 11px !important;}
#top_ad, #item_ad, #footer, .copyright, .top_ad_image, .banner_ad, .comments_ad_image {display: none !important;}
.digg-count a strong {font-size: 14px !important; font-weight: bold !important; }
.sub-menu li .toplinep { width: 138px !important; }
.comment {width: 710px !important;}
.news-digg img { padding-top: 4px !important; padding-left: 1px !important; }
h3 a { border: none !important; background: none !important; font-weight: bold !important; font-size: 11px !important; letter-spacing: normal !important; text-decoration: underline !important; padding-left: 3px !important; }
.news-submitted { margin-left: 3px !important; padding-left: 0px !important; }
p { margin: 3px !important; }
#contents, #sidebar { float: left !important; border: none !important; background: none !important; font-size: 11px !important;}
#container {background: none !important; }
#sidebar {padding: 20px 0 1em 35px !important;background-position: 0 0; }
#footer {background: none !important;}
}

So now that you have Digg customized you start to think about how many other sites this technique might work for, right? This technique will work for many sites and userstyles.org already has hundreds of CSS styles that people have developed. These styles will take you to a whole new level of customization!

Copyright © 2011 CyberNetNews.com

Related Posts:


$750 Bike ‘Computer’ Little More Than an iPhone Case

The trouble with using your iPhone as a bike computer is that it is vulnerable to rain, salty road spray and even the occasional unexpected drop onto the asphalt. What you need is a waterproof and shock-resistant mount so your phone survives long enough to call an ambulance when you fall off yourself.

That mount is the iBike Dash. It’s a case and computer in one, and like many bike accessories, it has a price that bears almost no relation to what you get. There are two models. The plain Dash encases your iPhone (3, 3GS or 4) and allows it to hook up to a variety of (optional) inputs: heart rate monitor, cadence sensor, and also speed input from a magnet on the wheel. The Dash + Power adds a power meter and actually includes the sensors in the box. The models cost $300 and $750, respectively.

The oddest part of the product page is that it keeps touting the touch-screen, the GPS and the powerful computer inside. It takes some digging to find out that these are all supplied by your phone.

The cases also come with a companion app, called iBike (free in the app store). It gives GPS tracking, as well as access to all the metering functions of the iBike units. It’s not the prettiest cycling computer app out there, but it looks like it does the job, and offers lots of customization.

But really, it comes down to the ridiculous prices of those waterproof bike mounts. Sure, they offer a connection between phone and sensors, but is an interface dongle really worth $300, let alone $750?

iBike Dash [iBike Sports]

See Also:


LOPES rehab robot gets bodies moving — no relation to JLo (video)

That’s LOPES (Lower-extremity Powered ExoSkeleton) — not Lopez — and while this rehab robot can get otherwise disinclined parties to move their butts, it doesn’t resort to monotonous dance beats to do so. Researchers at the Netherlands’ University of Twente began work on LOPES in 2001 to assess motor skills and teach stroke victims how to walk again. Ten years later, LOPES — which looks like Forrest Gump’s leg braces on steroids — now sports eight degrees of freedom and automatically adjusts to fit the specific support needed per patient. LOPES’ overlords are working on a more compact and user friendly iteration, and expect a market-ready version to be available by mid-2012. In the meantime, LOPES has been enlisted in a larger EU project called Mindwalker, testing advanced control algorithms “to be used in autonomous exoskeletons.” Video of the future real-life RoboCop after the jump.

[Thanks, Mike]

Continue reading LOPES rehab robot gets bodies moving — no relation to JLo (video)

LOPES rehab robot gets bodies moving — no relation to JLo (video) originally appeared on Engadget on Thu, 24 Feb 2011 06:19:00 EDT. Please see our terms for use of feeds.

Permalink Tecca  |  sourceUniversity of Twente  | Email this | Comments

Apple shutters online store to fill it up with new MacBook Pros

You know the routine by now: Apple’s online Store goes down, the Engadget tips inbox explodes with caring netizens informing us of that fact, and a few hours later it sprouts back up with Cupertino’s latest hardware up for sale. We don’t know for a fact that today’s downtime is due to a MacBook Pro refresh, but then we also don’t know for certain that the sun will rise tomorrow. Call it highly informed guesswork.

Apple shutters online store to fill it up with new MacBook Pros originally appeared on Engadget on Thu, 24 Feb 2011 05:42:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceApple Store  | Email this | Comments

TomTom’s GO 2435 / 2535 PNDs get quiet teaser, we’re left wondering what’s new

The very busy folks over at TomTom have just squeezed out two new sets of PNDs sporting touchscreens, voice recognition, and a “new, intuitive user interface,” but despite the company’s high profile on the GPS market, the GO 2435, which works a 4.3-inch screen, and the GO 2535, a 5-inch iteration, slipped out without much ado. Both PNDs come in three versions: the “T” series supports lifetime traffic updates, the “M” line offers lifetime map updates, and the “MT” edition features — you guessed it — lifetime traffic and map updates. Thus far, the basic specs resemble those of previous GO PNDs — both tout Bluetooth calling, 4GB flash storage, and 3 hours of battery life — leaving us to wonder what’s up with this “new, intuitive user interface?” Among other things, TomTom is still mum on price and availability, which means we’ll have to wait until they speak up to give you all the dirty details.

TomTom’s GO 2435 / 2535 PNDs get quiet teaser, we’re left wondering what’s new originally appeared on Engadget on Thu, 24 Feb 2011 05:11:00 EDT. Please see our terms for use of feeds.

Permalink Electronista  |  sourceGO 2535, GO 2435  | Email this | Comments

Visualized: Android activations mapped geographically, chronologically, breathtakingly (video)

Do you ever wish for an easier way to show your uninitiated friends what you mean when you say Android is growing? Well, here’s the video for you: a Google-produced map of the world that throbs with Android activations over time, highlighted by some truly eye-opening flourishes in the immediate aftermath of marquee handset launches. The Google guys have even given us handy countdown timers — “Droid launch in 3, 2, 1…” — and broken things down by continent for easier viewing. Only thing missing is a soundtrack, so just have your Tron: Legacy OST loaded up and ready before jumping past the break.

[Thanks, Leo Z.]

Continue reading Visualized: Android activations mapped geographically, chronologically, breathtakingly (video)

Visualized: Android activations mapped geographically, chronologically, breathtakingly (video) originally appeared on Engadget on Thu, 24 Feb 2011 04:09:00 EDT. Please see our terms for use of feeds.

Permalink Android Central  |  sourceandroiddevelopers (YouTube)  | Email this | Comments

Sony NEX-3 discontinued, probably has NEX-5 to blame

A dark shadow has befallen the Sony NEX-3 interchangeable lens camera, the shadow of being described as “no longer in production” by its maker’s official website. Coming out in June of last year alongside its more celebrated NEX-5 brother, the NEX-3 enjoyed some decent success with critics, mostly owing to its oversized 14.2 megapixel sensor, and showed no signs of struggling commercially, however Sony has seen fit to halt production within eight months of its introduction. Reasons haven’t yet been given, though we imagine people were willing to spend the extra cash to upgrade to 1080p video recording and a magnesium alloy body on the NEX-5, which is what rendered the NEX-3 expendable. At least we know the NEX-5 and the NEX-VG10 will keep E-mount lenses going into the future, so current NEX-3 owners should have little to worry about. If anything, their camera just became that extra bit more exclusive.

[Thanks, Gavin]

Sony NEX-3 discontinued, probably has NEX-5 to blame originally appeared on Engadget on Thu, 24 Feb 2011 03:23:00 EDT. Please see our terms for use of feeds.

Permalink VR-Zone  |  sourceSony Japan  | Email this | Comments