Look, guys. You know how politicians in your countries try to use religious wedge issues, appeal to "cultural values", and leverage that in politics to push through the censorship regimes they want?
An AC pointed this out in a reply to my post correcting some factual errors in my post. It was an australian company (BHP) doing the bidding, and that was scuttled. The executives, however, were not happy with the BHP bid (which was hostile), and were trying to arrange a more lucrative deal with a Chinese company.
The federal action scuttled both potential deals. Anyway, the point is that China buys a LOT of potash from Canada, and has strategic interests in that resource.
You are right. I didn't have my facts straight... thanks for the correction. So yeah, BHP was bidding, as was a Chinese company. The BHP bid was scuttled, and it seems Chinese offer went down with it. As for why the execs liked the deal, it's because they would have been greatly enriched by the sale.
Quoth the CBC, in an editorial (http://www.cbc.ca/canada/story/2010/10/01/f-vp-newman.html): The executives at Potash Corp., who will benefit from a huge payout if the company is sold, are reportedly trying to organize a rival bid involving a Chinese government-owned company to drive up the sale price.
But ultimate ownership by a company from China, which is one of the biggest buyers of Saskatchewan potash, would have even greater implications for the value of the product than a sale to BHP Billiton.
So, regardless of who makes the stronger bid, the answer from both Ottawa and Saskatchewan should be the same: "Sorry. No sale."
God no. We keep that shit in a bunker underneath the Canadian shield, disconnected from the internet. You don't leave national secrets like that just lying around.
On a serious note, China's main interest is in Canada's natural resources. As they grow and industrialize, their need to import massive amounts of raw resources to fuel their economy and people.
For example, Saskatchewan has basically the largest natural deposits of Potash in the world. The whole province is basically potash.. dig anywhere.. and you'll hit potash. Potash is what they make fertilizer out of. Not too long ago, a chinese firm wanted to acquire Potash Corp., Saskatchewan's potash producer. There was a big ruckus raised about it internally, and eventually the sale was stopped by the federal government after the extremely popular provincial minister went on the warpath about Saskatchewan natural resources being sold to foreign interests.
I don't disagree with that move (It'd be idiotic to sell off the rights to your own land's bounty).. but China really doesn't like not being able to get what they want. While it's not proven that it was the Chinese government behind these attacks, my suspicion is that they are (occam's razor). There's a well known effort by China to influence the Canadian government and people, and it's been brought up in the national media not too long ago.
I'm assuming you're earnest about this... so on that premise, here's what'll happen:
You'll put together a set of measurements from this place. Then you'll try to interpret it with no reference point. You have no baseline measurements. Have you tested 20, or say even a handful, of regular, non-haunted houses to establish a control that you can compare to? Chances are you'll pick up SOME noise in SOME measurements that may or may not be construed to be paranormal, or maybe not. Who knows.
What are your predictions? Is there a set of particular things you'll be looking for? Can it be summed up as more-or-less "anything that seems wierd in the measurements"?
I'm not trying to dissuade you from doing it. Just don't call it scientific and then do bad science. It could be a very cool movie project, and it could be a lot of fun doing it, so it may entirely be worth your time. So if it seems cool then go for it.. but plz do not slap a "scientific" label onto it frivolously.
I should have thought things out a bit better with the stddev example - and realized that it does indeed have a reasonable closed form. Good catch.
Complex data mining is hard everywhere, that's true. The problem is that even straightforward data mining is hard once the dataset sizes reach into the hundred-millions or billions or trillions in size (implying absolute dataset sizes of terabytes or more). For google it's webpages, for biology labs it's sequences.
The big killer is the cost of transferring data, which is how traditional data systems are built. A remote host has some software set up, and you send it some data, and it processes it and returns it to you. The distinction with Hadoop is that you keep the data on distributed hosts and send the code (which is typically a lot smaller).
The point stands that incremental update of queries on mutation is not a generally solvable problem: it'll still require the addition of new constructs and the limitation of existing constructs in SQL (e.g. ordering). Hadoop approaches the issue from the other end of the spectrum: focusing on a framework that models distributable algorithms directly using a small set of primitive operators (specifically, "map" and "reduce").
In situations where you are using Hadoop, your "primary" data store should BE the HDFS store you are using to analyze it. That's a big part of the actual efficiency proposition of Hadoop.
The big trick with the "big data" approaches is to recognize that you keep _everything_ distributed, _all the time_. Your input dataset is not "copied into the system" for some particular analysis task, it _exists in the system_ from the time you acquire it, and the analysis results from it are kept distributed. It's only at specific points in time (exporting data to send to someone external, importing data into your infrastructure) that you should be messing around with copying stuff in and out of HDFS.
There are some serious technical challenges to overcome when you think about actually implementing something like this.
Take something like "select stddev(column) from table" - there's no way to get an incremental update on that expression given the original data state and a point mutation to one of the entries for the column. Any change cascades globally, and is hard to recompute on the fly without scanning all the values again.
This issue is also present in queries using ordered results (as changes to a single value participating in the ordering would affect the global ordering of results for that query).
The issue that "Big Data" presents is really the need to run -global- data analysis on extremely large datasets, utilizing data parallelism to extract performance from a cluster of machines.
What you're suggesting (basically a functional reactive framework for querying volatile persistent data), would still involve a number of limitations over the SQL model: basically disallowing the usage of any truly global algorithm across large datasets. Tools like Hadoop get around these limitations by taking the focus away from the data model (which is what SQL excels in dealing with), and putting it on providing an expressive framework for describing distributable computations (which SQL is not so great at dealing with).
It's not that 3d user interfaces have been fully explored, but that simulated 3d interfaces on 2d desktops have some fundamental limitations. We already have some amount of simulated pseudo-depth: windows can lie on top of other windows, etc.
The problem is that by the time you get around to interacting with something, you're interacting with a 2d euclidean plane which presents a projection of some 3d model. It doesn't make the plane 3d. You can't reach around and touch the "middle" of an 3d object projected onto a 2d plane. That's a problem. These might be somewhat ameliorated by true 3d interfaces (where the display itself is 3d), but that tech has yet to mature.
If you think about it, even the way we work on our typical desk is mostly 2d, from a topological perspective. I have a pile of papers and some random crap lying around my desk. When I go to grab a document to work on, I don't just reach into the middle of a stack and pull out the right one. I don't have that capability. I need to go and start flipping pages, basically morphing my 2d topology to reveal some object hidden in 3d, and only then interact with it.
That's not to say that all 3d effects and stuff are useless. Simulated 3d is a great way of providing visual cues that we have been training ourselves on since we opened our eyes. That can be a very important aspect of intuitive interfaces.. but fundamentally it acts as a visual highlight. The goodness or badness of any particular 3d interface depends entirely on how effectively the _2d_ projection is.
Thirdly, "true" 3d is actually too limiting. We are forced to live in a 3d world, but our computers give us access to many more dimensions, weirder dimensions, than that. We can provide 2d projections of abstract non-fixed-dimensional objects, like n-ary trees (e.g. filesystems). An example of a projection of that abstract object to a 2d interface would be spotlight. It provides a 2d textbox which behaves in strange and weird ways - a 2d textbox that projects 2d manipulations (type some characters), into an arbitrary traversal of the tree. Compare the utility of that to the utility of a "true" 3d rendered filesystem. What value would that add? Sure, it would look neat, but what extra thing would you gain from it?
There's nothing magic about 3d. Computers operate above and beyond limitations of 3 dimensions, and are currently constrained to expose their behaviour through primarily 2d interfaces. Simulating 3d on top of 2d user interfaces, aside from the "visual cue" aspect, is kind of an arbitrary choice.. not necessarily the best one.
Ah, I see, you must be referring to the Delhi high court's support of caste discrimination. I'm having a bit of trouble finding examples of that, though. Could you point me to some of your examples?
I tried searching for '...' in google, but it doesn't yield too much in the way of results relating to the delhi high court.
I'm sure if you lend the Indians your time machine, they can go back in time and fix that issue. Until then, I guess they'll have to just live with outlawing caste discrimination in the constitution and then slowly working to change public attitudes.
Or perhaps you've discovered a way to fix the issue with smug off-topic one-liners?
Do tell. I eagerly await your insight into the issue.
In experimental science, this is not uncommon. Using different methods of analyzing the same subject is, in other words, using (relatively) independent methods to analyze that subject. Using multiple independent methods and combining their results is a good thing, because it avoids experimental error and potential systemic biases that exist in every observational setup.
That said, I don't want to get into an actual discussion about the actual paper in question because I have not read the relevant hacked personal e-mails with their full context and interpreted their significance (and I likely won't have time in the near future given the pressures of day to day life). I am not particularly inclined to start implying conclusions and accusations based off of an incomplete and shoddy reading of a few out-of-context paragraphs. I am neither willing to vouch for or defend, or attack a particular piece of research until I am reasonably well informed about how that research was conducted.
There seem to be many people, however, who are willing to do exactly that.
Response from the RealClimate website, here (http://www.realclimate.org/index.php/archives/2009/11/the-cru-hack/#more-1853):
No doubt, instances of cherry-picked and poorly-worded “gotcha” phrases will be pulled out of context. One example is worth mentioning quickly. Phil Jones in discussing the presentation of temperature reconstructions stated that “I’ve just completed Mike’s Nature trick of adding in the real temps to each series for the last 20 years (ie from 1981 onwards) and from 1961 for Keith’s to hide the decline.” The paper in question is the Mann, Bradley and Hughes (1998) Nature paper on the original multiproxy temperature reconstruction, and the ‘trick’ is just to plot the instrumental records along with reconstruction so that the context of the recent warming is clear. Scientists often use the term “trick” to refer to a “a good way to deal with a problem”, rather than something that is “secret”, and so there is nothing problematic in this at all. As for the ‘decline’, it is well known that Keith Briffa’s maximum latewood tree ring density proxy diverges from the temperature records after 1960 (this is more commonly known as the “divergence problem”–see e.g. the recent discussion in this paper) and has been discussed in the literature since Briffa et al in Nature in 1998 (Nature, 391, 678-682). Those authors have always recommend not using the post 1960 part of their reconstruction, and so while ‘hiding’ is probably a poor choice of words (since it is ‘hidden’ in plain sight), not using the data in the plot is completely appropriate, as is further research to understand why this happens.
This will indeed cause certain people to "wonder". Especially people who do not have the faculties to properly understand the idiomatic uses of the English language, and people who are willing to take words and phrases of out of context, as well as people who are willing to formulate their opinions without considering the actual analysis and instead relying on secondhand hysteria generated by others who are also not willing to consider the actual analysis.
If you think that fast and cheap DNA reading applies only (or even mostly) to monitoring of individuals, you do not have a real grasp of the scope and applicability of DNA sequencing.
There are enormous resources in scientific research that goes toward generating datasets. Sequencing of humans is a significant part of it, but most of that applies to medicinal uses, such as cancer genotyping (which uses sequencing to identify specifically the genotypic characteristics of a particular tumor colony so it can be treated much more effectively than just trying to guess by looking at it "from the outside"). Also, a huge new area in medicine is going to be "personalized" medicine. Medicine that's actually tailored to the specific genetic traits that YOU have, so that the chances of side-effects are reduced and effectiveness is increased.
Then there are the thousands of researchers that need to collect sequence datasets on organisms that have NOTHING to do with humans. A big chunk of this is plant genetics: crop stress tolerance (e.g. make wheat grow more reliably in colder or dryer climates, or resist disease better), natural product optimization (e.g. make canola plants produce 10% more of the kinds of oils you care about, and less of the crap you don't). Another big chunk of this research is basic science: figuring out the specific details of how evolution has progressed, or to identify the core biological processes that make organisms tick. That's core evolutionary biology and biomechanics research.
Then there's the people trying to do constructive genomics: actually build organisms that do specific things. Like modifying yeast to produce some complex bioproduct that requires a network of potentially hundreds of genes. Or creating organisms that filter waste from water. Or building algae variants that run on sunlight and produce oil.
All of these things could desperately use robust, cheap, accessible sequencing platforms. Genetic sequencing is not all about your privacy. It's a platform which has the scope to save scientists and researchers millions, and put that towards more research and better results than towards trying to scrape out a few bases from a tissue sample.
IBM is trying big time to get into the life sciences (that's wrong actually, they actually already HAVE products they market to the life sciences, like systems for large-scale data processing). It is worth billions to them, and they want to tap it.
I suspect an oil rig, a refinery, a transport truck, and a highway system to deliver the oil, and an oil distribution infrastructure were all part of your car motor too. Because without those it's just a hunk of twisted metal.
I was happy to read this article. It reflects what has slowly become my perspective on online use of language.
Speaking as an immigrant who originally struggled with the English language for the first few years I spent in North America, I love English. I love how some parts make no sense, and how it's infused with slang from cultural experiences gathered from far and wide. Formal english is completely different from slang english, pigdin english, or online english... but I don't see the latter examples as _inferior_, simply different... wonderfully different.
People often confuse the notion of "writing English in a way that I can relate to" with "writing good English". This is not so. Language is most exciting when it is adulterated, compromised, and infused with the particulars of its speakers. I spent 3 years of adolescence in Louisiana, back in the 90s. While others were scoffing at the notion of ebonics, I was lapping up inner city slang: that beautiful, musical, profane prose. While others bemoan the so-called regression identified with online linguistic idioms, the 4-chanisms, and earlier the Jeff-K-isms, the flippant irreverence which with modern youth take ownership of their speech, I celebrate it.
Who wants to read things in the same way they've always written? Not to say that great writers of the past are stale - I still relish my Twain, Irving, Rushdie, and other masters of script - but I don't see the point in taking an adversarial perspective on the evolution of language.... and have no doubt, language IS evolving online. Literature is evolving online. The presentation is changing, the context is changing, the composition is changing, the references are changing... it's fucking exciting to watch.
Really? I see traffic rising on my site. I have 6 servers up and running. I need 6 new servers to come up within the next 10 minutes to service my estimated needs for the next hour.
...half hour passes
Wow, access rate is going up faster than expected. I need 6 more servers.
...half hour passes
Phew. That was over. I just need 6 in total now. Why am I paying for 18? I'd like to take those down, please.
So, tell me.. who has been providing this service for decades?
So the smaller cities will become like Delhi or Mumbai, with pollution, dirt, and garbage piling up everywhere.
If you don't think there will be too many people buying this thing as a status symbol, then you don't know Indians. If there's one thing I know about Indians, Northern and Southern, Rich and Poor, High Caste and Low Caste.. it's that status is everything, wealth is status, and cars are wealth. Sure, so is jewelry, and being able to pay for ridiculously overpriced weddings, and a whole bunch of other things.. but the car as a status symbol in India is across the board.
Tata is lying. This is all about making money on top of the Indian desire to keep up with the joneses.
Now, I'm not saying that's a bad desire. Ambition is good. Wanting to have a better life with better conveniences is a good thing. It's what makes India so vibrant and exciting a place. But there is always a cost for this kind of progress, and in a place like India where we really haven't gotten our largest problems sorted out, where we haven't, as a culture, figured out that throwing our garbage onto the streets and shitting in our own water supply is not sustainable in the long term, where we haven't learned that it is unwise spending your entire family fortune on lavish and gaudy weddings and jewellry when it could have been invested in the young couple's livelyhood to far better effect.. I don't think the country as a whole knows what it is getting into.
India may well be careening at breakneck pace towards a brick wall if it doesn't fix the more fundamental issues it faces. And no, cheap cars are not one of those fundamental issues.
I think Indian infrastructure is going to have a hard time coping with this.
Tried getting anywhere in New Delhi recently? A 10km ride can take HOURS. I'm not exaggerating or kidding. You will literally stand in one spot for half an hour. Nobody obeys traffic rules and gridlock is the norm.
The Indian middle class is looking to copy the west, and they want their SUVs and their tall lattes too.
In late afternoon in New Delhi (about 6:00pm or so), you can STARE AT THE SUN without feeling any queasiness in your eyes. That's how bad the pollution is.
Instead of looking to other cultures and trying to NOT make the same mistakes, India is eager to copycat them. Heh... you think Americans go a little bit overboard with the bling and the super-size-me? Just wait.. just wait.
I had the same impression, except I didn't want to say it in quite the direct way you did. I'm not in crypto.. I just have a math/cs degree and work in biotech. The whole thing seemed kind of hokey to me, but I don't have the expertise to dissect it properly from a crypto perspective.
Look, guys. You know how politicians in your countries try to use religious wedge issues, appeal to "cultural values", and leverage that in politics to push through the censorship regimes they want?
Yeah. That doesn't just happen in your country.
An AC pointed this out in a reply to my post correcting some factual errors in my post. It was an australian company (BHP) doing the bidding, and that was scuttled. The executives, however, were not happy with the BHP bid (which was hostile), and were trying to arrange a more lucrative deal with a Chinese company.
The federal action scuttled both potential deals. Anyway, the point is that China buys a LOT of potash from Canada, and has strategic interests in that resource.
-Laxitive
You are right. I didn't have my facts straight... thanks for the correction. So yeah, BHP was bidding, as was a Chinese company. The BHP bid was scuttled, and it seems Chinese offer went down with it. As for why the execs liked the deal, it's because they would have been greatly enriched by the sale.
Quoth the CBC, in an editorial (http://www.cbc.ca/canada/story/2010/10/01/f-vp-newman.html):
The executives at Potash Corp., who will benefit from a huge payout if the company is sold, are reportedly trying to organize a rival bid involving a Chinese government-owned company to drive up the sale price.
But ultimate ownership by a company from China, which is one of the biggest buyers of Saskatchewan potash, would have even greater implications for the value of the product than a sale to BHP Billiton.
So, regardless of who makes the stronger bid, the answer from both Ottawa and Saskatchewan should be the same: "Sorry. No sale."
God no. We keep that shit in a bunker underneath the Canadian shield, disconnected from the internet. You don't leave national secrets like that just lying around.
On a serious note, China's main interest is in Canada's natural resources. As they grow and industrialize, their need to import massive amounts of raw resources to fuel their economy and people.
For example, Saskatchewan has basically the largest natural deposits of Potash in the world. The whole province is basically potash.. dig anywhere.. and you'll hit potash. Potash is what they make fertilizer out of. Not too long ago, a chinese firm wanted to acquire Potash Corp., Saskatchewan's potash producer. There was a big ruckus raised about it internally, and eventually the sale was stopped by the federal government after the extremely popular provincial minister went on the warpath about Saskatchewan natural resources being sold to foreign interests.
I don't disagree with that move (It'd be idiotic to sell off the rights to your own land's bounty).. but China really doesn't like not being able to get what they want. While it's not proven that it was the Chinese government behind these attacks, my suspicion is that they are (occam's razor). There's a well known effort by China to influence the Canadian government and people, and it's been brought up in the national media not too long ago.
-Laxitive
I'm assuming you're earnest about this... so on that premise, here's what'll happen:
You'll put together a set of measurements from this place. Then you'll try to interpret it with no reference point. You have no baseline measurements. Have you tested 20, or say even a handful, of regular, non-haunted houses to establish a control that you can compare to? Chances are you'll pick up SOME noise in SOME measurements that may or may not be construed to be paranormal, or maybe not. Who knows.
What are your predictions? Is there a set of particular things you'll be looking for? Can it be summed up as more-or-less "anything that seems wierd in the measurements"?
I'm not trying to dissuade you from doing it. Just don't call it scientific and then do bad science. It could be a very cool movie project, and it could be a lot of fun doing it, so it may entirely be worth your time. So if it seems cool then go for it.. but plz do not slap a "scientific" label onto it frivolously.
I should have thought things out a bit better with the stddev example - and realized that it does indeed have a reasonable closed form. Good catch.
Complex data mining is hard everywhere, that's true. The problem is that even straightforward data mining is hard once the dataset sizes reach into the hundred-millions or billions or trillions in size (implying absolute dataset sizes of terabytes or more). For google it's webpages, for biology labs it's sequences.
The big killer is the cost of transferring data, which is how traditional data systems are built. A remote host has some software set up, and you send it some data, and it processes it and returns it to you. The distinction with Hadoop is that you keep the data on distributed hosts and send the code (which is typically a lot smaller).
The point stands that incremental update of queries on mutation is not a generally solvable problem: it'll still require the addition of new constructs and the limitation of existing constructs in SQL (e.g. ordering). Hadoop approaches the issue from the other end of the spectrum: focusing on a framework that models distributable algorithms directly using a small set of primitive operators (specifically, "map" and "reduce").
-Laxitive
In situations where you are using Hadoop, your "primary" data store should BE the HDFS store you are using to analyze it. That's a big part of the actual efficiency proposition of Hadoop.
The big trick with the "big data" approaches is to recognize that you keep _everything_ distributed, _all the time_. Your input dataset is not "copied into the system" for some particular analysis task, it _exists in the system_ from the time you acquire it, and the analysis results from it are kept distributed. It's only at specific points in time (exporting data to send to someone external, importing data into your infrastructure) that you should be messing around with copying stuff in and out of HDFS.
-Laxitive
There are some serious technical challenges to overcome when you think about actually implementing something like this.
Take something like "select stddev(column) from table" - there's no way to get an incremental update on that expression given the original data state and a point mutation to one of the entries for the column. Any change cascades globally, and is hard to recompute on the fly without scanning all the values again.
This issue is also present in queries using ordered results (as changes to a single value participating in the ordering would affect the global ordering of results for that query).
The issue that "Big Data" presents is really the need to run -global- data analysis on extremely large datasets, utilizing data parallelism to extract performance from a cluster of machines.
What you're suggesting (basically a functional reactive framework for querying volatile persistent data), would still involve a number of limitations over the SQL model: basically disallowing the usage of any truly global algorithm across large datasets. Tools like Hadoop get around these limitations by taking the focus away from the data model (which is what SQL excels in dealing with), and putting it on providing an expressive framework for describing distributable computations (which SQL is not so great at dealing with).
-Laxitive
The codename for this processor, was "Ming Mecca".
-Laxitive
You will not be fired for exercising workplace rights. You'll be fired for "not being a team player".
-Laxitive
It's not that 3d user interfaces have been fully explored, but that simulated 3d interfaces on 2d desktops have some fundamental limitations. We already have some amount of simulated pseudo-depth: windows can lie on top of other windows, etc.
The problem is that by the time you get around to interacting with something, you're interacting with a 2d euclidean plane which presents a projection of some 3d model. It doesn't make the plane 3d. You can't reach around and touch the "middle" of an 3d object projected onto a 2d plane. That's a problem. These might be somewhat ameliorated by true 3d interfaces (where the display itself is 3d), but that tech has yet to mature.
If you think about it, even the way we work on our typical desk is mostly 2d, from a topological perspective. I have a pile of papers and some random crap lying around my desk. When I go to grab a document to work on, I don't just reach into the middle of a stack and pull out the right one. I don't have that capability. I need to go and start flipping pages, basically morphing my 2d topology to reveal some object hidden in 3d, and only then interact with it.
That's not to say that all 3d effects and stuff are useless. Simulated 3d is a great way of providing visual cues that we have been training ourselves on since we opened our eyes. That can be a very important aspect of intuitive interfaces.. but fundamentally it acts as a visual highlight. The goodness or badness of any particular 3d interface depends entirely on how effectively the _2d_ projection is.
Thirdly, "true" 3d is actually too limiting. We are forced to live in a 3d world, but our computers give us access to many more dimensions, weirder dimensions, than that. We can provide 2d projections of abstract non-fixed-dimensional objects, like n-ary trees (e.g. filesystems). An example of a projection of that abstract object to a 2d interface would be spotlight. It provides a 2d textbox which behaves in strange and weird ways - a 2d textbox that projects 2d manipulations (type some characters), into an arbitrary traversal of the tree. Compare the utility of that to the utility of a "true" 3d rendered filesystem. What value would that add? Sure, it would look neat, but what extra thing would you gain from it?
There's nothing magic about 3d. Computers operate above and beyond limitations of 3 dimensions, and are currently constrained to expose their behaviour through primarily 2d interfaces. Simulating 3d on top of 2d user interfaces, aside from the "visual cue" aspect, is kind of an arbitrary choice.. not necessarily the best one.
-Laxitive
"How cool would that be?"
I don't know. Depends on how good the movie is.
I see that you have spent some time developing deep experience with strawmen. Good for you.
Anyway, I'll go ahead and give you an A for effort. Let's play smug one liner vs. amused mockery again sometime :)
-Laxitive
Ah, I see, you must be referring to the Delhi high court's support of caste discrimination. I'm having a bit of trouble finding examples of that, though. Could you point me to some of your examples?
I tried searching for '...' in google, but it doesn't yield too much in the way of results relating to the delhi high court.
Thanks in advance!
-Laxitive
I'm sure if you lend the Indians your time machine, they can go back in time and fix that issue. Until then, I guess they'll have to just live with outlawing caste discrimination in the constitution and then slowly working to change public attitudes.
Or perhaps you've discovered a way to fix the issue with smug off-topic one-liners?
Do tell. I eagerly await your insight into the issue.
-Laxitive
In experimental science, this is not uncommon. Using different methods of analyzing the same subject is, in other words, using (relatively) independent methods to analyze that subject. Using multiple independent methods and combining their results is a good thing, because it avoids experimental error and potential systemic biases that exist in every observational setup.
That said, I don't want to get into an actual discussion about the actual paper in question because I have not read the relevant hacked personal e-mails with their full context and interpreted their significance (and I likely won't have time in the near future given the pressures of day to day life). I am not particularly inclined to start implying conclusions and accusations based off of an incomplete and shoddy reading of a few out-of-context paragraphs. I am neither willing to vouch for or defend, or attack a particular piece of research until I am reasonably well informed about how that research was conducted.
There seem to be many people, however, who are willing to do exactly that.
-Laxitive
Response from the RealClimate website, here (http://www.realclimate.org/index.php/archives/2009/11/the-cru-hack/#more-1853):
This will indeed cause certain people to "wonder". Especially people who do not have the faculties to properly understand the idiomatic uses of the English language, and people who are willing to take words and phrases of out of context, as well as people who are willing to formulate their opinions without considering the actual analysis and instead relying on secondhand hysteria generated by others who are also not willing to consider the actual analysis.
So it goes.
-Laxitive
If you think that fast and cheap DNA reading applies only (or even mostly) to monitoring of individuals, you do not have a real grasp of the scope and applicability of DNA sequencing.
There are enormous resources in scientific research that goes toward generating datasets. Sequencing of humans is a significant part of it, but most of that applies to medicinal uses, such as cancer genotyping (which uses sequencing to identify specifically the genotypic characteristics of a particular tumor colony so it can be treated much more effectively than just trying to guess by looking at it "from the outside"). Also, a huge new area in medicine is going to be "personalized" medicine. Medicine that's actually tailored to the specific genetic traits that YOU have, so that the chances of side-effects are reduced and effectiveness is increased.
Then there are the thousands of researchers that need to collect sequence datasets on organisms that have NOTHING to do with humans. A big chunk of this is plant genetics: crop stress tolerance (e.g. make wheat grow more reliably in colder or dryer climates, or resist disease better), natural product optimization (e.g. make canola plants produce 10% more of the kinds of oils you care about, and less of the crap you don't). Another big chunk of this research is basic science: figuring out the specific details of how evolution has progressed, or to identify the core biological processes that make organisms tick. That's core evolutionary biology and biomechanics research.
Then there's the people trying to do constructive genomics: actually build organisms that do specific things. Like modifying yeast to produce some complex bioproduct that requires a network of potentially hundreds of genes. Or creating organisms that filter waste from water. Or building algae variants that run on sunlight and produce oil.
All of these things could desperately use robust, cheap, accessible sequencing platforms. Genetic sequencing is not all about your privacy. It's a platform which has the scope to save scientists and researchers millions, and put that towards more research and better results than towards trying to scrape out a few bases from a tissue sample.
IBM is trying big time to get into the life sciences (that's wrong actually, they actually already HAVE products they market to the life sciences, like systems for large-scale data processing). It is worth billions to them, and they want to tap it.
-Laxitive
I suspect an oil rig, a refinery, a transport truck, and a highway system to deliver the oil, and an oil distribution infrastructure were all part of your car motor too. Because without those it's just a hunk of twisted metal.
-Laxitive
"It's impossible! These cows... they..?! They DON'T FEEL A THING! They can't be stopped!"
I was happy to read this article. It reflects what has slowly become my perspective on online use of language.
Speaking as an immigrant who originally struggled with the English language for the first few years I spent in North America, I love English. I love how some parts make no sense, and how it's infused with slang from cultural experiences gathered from far and wide. Formal english is completely different from slang english, pigdin english, or online english... but I don't see the latter examples as _inferior_, simply different... wonderfully different.
People often confuse the notion of "writing English in a way that I can relate to" with "writing good English". This is not so. Language is most exciting when it is adulterated, compromised, and infused with the particulars of its speakers. I spent 3 years of adolescence in Louisiana, back in the 90s. While others were scoffing at the notion of ebonics, I was lapping up inner city slang: that beautiful, musical, profane prose. While others bemoan the so-called regression identified with online linguistic idioms, the 4-chanisms, and earlier the Jeff-K-isms, the flippant irreverence which with modern youth take ownership of their speech, I celebrate it.
Who wants to read things in the same way they've always written? Not to say that great writers of the past are stale - I still relish my Twain, Irving, Rushdie, and other masters of script - but I don't see the point in taking an adversarial perspective on the evolution of language.... and have no doubt, language IS evolving online. Literature is evolving online. The presentation is changing, the context is changing, the composition is changing, the references are changing... it's fucking exciting to watch.
-Laxitive
Really? I see traffic rising on my site. I have 6 servers up and running. I need 6 new servers to come up within the next 10 minutes to service my estimated needs for the next hour.
Wow, access rate is going up faster than expected. I need 6 more servers.
Phew. That was over. I just need 6 in total now. Why am I paying for 18? I'd like to take those down, please.
So, tell me.. who has been providing this service for decades?
-Laxitive
So the smaller cities will become like Delhi or Mumbai, with pollution, dirt, and garbage piling up everywhere.
If you don't think there will be too many people buying this thing as a status symbol, then you don't know Indians. If there's one thing I know about Indians, Northern and Southern, Rich and Poor, High Caste and Low Caste.. it's that status is everything, wealth is status, and cars are wealth. Sure, so is jewelry, and being able to pay for ridiculously overpriced weddings, and a whole bunch of other things.. but the car as a status symbol in India is across the board.
Tata is lying. This is all about making money on top of the Indian desire to keep up with the joneses.
Now, I'm not saying that's a bad desire. Ambition is good. Wanting to have a better life with better conveniences is a good thing. It's what makes India so vibrant and exciting a place. But there is always a cost for this kind of progress, and in a place like India where we really haven't gotten our largest problems sorted out, where we haven't, as a culture, figured out that throwing our garbage onto the streets and shitting in our own water supply is not sustainable in the long term, where we haven't learned that it is unwise spending your entire family fortune on lavish and gaudy weddings and jewellry when it could have been invested in the young couple's livelyhood to far better effect.. I don't think the country as a whole knows what it is getting into.
India may well be careening at breakneck pace towards a brick wall if it doesn't fix the more fundamental issues it faces. And no, cheap cars are not one of those fundamental issues.
I think Indian infrastructure is going to have a hard time coping with this.
Tried getting anywhere in New Delhi recently? A 10km ride can take HOURS. I'm not exaggerating or kidding. You will literally stand in one spot for half an hour. Nobody obeys traffic rules and gridlock is the norm.
The Indian middle class is looking to copy the west, and they want their SUVs and their tall lattes too.
In late afternoon in New Delhi (about 6:00pm or so), you can STARE AT THE SUN without feeling any queasiness in your eyes. That's how bad the pollution is.
Instead of looking to other cultures and trying to NOT make the same mistakes, India is eager to copycat them. Heh... you think Americans go a little bit overboard with the bling and the super-size-me? Just wait.. just wait.
-Laxitive
I had the same impression, except I didn't want to say it in quite the direct way you did. I'm not in crypto.. I just have a math/cs degree and work in biotech. The whole thing seemed kind of hokey to me, but I don't have the expertise to dissect it properly from a crypto perspective.