Forgot your password?

typodupeerror

Comment: Re:Same unenviable fate as windows (Score 1) 56

by robmv (#43709833) Attached to: Kaspersky Inks a Deal With Qualcomm To Improve Android Security

Because adding options to remove and add code from the base OS adds complexity, you will need to add a package manager that checks dependencies, when applying firmware updates, you need to check if the application is installed or not. The Android "solution" to this problem is to be able to disable applications, this way the OS behaves like the applications doesn't exist, without adding the complexity to manage different configurations on an OTA update, every device has exactly the same copy of the firmware

Comment: Why? (Score 1) 466

by robmv (#43669717) Attached to: Ubuntu Developing Its Own Package Format, Installer

I am not well versed in the dpkg format, but RPM has Relocatable Packages, not many people use it, but if you want to do something like Ubuntu wants on an RPM based distribution without creating another format, You hack rpm commands so it can check a per user packages database using relocatable packages, no need of a new format

Comment: Re:Useless until it's not just Failfox-ware (Score 2) 77

by robmv (#43624449) Attached to: Epic and Mozilla Bring HTML5 OpenGL Demo To the Browser

This demo is plain Javascript, but only uses as subset of it (asm.js), the VM needs performance enhancement to run (asm.js) efficiently so it is not an easy task to support other browser, unless you call "supported"to run it very slow http://code.google.com/p/v8/issues/detail?id=2599

Comment: Re:Plain Crap (Score 3, Informative) 77

by robmv (#43624429) Attached to: Epic and Mozilla Bring HTML5 OpenGL Demo To the Browser

This requieres Mozilla JS enhancements (asm.js) currently on nightly builds, It can work on other browsers but without the performance tuning made for the JS subset that is asm.js it will run slow. Chromium bug proposing to add support for asm.js http://code.google.com/p/v8/issues/detail?id=2599

Comment: Re:!Like - Bollocks to your Bollocks (Score 1) 190

by robmv (#43612371) Attached to: CSS Selectors as Superpowers

getting the job done, the wrong way. Looks like you never cared about assistive technology and people that need it. A table is a table, a definition for tabular data, using tables for other things break the correct dictation/help the assistive technology provides. Content and presentation should be separated, period.

Comment: Re:Highlights included in this release, for the la (Score 1) 177

by robmv (#43546593) Attached to: Ubuntu Releases 13.04, Sticks To 6-Month Release Rhythm

I used to use Gwibber on Fedora until the developers started to believe the hype of NoSQL databases and had the non great idea to use the CouchDB as the backend database, never tried it again when they switched the default to SQLite. Lets see if the "Friends service" is another monster or something light

Comment: Re:Easy to achieve (Score 1) 111

by robmv (#43427565) Attached to: Bing Tops Google At Finding Malware

haha you got me there, but my experience is true, If Google was allowed to cheat the User Agent when crawling, those websites could be hidden to the users. Those infected sites I found were not listed as malware on Google. So if if you are a malware website author, hide from all Search engine bots and you have more change to not be listed by them

Comment: Easy to achieve (Score 4, Interesting) 111

by robmv (#43427359) Attached to: Bing Tops Google At Finding Malware

Easy to achieve, I have found a lot of website malware that only manifest if your user agent is Internet Explorer, those infected sites have code that try to hide injected HTML/JS code to Google Bot. Unless Google start violating the robots.txt convention and crawl the net as Internet Explorer, those sites will be never detected by them.

I have not found an infected site that include code to hide from Bing, so this could help MS, and MS could be using information obtained by the users that browse with Internet Explorer and use their Antivirus Software

Comment: Re:Not native (Score 5, Informative) 81

by robmv (#43395391) Attached to: Qt 5.1 Adds Android and iOS Support

Native controls means more than to have the same look, if that is the way to measure "nativeness", then Java Swing UIs (Windows/GTK L&F) are native because they call platform theme APIs.

When a toolkit draw controls by itself, the applications normally lose a lot of UI functionality, for example, if Android/iPhone controls add proper default assistive technology metadata to their controls, the toolkit (QT in this example) need to do the same for each control they draw, because the OS don't see buttons as buttons, It see them as a custom control. If the platform control change behaviour in a new OS release, the QT control will not see it, for example when Windows added default context menus to the text fields, self drawed controls don't expose that behaviour until applications are updated with a new version

My idea of roughing it is when room service is late.

Working...