Slashdot Mirror


User: WreckDiver

WreckDiver's activity in the archive.

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

Comments · 12

  1. nCryptedCloud for Dropbox encryption on Ask Slashdot: Keeping Cloud Data Encrypted Without Cross-Platform Pain? · · Score: 1

    These guys do transparent encryption/decryption of DropBox and other cloud providers with web access as well as native clients for Windows, Mac, IOS and Android: https://www.encryptedcloud.com/

  2. Re:All it takes on Was This the Phishing E-mail That Took Down RSA? · · Score: 5, Interesting

    I worked for RSA for 4 years, both before and after EMC acquired them (I was not working there when the break-in occurred). The security experts at RSA are not the people that are running EMC corporate IT. When the acquisition occurred, RSA IT was one of the first groups to be let go. EMC IT policy seemed to be more worried about meeting regulations for compliance than for implementing security policies that actually made sense.

  3. Got one yesterday on Epsilon Breach Affects JPMorgan Chase, Capital One · · Score: 1

    Epsilon Informs AbeBooks of E-mail Database Breach

    We have been informed by Epsilon, a third-party vendor we use to send e-mails, that an unauthorized person outside their company accessed files that included e-mail addresses of some AbeBooks customers. Epsilon has advised us that the files that were accessed did not include any customer information other than email addresses.

    As a reminder, AbeBooks will never ask customers for personal or account information in an e-mail. Please exercise caution if you get any emails that ask for personal information or direct you to a site where you are asked to provide personal information.

  4. Reporting Database on Keeping Customer From Accessing My Database? · · Score: 5, Insightful

    The last thing you want is users writing ad-hoc queries against your live data. Replicate the data to a reporting database and let them abuse that.

  5. Re:Inherited code on MMOG Industry Community Vet Speaks Out · · Score: 1

    Sounds to me like the old Galaxy GUI tool from Visix.

  6. Re:Cognos should be on your short list on Are Open Source Reporting Tools Ready for Primetime? · · Score: 1

    "Business Objects, once you are a customer, spends more effort in telling you why your problem isn't their problem" I went through this with Cognos on a project involving ReportNet. Their sales guys convinced my boss that the tool was capable of modeling complex outer join relationships between dozens of tables. It couldn't and we ended up writing 60% of our reports in Oracle SQL because the SQL that ReportNet generated sucked ass, either generating bad data or running forever. Every time we sent them examples of bad SQL they would basically say "Don't use it that way". When we asked them to explain how they generated execution plans for queries they turned us down claiming that it was proprietary information even though every commercial database I've ever worked with provides highly detailed execution plans.

  7. It's already been tried with dialup on Investor Money Goes To Magic Lag Reducing Tech · · Score: 2, Interesting
    U.S. Robotics used to sell an "Internet Gaming Modem" that claimed to improve response times by optimizing the route between the player and the server. For playing MMO's, which tend to be hosted on server clusters instead of individual computers, the performance seemed to get worse.

    http://www.usr.com/support/overview-template.asp?p rod=s-game

    http://www.tweak3d.net/reviews/3com/gamingmodem/

    Their Performance Pro modem also claims to have a gaming mode:

    http://www.usr.com/products/home/home-product.asp? sku=USR5610B

  8. Server timed out on Large Scale Web Apps Built on Open Source · · Score: 3, Funny

    Not large enough scale to survive a Slashdotting...

  9. Re:Is ZoneAlarm Vulnerable too? on "Witty" Worm Wrecks Computers · · Score: 3, Funny

    Blue screens and memory dumps are normal Windows behavior. Nothing to be worried about.

  10. Maybe Sony is the only holdout on Kodak Sues Sony Over Digital Camera Patents · · Score: 5, Insightful

    Before raking Kodak over the coals, has anybody bothered to check and see if maybe all the other digital camera manufdacturers are already licensing Kodak's patents?

  11. Re:not just a Linux user on SCO Names 1st Lawsuit Target: AutoZone [Updated] · · Score: 5, Informative

    Dude, they're not claiming parts of LINUX were stolen from them. They're claiming that the shared libraries that come with SCO's UNIX weren copied onto LINUX machines contrary to the license in order to provide a binary environment for their third party applications to continue running. Imagine if the Wine folks were distributing Microsoft copyrighted DLLS from the Windows distribution. That's the kind of situation we have here.

  12. Open Source NT Kernel? on Microsoft's New Core OS Team Learning from Linux · · Score: 2, Interesting

    This makes you wonder if MS isn't thinking toward a future where they release the source to the NT kernel at it's smallest, simplest, runnable level.

    They could keep the Win32 subsystem, the Windows GUI and everything that uses it closed and proprietary, giving them a huge set of products to sell while getting rid of all the objections to their practice of including things like IE in with the OS.

    The kernel would almost certainly receive the same attention from developers that LINUX does regarding clustering, scalability, etc.

    Imagine it - LINUX developers could create a kernel module exposing the NT API that Win32 uses and MS could sell all their software to LINUX users.