As long as the character they create is entirely fictional and not based on impersonating someone they know is a friend of the suspect, I'm fine with it. Cops running around trying to "friend" people in my name is not.
You do realize that most "darknets" are built on a "bust one, bust all" model? Pretty much the only security is that the bad guys aren't in your darknet, they've never reached a popularity where there's any plausible deniability. The only other people likely to be in your darknet are the other members of your terrorist cell or whatever you're part of, it has never offered anything for "normal people" for you to hide in. And darknets have actually been used as honeypots, to make clueless people give away their IP to join a private group which turns out to be a sting. It is pretty much the exact opposite of anonymity, it's joining a conspiracy and you're at the mercy of the stupidity of everyone in it.
TOR is trying for something entirely different, which is to keep everyone at arm's length from each other. I talk to you over TOR, you get busted well tough shit they still can't find me. The users don't know the server, the server doesn't know the users. Of course by adding that glue in between you run the risk of the man in the middle working out who both ends of the connection are, but that's the trade-off. TOR is trying to do something extremely hard, it tries to offer low latency - easy to make timing attacks, arbitrary data sizes - easy to make traffic correlation attacks and interactive access - easy to manipulate services into giving responses, accessible to everyone and presumably with poison nodes in the mix. It's trying to do something so hard that you should probably assume it's not possible, not because they have any special inside access.
I actually did look at trying to do better, it was not entirely unlike Freenet done smarter only with onion routing instead of relying on statistical noise. It wouldn't try to be interactive so you could use mixmaster-style systems to avoid timing attacks and (semi-)fixed data block sizes to avoid many correlation attempts but I never felt I got the bad node issue solved well. TOR picks guard nodes, but it only makes you bet on a few horses instead of many. It was still too easy to isolate one node from the rest of the network and have it only talk to bad nodes, at which point any tricks you can play is moot because they see all your traffic. Even a small fraction of the nodes could do that on a catch-and-release basis and I never found any good countermeasures.
Just show him the South Park episode "Freemium isn't free" and he'll learn all about modern game mechanics, along with a few lessons in economics and marketing. Before you know it he will be pushing his game in the school yard like a pro.
From what they've said before they expect you to eventually return to pick up your original batteries on your way home, though they haven't said how long you can keep driving on your loaners. If you don't they'll create some kind of fee to offset the condition between the battery pack you had and the one you got. If you're permanently relocating and make arrangements I'm sure they'll offer some kind of system to choose a battery in roughly the condition you had if you want it to be free or to swap for a brand new one if you want to restore max range at your final destination. Otherwise you could swap a 7 years old/100k miles battery for an almost new one for free, that wouldn't be right.
It's not about getting it done in 3 minutes, it's about being 3rd in line at 7:20am with 35 minutes left on your drive to work.
If your commute involves a battery swap for a Tesla you should really consider changing jobs. I'm guessing it's more about the weekend rush, Friday afternoon lots of cars will be going on long range trips and return Sunday evening, I'm guessing a battery swap pad is a lot more involved than a gas station pump so they won't have very many of them. They did run a test here recently driving a Tesla ~1000 miles and they said it all worked well but there was a lot of waiting, for every 2-3 hours of driving there's was one hour of charging. I know that when we drive to the capital it takes ~7 hours and we have one 30-45 minute stop, if they could swap batteries on at least one stop they'd be down to one hour charging per 4-6 hours of driving which would roughly be the break time we'd want with an ICE car too. But Friday afternoon I'm one of a thousand lemmings trying to get out of the city, it better go fast.
The first amendment only says "Congress shall make no law..." but everybody understands you don't have much freedom of speech if you end up hanging from the nearest tree afterwards. Because the law isn't supposed to shield me from lawful retaliation like a boycott only retaliation that's already illegal you don't need a specific law for that. But everybody realizes that targeted action against those who exercise a particular freedom is trying to encroach on that freedom. Of course the government can just wash their hands and say we weren't the angry mob holding the rope, but it wouldn't be a very good government.
Any time you refrain from a lawful action because of the risk or threat of illegal action is a failure of the system of law IMHO. If I can't walk through a part of the city at night they're failing to keep the street safe. If they can't show this movie at the cinema without the risk of terrorism they're failing to keep the country safe. At least if it's a genuine risk and not chicken little screaming that the sky is falling, I mean you can't expect them to be everywhere and prevent every crime everyone's trying to commit. And I don't want to sell out all my rights in an attempt to make it so either. There could be a price for not caving but there's a price for caving too, the terrorists don't need to take away your freedoms if your too afraid to use them anyway.
Yes. There is only one possible name for addressing a file. For a case-aware, but case insensitive, you get up to 2^n variants for a name n letters long. And you _can_ have the same name with different capitalization in a directory as result of errors.
Funny, since Linux does everything it can to break a canonical name model with symlinks. In fact, you could mimic a case-insensitive system with 2^n symlinks like/foo/bar/COnFiG ->/foo/bar/config. And the captialization is the cause of errors in mixed environments:
1) Create file on Windows called "Foobar.txt". 2) Copy it to your Linux machine. 3) Rename it to "FooBar.txt" 4) Do lots of work on the text 5) Copy it to your Linux machine 6) Copy the Linux directory back to Windows.
There's now a 50-50 chance that your work just got overwritten by old crap from step 2). Of course you might argue that Windows is the problem here since it wouldn't happen on two Linux systems, but then it wouldn't happen on two Windows systems either. They just don't play nice with each other.
Tag: NOTABUG and WONTFIX. Case aware filesystems so you can have normal names and not like AUTOEXEC.BAT and CONFIG.SYS from the DOS days is great, case sensitive file systems are a really bad idea. Is there any kind of sane situation where you'd like to have two files "Config" and "config" actually coexist that isn't just begging to be confused/abused/exploited? For a marginal performance optimization all POSIX systems have shitty usability. Why am I not surprised? I guess for a server it just doesn't matter, but for the desktop you should file this as a bug against Linux, not Windows and OS X.
I think it was fairly clear what was going on, the neural networks latch on to conditions that are necessary but not sufficient because they found common characteristics of real images but never got any negative feedback. Like in the peacock photo the colors and pattern are similar, but clearly not in the shape of a bird but if it's never seen any non-bird peacock colored items how's the algorithm supposed to know? At any rate, it seems like the neural network is excessively focusing on one thing, maybe it would perform better if you divided up the work so one factor didn't become dominant. For example you send outlines to one network, textures to a second network and colors to a third network then using a fourth network to try learning which of the other three to listen to. After all, the brain has very clear centers too, it's not just one big chunk of goo.
"First they ignore you, then they ridicule you, then they fight you. Then you lose and kill yourself." - Hitler (well, not really)
I never understood what that Gandhi quote is so popular, sure that's what a victory looks like out the rear view mirror but most defeats start just the same.
It was the 1960s. You were lucky to have a 300 baud modem, they wanted to save two bits by chopping the "19" off 1960 and encryption was regulated as munitions. Heck, even in the 1990s they wanted to restrict my browser to 40 bits so I didn't have "export grade" cryptography. I still hear cost for servers and battery life on clients as an argument for why sites don't move to HTTPS, The very idea to build the Internet with strong encryption by default was ridiculous on technical merits and I don't recall anyone even suggesting it so feel free to quote some sources.
Yes, MITM attacks are possible. But unlike wiretapping they're also detectable and I don't just mean in the theoretical sense. You could still use CAs to "boost" the credibility of an IP encryption key fingerprint (The CA signs my cert, I sign a message saying my IP uses fingerprint aa:bb:cc:dd:ee:ff), you can verify by proxy (connect to your server from friends/family/open wifi/proxy or ask a third party to what certificate fingerprint they see) or you can use in-band ad hoc verification. For example you're in a chat and it says at the top "finger print for this session is aa:bb:cc:dd:ee:ff" you might say "reverse it and you get ff:ee:dd:cc:bb:aa" or "third pair is a double c" or "last two are 255 in hex" as part of the conversation. Even better if it's voice communication, think they can MITM a buddy saying the fingerprint?
MITM only works if there's a protocol you can use to automatically block/filter any information about the key. For example imagine you take a photo, overlay the fingerprint semi-transparently and display it on your website. Now they have to create a very custom solution for your site to create an identical photo to replace it with. Transparent MITM in an interactive process - not just your cell phone checking your mail - is going to be really tough to do on a mass scale. It won't have the perfect theoretical characteristics, but it sure will work for most people most of the time.
If so, this boils down to can a court compel a property owner to direct his property to do something (such as forward a document in that properties possession), even if the property happens to be in another country?
That depends. For example many countries have laws regarding historical artifacts, you can own them but you can't take them out of the country. Or you can legally buy cryptography chips in the US that needs an export license. Just because Microsoft Ireland can legally possess the customer data in Ireland, doesn't mean they're free to ship it around the world or provide access to it in violation of Irish law.
The fact here is that the individual(s) are refusing to provide access to the data voluntarily which requires the authorities to obtain it by force. This tells me there's something incriminating in the data which is why they didn't just hand it over.
So either you comply "voluntarily" or your lack of compliance is used as a reason do to if forcefully, either way the cops get to do whatever they want. Maybe they should start at home and repeal the 4th amendment first?
Any concepts "lost in translation" could be easily appended as a new word to a common tounge, there's an absurd amount of redundancy in that there are hundreds (thousands?) of ways to express simple concepts like "yes". The English say yes, the French oui, the Germans ja, the Spanish si, the Russians da, the Japanese hai, the Portugese sim, the Polish tak... is there a value to this? Language barriers are sand in the machinery for any kind of human endeavour in science, technology, commerce, travel, communities and so on. The Internet has enabled me to reach billions of people but I don't know how to talk to most of them. What they have to contribute to the global village isn't easily available to the rest and they can't access the global resources we're building. I think I read once that more than half the world's science papers are now written in English.
Sure I'd probably keep my own language for all those other reasons but I'd welcome a world where everybody could talk to everybody. Sometimes a particular concept just takes a little longer in English, that's all. For example the word "dumsnill" in Norwegian, it means something like naive but that usually implies that you're simple or gullible while this word in particular means your generosity is being exploited to taken advantage of you. I might need half a sentence to explain it in English, I don't need a whole language for that. I think the idea that some concepts are only expressible in one language is rather silly, I speak three and there's always a way of getting what I want across. Even with a simple vocabulary you can usually explain more advanced concepts without looking it up in a thesaurus.
Remote activated tazer/stun-gun sounds interesting. Tear gas canister would also be possible I suppose... Wonder when the hostage crisis teams of the world will start to send in telepresence robots with active weapons systems...
Why? SWAT teams are already armed and armored to the teeth and will assault with massive force, it's extremely rare that any of them are killed relative to the hostages. Sending in a robot to stir the hornet's nest would only lead to a massacre, either you go in full force or you don't. It could end non-hostage situations sooner but just waiting it out until the nutcase with the gun surrenders (or suicides) seems to be pretty efficient too. I guess you could have a telepresence hostage negotiator, but a smart hostage taker wouldn't give the police a live video stream to plan and time their raid with.
Are you certain of that? Bear in mind, when interpreting the Constitution of the United States, judges do look at other influencing documents from the time, like The Federalist Papers, which are not themselves legal documents.
True, but ignorance of the law is no defense. Which basically means that not only must you know the text of the law, but the entire applicable body of law, relevant precedents and current interpretation of the law. Heck, you can still end up losing a trial because the Supreme Court will disagree with your reading of an ambiguous and previously unsettled area of law so being a psychic or clairvoyant could be quite useful. They'll try interpreting the law as intended and you bear the burden if they decide your gray area is on the illegal side.
In contract law you're not assumed to know anything about the background or history of the license except as written. Sure, if you've been negotiating a contract then that communication is relevant for the interpretation as you're one of the parties but developers and users of GPL software aren't generally in contact. You download a piece of software, accept the agreement and any ambiguity in a take it or leave it license will be almost certainly be interpreted in disfavor of the one who wrote it. Unlike the lawmaking it won't be assumed that their way to read the contract is the authoritative one.
Re:Why not ask the authors of the GPL Ver.2?
on
The GPLv2 Goes To Court
·
· Score: 3, Insightful
Well, that part is actually not up to the GPL to define it's a key part of copyright law, if it's not derivative it's not covered by copyright so the GPL wouldn't apply.
I've always kind of wanted a bank account with built-in credit-card functionality. No overdraft fees possible, rather you pay credit-card style interest when your balance is negative, and earn bank-style interest when your balance is positive. Of course, this is unlikely to be offered for just that reason... to the banks, overdraft fees are a profit center:(
That's fairly common here in Norway if you apply for it, they call it "account credit" though you typically don't get the 30 day free delay, you pay credit interest from day one but at least your payments don't bounce. With most terminals being online it's actually pretty hard to overdraft a debit account these days, if there's no money in the account the transaction will usually be refused.
More like the inverse debit card. When I pay with a debit card, money is withdrawn online there and then. Why can't we do the same for deposits and transfers? I just checked here in Norway and money only transfers between banks four times a day, 05.35, 11.05, 13.35 and 15.35. I guess that's fast enough for my uses, but if I pay a buddy at 4 PM why can't he buy a beer with it at 7 PM? It's not like it takes three hours to make a transaction. I understand that settling balances is hell when things change 24x7 but surely there must be some way to deal with that.
As for your getting a DVD or better is difficult. No it's not. For example, I had a conversation earlier today that went like this. "I download the 1080p of The Equalizer last night, 9gb" "how? That isn't out yet." "Ya, almost all movies get released to the scene about a month before you can get them in the store." "Oh really, how was the movie Lucy?" In other words, almost all movies make it to the various torrents/usenet/whatever about a month before they get released, unless you get a DVD screener of it out first.
But it's usually far more than a month between theaters and DVD release. For example The Equalizer was released September 26th, DVD release is December 30th. So you get to watch it a few weeks before the others waiting for the disc, but you're still long after those who saw in in theaters stopped discussing it. Not to mention the chance of accidentally reading or hearing major spoilers, a month after release people don't put up the big spoiler warnings anymore. It sucks more for some kind of movies than others, for some that's really a downer.
If someone posts a photo taken by me I have a copyright claim. If someone posts a photo taken of me by a hidden camera in the shower it's under a different law. If someone posts a biography written by me I have a copyright claim. If someone posts a biography written about me it might be libel, but not copyright infringement.
I really don't understand what kind of twisted logic they used to arrive at the conclusion that the actor has any kind of copyright claim, it's always belonged to the one pointing the camera or holding the pen. Assuming the cameraman is making a work for hire it'll pass from him to the company who hired him, the subject never had a claim nor was ever given a claim. It sounds like they wanted to arrive a conclusion and made bizarre leaps of logic to make it happen. I'm sorry but she should have filed a lawsuit and gotten a court to take it down, this copyright claim is simply fraudulent and to add insult to injury she should probably be prosecuted under the "penalty of perjury" clause.
The whole "if we offer better conditions than sweatshops, we will be run out of business by sweatshops" argument is bullshit. It's used by the economic elite to argue why you should slave all day for table scraps while they make millions and by "learning the rules" you mean "bend over and take it like a good boy". We can demand basic environmental conditions just like we demand worker health and safety, no child labor, minimum wage and a bunch of other conditions and a few might bugger off but you won't miss working there. If you squeeze too hard it will all go away though, it's not like grabbing water maybe more like pudding.
Besides, what you're talking about is not really capitalism it's human nature, of course we adapt how we play to the rules of the games. That's what they're trying to do, give people the right incentives. And yes, that is hard in a dynamic system and if you don't have a good enough model what you do might end up being counterproductive. Some of it is just ridiculous, like here in Norway we export gas and import coal-based power, because then the emissions didn't happen here. That makes no sense at all. But just because some things environmentalists do is facepalm-worthy, doesn't mean that it all is.
Sure, picking the right horse to begin with. But if you've made one kick ass movie and the studio is offering you $millions to do a sequel because you are that character and the audience is practically cheering you on before you even make a performance, don't you think he'd be a little bit interested in an easy gig whether or not the script sucks donkey balls? He's 72 and his glory days where in the 70s and 80s, I doubt he's looking for the next big thing just riding this one all the way home. Like the Rolling Stones touring even though they're soon senior citizens, I doubt they need the fame or the fortune either but it doesn't stop them replaying old hits.
I hear what you're saying but here in Norway we have stone age settlements that are 100-200 meters above the current sea level - glaciers depressed the whole country. Current coastal settlements may suffer, but even if you assume 100% of the ice melting it's not 2012 and we don't need a new Noah's ark. People live in temperatures from Sahara to Siberia and in weather patterns from rain forest to to desert. "Save us" makes it sound like we're heading towards some kind of extinction level event and clearly we're not.
The real threat to our environment is not our lifestyle, it's that we've been multiplying like rabbits. In 1900 the world population was 1650 million, they could all be polluting like Americans of 2014 and they'd still emit less CO2 in total than the world does today. If we double the population we need to cut the pollution in half to stay constant, it's not higher math. That's a very touch subject of personal freedom, but condoms, birth control and China's one child policy is probably the best long term action for the environment.
As long as the character they create is entirely fictional and not based on impersonating someone they know is a friend of the suspect, I'm fine with it. Cops running around trying to "friend" people in my name is not.
You do realize that most "darknets" are built on a "bust one, bust all" model? Pretty much the only security is that the bad guys aren't in your darknet, they've never reached a popularity where there's any plausible deniability. The only other people likely to be in your darknet are the other members of your terrorist cell or whatever you're part of, it has never offered anything for "normal people" for you to hide in. And darknets have actually been used as honeypots, to make clueless people give away their IP to join a private group which turns out to be a sting. It is pretty much the exact opposite of anonymity, it's joining a conspiracy and you're at the mercy of the stupidity of everyone in it.
TOR is trying for something entirely different, which is to keep everyone at arm's length from each other. I talk to you over TOR, you get busted well tough shit they still can't find me. The users don't know the server, the server doesn't know the users. Of course by adding that glue in between you run the risk of the man in the middle working out who both ends of the connection are, but that's the trade-off. TOR is trying to do something extremely hard, it tries to offer low latency - easy to make timing attacks, arbitrary data sizes - easy to make traffic correlation attacks and interactive access - easy to manipulate services into giving responses, accessible to everyone and presumably with poison nodes in the mix. It's trying to do something so hard that you should probably assume it's not possible, not because they have any special inside access.
I actually did look at trying to do better, it was not entirely unlike Freenet done smarter only with onion routing instead of relying on statistical noise. It wouldn't try to be interactive so you could use mixmaster-style systems to avoid timing attacks and (semi-)fixed data block sizes to avoid many correlation attempts but I never felt I got the bad node issue solved well. TOR picks guard nodes, but it only makes you bet on a few horses instead of many. It was still too easy to isolate one node from the rest of the network and have it only talk to bad nodes, at which point any tricks you can play is moot because they see all your traffic. Even a small fraction of the nodes could do that on a catch-and-release basis and I never found any good countermeasures.
Just show him the South Park episode "Freemium isn't free" and he'll learn all about modern game mechanics, along with a few lessons in economics and marketing. Before you know it he will be pushing his game in the school yard like a pro.
False dichotomy, the test may be inconclusive. /pedantry
From what they've said before they expect you to eventually return to pick up your original batteries on your way home, though they haven't said how long you can keep driving on your loaners. If you don't they'll create some kind of fee to offset the condition between the battery pack you had and the one you got. If you're permanently relocating and make arrangements I'm sure they'll offer some kind of system to choose a battery in roughly the condition you had if you want it to be free or to swap for a brand new one if you want to restore max range at your final destination. Otherwise you could swap a 7 years old/100k miles battery for an almost new one for free, that wouldn't be right.
It's not about getting it done in 3 minutes, it's about being 3rd in line at 7:20am with 35 minutes left on your drive to work.
If your commute involves a battery swap for a Tesla you should really consider changing jobs. I'm guessing it's more about the weekend rush, Friday afternoon lots of cars will be going on long range trips and return Sunday evening, I'm guessing a battery swap pad is a lot more involved than a gas station pump so they won't have very many of them. They did run a test here recently driving a Tesla ~1000 miles and they said it all worked well but there was a lot of waiting, for every 2-3 hours of driving there's was one hour of charging. I know that when we drive to the capital it takes ~7 hours and we have one 30-45 minute stop, if they could swap batteries on at least one stop they'd be down to one hour charging per 4-6 hours of driving which would roughly be the break time we'd want with an ICE car too. But Friday afternoon I'm one of a thousand lemmings trying to get out of the city, it better go fast.
The first amendment only says "Congress shall make no law..." but everybody understands you don't have much freedom of speech if you end up hanging from the nearest tree afterwards. Because the law isn't supposed to shield me from lawful retaliation like a boycott only retaliation that's already illegal you don't need a specific law for that. But everybody realizes that targeted action against those who exercise a particular freedom is trying to encroach on that freedom. Of course the government can just wash their hands and say we weren't the angry mob holding the rope, but it wouldn't be a very good government.
Any time you refrain from a lawful action because of the risk or threat of illegal action is a failure of the system of law IMHO. If I can't walk through a part of the city at night they're failing to keep the street safe. If they can't show this movie at the cinema without the risk of terrorism they're failing to keep the country safe. At least if it's a genuine risk and not chicken little screaming that the sky is falling, I mean you can't expect them to be everywhere and prevent every crime everyone's trying to commit. And I don't want to sell out all my rights in an attempt to make it so either. There could be a price for not caving but there's a price for caving too, the terrorists don't need to take away your freedoms if your too afraid to use them anyway.
Yes. There is only one possible name for addressing a file. For a case-aware, but case insensitive, you get up to 2^n variants for a name n letters long. And you _can_ have the same name with different capitalization in a directory as result of errors.
Funny, since Linux does everything it can to break a canonical name model with symlinks. In fact, you could mimic a case-insensitive system with 2^n symlinks like /foo/bar/COnFiG -> /foo/bar/config. And the captialization is the cause of errors in mixed environments:
1) Create file on Windows called "Foobar.txt".
2) Copy it to your Linux machine.
3) Rename it to "FooBar.txt"
4) Do lots of work on the text
5) Copy it to your Linux machine
6) Copy the Linux directory back to Windows.
There's now a 50-50 chance that your work just got overwritten by old crap from step 2). Of course you might argue that Windows is the problem here since it wouldn't happen on two Linux systems, but then it wouldn't happen on two Windows systems either. They just don't play nice with each other.
Tag: NOTABUG and WONTFIX. Case aware filesystems so you can have normal names and not like AUTOEXEC.BAT and CONFIG.SYS from the DOS days is great, case sensitive file systems are a really bad idea. Is there any kind of sane situation where you'd like to have two files "Config" and "config" actually coexist that isn't just begging to be confused/abused/exploited? For a marginal performance optimization all POSIX systems have shitty usability. Why am I not surprised? I guess for a server it just doesn't matter, but for the desktop you should file this as a bug against Linux, not Windows and OS X.
I think it was fairly clear what was going on, the neural networks latch on to conditions that are necessary but not sufficient because they found common characteristics of real images but never got any negative feedback. Like in the peacock photo the colors and pattern are similar, but clearly not in the shape of a bird but if it's never seen any non-bird peacock colored items how's the algorithm supposed to know? At any rate, it seems like the neural network is excessively focusing on one thing, maybe it would perform better if you divided up the work so one factor didn't become dominant. For example you send outlines to one network, textures to a second network and colors to a third network then using a fourth network to try learning which of the other three to listen to. After all, the brain has very clear centers too, it's not just one big chunk of goo.
"First they ignore you, then they ridicule you, then they fight you. Then you lose and kill yourself."
- Hitler (well, not really)
I never understood what that Gandhi quote is so popular, sure that's what a victory looks like out the rear view mirror but most defeats start just the same.
It was the 1960s. You were lucky to have a 300 baud modem, they wanted to save two bits by chopping the "19" off 1960 and encryption was regulated as munitions. Heck, even in the 1990s they wanted to restrict my browser to 40 bits so I didn't have "export grade" cryptography. I still hear cost for servers and battery life on clients as an argument for why sites don't move to HTTPS, The very idea to build the Internet with strong encryption by default was ridiculous on technical merits and I don't recall anyone even suggesting it so feel free to quote some sources.
Yes, MITM attacks are possible. But unlike wiretapping they're also detectable and I don't just mean in the theoretical sense. You could still use CAs to "boost" the credibility of an IP encryption key fingerprint (The CA signs my cert, I sign a message saying my IP uses fingerprint aa:bb:cc:dd:ee:ff), you can verify by proxy (connect to your server from friends/family/open wifi/proxy or ask a third party to what certificate fingerprint they see) or you can use in-band ad hoc verification. For example you're in a chat and it says at the top "finger print for this session is aa:bb:cc:dd:ee:ff" you might say "reverse it and you get ff:ee:dd:cc:bb:aa" or "third pair is a double c" or "last two are 255 in hex" as part of the conversation. Even better if it's voice communication, think they can MITM a buddy saying the fingerprint?
MITM only works if there's a protocol you can use to automatically block/filter any information about the key. For example imagine you take a photo, overlay the fingerprint semi-transparently and display it on your website. Now they have to create a very custom solution for your site to create an identical photo to replace it with. Transparent MITM in an interactive process - not just your cell phone checking your mail - is going to be really tough to do on a mass scale. It won't have the perfect theoretical characteristics, but it sure will work for most people most of the time.
If so, this boils down to can a court compel a property owner to direct his property to do something (such as forward a document in that properties possession), even if the property happens to be in another country?
That depends. For example many countries have laws regarding historical artifacts, you can own them but you can't take them out of the country. Or you can legally buy cryptography chips in the US that needs an export license. Just because Microsoft Ireland can legally possess the customer data in Ireland, doesn't mean they're free to ship it around the world or provide access to it in violation of Irish law.
The fact here is that the individual(s) are refusing to provide access to the data voluntarily which requires the authorities to obtain it by force. This tells me there's something incriminating in the data which is why they didn't just hand it over.
So either you comply "voluntarily" or your lack of compliance is used as a reason do to if forcefully, either way the cops get to do whatever they want. Maybe they should start at home and repeal the 4th amendment first?
Any concepts "lost in translation" could be easily appended as a new word to a common tounge, there's an absurd amount of redundancy in that there are hundreds (thousands?) of ways to express simple concepts like "yes". The English say yes, the French oui, the Germans ja, the Spanish si, the Russians da, the Japanese hai, the Portugese sim, the Polish tak... is there a value to this? Language barriers are sand in the machinery for any kind of human endeavour in science, technology, commerce, travel, communities and so on. The Internet has enabled me to reach billions of people but I don't know how to talk to most of them. What they have to contribute to the global village isn't easily available to the rest and they can't access the global resources we're building. I think I read once that more than half the world's science papers are now written in English.
Sure I'd probably keep my own language for all those other reasons but I'd welcome a world where everybody could talk to everybody. Sometimes a particular concept just takes a little longer in English, that's all. For example the word "dumsnill" in Norwegian, it means something like naive but that usually implies that you're simple or gullible while this word in particular means your generosity is being exploited to taken advantage of you. I might need half a sentence to explain it in English, I don't need a whole language for that. I think the idea that some concepts are only expressible in one language is rather silly, I speak three and there's always a way of getting what I want across. Even with a simple vocabulary you can usually explain more advanced concepts without looking it up in a thesaurus.
Remote activated tazer/stun-gun sounds interesting. Tear gas canister would also be possible I suppose... Wonder when the hostage crisis teams of the world will start to send in telepresence robots with active weapons systems...
Why? SWAT teams are already armed and armored to the teeth and will assault with massive force, it's extremely rare that any of them are killed relative to the hostages. Sending in a robot to stir the hornet's nest would only lead to a massacre, either you go in full force or you don't. It could end non-hostage situations sooner but just waiting it out until the nutcase with the gun surrenders (or suicides) seems to be pretty efficient too. I guess you could have a telepresence hostage negotiator, but a smart hostage taker wouldn't give the police a live video stream to plan and time their raid with.
Are you certain of that? Bear in mind, when interpreting the Constitution of the United States, judges do look at other influencing documents from the time, like The Federalist Papers, which are not themselves legal documents.
True, but ignorance of the law is no defense. Which basically means that not only must you know the text of the law, but the entire applicable body of law, relevant precedents and current interpretation of the law. Heck, you can still end up losing a trial because the Supreme Court will disagree with your reading of an ambiguous and previously unsettled area of law so being a psychic or clairvoyant could be quite useful. They'll try interpreting the law as intended and you bear the burden if they decide your gray area is on the illegal side.
In contract law you're not assumed to know anything about the background or history of the license except as written. Sure, if you've been negotiating a contract then that communication is relevant for the interpretation as you're one of the parties but developers and users of GPL software aren't generally in contact. You download a piece of software, accept the agreement and any ambiguity in a take it or leave it license will be almost certainly be interpreted in disfavor of the one who wrote it. Unlike the lawmaking it won't be assumed that their way to read the contract is the authoritative one.
Well, that part is actually not up to the GPL to define it's a key part of copyright law, if it's not derivative it's not covered by copyright so the GPL wouldn't apply.
I've always kind of wanted a bank account with built-in credit-card functionality. No overdraft fees possible, rather you pay credit-card style interest when your balance is negative, and earn bank-style interest when your balance is positive. Of course, this is unlikely to be offered for just that reason... to the banks, overdraft fees are a profit center :(
That's fairly common here in Norway if you apply for it, they call it "account credit" though you typically don't get the 30 day free delay, you pay credit interest from day one but at least your payments don't bounce. With most terminals being online it's actually pretty hard to overdraft a debit account these days, if there's no money in the account the transaction will usually be refused.
More like the inverse debit card. When I pay with a debit card, money is withdrawn online there and then. Why can't we do the same for deposits and transfers? I just checked here in Norway and money only transfers between banks four times a day, 05.35, 11.05, 13.35 and 15.35. I guess that's fast enough for my uses, but if I pay a buddy at 4 PM why can't he buy a beer with it at 7 PM? It's not like it takes three hours to make a transaction. I understand that settling balances is hell when things change 24x7 but surely there must be some way to deal with that.
As for your getting a DVD or better is difficult. No it's not. For example, I had a conversation earlier today that went like this. "I download the 1080p of The Equalizer last night, 9gb" "how? That isn't out yet." "Ya, almost all movies get released to the scene about a month before you can get them in the store." "Oh really, how was the movie Lucy?" In other words, almost all movies make it to the various torrents/usenet/whatever about a month before they get released, unless you get a DVD screener of it out first.
But it's usually far more than a month between theaters and DVD release. For example The Equalizer was released September 26th, DVD release is December 30th. So you get to watch it a few weeks before the others waiting for the disc, but you're still long after those who saw in in theaters stopped discussing it. Not to mention the chance of accidentally reading or hearing major spoilers, a month after release people don't put up the big spoiler warnings anymore. It sucks more for some kind of movies than others, for some that's really a downer.
If someone posts a photo taken by me I have a copyright claim.
If someone posts a photo taken of me by a hidden camera in the shower it's under a different law.
If someone posts a biography written by me I have a copyright claim.
If someone posts a biography written about me it might be libel, but not copyright infringement.
I really don't understand what kind of twisted logic they used to arrive at the conclusion that the actor has any kind of copyright claim, it's always belonged to the one pointing the camera or holding the pen. Assuming the cameraman is making a work for hire it'll pass from him to the company who hired him, the subject never had a claim nor was ever given a claim. It sounds like they wanted to arrive a conclusion and made bizarre leaps of logic to make it happen. I'm sorry but she should have filed a lawsuit and gotten a court to take it down, this copyright claim is simply fraudulent and to add insult to injury she should probably be prosecuted under the "penalty of perjury" clause.
The whole "if we offer better conditions than sweatshops, we will be run out of business by sweatshops" argument is bullshit. It's used by the economic elite to argue why you should slave all day for table scraps while they make millions and by "learning the rules" you mean "bend over and take it like a good boy". We can demand basic environmental conditions just like we demand worker health and safety, no child labor, minimum wage and a bunch of other conditions and a few might bugger off but you won't miss working there. If you squeeze too hard it will all go away though, it's not like grabbing water maybe more like pudding.
Besides, what you're talking about is not really capitalism it's human nature, of course we adapt how we play to the rules of the games. That's what they're trying to do, give people the right incentives. And yes, that is hard in a dynamic system and if you don't have a good enough model what you do might end up being counterproductive. Some of it is just ridiculous, like here in Norway we export gas and import coal-based power, because then the emissions didn't happen here. That makes no sense at all. But just because some things environmentalists do is facepalm-worthy, doesn't mean that it all is.
Sure, picking the right horse to begin with. But if you've made one kick ass movie and the studio is offering you $millions to do a sequel because you are that character and the audience is practically cheering you on before you even make a performance, don't you think he'd be a little bit interested in an easy gig whether or not the script sucks donkey balls? He's 72 and his glory days where in the 70s and 80s, I doubt he's looking for the next big thing just riding this one all the way home. Like the Rolling Stones touring even though they're soon senior citizens, I doubt they need the fame or the fortune either but it doesn't stop them replaying old hits.
I hear what you're saying but here in Norway we have stone age settlements that are 100-200 meters above the current sea level - glaciers depressed the whole country. Current coastal settlements may suffer, but even if you assume 100% of the ice melting it's not 2012 and we don't need a new Noah's ark. People live in temperatures from Sahara to Siberia and in weather patterns from rain forest to to desert. "Save us" makes it sound like we're heading towards some kind of extinction level event and clearly we're not.
The real threat to our environment is not our lifestyle, it's that we've been multiplying like rabbits. In 1900 the world population was 1650 million, they could all be polluting like Americans of 2014 and they'd still emit less CO2 in total than the world does today. If we double the population we need to cut the pollution in half to stay constant, it's not higher math. That's a very touch subject of personal freedom, but condoms, birth control and China's one child policy is probably the best long term action for the environment.