Forgot your password?

typodupeerror

Comment: Re:Just goes to show. . . (Score 1) 256

by repvik (#42773197) Attached to: Mars Rover Curiosity: Less Brainpower Than Apple's iPhone 5

Yes, you could write a stopwatch app which runs on the bare metal, without relying on anything but the hardware (OK, and the part of the BIOS which starts the bootloader, unless you want to re-flash the BIOS). However that would be more complicated than you think. You'd have to initialize all the hardware yourself and handle everything on the lowest level.

The BIOS initializes all that is needed for a text-mode stopwatch. It would really not be hard to write in asm.

Doing a GUI stopwatch on the bare metal would be no more complicated than doing a text stopwatch on the bare metal ("CLI" wouldn't exactly apply then, because without some operating system, there would not be a command line to begin with, unless you'd take the unnecessary complication of additionally writing a CLI to run your stopwatch from). Just the data structures to be copied into video RAM would be a bit bigger. But then, the mouse handling code would probably be much simpler than the keyboard handling code you'd need for the text version.

While USB keyboards work in compatibility mode - requiring no USB driver, the same is not true for a mouse. That would require USB drivers. That in it self would be far more complex than writing a text-mode stopwatch.

Android

+ - XBMC Hardware-accelerated Android-build available

Submitted by repvik
repvik writes "Yesterday, Ricardo Cerqueira posted this on Google+:
"As I mentioned in a comment for another post, +XBMC is currently undergoing extensive work for native video acceleration in Android. I was about to post my own build (which works on the Nexus Q's OMAP4), when I noticed they have just posted a build based on the same patchset (it's theirs, after all :) Great job, guys!)

So... http://mirrors.xbmc.org/test-builds/android/xbmc-20130118-d2c78f5-android-hwaccel-armeabi-v7a.apk . I've tested this build on Qualcomm S4, OMAP4, Exynos4, and Tegra3, all of them on CM10.1, and got accelerated video on all. Go get it :)"

I've tested it, and it looks great!"

Comment: Re:context (Score 4, Insightful) 606

by MobileTatsu-NJG (#41582389) Attached to: UK Man Arrested For Offensive Joke Posted On Facebook

I'm not sure where I am on whether or not that should be a crime, but I would like to point out that April's parents probably had their guts turn inside out upon hearing that remark.

If I were the one with the gavel, my first instinct would be to let him sweat the fear of jail for a few days then drop the case.

Comment: Re:In the US? Not so much... (Score 1) 632

Not that I want to defend the PE teacher, but in my class if someone found a game on one computer they'd dump it to a floppy and put it on their machine. Back then viruses, instead of trying to mail your data out, attempted to destroy the machine. He unintentionally had a point.

I've got a very bad feeling about this. -- Han Solo

Working...