Slashdot Mirror


User: assassinator42

assassinator42's activity in the archive.

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

Comments · 828

  1. Re:Netflix shows only on Netflix Finally Gets Download Option (netflix.com) · · Score: 1

    No, for example the Netflix original Marvel shows are not available for download while the DC shows they license from the CW are.

  2. Re: /.ed? on How Identifiable Are You On the Web? · · Score: 2

    Almost certainly not from Slashdot. From their stats, most of their visitors are in France.

  3. Re:faster-than-light propagation of non-informatio on The Fastest Camera Ever Made Captures 100 Billion Frames Per Second · · Score: 1

    Sounds like you could replace the entangled particles with a pseudo-random number generator and get the same result.
    You can't say for sure that the other party acted on the result of the particle/PRNG though. You can predict with a high degree of accuracy, but something could have changed (maybe the power went out, or the other side decided to change what happens when it reads a 1).

  4. Re:Same cell modems? on Google Announces Motorola-Made Nexus 6 and HTC-Made Nexus 9 · · Score: 2

    Searching brings up Intel, MediaTek, Broadcom and Nvidia.
    The Blackphone uses an Nvidia modem; which supposedly doesn't need to share memory.
    I'm assuming the Nexus 9 will use an Nvidia modem as part of their SoC as well.

  5. Re: Never heard of them on The Geek Group's Hacker-Oriented High Voltage Lab In Michigan Damaged by Fire · · Score: 1

    I'm from Grand Rapids and studied CS here. Still haven't heard of them. Or if I did I've forgotten.

  6. Re:OK, so what's new in it? on Nintendo Announces $99 Wii Mini For US Release · · Score: 1

    A Gamecube controller is still the best way to play Super Smash Bros. Brawl and Mario Kart Wii, IMO. But they can't be used on the newer Wii consoles and the Wii U.
    (Of course I still have a Wii with Gamecube support.)

  7. Re:TFA does a poor job of defining what's happenin on How Your Compiler Can Compromise Application Security · · Score: 1

    Overflows of unsigned values are well-defined in C (they wrap). (Technically the standard says unsigned values can't overflow because they're wrapped)
    Overflows of signed values are undefined.

  8. Re:Staticlinkable to closed software not a good th on SDL 2.0 Release Improves 2D/3D Rendering, Better Audio & New Features · · Score: 2

    I believe you can actually update the QT libraries on Android separately using Ministro. I don't know if any other libraries do something like this.

  9. Re: Stuxnet claim reduces credibility on Snowden Claims That NSA Collaborated With Israel To Write Stuxnet Virus · · Score: 1

    Didn't the NSA develop SELinux specifically to compartamentalize data and prevent things like a sysadmin having more access to classified information than they need?

  10. Re:I wish I could "unsee" this.. on KDE's Plasma Active Ported To Nexus 7 · · Score: 1

    Unortunately multiboot does not (yet) work with this.
    (Posted from Ubuntu on Nexus 7)

  11. Re:Good on HTC Losing Ground Faster Than RIM or Nokia · · Score: 1

    Apparently Google hasn't learned from HTC either.
    Supposedly the new Nexus phone will have a non-removable battery, 8GB storage, and no microSD slot. (Supposedly a 16GB version will be released later).
    At least it has an unlocked bootloader and fast updates, although Google does have an unfair advantage there. But don't expect them to pull the rug out from anyone.

  12. Re:Wha...? on Windows 8 Has Scaling Issues On High-PPI Displays · · Score: 1

    Non DPI aware applications being marked DPI aware is Microsoft's fault. They decided to mark MFC applications (and potentially others) DPI-aware by default (at least when compiled with Visual Studio 2010).
    It doesn't help that the GUI designer (at least for Windows Forms) in Visual Studio doesn't work right at non-default DPIs. It also doesn't help that their automatic scaling for Windows Forms doesn't work right (probably why they haven't enabled it by default).
    I was assuming a huge part of Metro was fixing the DPI scaling issues. I guess not.

  13. Re:He's not even the author on Amazon Blocks Arch Linux Handbook Author From Releasing Kindle Version · · Score: 1

    Since the books are licensed under Creative Commons, you can upload them to archive.org (see here) and redirect your users there to download.

  14. Re:If Apple were stifling innovation, they'd sue m on Victory For Apple In "Patent Trial of the Century," To the Tune of $1 Billion · · Score: 1

    The Nexus S 4G is part of the lawsuit.

  15. Re:Apple's receipt verification is broken too on Russian Hacker Sidesteps Apple iOS In-App Purchases · · Score: 1

    The receipt data is first supposed to be sent to the developer's server. The server then verifies it with the app store. It's up to the developer to make sure communication with their own server is secure.
    Still not a very good system IMO. What does Apple use for securing actual app purchases from their store? I'm assuming they have something in place to prevent using a MITM attack to install your own apps?

  16. Re:Fast but its Bob on Internet Explorer Market Share Drops To Almost 15% · · Score: 1

    The Metro stuff doesn't run on EEE netbooks (at least the older ones) due to not meeting the minimum resolution. Trying to run it on my 10" netbook still brought up the Metro start screen, but trying to open any of the apps did nothing.

  17. Re:There is not even a way to remove it! on Facebook Says Your Email Is @Facebook · · Score: 1

    You can certainly point a domain name at a dynamic IP. Just use a DNS provider (like ZoneEdit) that provides a way to update A records using a dynamic DNS client and set your TTL low.
    You still run into issues for the duration of the TTL after your IP changes, but how often does that actually happen now? It's not uncommon for me to be connected for 1 month or more at a time.

  18. Re:Poetic Justice on Georgia Apple Store Refuses To Sell iPad To Iranian-American Teen · · Score: 1

    Being against the policies of Israel's government doesn't make people anti-Semitic.
    Or are you referring to something more?

  19. Re:bada on Samsung Focusing On Phone Software · · Score: 3, Funny

    They already screw up Android enough as well.

    Semi-related comment from the kernel source of my phone: /*This is a temporary piece of crappy code that I was forced to write as I did not figure
    out how to properly use the SPI driver in the system. Please resist the temptation of ever using
    this code in a good Samsung phone. I will remove this code as soon as I figure out the correct
    way of using the SPI driver*/

    (That code actually works correctly though, unlike some of the other stuff)

  20. Re:A lot of words on Apple Fires Back At DoJ Over eBook Price Fixing · · Score: 1

    It remains to be proven that eBooks will last longer.
    If your eReader breaks and the seller has gone out of business or just decided to not let you download the books anymore, you loose the books completely.

  21. Re:Wait, what now? on Free Desktop Software Development Dead In Windows 8 · · Score: 1

    The Structured Exception Handling is Microsoft's fault; they have a patent on it (at least for 32-bit) so it can't be implemented in GCC.
    Obviously Microsoft has an unfair advantage on the API front as well, since I'm assuming the APIs were written and test primarily with Microsoft's compilers in mind.
    I'm guessing they'd have the ability to look at each others' source code as well?

  22. Re:The insane insistence on "Windows" on Did Microsoft Simply Run Out of Time On Windows RT? · · Score: 1

    You won't be able to run any non-Metro apps not written by Microsoft.
    Apparently they won't even let you run command line .NET apps that aren't tied to any specific architecture.

  23. Re:Good Riddance on Adobe Releases Last Linux Version of Flash Player · · Score: 2

    Isn't AIR based on Flash? Apparently they're still going to develop it for now, but I wouldn't trust that it will be around long-term.

  24. Sharing SIM on Verizon LTE on Apple Unveils New iPad · · Score: 1

    Am I able to take the SIM card out of my Verizon LTE phone and stick it in one of these tablets to get data using the same plan I have for my phone? Without paying extra, that is.
    Or do they have something to block this?

  25. Re:Suing the FBI? on Megaupload User Data Could Be Destroyed Soon · · Score: 1

    It's very unlikely that the legitimate files would be EXACTLY the same as the pirated files, especially with music files.
    If you really need to mitigate this problem, give the rights holders the option to take down a file and all links or just one particular link.