137Cs emits a gamma at ~661keV. The gamma definitely poses an external hazard, and its long half-life (30y) means that once it deposits on the ground, it sits around delivering dose to people for a while. There were an awful lot of different external hazards released at Chernobyl, and some of them we're definitely seeing at Fukushima (137Cs, 134Cs, and 131I). In the case of Chernobyl, as long as you got out of the exclusion areas where there was extremely high deposition (the area around the reactor at Pripyat on the border of the Ukraine and Belarus, and another big hot spot northeast on the border of Belarus and Russia), the external dose seems to have been pretty minimal.
Internal dose is much different. It's been noted elsewhere in these threads that the 131I internal hazard comes from water and milk. I'd like to point out that at Chernobyl and in the region afterwards, additional internal hazard was posed by any animal products (cheese, butter, meat) as well as leafy greens. Mushrooms and berries also pose a serious hazard; both can uptake radionuclides and concentrate them. In the case of fungi especially, the long lifespan of the organism can lead to pretty substantial concentration of radionuclides. In my opinion, until we fully characterize the releases from Fukushima, we won't be able to make definitive statements about future hazards.
Actually, we're not sure how many people have or will die from thyroid cancers directly linked to Chernobyl. It looks like it'll be around 30-40, but we won't really know that until after enough of the exposed population dies that we can firmly make a statement about that. I've seen two different numbers for total cancer incidence -- one suggests around 4,000 cases, but with most treatable so that only ~40 die, the other (more recent) suggests 300 incidences with ~30 deaths.
A big part of the problem with predicting thyroid cancer incidence from Chernobyl at all is due to the way that thyroid uptake of 131I was measured after the fact: They basically held a handheld survey meter up to people's throats and took a measurement of the activity measured there. Later studies actually showed that this was a pretty valid way to measure 131I uptake, but it introduces huge error based on individual throat tissue thickness and anatomy. (As in, ~2500% error in some cases.) When propagated through the entire model for predicting thyroid cancer incidence, this doesn't actually change a whole lot in terms of the predictions.
If you're really interested, I can provide references. Most of the work was done by teams led by Ilya Likhtarev, if you want to find it on PubMed.
But see, this is the discussion we should be having, which if anything should make the parent +1 Interesting, Even Though I May Not Agree. That's all I'm saying.
One of the aspects of why plagiarism is seen as wrong is because you're taking credit for someone else's work.
Sampling would be taking a short section of text and putting using in quotes, or otherwise acknowledging in your work that you are using something that someone else wrote.
I also think that a work that is very obviously built of "samples" needn't expressly say what is what. If you sample music to make your own song, you'd better credit properly and pay or else the original songwriter will end up owning your song. I still find it to be incredible BS...the real lesson is "music industry people will screw you
In the United States, since 1991, the date of Grand Upright Music, Ltd v. Warner Bros. Records Inc., music samples need to be cleared by the copyright holder. That's what seems to be the real distinction here- you cannot consider literary plagarism to be analogous to music sampling because in fact legal music sampling is nothing like plagarism- works are cited, permission is requested and granted and often a considerable sum of money or share of future earnings takes place.
Helene Hegemann took someone else's work and presented it as her own, which I find disingenuous. Had she come out when she released the book and said she "collaged" works for the book that would have been one thing. That concept would have made for an interesting critique on a different media for "mash-ups". In writing, one commonly samples other people's work using a moderately well-known process called "quoting". I'm mildly surprised she hasn't heard of it. There is a long-standing history of one artist performing works by another, adding their own touch to the music.
Who cares? Artists who sample should always give the original artist credit... When done wrong it is theft.
Perhaps she might have a legitimate point. The fact that she didn't acknowledge the sources makes the whole thing all the more egregious and shows that she really probably knew what she was doing was wrong. If not, she was so ignorant that it didn't occur to her that this might be a problem. Either way, it is deeply unimpressive. Have we entered a new era where plagiarism is not just tolerated, but seen as normal?
Foolishness! She is the Vanilla Ice of literature sampling then.
Artistic questions aside, can you argue that plagiarism damages the author of the plagiarized work if it increases sales?
The simple fact is that plagiarism does not exist. Only in the academic world does the concept exist. In the real world, plagiarism itself is perfectly legal, and at worst is a moral/ethical failing. Now this book in questions sounds like it has plagiarism if the source of borrowed ideas was not mentioned on an acknowledgments page or similar location. It might also be copyright infringement, regardless of any crediting, since specific expressions of ideas were re-used without permission. Only the latter is actually a problem. Crediting the idea sources would be nice, but the law does not require it.
I personally think this policy is ridiculous! Is someone going to make the freely downloadable opensource remix of her book? The law protects the rights of owners to maintain the freedom to make determinations on the use of their property. When an owner decides to sell some of those property rights, he has the right to determine at what price and under what conditions to do so, constrained only by other laws limiting his choice.
Thanks, AC, this is the conversation I actually wanted to have.
My particular angst is that I do come from a software background; architecture, specifically. I can write code, but it's not great code, and what's worse is that I know it. I'm also poignantly aware of the difference between how I'm doing things for this project and how I should be doing them. The gap there is due to money; they're paying me in a month what I can make in the business world in a day. And I'm the only person on my team. Behold the life of a graduate student, I suppose, but it's especially frustrating to do this after working in the "real" world for so long where if your client doesn't have the budget to do it right, they just don't do it. (Okay, and I wish that statement was actually true, too. If I had a dime for every time a client said, in the initial requirements gathering meeting, "Look, we don't have a lot of money, so don't comment it or anything, okay?" Right. Because that's the part that's costing you.)
Anyhow, I don't have a great solution for my problem. I just can't imagine that this is the only project out there where there's a guy doing the calculations in a SQL database instead of in Excel spreadsheets or by hand, and importing data to that database using scripts that would break if you tried to pass them a bitmap image instead of a CSV file. What I do know is that we do our sciencey version of QA on it by analyzing test data to confirm that it returns what it should. The right answer? I have no idea. There is no right answer with this budget.
This is a conundrum for me. My research is in the world of radiation physics, where results can definitely be life-changing. I absolutely respect the amount of impact small discrepancies can have on outcomes, but I also struggle to find a balance. The project I'm on right now is a retrospective analysis, so the results we report won't directly affect anyone. If policy changes are made from what we determine, the results will.
My role is to conduct some fairly complex calculations against a data set, for which I've built some custom software and a database. The software isn't great software...it's good enough to get the job done. I validate the input...a little bit. Just enough to make sure we're using the right file. I confirm that the data I need exists in our input, but I don't do any boundary checking on it. Why should I? There's only one data file that gets analyzed, and as we collect more data, we run it again. I'll probably use this code in "production" four times in the course of the study. Are there stupid bugs that crop up if strings show up in the data instead of floats? Sure. But there won't ever be strings in the data, and the code won't ever be used after we run the data through. We don't have the budget for me to spend the time to write it "right", the way I would if it was for enterprise use. And we sure can't afford to QA it, too.
I respect the idea that all code should go through a complete development cycle before use in production, and I think it's certainly important for that to happen in science, but I think there have to be limits. Sometimes the object is to get something done, and the difference between doing it "best" and "good enough" doesn't mean the difference between "right" and "wrong."
This isn't strictly true. While the fusion reaction itself doesn't leave long-lived radionuclides that have to be disposed of, the fusion process generates neutrons with such high energy -- much higher than in a fission reaction -- that the shielding itself becomes activated. Additionally, since the interior of the reactor is exposed to such high flux, it degrades and has to be replaced. These both result in radioactive waste that have to be dealt with. Most of what I've read suggests that, indeed, the half-lives of most of the materials created this way are very much shorter than the waste that comes out of the non-reprocessed fission reactors in the U.S.A., but it's not negligible.
Whoever modded this +1 Funny instead of +1 Insightful must have misclicked. The capabilities of the gen IV plants are absolutely unreal; in addition to their staggeringly more effective power generation, they have safety features built into their design that make them the generators of choice. They would also provide us the ability to deliver ultra-high-temperatures for next-generation materials work, produce hydrogen for fuel cells, and desalinate water. That's basically all of our problems solved except carbon scrubbing from the atmosphere.
The dean of the Natural Sciences college at my girlfriend's university closed his speech by saying this (or something like it): "Science is advancing so rapidly, and new fields are being created so quickly, that it's impossible to even catch up to it. The only way to keep up is to be the person at the edge, the person breaking the ground, the person making the new fields."
I've no idea how to get anyone to read this on a semiold thread, but...mods, help me out?
I think I found a security flaw at Denver International Airport this weekend. I wasn't looking to, I literally stumbled into it...but I didn't know how to tell someone without getting in trouble for it. (I've read too many horror stories like this one.) The trouble is, if I'm right about what happened, it might be a problem that exists in the way some specific hardware is implemented.
Does anyone know how to report this without retribution?
I mean that in the, "what is there to overcome" sense. I just wonder if something in a neighboring field might help handle the data in a different way that happens to be helpful. Am I wrong in thinking that it's just a bunch of spectral lines that we get out, which oughta be parseable somehow?
I'm just starting my grad work, but I got back into the physics side of things by doing data analysis automation for my department, so I'm just trying to see if there's some way I can be, you know, helpy.
IANAAP, but I am a regular physicist, just a rusty and not very good one right now.
And I get that this is functionally a dead thread since it's two days old, but here's hoping...
Do we have a package coded anywhere that compares a set of spectral lines against all of our known spectra, _including_ our known spectra red/blueshifted beyond the typical expected astronomical speeds for galaxies and such? IE, what if we get a collision or something between two chunks or clouds of matter moving at.5c, or something similar.
137Cs emits a gamma at ~661keV. The gamma definitely poses an external hazard, and its long half-life (30y) means that once it deposits on the ground, it sits around delivering dose to people for a while. There were an awful lot of different external hazards released at Chernobyl, and some of them we're definitely seeing at Fukushima (137Cs, 134Cs, and 131I). In the case of Chernobyl, as long as you got out of the exclusion areas where there was extremely high deposition (the area around the reactor at Pripyat on the border of the Ukraine and Belarus, and another big hot spot northeast on the border of Belarus and Russia), the external dose seems to have been pretty minimal.
Internal dose is much different. It's been noted elsewhere in these threads that the 131I internal hazard comes from water and milk. I'd like to point out that at Chernobyl and in the region afterwards, additional internal hazard was posed by any animal products (cheese, butter, meat) as well as leafy greens. Mushrooms and berries also pose a serious hazard; both can uptake radionuclides and concentrate them. In the case of fungi especially, the long lifespan of the organism can lead to pretty substantial concentration of radionuclides. In my opinion, until we fully characterize the releases from Fukushima, we won't be able to make definitive statements about future hazards.
Disclaimer: IAAHP.
Actually, we're not sure how many people have or will die from thyroid cancers directly linked to Chernobyl. It looks like it'll be around 30-40, but we won't really know that until after enough of the exposed population dies that we can firmly make a statement about that. I've seen two different numbers for total cancer incidence -- one suggests around 4,000 cases, but with most treatable so that only ~40 die, the other (more recent) suggests 300 incidences with ~30 deaths.
A big part of the problem with predicting thyroid cancer incidence from Chernobyl at all is due to the way that thyroid uptake of 131I was measured after the fact: They basically held a handheld survey meter up to people's throats and took a measurement of the activity measured there. Later studies actually showed that this was a pretty valid way to measure 131I uptake, but it introduces huge error based on individual throat tissue thickness and anatomy. (As in, ~2500% error in some cases.) When propagated through the entire model for predicting thyroid cancer incidence, this doesn't actually change a whole lot in terms of the predictions.
If you're really interested, I can provide references. Most of the work was done by teams led by Ilya Likhtarev, if you want to find it on PubMed.
Disclaimer: IAAHP. [health physicist]
"Crackware."
But see, this is the discussion we should be having, which if anything should make the parent +1 Interesting, Even Though I May Not Agree. That's all I'm saying.
The one week this year I haven't had mod points...and this is modded flamebait why?
It's a big rock floating through vacuum. What is there to preserve? There's no ecosystem, no history, no emotional attachment.
There's no ecosystem at the time scale which we're accustomed to using to look at things. That doesn't mean there's no ecosystem.
Just sayin'.
One of the aspects of why plagiarism is seen as wrong is because you're taking credit for someone else's work.
Sampling would be taking a short section of text and putting using in quotes, or otherwise acknowledging in your work that you are using something that someone else wrote.
I also think that a work that is very obviously built of "samples" needn't expressly say what is what. If you sample music to make your own song, you'd better credit properly and pay or else the original songwriter will end up owning your song. I still find it to be incredible BS...the real lesson is "music industry people will screw you
In the United States, since 1991, the date of Grand Upright Music, Ltd v. Warner Bros. Records Inc., music samples need to be cleared by the copyright holder. That's what seems to be the real distinction here- you cannot consider literary plagarism to be analogous to music sampling because in fact legal music sampling is nothing like plagarism- works are cited, permission is requested and granted and often a considerable sum of money or share of future earnings takes place.
Helene Hegemann took someone else's work and presented it as her own, which I find disingenuous. Had she come out when she released the book and said she "collaged" works for the book that would have been one thing. That concept would have made for an interesting critique on a different media for "mash-ups". In writing, one commonly samples other people's work using a moderately well-known process called "quoting". I'm mildly surprised she hasn't heard of it. There is a long-standing history of one artist performing works by another, adding their own touch to the music.
Who cares? Artists who sample should always give the original artist credit... When done wrong it is theft.
Perhaps she might have a legitimate point. The fact that she didn't acknowledge the sources makes the whole thing all the more egregious and shows that she really probably knew what she was doing was wrong. If not, she was so ignorant that it didn't occur to her that this might be a problem. Either way, it is deeply unimpressive. Have we entered a new era where plagiarism is not just tolerated, but seen as normal?
Foolishness! She is the Vanilla Ice of literature sampling then.
Artistic questions aside, can you argue that plagiarism damages the author of the plagiarized work if it increases sales?
The simple fact is that plagiarism does not exist. Only in the academic world does the concept exist. In the real world, plagiarism itself is perfectly legal, and at worst is a moral/ethical failing. Now this book in questions sounds like it has plagiarism if the source of borrowed ideas was not mentioned on an acknowledgments page or similar location. It might also be copyright infringement, regardless of any crediting, since specific expressions of ideas were re-used without permission. Only the latter is actually a problem. Crediting the idea sources would be nice, but the law does not require it.
I personally think this policy is ridiculous! Is someone going to make the freely downloadable opensource remix of her book? The law protects the rights of owners to maintain the freedom to make determinations on the use of their property. When an owner decides to sell some of those property rights, he has the right to determine at what price and under what conditions to do so, constrained only by other laws limiting his choice.
Thanks, AC, this is the conversation I actually wanted to have.
My particular angst is that I do come from a software background; architecture, specifically. I can write code, but it's not great code, and what's worse is that I know it. I'm also poignantly aware of the difference between how I'm doing things for this project and how I should be doing them. The gap there is due to money; they're paying me in a month what I can make in the business world in a day. And I'm the only person on my team. Behold the life of a graduate student, I suppose, but it's especially frustrating to do this after working in the "real" world for so long where if your client doesn't have the budget to do it right, they just don't do it. (Okay, and I wish that statement was actually true, too. If I had a dime for every time a client said, in the initial requirements gathering meeting, "Look, we don't have a lot of money, so don't comment it or anything, okay?" Right. Because that's the part that's costing you.)
Anyhow, I don't have a great solution for my problem. I just can't imagine that this is the only project out there where there's a guy doing the calculations in a SQL database instead of in Excel spreadsheets or by hand, and importing data to that database using scripts that would break if you tried to pass them a bitmap image instead of a CSV file. What I do know is that we do our sciencey version of QA on it by analyzing test data to confirm that it returns what it should. The right answer? I have no idea. There is no right answer with this budget.
This is a conundrum for me. My research is in the world of radiation physics, where results can definitely be life-changing. I absolutely respect the amount of impact small discrepancies can have on outcomes, but I also struggle to find a balance. The project I'm on right now is a retrospective analysis, so the results we report won't directly affect anyone. If policy changes are made from what we determine, the results will.
My role is to conduct some fairly complex calculations against a data set, for which I've built some custom software and a database. The software isn't great software...it's good enough to get the job done. I validate the input...a little bit. Just enough to make sure we're using the right file. I confirm that the data I need exists in our input, but I don't do any boundary checking on it. Why should I? There's only one data file that gets analyzed, and as we collect more data, we run it again. I'll probably use this code in "production" four times in the course of the study. Are there stupid bugs that crop up if strings show up in the data instead of floats? Sure. But there won't ever be strings in the data, and the code won't ever be used after we run the data through. We don't have the budget for me to spend the time to write it "right", the way I would if it was for enterprise use. And we sure can't afford to QA it, too.
I respect the idea that all code should go through a complete development cycle before use in production, and I think it's certainly important for that to happen in science, but I think there have to be limits. Sometimes the object is to get something done, and the difference between doing it "best" and "good enough" doesn't mean the difference between "right" and "wrong."
>Why aren't they using an array of neural-network-controlled, articulated metal arms to control the fusion chamber
Yeah, where's waldo?!
This isn't strictly true. While the fusion reaction itself doesn't leave long-lived radionuclides that have to be disposed of, the fusion process generates neutrons with such high energy -- much higher than in a fission reaction -- that the shielding itself becomes activated. Additionally, since the interior of the reactor is exposed to such high flux, it degrades and has to be replaced. These both result in radioactive waste that have to be dealt with. Most of what I've read suggests that, indeed, the half-lives of most of the materials created this way are very much shorter than the waste that comes out of the non-reprocessed fission reactors in the U.S.A., but it's not negligible.
IAAHP (I Am A Health Physicist)
Free market saves.
...but Gretzky scores on the rebound!
What I think is really interesting isn't just the tool use, it's that the beast is planning ahead.
This. Exactly this.
Whoever modded this +1 Funny instead of +1 Insightful must have misclicked. The capabilities of the gen IV plants are absolutely unreal; in addition to their staggeringly more effective power generation, they have safety features built into their design that make them the generators of choice. They would also provide us the ability to deliver ultra-high-temperatures for next-generation materials work, produce hydrogen for fuel cells, and desalinate water. That's basically all of our problems solved except carbon scrubbing from the atmosphere.
See http://en.wikipedia.org/wiki/Radiation_hormesis .
Essentially, it seems like it's possible that low levels of radiation are actually beneficial. The jury's still out, but we're looking at it.
How about,
(d) The model's wrong.
Just sayin'.
I'll buy it when it includes images. The text is wonderful, but there are definitely some things that require a picture, or at least a diagram.
> First, the hardware is not derived from Wikipedia.
http://en.wikipedia.org/wiki/WikiReader begs to differ. :P
Don't forget Planck!
The dean of the Natural Sciences college at my girlfriend's university closed his speech by saying this (or something like it): "Science is advancing so rapidly, and new fields are being created so quickly, that it's impossible to even catch up to it. The only way to keep up is to be the person at the edge, the person breaking the ground, the person making the new fields."
I've no idea how to get anyone to read this on a semiold thread, but...mods, help me out?
I think I found a security flaw at Denver International Airport this weekend. I wasn't looking to, I literally stumbled into it...but I didn't know how to tell someone without getting in trouble for it. (I've read too many horror stories like this one.) The trouble is, if I'm right about what happened, it might be a problem that exists in the way some specific hardware is implemented.
Does anyone know how to report this without retribution?
But why not?
I mean that in the, "what is there to overcome" sense. I just wonder if something in a neighboring field might help handle the data in a different way that happens to be helpful. Am I wrong in thinking that it's just a bunch of spectral lines that we get out, which oughta be parseable somehow?
I'm just starting my grad work, but I got back into the physics side of things by doing data analysis automation for my department, so I'm just trying to see if there's some way I can be, you know, helpy.
IANAAP, but I am a regular physicist, just a rusty and not very good one right now.
And I get that this is functionally a dead thread since it's two days old, but here's hoping...
Do we have a package coded anywhere that compares a set of spectral lines against all of our known spectra, _including_ our known spectra red/blueshifted beyond the typical expected astronomical speeds for galaxies and such? IE, what if we get a collision or something between two chunks or clouds of matter moving at .5c, or something similar.
If it's not written now, can we write it?
This is the best thing I've ever read on Slashdot.
Thank you.
I wish I could mod myself -1 Complainy, but I gotta agree here...this is a deeply biased and agendized summary. Mod the summary -1 Disappointed. :(
Dude, don't worry. Nobody "gets" the National Geographic Channel.