Slashdot Mirror


User: josath

josath's activity in the archive.

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

Comments · 249

  1. Re:PostgreKill on Oracle Claims Google 'Directly Copied' Our Java Code · · Score: 1

    Nothing prevents any of those contributors from forking MySQL and continuing to work on it in the same manner as they did before. Except maybe their new boss paying them to not do that. But then that could happen to any project, no? All the major contributors get bought out?

  2. Re:I have to wonder on Oracle Claims Google 'Directly Copied' Our Java Code · · Score: 1

    Is there any proof that Google is violating the GPL or CDDL? As far as I know, all the code that Google modified has been released back to the public, which complies with the license.

  3. Re:WebGL / Canvas is really exciting! on For Firefox 4, You'll Need To Wait Until 2011 · · Score: 1

    Sadly, I believe Flash with hardware accelerated 3D will become standard in browsers long before WebGL does. (You need about 80% adoption among all web surfers before major projects start really getting built for a particular technology). So just having it available in the very latest release of a single browser is meaningless, if 75% of users are running other browsers or older versions.

  4. Re:How Does the Same Company Make iPods and iTunes on Flawed iTunes Stands Out Among Apple's Products · · Score: 1

    At least they didn't follow the Facebook protocol: add a new insecurity, uh, "feature" and turn it on to the whole world by default.

    Woah...so Apple is less evil than Google? Seeing as how Google exposed all your contacts to the public with that whole Buzz fiasco.

  5. Re:makes sense on Duke Nukem Forever Back In Development · · Score: 4, Funny

    Duke Nuke'em has such massive name recognition

    Apparently it doesn't have enough name recognition for you to get it right...

  6. Re:That reminds me of this on Microsoft Unveils Street Slide Map UI · · Score: 1

    They don't claim to have invented either the route panorama or the google street view panorama, instead what they are proposing is an easy way to fit the two together seamlessly as you zoom in or out.

  7. RIAA's shady practices totally justifies my theft! on RIAA Accounting — How Labels Avoid Paying Musicians · · Score: 0, Flamebait

    I feel much better about stealing music (sorry...I mean obtaining commercial artistic works for free via copyright infringement, since it's not theft, it's A-OK!) now that I know how bad the industry treats its artists. Stealing $1000 worth of MP3's really only causes $23 of damage to my favorite artists -- that lets me sleep much better at night. Thanks to the previous article, I already feel the same way about movies too. Hopefully someone comes on and publishes an article showing the same thing about video games and computer software as well, so I don't have to feel bad about pirating them either.

  8. Re:Also affects Flash developers on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 1

    Yeah seems silly. They went to all the trouble of running plugins in a separate process, but it's still single threaded somehow? I don't get it.

  9. Re:Google Maps on Google Acquires ITA Software, Regulators May Balk · · Score: 1

    Actually I just checked, it's only 224 hours. I assume that's bicycling non-stop though.

  10. Cost effective? on Poor Vision? There's an App For That · · Score: 1

    How cost effective is this? Sure it's only a $2 adapter, but then you need a $400-$700 phone to attach it to (that's the actual price of the hardware mentioned, when not subsidized by a long term monthly contract, which costs even more). Surely for $400 someone could build a standalone vision testing device that is more accurate?

  11. Re:Compatibility is a dangerous trap on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 3, Insightful

    In perspective, it's like a television manufacturer fixing the stream of a particular television channel because it is incorrect. Firefox should not be protecting third party website owners from their mistakes. Second they should not be protecting poorly coded third party plugins. That is why we have the crash protection to begin with! It's the same reason why too many content producers give up with standards because invalid code 'just works'. Where is the incentive to get things right?

    Extending this reasoning, if any website takes too long to load, Firefox should simply close the tab, and tell the user that the website has crashed? I guess you're right, that would definitely put pressure on web developers to make sure their sites loaded fast enough to not get rejected by Firefox...but I think this heavy-handed approach is the wrong way to go about it. Pop up a dialog telling the user that XYZ is going too slow, the plugin is hanging, and would you like to kill it? This will let them know why their PC is going slow, but still giving them the choice to continue if they wish. I thought choice was the whole reason people like Firefox, Open Source, etc.

  12. Re:Also affects Flash developers on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 5, Insightful

    It's not crap :(

    Some types of complex applications are just not possible in HTML5, and even if they were, wouldn't be available to 50%+ of our users (eg people using IE). So the only solution if we want to get our product to market today, is to use Flash. Believe me, I hate Flash ad banners and crappy Flash navigation websites as much as the next guy. But when you're doing an advance online collaboration application, your only choices are pretty much Java, Silverlight, or Flash. And for various reasons, Flash sucks the least out of all three of them.

    When HTML5 is sufficient and has the marketshare to do what we want, I'll be right up there with RMS trying to port my apps to it, but it's just not the reality today.


    tl;dr; sorry for feeding the trolls.

  13. Re:Also affects Flash developers on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 1

    See, the problem was I didn't even suspect Firefox was the cause, since Firefox itself was telling me Flash was crashing. Why would I search for a fix in Firefox, when I believe Firefox is not the problem?

  14. Re:What is the root cause of the 10+ second hang? on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 1

    It's some combination of:
    1. Having a slow PC
    2. Other apps in background using up CPU
    3. single-threaded execution -- which means that as long as a single chunk of code in a Flash / Ajax app is running, it can't report back to the browser to let the browser update itself and do other things, making it appear hung.

    Means that for some complex chunk of code, say the initialization routines of a game, might take up to 10 seconds to finish. People don't care as much about waiting 10 seconds for a game to load, heck for desktop, non-web, games, people often wait much longer for a game to load.

    What's interesting is that you can hang the browser from either Javascript (aka Ajax) or from within a plugin (like Flash or Java). But in the case of Ajax, the browser will first ask you if you want to terminate, or continue running, but it doesn't give the same choice to code running in a plugin.

  15. Re:Why is the time fixed? on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 3, Interesting

    You can adjust the time, but it's in an obscure about:config setting, like many of Firefox's advanced settings.

    I think terminating the plugin automatically is the wrong choice. If JavaScript takes too long, they don't terminate it, but instead ask the user if they want to keep running or terminate. One has to wonder why they give more leeway to applications written in JavaScript than applications written in ActionScript, seeing as how either one is just as capable of hanging your browser.

    Notably, Chrome gives you the same popup dialog for both JS applications and plugins. My guess is Firefox devs are more anti-Flash, and don't mind killing it, and only relented when they realized how many of their userbase they might lose when they start interfering with people's Farmville addictions.

  16. Also affects Flash developers on Mozilla Updates Firefox To Appease FarmVille Users · · Score: 5, Informative

    The other annoying thing about this "hung plugin detector"? It counts a Flash plugin paused for debugging (so you can look at the call stack, step through code, etc) as hung. For weeks I've been cursing Flash for always crashing in Firefox, because when Firefox kills the plugin, it displays the same generic message as if the plugin has actually crashed. Only recently did I find out that Firefox is the real cause of my pain, not Adobe!

    I wish they had done it like Chrome, or like Firefox already does with JS, where instead it pops up a little dialog telling you that the plugin is unresponsive, and would you like to kill it? Seems very suspicious, I wonder if there's someone at Mozilla with an anti-Flash agenda that wants to make Flash look more unstable than it really is?

  17. Re:Hmmm... on VP8 Codec Coming To FFmpeg · · Score: 1

    It's most obvious in the grass IMO. Compare vp8.png to x264.png, in x264 the grass looks fairly normal, but in vp8 it looks like a blurry mush.

  18. Re:Old technology more lasting on 80-Year-Old Edison Recording Resurrected · · Score: 1

    It's a valid worry. Imagine someone famous today made a recording of someone, but it was lost in a closet/attic/junkpile for 80 years. What are the chances of any DVD-R, USB flash drive, HDD made today having any chance of working in 80 years?

  19. Re:The Wiser... on Nintendo 3DS Early Impressions · · Score: 1

    Seriously...Xbox 360 was just on sale for $150 with $50 back in gift card, but I still couldn't bring myself to buy one. Looking at the top 50 360 games, there were maybe 3 I was interested in playing. The rest were either things I wasn't interested in (FPS, Driving Simulators) or were available on other platforms.

  20. Re:Toolbars? on Microsoft Explains Mystery Firefox Extension · · Score: 1

    I use the one from googlebar.mozdev.org all day long...i like being able to one-click access the many various google searches (maps / products / images / video / web / etc)

  21. Re:GIF screenshots are useless! on H.264 and VP8 Compared · · Score: 1

    Well...if your original image is 256 colors or less, then GIF is not lossy.

  22. Affects latest dev version on Windows on Chrome Private Mode Not Quite Private · · Score: 1

    Just reproduced it with Chrome 6.0.401.1 dev on windows. It remembers your zoom level even if you close chrome completely, making sure there are no chrome.exe processes running, then start chrome back up. Just because it doesn't affect some older versions does not mean this story is false.

  23. Re:To me, it's a question of mobility. on FSF Response To Steve Jobs's Letter · · Score: 1

    I didn't see any "Terms Of Service" at all? I just googled "adobe swf format", got this page: http://www.adobe.com/devnet/swf/ Which let me download a PDF without agreeing to any license. There are no mentions of "Terms Of Service" in the Gnash FAQ, though they do reference the EULA which is included with Adobe tools, however as I linked above, you can download the SWF format specification without agreeing to anything and without installing any Adobe tools.

  24. Re:Civ was my offline game on Civilization V To Use Steamworks · · Score: 1

    Wow, that was pretty awesome. I almost find it hard to believe he is serious, having walked into that so obliviously.

  25. Re:But... on Estimating Game Piracy More Accurately · · Score: 1

    Don't worry, your matters of record was only a link to wikipedia, which is only slightly worse than an incorrect opinion. You're still safe.