Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Submission + - E-Reader manufacturers seek waiver from disabilities act (mobileread.com)

An anonymous reader writes: Amazon, Kobo, and Sony filed filed a petition (PDF) seeking a waiver for their e-reading devices (such as the Amazon Kindle, the Kobo Glo, and the Sony Reader) from the Federal Communications Commission's recently adopted rules that would impose certain disabilities act requirements on providers of advanced communications services (ACS). The petition notes that while communications may be integrated into e-reading devices, it is not the primary purpose of these devices ("designed and optimized for reading digital written work"), and that "the theoretical ACS ability of ereaders is irrelevant to how the overwhelming majority of users actually use the devices."

Comment Re:Start Button in 8.1 is useless. (Score 1) 543

You press start and type "cmd". Typing on the start screen initiates a search. Alternatively press win+s to open the search panel, and type "cmd". Alternatively right click on the start menu and click run, then type cmd.

Thanks. Just what I've always wanted in a modern GUI - more typing.

You have a problem with pressing just four keys to reach the *command line*? Don't do it, you're really not gonna like what happens next...

Comment Re:W3C in charge of gaming? (Score 1) 316

W3C moves at a snails pace, because stability is in the W3's (as a whole) interest.

Nobody is suggesting that the W3C should abandon their current work to reguate gaming consoles, just that unifying the console world might be a good thing.

If the big companies agree, they might set up a consortium which meets the needs of the industry, which would presumably include keeping things cutting edge - but this could be accomplished by planning forward compatibility into standards, and/or bringing out a new set of standards every couple of years.

Committee's don't have to be slow.

Comment Re:About to change (Score 1) 316

The workflow for writing embedded software for microcontrollers, such as a PIC16/18/24/33, is often C -> compiler -> decompiler -> ASM (for optimisation) -> assembler.

Important and frequent optimisations in assembly often get injected into the C code directly. I agree that if you don't work in embedded systems, you will not meet many assembly-trained programmers, but embedded software is a huge market, and this is where optimising C programmers usually start out.

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...