Slashdot Mirror


User: DaVince21

DaVince21's activity in the archive.

Stories
0
Comments
1,182
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,182

  1. Re:7.0? Really? on Google Rolls Out Chrome 7 · · Score: 1

    Isn't W3C finalizing parts of the HTML5 spec when they're done so that it can just be implemented? That doesn't mean HTML5 is done, just that they reached some milestones that allowed them to actually finalize these features... Much like software having new features added in a new version.

  2. Re:Lots of versions on Google Rolls Out Chrome 7 · · Score: 1

    While Flash video stuttered like crazy for me in those inbetween versions (5/6), it seems completely fine in 7. Note that I'm running a nightly version in Windows and Ubuntu (where Flash performance is still fair).

  3. Re:tub6irl on Thief Returns Stolen Laptop Contents On USB Stick · · Score: 1

    And the grand prize of commenter who makes the least sense goes to...

  4. Solution? on Un-killable 'Evercookie' Killed ... Sometimes · · Score: 1

    Is the evercookie generator a script? Because if that's the case, you could just block the script.

  5. Re:W00t! Glad I did not toss out the broken Wii on Disc-Free Netflix Streaming Arrives For the PS3 and Wii · · Score: 1

    Only on older Wiis. Or at least, I was never able to use these DVD playing hacks.

  6. Re:reality check on Desktop Linux Is Dead · · Score: 1

    Last I checked, Gnome (at least in Ubuntu) had some nice usability improvements, next to providing actual new stuff to the desktop, most of not being a copycat of something. I guess this is all up to perspective.

    Besides this, OS (and software) developers copy each other all the time when it comes to usability improvements. I'm seeing stuff in Win7 that was in Linux software and OSX for years before that.

  7. The point of this article? on Desktop Linux Is Dead · · Score: 1

    Blah blah blah flamebait flamebait. I'm surprised it got through the firehose.

    I'm being perfectly honest here; Linux as a desktop system is working fine on four of my home computers. Two of them are even Windows hybrid systems, if you care to know.

  8. Re:News for Nerds: on Linux To Take Over Microsoft In Enterprises · · Score: 1

    Actually, businesses are far more likely to pull shit like this.

  9. Re:forget these office suits on Why Microsoft Is So Scared of OpenOffice · · Score: 1

    I'd rather use an Office suit(e) to quickly jot down those somewhat formatted notes I have to be taking quickly. Tex etcetera are nice, but you need to actually write some code down sometimes, and you don't have the time to add all that to your document quickly sometimes.

  10. Re:Open office != MS Office on Why Microsoft Is So Scared of OpenOffice · · Score: 1

    Point is, only flamebait is given an no actual reasoning.

  11. Re:Reminds me of XFree86 vs XOrg on Oracle Asks OpenOffice Community Members To Leave · · Score: 1

    No need, they could just write a plugin (if they were allowed to by their bosses).

  12. Re:Would it kill the submitters on Oracle Asks OpenOffice Community Members To Leave · · Score: 1

    Aren't some people here to BE updated about the FOSS world?

  13. Re:Well shit on Final Fantasy XIV Launches To Scathing Reviews · · Score: 1

    It is, it's just a much worse one.

  14. One... Two... on This Is a News Website Article About a Scientific Paper · · Score: 1

    Y A K A W O W ! ! !

  15. Mass Hysteria? on Facebook Unveils Details of Downtime · · Score: 1

    It's just Facebook... If people really massively get hysterical over the unavailability of Facebook, that should count as yet another thing horribly, horribly wrong with the world...

  16. Re:Learn them both. on Should I Learn To Program iOS Or Android Devices? · · Score: 1

    That means Apple's percentage and then Google's percentage, actually.

  17. Re:Android on Should I Learn To Program iOS Or Android Devices? · · Score: 1

    Probably because it being closed doesn't make it a dead end, at least not in the foreseeable future.

  18. Re:Does this smack of a hidden agenda to you? on DX11 Coming To Linux (But Not XP) · · Score: 1

    People are excited to see DX even being possible on Linux now. Don't worry, the wind'll blow over.

  19. Re:Response to rampant speculation on DX11 Coming To Linux (But Not XP) · · Score: 1

    Um, where did you get this information from? Binary versions will usually run much better than they would in Wine, at least according to personal experience.

  20. Whatta comparison. on DX11 Coming To Linux (But Not XP) · · Score: 1

    Could it be that Linux may soon support this Microsoft API better than Microsoft itself?

    So, what, Ubuntu 6.10 will get DirectX support too?

  21. Y'know, because... on The Real Truth About Oracle's 'New' Kernel · · Score: 1

    Oracle is doing what it's doing best: being Oracle.

    Seriously, I have only seen bad decisions come from this business lately. How they managed to make this much money to get there I'll never understand.

  22. Re:Hmm on Canonical Designer Demos Ubuntu Context-Aware UI · · Score: 1

    Saying that stuff works perfectly well is saying we should just halt any and all progress on UI design. Who knows there's a much smarter design right around the corner nobody will ever get to because trying to improve an interface is some sort of taboo!

    Things can ALWAYS get better, and people are experimenting to get to that point. Though I can't see this experiment packing out very well or useful, you can't blame 'em for at least trying something.

    As for your car analogy; designing an UI goes quite a bit further than just the wheels and cabin. You go into every detail inside the chassis, and even the user experience, and from what I can remember about cars they'll never stop trying to improve on those things.

  23. Re:Not HTML5 on Security a Concern As HTML5 Advances · · Score: 1
  24. Re:Dancing balls? on Security a Concern As HTML5 Advances · · Score: 1

    3 years is... not exactly a great comparison. But heck, the animation will run fine on a 6 year old computer as long as you don't use IE.

  25. Re:Dancing balls? on Security a Concern As HTML5 Advances · · Score: 1

    Most canvases will have an id or class attached to them, making them easily selectable. And even when they don't, you can always access them with JS by saying "I want the fourth video element", for example. (Only when the webpage changes could this potentially become a problem.) It's not exactly difficult to select and hide these elements, though.