Slashdot Mirror


User: drusifer2

drusifer2's activity in the archive.

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

Comments · 2

  1. I'm a Citibank customer on Crooks Nab Citibank ATM Codes, Steal Millions · · Score: 4, Interesting

    I'm a Citibank customer here in New York and I am one of those who is getting their card reissued. Citibank did notify me of the breach through one of those alerts on their web site but the alert was several months after the breach was discovered (I got it on June 3rd to be precise). They didn't specifically mention the date of the incidents and I have no good way of validating all the charges to my ATM card. Pouring over several months of statements is not easy when you don't know what you are looking for.

    In the alert they claim that a third party ATM network was breached but they didn't say which company's ATMs where hit. I even called and tried to find out but they wouldn't/couldn't tell me. The customer support person just kept saying "Sir, Your card was breached" as if the problem was with my ATM card. Here in NY there are tons of independent ATMs around which charge anywhere from $1-$3 for withdrawal (Maybe they could use some of those fees for security). If I knew which one f'ed up I would spend my withdrawal fees elsewhere.

    Citi also botched sending me a new card twice so now they've disabled my old card and have yet to send me a new one. I guess I don't have to worry about those pesky fees for a while.

  2. Ever try a multi threaded compression program? on Exhaustive Data Compressor Comparison · · Score: 1
    Hey I was having to deal with slow compression on large files so I wrote a multi threaded compression program. On a multi CPU machine you get double/quadruple/... the speed with the same level of compression. I used bzip2 since it allowed me to compress the file in chunks that could be handled in separate threads (not all compression algos can work this way). Check out my results and try out my compression program here:

    http://code.google.com/p/zipmt/