Slashdot Mirror


User: Jartan

Jartan's activity in the archive.

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

Comments · 484

  1. Extreme selection bias. on Algorithm Aims To Predict Fiction Bestsellers · · Score: 1

    If you read the article they're not really examining best sellers at all. A site like Gutenberg has no correlation with modern best sellers.

    Film, TV and Internet have all had drastic effects on the market as well. Thus old books aren't really representative.

  2. Re:pretty quick on the C++14 support on LLVM and Clang 3.4 Are Out · · Score: 1

    The GPL doesn't have anything to do with it. RMS won't even allow simple command line features that could be "used" by a proprietary IDE for instance.

    It's an understandable stance but the result is inferior software.

  3. Re:In which units? on Polar Vortex Sends Life-Threatening Freeze To US · · Score: 1

    It's only ambiguous to a scientist "twice as cold" is "double the negative distance from 72".

  4. This has huge usages in HDR. on Eye Tracking Coming To Video Games · · Score: 1

    The magic bullet for eye tracking is using it for adaptive HDR. Monitors for good reason can't show bright lights. This makes it difficult to fit all the luminance information on the screen at once.

    By tracking the eye we can adjust luminance information locally. This can have a huge impact on image quality.

  5. Some of those recomendations are downright scary. on Former Head of NSA Calls For Obama To Reject NSA Commission Recommendations · · Score: 1

    The commission recommended that the phone companies or a third party take over responsibility for storing the data.

    They're just trying to shuffle things. In the process it will most likely become worse.

  6. No clear benefits at all? There's always going to be some pros and cons on this. Such a blatant over generalization is worthless.

  7. Re:Why does UEFI matter? on Valve Releases Debian-Based SteamOS Beta · · Score: 1

    It has nothing to do with TPM or Secure Boot. This OS is specifically for new hardware. They have no reason to support legacy stuff.

  8. Re:Debian! on Valve Releases Debian-Based SteamOS Beta · · Score: 1

    It's not a "little fiefdom" when they alone can force every graphics vendor to finally release drivers for Linux.

    The end result is going to be the exact opposite of your whining.

  9. Re: Google will have their way on Google Fiber In Austin Hits a Snag: Incumbent AT&T · · Score: 1

    Ron Paul isn't an honest politician? He votes AGAINST spending measures that would benefit his own constituents.

    Nobody claimed he wasn't republican.

  10. Re:GNOME? on SteamOS Will Be Available For Download On December 13 · · Score: 1

    This is stripped down and intended to run Steam in Big Picture mode all the time. No desktop at all.

    Do you have a source on this? Steam sells apps so this sounds unlikely.

  11. Is this really that different? on Google Is Building a Way To Launch Chrome Apps Without Installation · · Score: 1

    For the average user that does not use noscript, this isn't a big difference. They're already essentially trusting every site they visit.

  12. Re:All or nothing approach is silly on 1.2% of Apps On Google Play Are Repackaged To Deliver Ads, Collect Info · · Score: 1

    Apart from F-Droid none of the stores are actually curated. They all want tons of free apps so they won't ever discriminate against user tracking/adds.

    That's fine if you only use open source. For the rest of us it's a huge pain in the ass.

  13. Seems pretty iffy. on Why Project Flare Might Just End the Console War · · Score: 1

    Basically instead of streaming the game they're talking about offloading the peak cases.

    The boxes example would of been fine as a precomputed animation. I'm guessing if the player interrupts the process real-time it becomes screwed up due to latency.

    No matter what the use cases are going to be somewhat limited. Calling it a game changer at this point is just silly.

  14. Re:Well that's new on NSA Hacked Email Account of Mexican President · · Score: 1

    This is a case where you're supposed to jump the line.

  15. Flamebait summary. on The Battle For the Game Industry's Soul · · Score: 1

    Article says nothing about PC as a platform is waning. It simply says PC sales are dropping.

  16. Re:Wow. on Valve Shows How Steam Controller Works In Real Life · · Score: 1

    It's still far better than a gamepad.

  17. Don't compare it to gamepads. on Valve Shows How Steam Controller Works In Real Life · · Score: 4, Insightful

    I've seen a lot of comments naming specific scenarios where a gamepad is better. That's completely pointless. If a gamepad is better in that scenario then you'll just use a gamepad.

    The entire purpose of this thing is mouse/kb games.

  18. Secondary effects. on Valve Announces Linux-Based SteamOS · · Score: 4, Insightful

    This could have a lot of ripple effects.

    1) Improved Wine support.
    2) Better cross platform libraries/tools.
    3) Linux distro optimized for gaming.

    The interesting thing to consider is that Valve doesn't need to turn a profit right away. It's a private company and Gabe is looking at the long game here. He sees his reliance on Windows as a weakness and he intends to change that.

  19. Re:Let's be clear on Ballmer Admits Microsoft Whiffed Big-Time On Smartphones · · Score: 1

    People did want a pocket computer with real web/email. The carriers kept blocking that. Apple came along and bribed ATT. MS should of done the same years before.

    Then after the iPhone took off Google gleefully went to the other carriers and put their balls in a vice. MS missed both those chances.

  20. Re:Why bother at all on To Boldly Go Nowhere, For Now · · Score: 3, Insightful

    It's not about having room. It's about putting distance between people.

  21. Manned space travel is the GOAL. on To Boldly Go Nowhere, For Now · · Score: 2

    Exploration of space provides useful science. Getting humans off the planet is far more important than just that.

  22. Re:What? on Auction Houses To Be Removed From Diablo III · · Score: 4, Informative

    It's not too late because an expansion is coming. Most likely that will include ladders with a fresh economy.

  23. Tablet apps are WinRT mandatory. on Intel's Haswell Chips Pushing Windows RT Into Oblivion · · Score: 1

    The only way to use the tablet interface is to write for WinRT. That includes x86 devices.

  24. Re:How to crack: on NSA-resistant Android App 'Burns' Sensitive Messages · · Score: 1

    That's incorrect. On Android every app is a separate user. Only files stored in the "SD Card" area are visible to other apps. So in theory you need a root exploit to get at this data.

  25. Re:Easy on Why JavaScript On Mobile Is Slow · · Score: 2

    Stop loading dozens of fucking libraries and frameworks and learn to really code.

    In other words consider the memory cost of your actions and don't rely on the GC?