The UK won't extradite Assange unless the USA asks us to. Have you heard of any extradition requests form the USA yet? No, neither have I. Assange isn't afraidd of the Americans, he is afraid of the Swedish, specifically, he's not sure he will be found innocent of the rape charges.
Surely Police in the UK have the right to stop and require people to identify themselves, especially when in a car.
No. If you are driving a car, the police can stop you for any reason and you must present your documents (driver's licence, registration, MoT and insurance). But you don't have to carry them on you and if you don't you need to present them at a police station within seven days. This only applies to the driver.
At other times, the police have the power to stop and question you at any time. They can also search you, if they have reasonable grounds to believe you are carrying drugs, a weapon, stolen goods or something used to commit crimes (I guess any tools would count there). But you are not obliged to show them any identification.
In fact many people don't carry photo id around. There are no id cards and older style British driving licences don't even have a photograph on them. I got a new driving licence with my photograph on it last year and that was only because a photo licence will be mandatory from 2015.
Javadoc isn't meant to add to the source, it is supposed to be instead of the source. You shouldn't need to read and decipher the source code in order to use an API.
The perennial joke is that EMACS is a great operating system, all it needs is a decent text editor. However, that's really unfair, you can get a vi emulation module for it now.
Since Google makes no money from the people who do the searching but lots of money from advertisers, I'd question your definition of usefulness, at least from the point of view of Google and its customers.
The problem is that different humans have different ideas about exactly what white space to use and where. For instance, for brace indentation, I prefer Allman style whereas most people go with some variant of K&R style.
The other problem is that white space is actually invisible to humans and glancing at a piece of code that is indented, a we cannot tell how many white space characters are there. Think of make files where it matters if the indent is made of tab or space characters. For human readability, the number and type of white space characters (including line feeds) should make no difference to the meaning of the code. If you need to enforce a project standard, there are tools that can do that and that obviate the source of errors that you think Python eliminates.
I disagree. When somebody is learning how to program, you wan the language to be as easy to use as possible. You want to be able to solve real problems with a minimum amount of "boiler plate" and extraneous concepts.
For instance, in Java, you cannot write anything without having a class, so you have to introduce classes and methods (including static ones) to the beginner right at the start. Whereas with Python, you can pretty much type statements that do things straight away.
Also, you want the error messages to be simple and descriptive in terms that a beginner can understand. So when you index off the end of an array, you want the computer to print an error message that says "you've indexed off the end of the array", not to silently scribble over the process's memory.
This is not to say that Java and C don't have their place, they are just less suitable as a first teaching language than Python.
Bill Gates and Paul Allen wrote the first BASIC interpreter for a microcomputer. Of course before they did that, they had to write an emulator for the target hardware since they didn't have an Altair. It's not enough to put him in the top ten, but it's unfair today he was no great programmer.
The segmented memory model was actually more flexible than the flat memory model, because even individual processes could manipulate their own segment registers to address the full 1 MB range.
Should really be written
The segmented memory model was actually less flexible than the flat memory model, because individual processes had to manipulate their own segment registers to address the full 1 MB range.
There's no doubt that, from the point of view of a programmer, the flat memory model is simpler and more flexible. You only have to see the kludges that 8086 C compilers introduced to make the full 1 Megabyte available to C programmers to understand that. Also check out every operating system, designed for the 386 and up which immediately set all the segment registers to point to segments that were 4Gb in size and that started at address 0.
In Wikipedia, it is described as "a suite of rooms occupying part of the ground floor of the building, which has been described as an "apartment block".
It's likely not very big. It would probably be quite comfortable for Assange if he didn't have to share it with the Ecuador diplomatic staff.
People were fooled (really, really fooled) by Eliza way back in the day. It doesn't mean squat.
No. They weren't. I speak as somebody who's had a go with Eliza and you could spot that it was a computer program in a couple of minutes if you wanted to. It's more likely that people were suspending their disbelief than really fooled.
You are arguing that the USA is more violent than the UK for cultural reasons and yet you think the answer is to make lethal weapons more available in this violent society. That doesn't make sense at all.
Ban guns, or at least put restrictions on where they can be carried and how they must be stored and you will at least see several hundred fewer people being shot accidentally each year.
Yes, you're right but it doesn't matter. When Galileo comes on line, people will still call it GPS just like (in the UK at least) people talk about hoovers (vacuum cleaners), biros (ball point pens), podcasts (audio broadcast for downloading) and heroin (diacetylmorphine).
Regenerative braking systems work by having a generator driven by the wheels that drives an electrical load - typically a battery charger. Charging the battery generates a current through the generator making it act like a motor but in the opposite direction to the way the wheels are making it spin.
Clearly storing charge in a battery is useless in a car whose only motive power is a rocket engine, so we can do away with that. We can just put a wire across the terminals of the generator. The generator itself can incorporate the axle as one of its parts, so it seems like it might work.
Of course, the wire will get very hot, so some form of cooling arrangement will be needed and since the wire is a continuous loop that goes through the generator, the cooling arrangement needs to keep the generator cool too.
Also, regenerative braking effect drops off at low speeds, so you'll need some ordinary disc brakes to bring the car to a complete halt.
This is all looking very complicated and heavy compared to the simple solution of metal discs and callipers.
Do you understand that the film would never have been made at all, if lots of people hadn't been prepared to pay money to see it?
The director, actors, writers, camera people, sound recordists, SFX people, editors, distributors etc etc all need to be paid. Only amateurs do it for nothing and professionals make a superior product.
No. it's the pressure that pushes the mercury up to the top of the tube, but the reason why it then flows down the other side is because the weight of the mercury on the down side is higher. The diagram makes it obvious that this must be the case because the water pressure in the lower beaker is obviously higher than the water pressure in the higher beaker.
He cannot be arrested because there is no arrest warrant.
Apart from the European arrest warrant.
The UK won't extradite Assange unless the USA asks us to. Have you heard of any extradition requests form the USA yet? No, neither have I. Assange isn't afraidd of the Americans, he is afraid of the Swedish, specifically, he's not sure he will be found innocent of the rape charges.
Surely Police in the UK have the right to stop and require people to identify themselves, especially when in a car.
No. If you are driving a car, the police can stop you for any reason and you must present your documents (driver's licence, registration, MoT and insurance). But you don't have to carry them on you and if you don't you need to present them at a police station within seven days. This only applies to the driver.
At other times, the police have the power to stop and question you at any time. They can also search you, if they have reasonable grounds to believe you are carrying drugs, a weapon, stolen goods or something used to commit crimes (I guess any tools would count there). But you are not obliged to show them any identification.
In fact many people don't carry photo id around. There are no id cards and older style British driving licences don't even have a photograph on them. I got a new driving licence with my photograph on it last year and that was only because a photo licence will be mandatory from 2015.
Its free, take it or leave it. .
I think, with your attitude, I'll leave it.
Please tell me what Open Source project(s) you work on so that I can comply.
Javadoc isn't meant to add to the source, it is supposed to be instead of the source. You shouldn't need to read and decipher the source code in order to use an API.
The perennial joke is that EMACS is a great operating system, all it needs is a decent text editor. However, that's really unfair, you can get a vi emulation module for it now.
Since Google makes no money from the people who do the searching but lots of money from advertisers, I'd question your definition of usefulness, at least from the point of view of Google and its customers.
The problem is that different humans have different ideas about exactly what white space to use and where. For instance, for brace indentation, I prefer Allman style whereas most people go with some variant of K&R style.
The other problem is that white space is actually invisible to humans and glancing at a piece of code that is indented, a we cannot tell how many white space characters are there. Think of make files where it matters if the indent is made of tab or space characters. For human readability, the number and type of white space characters (including line feeds) should make no difference to the meaning of the code. If you need to enforce a project standard, there are tools that can do that and that obviate the source of errors that you think Python eliminates.
I disagree. When somebody is learning how to program, you wan the language to be as easy to use as possible. You want to be able to solve real problems with a minimum amount of "boiler plate" and extraneous concepts.
For instance, in Java, you cannot write anything without having a class, so you have to introduce classes and methods (including static ones) to the beginner right at the start. Whereas with Python, you can pretty much type statements that do things straight away.
Also, you want the error messages to be simple and descriptive in terms that a beginner can understand. So when you index off the end of an array, you want the computer to print an error message that says "you've indexed off the end of the array", not to silently scribble over the process's memory.
This is not to say that Java and C don't have their place, they are just less suitable as a first teaching language than Python.
*I'm* Jon Skeet and so's my wife.
Bill Gates and Paul Allen wrote the first BASIC interpreter for a microcomputer. Of course before they did that, they had to write an emulator for the target hardware since they didn't have an Altair. It's not enough to put him in the top ten, but it's unfair today he was no great programmer.
Nobody from the OpenSSL project then...
The segmented memory model was actually more flexible than the flat memory model, because even individual processes could manipulate their own segment registers to address the full 1 MB range.
Should really be written
The segmented memory model was actually less flexible than the flat memory model, because individual processes had to manipulate their own segment registers to address the full 1 MB range.
There's no doubt that, from the point of view of a programmer, the flat memory model is simpler and more flexible. You only have to see the kludges that 8086 C compilers introduced to make the full 1 Megabyte available to C programmers to understand that. Also check out every operating system, designed for the 386 and up which immediately set all the segment registers to point to segments that were 4Gb in size and that started at address 0.
Well, for a start, its address is
Flat 3b, 3 Hans Crescent, London SW1X 0LS
In Wikipedia, it is described as "a suite of rooms occupying part of the ground floor of the building, which has been described as an "apartment block".
It's likely not very big. It would probably be quite comfortable for Assange if he didn't have to share it with the Ecuador diplomatic staff.
People were fooled (really, really fooled) by Eliza way back in the day. It doesn't mean squat.
No. They weren't. I speak as somebody who's had a go with Eliza and you could spot that it was a computer program in a couple of minutes if you wanted to. It's more likely that people were suspending their disbelief than really fooled.
And, in the decades since England banned guns, violent crime has gotten much worse.
This is false. Violent crime is on a downward trend in the UK.
http://www.theguardian.com/new...
You are arguing that the USA is more violent than the UK for cultural reasons and yet you think the answer is to make lethal weapons more available in this violent society. That doesn't make sense at all.
Ban guns, or at least put restrictions on where they can be carried and how they must be stored and you will at least see several hundred fewer people being shot accidentally each year.
They travel at the speed of plot.
Yes, you're right but it doesn't matter. When Galileo comes on line, people will still call it GPS just like (in the UK at least) people talk about hoovers (vacuum cleaners), biros (ball point pens), podcasts (audio broadcast for downloading) and heroin (diacetylmorphine).
Because you still need ordinary brakes to bring the car to a complete stop.
Regenerative braking systems work by having a generator driven by the wheels that drives an electrical load - typically a battery charger. Charging the battery generates a current through the generator making it act like a motor but in the opposite direction to the way the wheels are making it spin.
Clearly storing charge in a battery is useless in a car whose only motive power is a rocket engine, so we can do away with that. We can just put a wire across the terminals of the generator. The generator itself can incorporate the axle as one of its parts, so it seems like it might work.
Of course, the wire will get very hot, so some form of cooling arrangement will be needed and since the wire is a continuous loop that goes through the generator, the cooling arrangement needs to keep the generator cool too.
Also, regenerative braking effect drops off at low speeds, so you'll need some ordinary disc brakes to bring the car to a complete halt.
This is all looking very complicated and heavy compared to the simple solution of metal discs and callipers.
Do you understand that the film would never have been made at all, if lots of people hadn't been prepared to pay money to see it?
The director, actors, writers, camera people, sound recordists, SFX people, editors, distributors etc etc all need to be paid. Only amateurs do it for nothing and professionals make a superior product.
No. it's the pressure that pushes the mercury up to the top of the tube, but the reason why it then flows down the other side is because the weight of the mercury on the down side is higher. The diagram makes it obvious that this must be the case because the water pressure in the lower beaker is obviously higher than the water pressure in the higher beaker.
I don't see any evidence that Kildall was a better than average businessman. In fact, the evidence is that he was quite a poor business man.
Only _servers_ were affected by the "heartbleed" bug.
Wrong.
And you waste a load of shotgun shells that are going to be extremely valuable in the post apocalypse.