Slashdot Mirror


User: lucian1900

lucian1900's activity in the archive.

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

Comments · 207

  1. Re:True. on Steam Prompts OS X Graphics Update · · Score: 1

    Macs ARE overpriced. I've used one for 2 years now and they have truly horrible build quality and some really stupid design decisions (2 USBs and 2 firewire on MBP 4.1). A high-end Dell would've been much better, but I shouldn't look the gift horse in the mouth.

  2. Re:Quietly, a new contender is being developed... on Six Reasons Why Flash Isn't Going Away · · Score: 1

    It works great! Qt has very good native look&feel on Windows, Mac, KDE and even Gnome.

  3. Re:Please oh please oh PLEASE KEEP FLASH on Six Reasons Why Flash Isn't Going Away · · Score: 1

    The same way you have an option to disable JavaScript entirely there is (or will be, depending on browser) an option to entirely disable , or WebGL. And I'm sure NoScript or similar will handle the need for something more selective.

  4. Re:Browser as Gaming Platform on Six Reasons Why Flash Isn't Going Away · · Score: 1

    Having something run in Wine is a bonus. If you really need a lot of Windows software, you'll most likely have to use Windows. But please don't bad-mouth Wine. It's an amazing achievement and a lot of good work went into it.

  5. Re:Browser as Gaming Platform on Six Reasons Why Flash Isn't Going Away · · Score: 1

    Except it won't be faster than Firefox for rendering. IE9 is still crap and it still barely supports standards.

  6. Re:I want it to go *when there is something better on Six Reasons Why Flash Isn't Going Away · · Score: 1

    Even if the HTML5/CSS3 features were proprietary to browsers, the sane vendors have de-facto standards for such proprietary extensions. And they'll be standards one day, even if slightly different. Still better than the situation with flash. As for video, there are two choices now: use WebM or pay for H.264. That's good enough.

  7. Re:Which Android pod touch? on Six Reasons Why Flash Isn't Going Away · · Score: 1

    Why not just buy a regular phone, but without a contract?

  8. Re:Before everyone gets outraged... on Feds Won't File Charges In School Laptop-Spy Case · · Score: 1

    That concept is based on the assumption that laws are social standards written down and that common sense and respect should be enough to not violate laws.

  9. Re:...And one generation behind on HTML5 on Firefox 4 Will Be One Generation Ahead · · Score: 1

    They are in fact, and have been even before everyone became obsessed with JS. Look at PyPy for example. There's simply a lot less money involved.

  10. Re:And this is news? on Java IO Faster Than NIO · · Score: 1

    Your assumption in equating skill with using bad tools is very wrong. "ease of development and maintenance" is very important regardless of how skilled you are. Writing efficient, but buggy unmaintainable code is not a measure of skill.

  11. Re:And this is news? on Java IO Faster Than NIO · · Score: 1

    There's still the problem that few OSes can even create more than a few thousand threads, let alone schedule them all efficiently. If you have many thousands of connections, sync IO simply dies. Async IO is still slower because it's not being used enough, especially in Java (and for good reason, Java has very bad facilities for callbacks and the like).

  12. Re:PvP could be different - current designs are ba on ArenaNet's MMO Design Manifesto · · Score: 1

    I think it's about letting high level players kill low level players. I don't get that at all. High level player should either get huge penalties for killing lowbies or prevented from doing so in the first place (the chicken in WAR is great).

  13. Re:No, WE do not have a responsibility on Supreme Court To Rule On State Video Game Regulation · · Score: 1

    This. Too bad laws about it are fucked up in most countries.

  14. Re:No shock there... on No Verizon Partnership For Google's Nexus One · · Score: 1

    Except no one in their right mind wants Sense UI. Pretty much every single other phone (except the CLIQ) has a vanilla Android. Get a Droid.

  15. Re:Don't blow shit up - problem solved on Obama To Decide On New Weapons · · Score: 1

    And lead.

  16. Re:The first question that popped into my head on X264 Project Announces Blu-ray Encoding Support · · Score: 1

    And how is 1080p high resolution? http://xkcd.com/732/ I don't see now Blu-ray is that big a deal. Storage was never the real problem.

  17. Re:I wonder how long until it "accidentally" leaks on South Park's Episode 201 — the Expurgated Version · · Score: 1

    Unless it's not less stress on the cattle http://www.youtube.com/watch?v=HQOKQ__3vQw

  18. Re:This is new?! on Multicore Requires OS Rework, Windows Expert Says · · Score: 1

    Then again, an even better language (Python/Ruby) with a JIT would've netted smaller apps and about the same memory usage and performance. The choice of Java mostly had to do with popularity and tool maturity.

  19. Re:Attractive, 'cept the tightest DRM lockdown EVA on $99 Moby Tablet As Textbook Alternative · · Score: 1

    epub

  20. Re:so long... on Toshiba Ends Incandescent Bulb Production After 120 Years · · Score: 1

    I agree. I'm actually annoyed that most CFLs I find are way too warm (read orange) for my liking.

  21. Re:H.264 on Microsoft Previews IE9 — HTML5, SVG, Fast JS · · Score: 1

    Fluendo.

  22. Re:pig heart donors however on In Israel, Potential Organ Donors Could Jump the Queue · · Score: 1

    First of all, I am angry at all parents and medics that circumcise minors without a real medical reason.

    Secondly, I am angry at what religion does to people, even as far as mutilating their children because their imaginary friend told them so.

  23. Re:Python or Java on Good Language Choice For School Programming Test? · · Score: 1

    It because so popular in the industry because of marketing. It is the most popular for teaching because it is popular in the industry. By its merits alone, it would not be used as much.

  24. Re:Python or Java on Good Language Choice For School Programming Test? · · Score: 1

    It severely lacks the level of expressiveness found in other languages, like Ruby or Python. It forces object orientation without doing it properly (classes and methods aren't objects). Calling C code is indeed very hard without JNA.

  25. Re:PHP all the way on Good Language Choice For School Programming Test? · · Score: 1

    Oh, come on. It's one of the worst dynamic languages in existence. Being cursed with PHP is a great burden.