Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Magstripe-and-PIN (Score 1) 213

You didn't seriously expect there to be a parallel decimal interface between the terminal and the chip on the card, did you? That stuff was en vogue in instrumentation in the 70s, when you could buy digital voltmeters of various kinds with parallel digital output, sometimes binary, sometimes BCD, sometimes even 1-of-10 decimal. Chip cards use a standardized serial protocol.

Comment Re:Time to ask the bank a new debit card and P (Score 1) 213

Information about debit cards are NOT shared with anyone outside of the issuing bank.

LOLWUT? Who cares about the cards, they are meaningless by themselves, the information about underlying accounts (whether credit, checking, etc.) is what counts, and it is most certainly shared! By changing the amount of average monthly balance on the checking account I can select what kind of spam I get via USPS. Seriously. The running joke around here is that if you keep the average above $10K, you are bougie since all your firestarter paper comes by mail!

Comment Re:New Suit (Score 2) 70

You would be surprised at how much changes in the vacuum environment in an orbit around a star. Suddenly the whole tether needs to be insulated, lest whatever working fluid you carry freezes in the shadow or boils in the sunlight. The insulation needs to survive flexing in those temperature extremes. Earthbound liquid ocean environment is quite thermally benign - it is all within the confines of liquid salty water. Almost none of the non-metallic materials used in this 100+ year old pre-SCUBA technology would withstand the environment of space for any usable length of time.

Comment Re:Maximum precision? (Score 1) 289

From your linked page:

Most current applications and databases have to use Binary Coded Decimal (BCD) to perform calculations with money

This is the problem. BCD is bad at cache utilization (it wastes 17% memory) and bad at utilizing the instruction set of the processor (unless the processor natively supports BCD). If you want to see how to do extended precision integer math, quite efficiently, using nothing more than platform-native ints and with no memory inefficiencies, look no further than this C implementation

Adding a decimal floating point datatype to the CPU may well bring no performance gains at all, since most CPUs are constrained by the memory bandwidth. Good code can do non-decimal extended precision arithmetic faster than the memory can keep up, so those IBM-peddled data types help with nothing.

Comment Re:The easy way to understand how the FISC works.. (Score 1) 102

[scopolamine's] use in medicine is relatively limited, with its chief uses being in the treatment of motion sickness and postoperative nausea and vomiting.

Scopolamine has no side nor primary effects that would make it suitable for use as you claim. So, are you an idiot, or did you mean something else?

Comment Re:Why would anyone install this? (Score 1) 202

You must be so confused. It's ransomware: it encrypts your files with a public key. The private key is controlled by the gang. You don't pay, you end up with a bunch of random-looking data substituted for your files, since the gang destroys the unique private key after the time is up. Yes, you're basically just back to where you were, before you "installed" the software. The "bother" is with the software being ransomware. It's malware. It installs itself when you don't pay attention, like most people out there...

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...