Forgot your password?

typodupeerror

Comment: Re:Ok, Sherlock, your mystery is not a, uh, myster (Score 1) 348

by SilentMobius (#40177741) Attached to: Windows 8 Release Preview Now Available To Download

Actually it's forced secure boot _by default_. On x86 hardware MS requires the ability to add keys or switch off secure boot, true, but they also require any PC that is Win8 certified to refuse to boot anything else _unless_ the user disables secure boot in the BIOS. It's all about barrier to entry,

Comment: Re:a clarification (Score 2) 79

by SilentMobius (#39698573) Attached to: Open-Source Qualcomm GPU Driver Published

Digging in the _kernel_ I.E. in existing open-source code to figure out the interface, and using a shim to intercept system calls This is using the binary blob as a black box, in no way has the driver been decompiled nor abused in any way.

This is the correct way to implement an open-source driver. I think you have a broken understanding of what's going on here.

Comment: Re:Distributing someone else's work is NOT a right (Score 1) 336

by SilentMobius (#39072615) Attached to: Library.nu and Ifile.it Shut Down

Actually it is not just a right it's a natural law. Anything that is broadcast with the potential to be heard and/or seen is automatically in the public domain. That is the default! Some governments specifically added the grant of a limited monopoly on distribution of a work (copyright) "To promote the Progress of Science and useful Arts" because the default was thought to not encourage progress sufficiently, this would not be needed without the recognition that the default is the public domain.

Now your legal or moral obligation to obey that grant is a highly relative issue, and as should be discussed, but the right to transfer knowledge and experience you have received is almost as basic as it comes, even if that happens to be a reproduction a performance.

Comment: Re:Let me clear a few things up for you all. (Score 1) 370

by innit (#36651650) Attached to: Apple Ships OS X 10.7 Lion 'Gold Master' For July Push
Actually it's "TO all intents and purposes", or, as originally used in an Act of Parliament under Henry VIII, "to all intents, constructions and purposes". The OP who used "for intensive purposes" is without doubt an idiot but he does at least need to be corrected accurately :) Every day's a school day.

Comment: Re:Please port this to Linux A.S.A.P. (Score 1) 164

by SilentMobius (#36022620) Attached to: Marlinspike's Droid Firewall Kills Tracking

A push button dialler has _more_ functionality than the older rotary dialler (at least additional items "#" and "*")
The transition from rotary->push button is simply one of mechanical reimplementation, not of simplification.
Now we have address books, how would people feel if you _only_ had address books, you couldn't add any new numbers you could only choose from the numbers that were somehow "blessed" by your tellco or phone manufacturer. That is a more accurate comparison to the iPodification of tech.

I'm all for UI's that hide complexity as long at they always allow you to express the full power of the system in question, even if they hide much of it by default. However that is rarely what these UIs do, generally they simply remove needed features.

Comment: Re:What's different (Score 1) 231

by SilentMobius (#35687000) Attached to: Android 3.0 Is Trickling In, But Are the Apps?

No it doesn't. iOS literally doubles the phone app pixels, it's a terrible way of doing things due to the fact that iOS was not built for resolution independence. Android have been allowing for variable screen sizes and dpi since 1.6. Android apps don't "re-scale" they simply conform to the available space (assuming they are written well)

Comment: Re:Really, really bad point. (Score 1) 231

by SilentMobius (#35686984) Attached to: Android 3.0 Is Trickling In, But Are the Apps?

Nonsense, iOS is almost identical between the iPad and the iPhone, your artificial separation of "mini-app" and "full-size app" makes no sense. The only difference is the layout of the UI nothing about the core of the app needs to change (assuming the API is flexible enough)

Sure there may be apps that are fundamentally impossible to build using a small screen. But mostly the formula is "two panes, one for navigation the other for content" rather than "one screen leading to another" That is easy to do on Android even without honeycomb.

Familiarity breeds attempt.

Working...