You gave them your email address when you bought a burger?
What did you expect?
322 publicly visible posts • joined 13 Aug 2007
Wilson was not entirely wrong. The pound was devalued by 14% against the dollar, but that didn't mean that people could buy 14% less of the things they actually spent money on. Inflation at that time was well below 5%. Even if you wanted to buy dollars, the exchange controls dating from the second world war still limited what you could convert.
No-one, on the other hand, buys anything real with Bitcoin. If you actually want to buy something, you convert it to real money, so a 30% fall is really that.
Somewhat surprisingly, it turns out to be possibly to compute the Nth digit of pi much more cheaply than computing all the first N digits. This was used to verify the last few digits, making it very implausible that there was a bug in the calculation.
For more information google "Bailey-Borwein-Plouffe".
I worked at IBM (Warwick) during a summer vacation while I was at university. There were refrigerated vending machines which were meant to provide food and drinks. But for some reason this had been replaced with a system in which you obtained a token from the vending machine, then took it elsewhere to get the food. The vending machine was still refrigerated, and dispensed chilled tokens.
"Note that this was in 1960 on an IBM 704. Contrary to what someone posted upthread, the first interactive LISP was not the 1963 PDP-1 LISP."
McCarthy's own History of Lisp paper that you cite says "L. Peter Deutsch implemented the first interactive LISP on the PDP-1 computer in 1963". McCarthy had already hacked up a proof-of concept demo on the IBM 704, but it wasn't usable system. There's some more about it at https://www.quora.com/What-was-it-like-to-use-LISP-on-an-IBM-704
"REPL stands for "read-evaluate-print loop", and REPLs were first seen in Lisp development environments such as Lisp Machines."
Lisp Machines? Lisp had a read-eval-print loop long before Lisp Machines. The first interactive Lisp was PDP-1 Lisp in 1963. The manual describes typing (CAR (QUOTE (A B C D)) followed by a space: "the computer takes control of the typewriter, impulses a carriage return, and then types out: A".
You can download the manual from https://www.computerhistory.org/pdp-1/1822b607c479d2e9de9b19ba958c16e3/
Visa are bleating about customer choice - but what they don't want is for retailers to have a choice. Most companies can't take the risk of not accepting both Visa and Mastercard, so there is no real competition to keep their charges down. Amazon are doing this for their own benefit, but if it eventually reduces the cut taken by the credit card middle men then I'm all for it.
Back in 80s we wrote a number of programs to do "amusing" things to the screens of Sun workstations. One had a vaguely ant-like creature that would run across the screen and steal a letter. A more subtle one would displace letters up or down by one pixel - if you were actively working you probably wouldn't notice anything as the screen would get refreshed, but if you weren't doing anything after a while all the lines of text would become wavy.
A similar argument applies to radio signals. Human broadcasts from 50 years ago were easily distinguishable from noise. But modern digital transmissions are compressed, and the more efficiently a signal is compressed the more it resembles noise - any regularities indicate inefficient compression.
Yes, this is a problem. The article says "LavaBird's now-banished Android app shouldn't be confused with ZXing Team's Barcode Scanner that remains in the Play Store." But that app has lots of similar complaints. Does it really have the same problem, or have people just submitted complaints about the wrong one by mistake?
I'm very doubtful that most people can tell the difference once the resolution is over about 200ppi. Things like contrast and colour gamut are much more important. Just being able to read the display in bright sunlight would outweigh any amount of resultion for me.
"While very nearly all Scottish people speak English, the Scots language was apparently still spoken, read, or otherwise understood by nearly 30 per cent of Scotland's population according to those responding to a 2011 census."
The authors of the 2011 census realised that many people in Scotland would not know whether they spoke Scots, so they provided a number of recordings of people speaking it. If you could understand any of them, you could reasonably say you understood Scots. There was a great variation between them, and I think that most people in England would have been able to understand one of them, so I'm not convinced it was a useful question.
I've probably mentioned this before...
We had a PDP-11/40 which had originally had 32k (words) of core memory, but had been upgraded to 128k with semiconductor memory. One day some decorators accidentally pushed the big red button. When we powered it back on, the operating system came back because it was in low memory - which was core - but each process crashed in turn as it got parity errors in the semiconductor memory.