Slashdot Mirror


User: robmv

robmv's activity in the archive.

Stories
0
Comments
601
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 601

  1. Re:The others on Apple Offers Free Cases To Solve iPhone 4 Antenna Problems · · Score: 1

    They did something wrong, They launched the iPhone 4 saying that the new antenna was amazing and blows every other antenna they have done before (not exact words but you get the idea), then they show numbers, that if we trust them, those numbers says that they build an antenna that is a little worse than the iPhone 3G*, that is not a better antenna.

    what's the moral of the story? when you sell something, do not overhype your product, and worse do not believe your own created media hype

  2. Re:Insulting? on Mozilla Bumps Security Bug Bounty To $3,000 · · Score: 1

    maybe that means... "I have a lot of money to waste and you not" jaja

  3. Re:At least they tell you.. on Apple Wants To Share Your Location With Others · · Score: 1

    When installing an Android application, the system warns you about the privileges you are granting, one of them is fine (GPS) and coarse (network based) location information so you can refuse to install it. There are a lot of applications I do not install for that same reason, applications that based on their functionality do not need my location

  4. Re:Sony, Microsoft? on Apple Reverses Rejection of Ulysses Comic · · Score: 1

    Main difference with a console, rules do not change with Steve Jobs mood

  5. Re:And thus there was Android on Google Slams Apple Over iPhone Ad Ban · · Score: 1

    Wrong, Android open source code does not need Google accounts, you can implement applications that add accounts functionality to the OS, for example, the official Twitter client is able to sync contacts, you can build another account provider. What you see on many Android phones, is the base OSS version, plus Google provided closed code for their services

  6. Re:So... on Google Updates Chrome Frame, Makes IE Better · · Score: 1

    That is the easy way to do it, but not the only one. A long time ago I implemented an updater for our apps that worked this way.

    Implement a Windows Service, no autostarted, security for that service was set to be started by anyone. The GUI application checked for updates and if it is found, it just start the service that downloaded, checked signature, updated, and stopped the service. The service was not always running, and there was no need for admin privileges to update the application

  7. Re:So... on Google Updates Chrome Frame, Makes IE Better · · Score: 1

    sorry for self replying, I am a Firefox/Linux user and even on Linux those browsers suffer the same problem, central management of settings. Epiphany with the use of GConf is the only one more easily managed from something like an LDAP server

  8. Re:So... on Google Updates Chrome Frame, Makes IE Better · · Score: 3, Insightful

    Because many popular non IE browsers are very difficult to manage on a Windows network environment, not impossible but requires a lot of work and experienced windows admin (something everyone claims to be on their CV but they are not). IE has nice policies to set centrally.

    Firefox (default with no additional AD integration extension) needs .dat files added to the installation directory, you need to code javascript to do anything user related and not globally to every user on that workstation.

    Chrome is the worst, it install on %LOCAL_APPDATA%, not globally, so each user need their own copy (WTF Google %APPDATA% is for data not binaries)

    No experience with Opera on enterprise installations

  9. Re:No shit, Sherlock on iPhone's PIN-Based Security Transparent To Ubuntu · · Score: 1

    no, I do not think PIN = encryption, but I at least hope that casual copying must not be allowed easily. for example, I leave mi phone on my desktop, go to the bathroom, I do not want someone to be able to get my data with just a few seconds of using the device, I know, you can break the device, take the internal memory and get the data, but at least that is not something that could be done in the time I go to the bathroom and I will notice it

    Android (I hope other devices too), at least the Nexus One 2.1 version when you plug the USB cable, you must confirm on the phone screen that you want to mount the device something you can not do if the device is locked , until you do that, it is only charging it. On the Nexus you get access only to the SD Card contents, not the internal databases like contacts, account passwords. You can extract the SD Card, but you will need to remove the battery, at least I will know someone messed with my phone.

    I like the mount confirmation window, just because I can charge it on any random USB port, even on Windows and not be afraid of getting infected files to spread to other people using Windows.

  10. xbox? on Valve's Newell Thinks PS3 Needs To Be "Open Like a Mac" · · Score: 1

    And the Xbox do not need to be open too? Another excuse to not support the PS3?

  11. Re:It's called "PERSONAL PROPERTY," Apple! on Flash Is Not a Right · · Score: 1

    Apple allowed applications development, so the comparison with a microwave locked firmware is not good. They defined some rules that Adobe followed, no VM environment, just native ARM code generated like any C compiler will do. Apple changed the rules later.

    So Apple behaviour is like a Microwave manufacturer that allows you to develop applications. so you develop a tool that generated code for it, then it is killed when they change the rules because they want you to use their tool only, so you need to buy their brand of computer to develop for the microwave, something that was not an original restriction

  12. Re:It's called "PERSONAL PROPERTY," Apple! on Flash Is Not a Right · · Score: 1

    I think the problem with the Apple platform is not the user wishes, but those from the developer, You are right, when you buy a device it has some capabilities and you must not demand new ones. Apple banned all VMs like Flash and Java from the iPhone, right, that is Apple decision to do what it wants with the store (ignore for now the fact that you can only install applications from the store unless you jailbreak the device).

    Adobe following the rules, developed a tool that generated native ARM binaries, no interpreter, just a "compiler" to the iPhone environment. They worked hard to comply with the rules, but almighty nutcase Jobs wants Adobe out of the iPhone by any method, so they change the rules just a few days before Adobe launches their tool. So the issue is not that developer have the right to build Flash apps on the iPhone, they want stable rules not used to destroy your work

  13. Re:Can you turn it off? on Microsoft Tips the Scale In Favor of HTML 5 · · Score: 1

    manipulate the DOM with a Firefox/Chrome plugin that removes the video URL on document load?

  14. Re:Well written, and informative, but... on Ogg Format Accusations Refuted · · Score: 1

    OGM used the Ogg page structure (mostly correctly) though with private data for the VfW framework. The result was parseable as Ogg container but containing an ugly Windows-specific hack. We objected because it was not well formed and confused users who thought it was regular Ogg. It was a quick and dirty fork.

    For the record, Tobias later joined Xiph along with his DirectShow filters[9] and deprecated OGM. OGM is no longer supported in our DirectShow offerings[10].

    So your need is a video container format only for Windows?

  15. Re:What I've experienced with PS store on Final Fight Brings Restrictive DRM To the PS3 · · Score: 1

    Can you elaborate on that?, which games do you know requires to be logged in to play the offline/singleplayer mode?

    I have a few PSN games and none of them requires to be logged in, unless you want to play a multiplayer match. Please do not mention Warhawk or SOCOM Confrontantion, because those two games are multiplayer only and obviously require you to be logged in. Be careful than some games automatically open the user and password dialog, but you still can press cancel and the game tell you that your score will not be tracked online or you will lose any other online only feature, but you can play offline

    I think this is the first game with this rule, something that mark it on my "do not buy" list. but if someone knows about any other is it good to know

  16. Re:I'm conflicted on Will Adobe Sue Apple Over Flash? · · Score: 1

    Why? because one manufacturer decided to add Flash to one device, now all Android devices must support Flash? If Motorola adds a Smalltalk runtime to the device, all Android manufacturers must do the same?

    Do you want to develop for Android, use what Android has as a standard, If you want to develop using Flash, you know the current limitations (until 10.1 for Android that is expected to be installable and not embedded). It is not the platform developer, who must add all the possible runtime platforms, but it is their responsibility to add the APIs needed by those platforms to exists (like is happening with Flash, collaboration between Google and Adobe)

    Anyone that says that you must focus on the least common denominator is a bad cross platform developer. I develop Java applications for a living, and my applications are not constrained by one platform, for example: I am adding right now support for the Windows 7 taskbar using JNA (JNI "wrapper") using runtime checks to know if the application is running on Windows 7

    The fragmentation thing is an excuse for developer to do not work as needed. Will iPhone developers start to cry that they have now different screen sizes (IPad + iPhone) and that old iPhones that are not be able to "fake multitask" will force them to write code for both situations fragmenting the platform?

  17. Re:I'm conflicted on Will Adobe Sue Apple Over Flash? · · Score: 2, Informative

    Some Android Phones already have an embedded Flash player, for example the HTC Hero. I think that flash player 10.1 for Android devices will be the version installable on other devices and not factory installed

  18. Re:Howcum? on Serious New Java Flaw Affects All Browsers · · Score: 1

    I think it is a Java bug and not a browser bug, The researchers created a embed/object tag with parameters. They are adding a codebase parameter. embed/object parameters could be arbitrarily named, that is defined by the plugin to be used (Note the real standard object tag has a codebase attribute but they are not using it, they are using a param tag)

    There is no way a browser will know how the plugin handle the arbitrarily named parameters, unless they specifically add it for the Java plugin, the browser send them to the plugin, in this case the Java plugin is the one that get that codebase and start javaws, so I think the Mac OS X plugin has checks that the standard Sun implementation or they are not starting javaws directly as another process

  19. Re:Not unintentional on Chinese ISP Hijacks the Internet (Again) · · Score: 2, Informative

    and add to that a Chinese CA certificate inside Firefox and even SSL could be sniffed

  20. Re:And if you have anything except an iPhone 3GS.. on iPhone OS 4.0 Brings Multitasking, Ad Framework For Apps · · Score: 1

    Apple want people to upgrade to the 3GS, then they will announce 3GS2, double charge for you

  21. Re:Shouldn't the OS handle this? on IE9 Throws Down the Hardware Acceleration Gauntlet · · Score: 1

    Grand parent has a point, for example when I write Java Swing code, Using Java2D, it does not matter to me which pipeline is Java using, OpenGL/Direct*/GDI, It is abstract to me.

    The Basic Windows drawing routines should be abstract enough to be able to switch to hardware acceleration when possible,not at the application level (I am talking about basic 2D drawing operations)

  22. Re:Linux is vulnerable too on No JavaScript Needed For New Adobe Exploits · · Score: 1

    It is easy to get access to root even when you have only access to an unprivileged user, change the user PATH in .bash_profile (for example), put a wrapper sudo or su to one of the directories added to the PATH, then you will get access to the root password or access to sudo if you fake it enough so the user believe you are using the real one. Only if Home directories where mounted noexec by default this could not work. I remember how people got users password on my college says just running a fake login prompt on the laboratory terminals

  23. Re:yay on Blu-ray Proposes Incompatible BD-XL and IH-BD Formats · · Score: 1

    From the article

    In general, the two new formats will be geared toward broadcast and document archiving, both industries that need to record and store massive libraries of digital content. But consumer versions will be available, "particularly in those regions where BD recorders have achieved broad consumer acceptance, " the BDA said.

    It looks this is not a new format for the most predominant usage of Blu-ray media that is Video/Videogames. It is just a format for people that need that extra storage, They will kill Blu-ray movies if they start producing them on that new standard

  24. Re:Good for them on Yale Delays Move To Gmail · · Score: 1

    You can perform the search and save a bookmark, Your example adds to the url something like this

    #search/is%3Aunread+in%3Ainbox

    Or activate the Labs feature named "Quick Links"

  25. Re:Exactly - it was cross-licences on Nokia Claims Apple Does "Legal Alchemy" To Mask IP Theft · · Score: 1

    so you advocate "make justice with your own hands"?

    Apple violate patent laws (if this history of no licensing by Nokia is true) just to prove Nokia is evil and must RAND license the patents?

    If Apple version is true, why not sue Nokia because they do not license with RAND terms as they "must do" because they added their patent to the standard before using the patents?