You're basically claiming that it is legal for the government to comply with the Constitution by selectively redefining the meaning of the words used by specific articles - to the point that said meaning is significantly beyond modern colloquial meaning, the original meaning at the time the article in question was written, or even basic common sense - so as to get the interpretation they want. It certainly is the established modus operandi - first they did it with "militia" to undermine the 2nd Amendment, then they did it to "interstate commerce" to turn the Commerce Clause into a carte blanche. But I'm pretty sure that any of the people who originally wrote or ratified the US Constitution would not imagine it in their wildest dreams, much less consider it lawful.
And? Social constructs objectively exist, and it's definitely good to know how they come about.
By the way, while races are merely averaged idealizations, they do correspond to actual genetical differences between large populations, as pharmacologists well know. So, no, they are not purely social constructs.
"Class" and "object" have somewhat hazy definitions if you consider all existing shades of OOP/OOD (including prototype-based etc), but in Java specifically, they refer to certain very specific and definite things. So it shouldn't be hard to nail that down.
There are no function pointer types in Project Lambda. This was discussed in earlier proposals, but ultimately abandoned. Lambdas there are just syntactic sugar for anonymous implementations of a certain kind of interfaces or abstract classes (SAM-types).
They're planning to provide some stock generic interfaces for general-purpose callbacks, but given that Java generics don't play well with primitive types, it's still quite a mess (you're going to see a lot of this kind of thing).
Their increased interest in the tools may be related to a DDoS attack on Russian President Dmitri Medvedev's own LiveJournal account, which he termed 'revolting and illegal.'"
This is very much oversimplifying the part of Medvedev in this story (as well as the story in general).
This whole mess started when an FSB official (head of their department of information and telecommunication security), in the course of an official meeting, brought up GMail, Hotmail and Skype as an example of a "security problem" due to impossibility of wiretaps (as servers are outside the country, and HTTPS ensures secure connection to them from within), and suggested a ban (neither TFS nor TFA mention this!).
Shortly after, an official from president Medvedev's administration stated that the ban - and, more broadly, the whole idea that foreign-hosted services are a "security issue" - is a personal opinion of that particular FSB person, and does not represent the official position of that organization nor government as a whole.
Shortly after that, prime minister Putin's press secretary stated that this is incorrect, and the position is the official position of FSB, that it is well-argued and reasonable, and that Putin takes it with all due consideration.
So basically it's more of the same thing that we've seen before. Whether it's a genuine power struggle between president and prime minister (the elections are less than a year away), or whether they're playing out a scripted "good cop / bad cop" in preparation for the same, is yet to be seen.
NSA probably does have access to GMail etc storage (even if Google doesn't know that), but they aren't proposing to ban, say, gmx.de, on the grounds that they have no means of accessing the storage there, nor intercept user communication over HTTPS. Nor will they complain if you host your own mail server and use secure protocols to communicate. Neither TFS nor TFA explain it, but what really made the whole thing so shocking is that FSB blokes have called for banning GMail, Skype etc in Russia unless some means of access are provided. In other words, they want government-mandated backends to all forms of communication, and to ban anything that can't be wiretapped.
It should also be noted that the use of strong crypto by organizations (rather than private individuals) is heavily regulated in Russia, with most activity requiring special certification. Using foreign-hosted systems is seen as a workaround for the law.
It isn't bigoted to point out that the former Soviet Union dissolved and that Russia still has a similar set of masters with zero hope for meaningful change.
It's not particularly similar, aside from that both now and then ruling elites cling to power at all costs. However, the social and economical structure they impose on society is vastly different.
What's wrong with the way (ANSI) JOIN works? It's practically right out of relational algebra.
As an aside, the term "NoSQL" has very little to do with SQL-as-language, and really is about relational vs other. Some "NoSQL" solutions provide SQL as a query language for their datasets, and there are some relational databases out there that don't use SQL as a query language, but would not count as "NoSQL".
What do you mean by "can't change the fonts"? It's Options -> Under the Hood -> Web Content -> Customize Fonts for me here (Chrome 10 / Win7). Did they remove it in 11?
We're talking about a country which has in recent years been at war with a super power- Russia, which also makes life as hard as possible for the nation economically such that it's poor- all this in the middle of a recession which Georgia was not immune to, and hence has plenty of decaying infrastructure. Whether it's areas abandoned as a result of war, whether it's leftovers of the destruction
The "war" has lasted a week, with a grand total of 160 military and 60 civilian deaths on Georgian side (and about 1000 wounded). The amount of damage from that was very limited on both sides of the conflict - and that was more than 2 years ago by now.
The practice of stealing wires (not just copper - anything goes) is widespread across the entire ex-USSR, and by no means limited to "abandoned" or "unused" wires - I mean, seriously, how exactly do you expect this woman to figure out if it's "abandoned" or not?
It was essentially surrender, and have life pretty much go on as it was, except with Wehrmacht officers sitting at a table at your cafe
... and Jews and other undesirables rounded up and sent to Germany for gassing.
versus having the country torched.
Soviets had that choice also - in fact, their choice was much worse as they weren't treated as "fellow Europeans" by Germans - and yet they chose differently. Largely thanks to that choice, French did not have to endure Wermacht officers for long.
Re:How To Tweak GNOME 3
on
GNOME 3 Released
·
· Score: 5, Insightful
To summarize my latter post, I love how GNOME 3 "puts me in the driver's seat".
My problem with GNOME 3 is that it does put you into the driver's seat alright - that of a train on a single track.
But then, does it make sense to speak of it as "the trunk", implying unity, when Roman Catholics view Orthodoxy as schismatic, and Orthodox view Catholicism as heretical?
Yes, because being different for the sake of being different always works out so well. Especially when you're struggling to gain desktop share as it is...
You're basically claiming that it is legal for the government to comply with the Constitution by selectively redefining the meaning of the words used by specific articles - to the point that said meaning is significantly beyond modern colloquial meaning, the original meaning at the time the article in question was written, or even basic common sense - so as to get the interpretation they want. It certainly is the established modus operandi - first they did it with "militia" to undermine the 2nd Amendment, then they did it to "interstate commerce" to turn the Commerce Clause into a carte blanche. But I'm pretty sure that any of the people who originally wrote or ratified the US Constitution would not imagine it in their wildest dreams, much less consider it lawful.
Only if the teacher is Calvinist, though.
Because evolution is the core of modern science, with plenty of solid experimental validation.
And? Social constructs objectively exist, and it's definitely good to know how they come about.
By the way, while races are merely averaged idealizations, they do correspond to actual genetical differences between large populations, as pharmacologists well know. So, no, they are not purely social constructs.
"Class" and "object" have somewhat hazy definitions if you consider all existing shades of OOP/OOD (including prototype-based etc), but in Java specifically, they refer to certain very specific and definite things. So it shouldn't be hard to nail that down.
There are no function pointer types in Project Lambda. This was discussed in earlier proposals, but ultimately abandoned. Lambdas there are just syntactic sugar for anonymous implementations of a certain kind of interfaces or abstract classes (SAM-types).
They're planning to provide some stock generic interfaces for general-purpose callbacks, but given that Java generics don't play well with primitive types, it's still quite a mess (you're going to see a lot of this kind of thing).
The device is made by Chinese. The guy doesn't quite understand how it actually works. So he is trying to figure out how the Chinese did that.
But, of course, if you go looking for racism, you will always find it.
There's nothing contradictory between fascism and capitalism. China is both in large proportions.
Their increased interest in the tools may be related to a DDoS attack on Russian President Dmitri Medvedev's own LiveJournal account, which he termed 'revolting and illegal.'"
This is very much oversimplifying the part of Medvedev in this story (as well as the story in general).
This whole mess started when an FSB official (head of their department of information and telecommunication security), in the course of an official meeting, brought up GMail, Hotmail and Skype as an example of a "security problem" due to impossibility of wiretaps (as servers are outside the country, and HTTPS ensures secure connection to them from within), and suggested a ban (neither TFS nor TFA mention this!).
Shortly after, an official from president Medvedev's administration stated that the ban - and, more broadly, the whole idea that foreign-hosted services are a "security issue" - is a personal opinion of that particular FSB person, and does not represent the official position of that organization nor government as a whole.
Shortly after that, prime minister Putin's press secretary stated that this is incorrect, and the position is the official position of FSB, that it is well-argued and reasonable, and that Putin takes it with all due consideration.
So basically it's more of the same thing that we've seen before. Whether it's a genuine power struggle between president and prime minister (the elections are less than a year away), or whether they're playing out a scripted "good cop / bad cop" in preparation for the same, is yet to be seen.
NSA probably does have access to GMail etc storage (even if Google doesn't know that), but they aren't proposing to ban, say, gmx.de, on the grounds that they have no means of accessing the storage there, nor intercept user communication over HTTPS. Nor will they complain if you host your own mail server and use secure protocols to communicate. Neither TFS nor TFA explain it, but what really made the whole thing so shocking is that FSB blokes have called for banning GMail, Skype etc in Russia unless some means of access are provided. In other words, they want government-mandated backends to all forms of communication, and to ban anything that can't be wiretapped. It should also be noted that the use of strong crypto by organizations (rather than private individuals) is heavily regulated in Russia, with most activity requiring special certification. Using foreign-hosted systems is seen as a workaround for the law.
There is no KGB.
There is, actually, just not in Russia.
It isn't bigoted to point out that the former Soviet Union dissolved and that Russia still has a similar set of masters with zero hope for meaningful change.
It's not particularly similar, aside from that both now and then ruling elites cling to power at all costs. However, the social and economical structure they impose on society is vastly different.
It's even technically incorrect. For example, KGB was also responsible for foreign intelligence, which FSB does not do.
Figure out how to make it relevant to what you are doing.
Let me guess, you're an MBA.
What's wrong with the way (ANSI) JOIN works? It's practically right out of relational algebra. As an aside, the term "NoSQL" has very little to do with SQL-as-language, and really is about relational vs other. Some "NoSQL" solutions provide SQL as a query language for their datasets, and there are some relational databases out there that don't use SQL as a query language, but would not count as "NoSQL".
What do you mean by "can't change the fonts"? It's Options -> Under the Hood -> Web Content -> Customize Fonts for me here (Chrome 10 / Win7). Did they remove it in 11?
We're talking about a country which has in recent years been at war with a super power- Russia, which also makes life as hard as possible for the nation economically such that it's poor- all this in the middle of a recession which Georgia was not immune to, and hence has plenty of decaying infrastructure. Whether it's areas abandoned as a result of war, whether it's leftovers of the destruction
The "war" has lasted a week, with a grand total of 160 military and 60 civilian deaths on Georgian side (and about 1000 wounded). The amount of damage from that was very limited on both sides of the conflict - and that was more than 2 years ago by now.
The practice of stealing wires (not just copper - anything goes) is widespread across the entire ex-USSR, and by no means limited to "abandoned" or "unused" wires - I mean, seriously, how exactly do you expect this woman to figure out if it's "abandoned" or not?
In fact, I would expect a good chunk of the copper to have been laid by the former Soviet Union.
Any such copper on Georgian territory would then be owned by the Georgia - i.e. state property, not no-one's property.
I remember jokes about French tanks have 1 forward gear and 5 reverse around 1984 when I was in Junior High.
What's curious is that I have heard that exact joke (albeit in a different language) about Arab tanks, in the aftermath of Yom Kippur War.
It was essentially surrender, and have life pretty much go on as it was, except with Wehrmacht officers sitting at a table at your cafe
... and Jews and other undesirables rounded up and sent to Germany for gassing.
versus having the country torched.
Soviets had that choice also - in fact, their choice was much worse as they weren't treated as "fellow Europeans" by Germans - and yet they chose differently. Largely thanks to that choice, French did not have to endure Wermacht officers for long.
To summarize my latter post, I love how GNOME 3 "puts me in the driver's seat".
My problem with GNOME 3 is that it does put you into the driver's seat alright - that of a train on a single track.
Iconoclasts too
Well, there is RMS. Or is it idolatry? ~
But then, does it make sense to speak of it as "the trunk", implying unity, when Roman Catholics view Orthodoxy as schismatic, and Orthodox view Catholicism as heretical?
Yes, because being different for the sake of being different always works out so well. Especially when you're struggling to gain desktop share as it is...