Really, you had your photographs in digital form 20 years ago, smartass?
Not many on 5.25 floppies, actually, but you young sprats probably have only seen 9 track in movies. 20 years ago I had a Pixar rendering engine next to my desk, 32-bits per pixel: R-G-B-alpha. My point is that the digital data becomes useless long before the photographic print.
The thing I have on 5.25" floppy that I can no longer use is the original Lemmings game.
Good point. It is far too difficult for the guy with the telescope and photomultiplier tube to aim the thing at your keyboard, capture your hand motions and play them back at low speed. The dots are totally secure.
Can any system transcend itself? Can humans never understand consciousness? Isn't this the core of Gödel's Incompleteness Theorems? Aren't too many rhetorical questions annoying?
One problem with toy benchmarks is that the working set for compiled code is so small it fits in processor cache. It doesn't give you any idea about how real world large applications perform. Processors are so fast that computation is essentially free and the limits are set by memory accesses and disk I/O.
I would read it, but I haven't felt the same since my brain transplant.
I recently read about some Buddhists who were turned down on historical status for their temple which has been torn down and rebuilt several times. They claimed that the materials that make the structure of the temple may be transient, but that the space enclosed is the important element and is therefore very old.
That site even has an SSN filter which prevents you from putting in illegal characters as you type, so it doesn't need to highlight illegal characters. Not only is it prior art, it is done better than IBM's solution.
can be rewritten like this to avoid floating point "noise"
DELTA:= (( S - A) / N) A:= A + DELTA
Another problem is when there is small variation around a large offset. Then you have to calculate the average difference from the offset and add it back at the end.
Depends on the VPN setup. I don't want my VPN clients sending all of their web browsing through the VPN and then back out through my firewall. I only want the traffic destined for my internal network. On their end, they should have a route table that sends traffic for me through the VPN and everything else through their normal ISP. I can support a lot more users that way.
Do you mean the person simulates the use of quotes in real speech or the use of real quotes in simulations of speech? I'm confused.
What ever happened to the chord keyboard? Does anybody still use them?
Really, you had your photographs in digital form 20 years ago, smartass?
Not many on 5.25 floppies, actually, but you young sprats probably have only seen 9 track in movies. 20 years ago I had a Pixar rendering engine next to my desk, 32-bits per pixel: R-G-B-alpha. My point is that the digital data becomes useless long before the photographic print.
The thing I have on 5.25" floppy that I can no longer use is the original Lemmings game.
Good point. It is far too difficult for the guy with the telescope and photomultiplier tube to aim the thing at your keyboard, capture your hand motions and play them back at low speed. The dots are totally secure.
Can any system transcend itself? Can humans never understand consciousness? Isn't this the core of Gödel's Incompleteness Theorems? Aren't too many rhetorical questions annoying?
Should be: "DHS Claims to be Killing the Domestic Satellite Spying Program"
And unlike negatives my digital files will never degrade (so long as I keep a decent backup).
Yes. My pictures from 20 years ago are all safely stored on 5.25" floppy disks. It's a medium that will last forever!
Here's the entire code for Bind 1:
grep $name /etc/hosts
The correct name is "chevynova"
CDC?
No. I'm too far inland.
If only twitter were that good.
One problem with toy benchmarks is that the working set for compiled code is so small it fits in processor cache. It doesn't give you any idea about how real world large applications perform. Processors are so fast that computation is essentially free and the limits are set by memory accesses and disk I/O.
Maybe 44,000 people voted and the digital system lost 80% of the votes. How would they know?
Haven't you ever seen Fringe?
I think giant letters floating in the air would make navigating Boston streets much easier.
I would read it, but I haven't felt the same since my brain transplant.
I recently read about some Buddhists who were turned down on historical status for their temple which has been torn down and rebuilt several times. They claimed that the materials that make the structure of the temple may be transient, but that the space enclosed is the important element and is therefore very old.
That site even has an SSN filter which prevents you from putting in illegal characters as you type, so it doesn't need to highlight illegal characters. Not only is it prior art, it is done better than IBM's solution.
The US patent system was created by the Constitution.
Pointers have size 4 or 8, but buffers are typically an array type, like char[80].
That's why the macro is named COPYBUFFER and not COPYMEM.
Obviously, once you use a pointer, you can stick anything in the dest size and have no way to check.
They do select on the best available data. For example, this selection had 19 billion pieces of data submitted.
#define COPYBUFFER(dst, src, len) memcpy_s(dst, sizeof(dst), src, len)
A := ((N-1)/N)*A + (1/N)*S
can be rewritten like this to avoid floating point "noise"
DELTA := (( S - A) / N) := A + DELTA
A
Another problem is when there is small variation around a large offset.
Then you have to calculate the average difference from the offset and add
it back at the end.
Ob. link
Depends on the VPN setup. I don't want my VPN clients sending all of their web browsing through the VPN and then back out through my firewall. I only want the traffic destined for my internal network. On their end, they should have a route table that sends traffic for me through the VPN and everything else through their normal ISP. I can support a lot more users that way.
Actually, the W3C tutorial is not a bad place to start. They seem to think they know something about CSS.
Also, I would like to announce the 10,000th reference to CSS Zen Garden which by law has to be mentioned in every /. story about web design.