Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Arduino Yun (Score 1) 59

The UDOO has HDMI output and some other features, but it's not so clear to me what the advantage of UDOO is over just plugging a regular Arduino into a Raspberry Pi via USB (and the resulting combo is cheaper to boot).

Actually, the RPi is single-core, and thus you would have to bolt FOUR of them (at $35/ea) together with an Arduino DUE (at $50) to have something comparable to the $130 UDOO Quad, (board-only -- the board packaged with power supply, 2 preloaded SDCards, and HDMI cable is $160) and that mess wouldn't get you the SATA port that's on the UDOO Quad. -- The dual-core UDOO doesn't have SATA.

Comment Re:Two ARM processors? (Score 1) 59

Except that when you're trying to emulate processors and hardware, trying to spread that across multiple threads makes trying to get clock-cycle-perfect synchronization between the different parts of the emulated hardware gets really freaking hard. And since MAME is all about emulating the hardware as perfectly as possible, that's not gonna happen.It's been discussed at length in the various MAME mailing lists and FAQs.

MAME does use multithreading for graphics rendering, but all of the hardware emulation is single-threaded.

Now, if you were to build an arcade cabinet around this thing, connect the arcade controls to the board's Arduino, and load a sketch that emulates either a keyboard or multiple gamepads.

Comment Re:What... like a pcDuino? (Score 1) 59

I wonder how good their Arduino work-a-like API library will be...

It won't be.... "a work-a-like", that is. The UDOO board is, quite literally, what you get if you take an Arduino DUE and bolt it onto the same PCB as a quad-core ARM system with a SATA port(*), instead of using a USB cable to connect the two. The Arduino code runs directly on the ATSAM3U, just as it would on a "real" Arduino DUE.

(*) The dual-core board will *NOT* have a SATA port.

Comment Re:Contrived issue centering around Netflix (Score 1) 268

Netflix wants to switch not because they're looking for DRM. They want to switch because they're looking for a better platform that also supports adequate DRM. Sure, no matter what they come up with, somebody's going to find a way to circumvent it. But the majority of people aren't going to put that amount of effort into it.

Besides, from all signs, not even Microsoft takes Silverlight seriously anymore. ( http://www.infoworld.com/t/microsoft-windows/microsoft-shuns-its-own-silverlight-while-embracing-flash-214335 )

Switching to HTML5 will allow them to build a user interface that will work on any system that'll run a modern web browser and stream video content as long as a supported DRM module is available.THAT is the reason that, as of now, the only way to stream content from Netflix on linux involves using WINE. They climbed into bed with Microsoft and moved their platform to be 100% Silverlight, and Microsoft absolutely refuses to allow their DRM interface to be ported to Mono, which means that any system that isn't Windows or MacOS is SOL.

DRM support in HTML5 allows Netflix to be in control of which platforms are going to be able to play their content.

Comment Re:Developer? (Score 1) 220

It's not all sadism, although a little of that certainly helps.

As is pointed out in some books, part of the "Hacker Mindset" involves identifying and questioning assumptions. ( eg: http://my.safaribooksonline.com/book/networking/security/9781593273422 )

Screwing around with the UI and diving the code to figure out where the assumptions are, whether or not they're valid, how the assumptions can be invalidated, and what unexpected things happen when the unexpected occurs -- For some people, that's the very definition of "a good time."

Comment Re:Time (Score 1) 284

I'm kinda okay with that. Normally, when I go to bed is when I plug my phone in.... If I remember to plug my phone in. I've got an extended battery installed so I don't absolutely HAVE to charge my phone every night. If they get things set so every device uses the same charging standard and you can have one mat charge all your devices simultaneously, that would be killer for convenience. Get the XXL-sized charging mat and put it on the floor next to the bed. Get undressed, drop your pants on the mat, and when you wake up the next day, your phone (and any other digital device in your pants) is fully charged.

Comment Re:Which meaning of "free"? (Score 1) 112

It is a patentable subject, but overcoming prior art is usually quite difficult.

Maybe in a country with a sane patent system, but in the US, an estimated 30% of granted patents are duplicates.

Source: http://www.thisamericanlife.org/radio-archives/episode/441/when-patents-attack

While I thought the program was extremely interesting and a good listen, if that sort of thing isn't for you, you can read the transcript. http://www.thisamericanlife.org/sites/default/files/TAL441_transcript.pdf -- the statistic is near the top of page 10.

Comment Re:Which meaning of "free"? (Score 1) 112

Recipes aren't copyrightable. Any recipe you can find is "free as in freedom".

Not quite. Recipes are sets of instructions on how to combine and process ingredients into a finished product.

That makes a recipe a description of a description of a METHOD, which is patentable in the United States.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...