I completely agree. The K&R braces argument has always come down to the fact that people who disagree can just use an editor which shows them what they want to see. Code is a sequence of tokens so why not store it as a sequence of tokens, rather than a sequence of characters.
I am dead serious. This is the most connected age in human history. Everybody has as much isolation and interaction as they want. My sister has 1500 facebook friends and is rarely off line. I confine my online activities to reddit,/. etc. Some people are still isolated but these are people who rarely go on line, and they were going to be isolated in any era.
Fair arguments but I think you are assuming that their means of getting around will be too much like ours. Forget space ships. Consider a plume of information laded bacteria squirted up out of the atmosphere into the path of an orbiting asteroid. They splat on to the surface, some survive and grow into a new spacegoing species.
Yeah but it allows the Russians to probe the Norwegian intent towards Snowden. Norway can refuse to accept him, or accept him in a non-extraditable form. Either way Snowden is safe.
You can even correlate it with your own kinematic model. The scenario which the vehicle followed is impossible. It can't land one second after dropping the parachute, and so timing alone should have made it reject the invalid data.
Brings to mind the failure of the first Arianne 5 launcher because control software spat an Ada stack trace over a line which was supposed to only contain kinematic data.
99% of Oracle installations could be replaced with SQLite
Ah no. sqlite can't even handle my little embedded applications because it falls over when accessed from more than one process at a time. I have seen a webapp with an openoffice back end. Works surprisingly well.
So you don't know what your interpret is doing with JSON, even after you wrote it yourself?
Its a message from Dr Evil.
And "do_something_with" is not an interpreter?
It might be print(my_data)
With json in python I am going to go:
import json
my_data = json.loads(message_contents)
do_something_with(my_data['part_of_data'])
Which is better than passing message_contents directly into my own interpreter and assuming it doesn't do something it shouldn't be doing.
She is definitely an outlier. Better at making friends than keeping them.
The one downfall of python is JSON object literals aren't as easy as in JS.
Dunno I don't really like the idea of having my communication protocol interpreted as code.
I use python3 as well but there is a lot of important stuff out there which doesn't, like google oauth libraries.
lol it does do that.
Not if there is triple quotes inside the block you want to remove.
I completely agree. The K&R braces argument has always come down to the fact that people who disagree can just use an editor which shows them what they want to see. Code is a sequence of tokens so why not store it as a sequence of tokens, rather than a sequence of characters.
I am dead serious. This is the most connected age in human history. Everybody has as much isolation and interaction as they want. My sister has 1500 facebook friends and is rarely off line. I confine my online activities to reddit, /. etc. Some people are still isolated but these are people who rarely go on line, and they were going to be isolated in any era.
Posting on /. in the most connected society ever.
Fortunately DVCS makes it trivial to keep mirrors.
Git is Linus Torvalds's name for Andrew Tridgell.
Yes, they could work in a book shop for example.
Fair arguments but I think you are assuming that their means of getting around will be too much like ours. Forget space ships. Consider a plume of information laded bacteria squirted up out of the atmosphere into the path of an orbiting asteroid. They splat on to the surface, some survive and grow into a new spacegoing species.
Yeah "to same the degree as the Aliens in Blindsight" .
Great book.
I was thinking more Peter Watts. When did Niven suggest this idea?
And if it developed space travel I wonder if it would notice our kind. Would it even interact as well as the aliens in Blindsight?
Pebble gets about a week of battery life. I got close to that even using a watch face with a moving second hand.
Yeah but it allows the Russians to probe the Norwegian intent towards Snowden. Norway can refuse to accept him, or accept him in a non-extraditable form. Either way Snowden is safe.
The article says that the radar was working. But the data from the radar seems to be have been ignored at this point.
You can even correlate it with your own kinematic model. The scenario which the vehicle followed is impossible. It can't land one second after dropping the parachute, and so timing alone should have made it reject the invalid data.
Brings to mind the failure of the first Arianne 5 launcher because control software spat an Ada stack trace over a line which was supposed to only contain kinematic data.
use flat files
...or redis but then I repeat myself.
put I/O on the ROM and RAM chips
Like the 6502 which only had one bus, for ROM, RAM and IO. But memory mapped video RAM was obviously IO as well.
99% of Oracle installations could be replaced with SQLite
Ah no. sqlite can't even handle my little embedded applications because it falls over when accessed from more than one process at a time. I have seen a webapp with an openoffice back end. Works surprisingly well.