Slashdot Mirror


User: Compaqt

Compaqt's activity in the archive.

Stories
0
Comments
2,833
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,833

  1. Re:Time to move away from NVidia now? on AMD Releases Open Source Fusion Driver · · Score: 1

    I had considered ATI but heard bad things about the driver situation at the time (open source problems hadn't fully been worked through at the time).

    How is $YOUR_LINUX_DISTRO these days with open-source ATI drivers? Any problems with Linux games, other programs requiring 3D (like KDE Stars), and Windows games running on Wine?

  2. Re:lifecycle? on The Details of Oracle's JDK 7 and 8 'Plan B' · · Score: 1

    Isn't there a point where th language has enough features?

    I think as new features are required in the development world, they're properly added to libraries. E.g., XML, RSS, ssh, XMLRPC, etc. libraries.

    And if you want a language with the syntax-of-the-day, there plenty of languages running on the JVM.

  3. One more... on The Software That Failed To Compete With Windows · · Score: 1
  4. Anbody want to on Oregon Senator Stops Internet Censorship Bill · · Score: 2, Interesting

    trash talk the filibuster now?

  5. Bailouts on Whitehat Hacker Moxie Marlinspike's Laptop, Cellphones Seized · · Score: 1

    The weird thing about the bailouts is that Wall Street got their money, forgiving their mistakes, but only a few hundred billion could've paid for all of the residential mortgages in America.

  6. Re:4th on Whitehat Hacker Moxie Marlinspike's Laptop, Cellphones Seized · · Score: 1

    The funny thing is they don't do anything about illegal infil, while harassing legal border-crossers (and citizens).

  7. The one great thing about the Senate on Oregon Senator Seeks To Block COICA · · Score: 4, Insightful

    is that any Senator can block any bill anytime for no reason at all.

    The Senate depends on unanimous consent to get much of its work done, and a single senator can throw a monkey wrench into the works by withdrawing consent.

    There's definitely one senator out there who'll be man enough to block the bill, either a leftie or a hardcore righty.

  8. Re:Recompiling for different mobile processors on AMD Joins Intel's MeeGo OS Effort · · Score: 1

    True that. It's just more work for developers (cross-compiling, though Nokia does have a compile farm, I believe).

    Might run into trouble if a user thinks he can move an app for one processor line to another phone. Though most people probably just download directly from the store to their phone.

  9. thinker on An Illustrated Version Control Timeline · · Score: 1

    Thinker: v. to tinker while cogitating.

    I like it! And I'll use it. (If refudiate is good enough for OED, thinker's great, too.)

  10. Phone cameras on Anti-Smartphone Phone Launched For Technophobes · · Score: 1

    The biggest plus is that photos are about the moment; you have a camera on you, and you take the shot.

    Only thing about them is that you can't zoom in (optically).

  11. Re:Welcome to hell on An Illustrated Version Control Timeline · · Score: 1

    How's trac installation these days?

  12. Re:I do live on the edge. ;-) on An Illustrated Version Control Timeline · · Score: 1

    Brings back memories of (barely) running the first version of Visual C++ on a 386SX.

  13. Re:Cookie on Microsoft Finally Certifies an Open Source Web App · · Score: 1

    What's wrong with it? (Having never heard of it before.)

  14. Re:Recompiling for different mobile processors on AMD Joins Intel's MeeGo OS Effort · · Score: 1

    >every single processor line is actually just two lines. arm and x86.

    Really? I didn't know that. Thanks. Given that's the case, it's an advantage for a C++ API, I would think.

    Btw, do the latest ARM processors feature new instruction sets, like 686 features more instructions than 486? Or do most mobile devs target the ARM equivalent of 486?

  15. Recompiling for different mobile processors on AMD Joins Intel's MeeGo OS Effort · · Score: 1

    Maybe I'm missing something, but by going with Meego, which features C++ APIs, devs have to recompile for every different processor line.

    How does this help the desire of Meego partners to have a single large Meego app store?

  16. Re:Desktop dinosaurs realize mobile cannibalizatio on AMD Joins Intel's MeeGo OS Effort · · Score: 1

    This.

    Meego defines the OS, but there's nothing saying an implementation of it has to be ugly. Nokia, please for the love of silicon,

    -get rid of those "laughing amigos". They might look cute to (some) geeks, but to no one else.
    -get some artists to create some nice icons, you know antialiased, glossy, shiny stuff. Not the pathetic 2D ugly colored ones you have now.
    -either depreciate the name of the OS, or you should have picked a better name (Amigo woudn't have been bad)

    http://meego.com/devices/handset/handset-screenshots

  17. Re:Offshore maintenance on China To Build Its Own Large Jetliner · · Score: 1

    Mind-blowing. (Also probably plane-blowing at some point in the future.)

  18. Offshore maintenance on China To Build Its Own Large Jetliner · · Score: 1

    Offshoring maintenance? As in having maint done in a stopover in Hong Kong or Cyprus instead of the States? I hadn't heard of that. Any more info on that?

  19. Re:Obligatory on NSA Adds Kahn Collection To Cryptologic Museum · · Score: 2, Funny

    Obligatory Khan Youtube link
    http://www.youtube.com/watch?v=oHg5SJYRHA0 ^H^H^H^H

    Oops, scratch that. Try this:
    http://www.youtube.com/watch?v=iMA5_op9aOA

  20. Re:"Tide" of Science on Tide of International Science Moving Against US, EU · · Score: 1

    Someone saw my post as a troll, but I was just remarking on what the headline evoked in me, a not unheard-of meme on Slashdot.

    Anyways, regardless of your opinion on AGW, I think it's true that Europeans see the US as backwards in regards to that issue and they see it as part of a general US anti-science climate. Some Americans will agree and others won't.

    I think BRIC countries (Brazil, Russia, India, China), on the other hand, don't know, don't care, or can't afford to care whether AGW is happening or not.

  21. Re:"Tide" of Science on Tide of International Science Moving Against US, EU · · Score: 1

    Thanks! Actually, I was aiming for Funny, but someone came along and saw it as a Troll.

  22. MS == BP == Anglo-Iranian? on Which Language To Learn? · · Score: 1

    I guess that means you won't be sympathetic to "Micro-Soft is the Anglo-Iranian Oil Company of software."

  23. Re:What about SQL? on Which Language To Learn? · · Score: 1

    Not only that, but it leads to re-inventing the wheel by iterating over huge datasets in (Java/PHP/etc.) to generate reports that could have been handled by one single declarative SQL statement (albeit a complicated one).

    When you get into outer joins, grouping, subqueries, etc. things can get ornery, but it's still much better to let the DB churn the data, than sending it over the wire and iterating over it.

  24. Java/.NET GUI on Which Language To Learn? · · Score: 1

    Were you doing hand-coded Swing, or using a GUI builder like Netbeans' Matisse?

    And how do the GUI tools on .NET compare?

  25. "Tide" of Science on Tide of International Science Moving Against US, EU · · Score: 1, Redundant

    I thought this was going to be a global warming study, rising sea levels ...

    with the US singled out for special opprobrium because it's basically the only country unwilling to accept the consensus of (most) scientists that global warming is happening.