Slashdot Mirror


User: Okian+Warrior

Okian+Warrior's activity in the archive.

Stories
0
Comments
2,434
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,434

  1. Re:tautology ontology on Upgrading the Turing Test: Lovelace 2.0 · · Score: 1

    'AI' is complex machines following instructions. That's what it is. The rest is people projecting their own emotions onto inanimate objects.

    That is *great* phrasing - thank you. It's going into my notes and will probably make it into my writings (with attribution). Probably as a chapter heading.

    The situation is not completely hopeless: there is a small number of people, myself included, who are working on actual AI. Most of the research is using programming to solve a (particular) problem.

  2. Turing test is flawed on Upgrading the Turing Test: Lovelace 2.0 · · Score: 1

    The Turing Test has flaws.

    Firstly, it requires a human-level of communication. One cannot use the it to determine whether a crow (for example, or cat or octopus) is intelligent since they cannot communicate at our level. Even though these creatures demonstrate a surprising level of intelligence. Watch this video and be astonished.

    The extended video shows the crow taking the worm to it's nest, then returning to grab the hooked wire and taking that back to the nest! Can we use the Turing Test to determine whether the crow is intelligent?

    Secondly, it conflates intelligence with human intelligence. There's no spectrum of measurement, no "ruler" which can be laid down to measure the level of intelligence in an entity, or to determine whether one entity is more (or less) intelligent than another. Are crows more intelligent than cats? Can the question be resolved using the test? Could the test be used to determine which of two humans is the more intelligent?

    But most importantly, the Turing Test has no predictive value: it cannot be used to guide research or development of intelligence.

    Consider trying to build a fizzbin, and whether you are successful will be determined by a yes/no decision from a jury of professionals. With no description of what a fizzbin actually is, how hard would it be?

    Consider trying to deliver a package, given that you have a GPS system with a broken display. The GPS still works, and the LED will light when you are at the delivery address, but otherwise you have no idea where to go. The address could be in NYC or Tokyo, or anywhere else.

    The fundamental problem with the Turing Test is that it doesn't define intelligence(**). Defining something as a test works in mathematics where there is no time or effort to make the axiom of choice on the set of all objects (ie - the universe), but intelligence isn't a purely mathematical concept. It's partly based on a real-world measurement (being: information), and as such is more closely akin to physics.

    Instead of a fizzbin, consider trying to build a car. A car can be defined as a body, frame, 4 wheels, engine, and seats, and the purpose is to transport people from place to place (*). A wheel can be further described as a tire on a rim with brakes, a tire can be described as a loop of rubber with steel wires and a valve-stem, a valve-stem as a tube with a schrader valve, a schrader valve is... and so on.

    This is a constructive definition: an object is made of simpler objects, each of which is composed of even simpler objects. Math is full of these (a field is a ring plus some stuff, a ring is a group plus some stuff, a group is a set plus some stuff... and so on.)

    With the constructive definition, one could build a car directly; or at least, know how to make the attempt. You can determine whether something is a car; and if not, know what needs to be changed.

    In my opinion (I'm an AI researcher) the Turing test and the Lovelace test have little value. The tests don't show where to look or how to proceed.

    (*) A simplified definition to not lose sight of the position.

    (**) This is an academic position. I am a great admirer of Alan Turing and his many brilliant results, including the Turing Test.

  3. Quid-pro-quot for journalists on Is a Moral Compass a Hindrance Or a Help For Startups? · · Score: 1

    What a load of bullshit. That sociopath prick running the company is a bully. Many people aren't going to use uber because of this sunshine. Take your astroturfing elsewhere.

    That's an interesting response. You are supporting your position by emotional strength - essentially saying that the poster has to back down or you'll respond into a full-blown emotional outburst (see bully).

    When I first heard about Uber's plans the first thing that came to mind is "there's no law against publishing public information".

    We have fairly clear rules about what's illegal in terms of gathering and publishing data. The police have no qualms about publishing names and addresses, and sometimes courteously withhold that information for the rich and powerful while using it against low-income people.

    The press has no qualms about publishing data that people want to keep private, so long as publishing it would sell papers. If someone simply wishes to live out of the public eye, it's a challenge and "Look! We've got the scoop on Satoshi Nakamoto! Find out who he *really* is and why he needs to hide! (Are your children safe?)

    If no one takes action to expose the journalists, if there's no consequences for their actions, what keeps the journalists honest? What incentive does any journalist have for journalistic integrity?

    This seems like a cromulent quid-pro-quot. So long as no laws are broken, I'm fine with it.

  4. How to become world class on Interviews: Ask Malcolm Gladwell a Question · · Score: 1

    Your book "Talent is Overrated" is misquoted and misinterpreted in many places, but seems to say that anyone can become a world-class expert with enough effort and time.

    What should someone do to become a world-renowned expert?

    Can you give us a plan or list of steps to take - something that's not garbled by news media reporting?

    Can you clarify a summary of the books conclusions, so that others can embark on that journey?

  5. Re:Confidence levels on Big Talk About Small Samples · · Score: 3, Insightful

    Dude! News for nerds indeed. Try using this command in R: 1-pbinom(38,54,.50). You will find that the probability of getting 38 or more heads in 54 trials is approximately 0.0007481294. There are plenty of things wrong with the lump of stupid in the blog post above, but at least get the math right.

    Part of explaining something is knowing your audience.

    Telling someone to type a command in R doesn't explain *why* typing that command works, or what's going on in the background.

    And yes, there's things wrong with the post, but Bennett is most definitely NOT A STATISTICIAN. You don't saturate a beginner with all the gory details - you start from the basics and work up.

    Part of explaining something is knowing your audience. Practice explaining things to people and you, too, will figure that out.

  6. Confidence levels on Big Talk About Small Samples · · Score: 4, Insightful

    38 out of 54 survey-takers, or 70%

    Bennett, try this experiment.

    Make a program that flips 54 coins and notes the number of heads and the number of tails at each round. Then run this program for one million rounds.

    When you're done, note the number of rounds the random generator saw 38 or more heads and frame this as a proportion; ie - "the random generator reached this level X% of the time".

    Then compare your results with the random generator. If your results are unlikely to come from the random generator, then perhaps you have something.

    Now, " unlikely" is an arbitrary measure with no compelling foundation (it's the wrong measure to determine the significance of a result(*)), but in scientific circles we use a "rule of thumb": results are considered significant when they are less likely than 95% of the random results.

    Even at this level, we expect 1-in-20 studies to be due to random chance, but then follow-on studies should confirm or deny the findings (and 1-in-20x20 of *those* will be due to random chance as well).

    If the results might lead to potentially catastrophic decisions we might use a higher level of significance; for example, 99% confidence when deciding whether a drug is safe. Physics uses an insanely high level of confidence.

    Try that and get back to us - we await your next post with baited breath.

    (*) The correct measure is the number of bits saved by compressing the original data by factoring out the result (glossing over some details).

  7. It's still a fair point on Mathematics Great Alexander Grothendieck Dies At 86 · · Score: 4, Insightful

    [It's not insanity... ] Yes it is.... same as Howard Hughes

    I dunno... long-term reading of this blog might result in the impression that life is a disheartening, unjust affair. It's full of rights violations by police and government agencies, feckless and obstructive politicians, corrupt and predatory corporations, and so on.

    To read online news results, everything is lurid and emotional. For example, the nurse in Main [who was in contact with ebola] who didn't agree to a quarrantine was in a "standoff" with authorities, the Philae lander is "racing against time" (whatever *that* means), there's a tiger loose in Disneyland, and we need to be afraid of everything so that the government can justify their purchases and policies.

    Is it that much of a stretch to believe that people will view the world through this skewed perspective?

    Given what we know about human psychology - for example, that people will believe what they're told by default (viz. religion) - it makes perfectly rational sense that a small cadre would lose all hope in humanity and seek to avoid it.

    I don't think these people can be legitimately called insane. They're not hurting anyone, they're not hurting themselves, and they're living their own lives.

    What criteria would you apply to these people to designate them as "insane", and what behaviour would you change about them to fix it? (And how do measure such a change so that you can tell when they're no longer insane?)

  8. Crap! on Mathematics Great Alexander Grothendieck Dies At 86 · · Score: 4, Funny

    In it, he described his encounters with a deity and announced that a "New Age" would commence on 14 October 1996.

    Crap! He promised he wouldn't tell anyone.

    Oh well, I guess the cat is out of the bag.

    How are people liking the New Age? Any suggestions for improvement?

  9. Black list for authorities? on After Silk Road 2.0 Shutdown, Rival Dark Net Markets Grow Quickly · · Score: 1

    There was a recent post asking how authorities might have breached the Tor network.

    A related question to ask might be "what can we do to increase our network privacy/security"?

    I've often wondered if a "government authority" blacklist would be worthwhile. For example, the City Police near where you live probably surf from a fixed IP address at that location. We could maintain a list of such addresses and allow websites to subscribe to the list.

    If an address geolocates to within 50 miles of Washington DC (or Langley, VA; or Bluffdale, UT) it's probably not someone you want looking at your site.

    Anyone with the slightest idea of how the internet works will realize that this scheme will be trivial to get around using any number of techniques, but the purpose isn't to make access *impossible*, it's to make access *harder*. It starts an arms race between government agencies and an army of determined hackers.

    Suppose you're a government agent. You can't send a link over E-mail to your boss at the office because when he opens it the site will show different results. You have to do screenshots or make web page copies - it's much more work (and a more complicated evidence chain).

    Suppose you're a government IT guy. You have to implement VPN connections to remote computers so that your agents can surf the net properly, and this is a ton more work for you to do, and it's insecure and might open up your internal network to hackers.

    It starts a competition for resources. In addition to law enforcement, the government entities also have to spend time, effort, and money to get around the additional hurdle. If it costs us little to implement, and costs them a lot to get around, then it's effort well spent. And there's a multiplication factor: each and every government agency has to implement a solution to our one system.

    In the manner of spam blacklists, we could allow people to nominate specific IP addresses as being "city hall in Tallahassee" with some confirmation protocols to ensure accuracy and that the list doesn't get spammed.

    You could have your website either block the listed IP addresses, or show different content.

    We could make it *much* harder for authorities to gather website evidence.

  10. Statistical timed analysis on Tor Project Mulls How Feds Took Down Hidden Websites · · Score: 4, Interesting

    As I understand the Tor process, every tine I fire up Tor it randomly chooses an exit node(*).

    Suppose I am running some exit nodes (as the NSA is suspected of doing). If I want to find the location of a hidden service I just fire up Tor and access an onion website with a specific tempo. If one of my exit nodes shows traffic with that tempo, then I know that's the exit node for this onion connection and I can trace the exit connection(**).

    If you access the site many times, eventually the statistical nature of the tempo (in your own exit node) will be apparent among the random noise of other traffic. If you do the process many times, eventually you'll find a strong statistical evidence for the target IP address.

    How many Tor exit nodes does the FBI run? How much time can they put into discovering each site? Can tempo-based access be automated?

    See here for more info. From a paper published in 2011 comes the quote:

    In this thesis we tested three correlation algorithms. [...] We found that while the two previously-existing algorithms we tested both have problems that prevent them being used in certain cases, our algorithm works reliably on all types of data.

    This would be my guess.

    (*) For the onion protocol it's listed as a rendezvous point and there's some protocol negotiation, but it's essentially an exit node.

    (**) Actually it's even simpler. Tor reports the IP address of your exit node - just keep starting Tor until the exit node is a system you control.

  11. Re:The future of capitalism on After Silk Road 2.0 Bust, Eyes Turn To 'Untouchable' Decentralized Market · · Score: 1

    I don't thing there's going to be any kind of fundamental change in capitalism. The only thing that's going to change is the method and who gets to benefit from it.

    I disagree.

    Wikileaks was effectively stopped when all credit card companies refused service. Defense distributed lost their payment processor ("Stripe").

    The TOS for many online resellers restrict what you can and cannot sell - eBay won't let you sell booze or their empty, collectible containers, animals, or event tickets. (Why can't I resell my event ticket if I decide I'm not going to use it?) Amazon, even Craigslist have similar restrictions. You can't sell fart apps on the apple store.

    This will also put a crimp in the way Corporate Law Enforcement operates. Instead of spending time tracking down the distributor of pirated works, they'll have to fall back to investigating murders, thefts, and assaults.

    And then there's the economic upheaval which will happen when previously banned markets become easily accessible. Drugs come to mind, but this will also have an effect on easily-copied data streams such as games, movies, and books. Knowing that your movie will be immediately copied and that you will get no revenue *after* it's made, entertainment might have to switch to a kickstarter-style model. Stephen king proposes a new book, gets $100,000 in seed money, writes it and sets it free on the internet. That sort of thing.

    These are just the first few things that come to mind. Some are speculative, but others are happening right now.

    I'm pretty sure you're under-estimating the effect that secure untraceable commerce would have on the world.

  12. Einstein and the atomic bomb on Computer Scientists Say Meme Research Doesn't Threaten Free Speech · · Score: 4, Insightful

    I had a related discussion with some friends recently about what they would/wouldn't work on in their job.

    Einstein and others famously regretted developing the atomic bomb.

    At the time, it was thought that nuclear chain reactions were impossible because the neutrons emitted by a fissile nucleus were too fast to interact with neighboring atoms. Leó Szilárd discovered that graphite would act as a neutron moderator, slowing them down so that they could interact. Each decaying nucleus releases two(*) neutrons, each neutron causes two other nuclei to decay, and so on. Two becomes four, becomes eight, in an exponential manner.

    Here's the thing. At the time, conventional wisdom felt that chain reactions were impossible; and entrenched ideas in science are hard to pry loose. If Szilárd had chosen not to publish, it would have delayed nuclear fission research for decades - possibly indefinitely.

    Consider the ramifications of having a few decades of technological development before attempting to build nuclear reactors, of social development before ICBMs and Mutually Assured Destruction, and so on. We've come a long way since then - we're much closer to planetary cooperation. The conflicts of the early 20th century seem almost tribal in retrospect.

    Here's the essential question: Should Szilárd have published? Knowing that his research was the keystone for nuclear weapons, should he have just kept quiet about it?

    The tools make no political judgments, but unenlightened bureaucrats do. And right now there's a lot of abuse by the people in power, the people we should be able to trust with our welfare. One only has to look at elections to see how psychological research is being used - en mass - on the population for political ideology.

    Would it not be better to put this research off a couple of decades so that other, more directly beneficial technologies can come first? An environment of secure communications, anonymous surfing, safe and untraceable whistle-blowing seems to be on the horizon.

    We have the hindsight to see the results of Szilárd's choice. Should we choose differently?

    (*) Average 2.5 neutrons per nucleus

  13. I'm the one with the vote! on Silicon Valley Swings To Republicans · · Score: 1

    To misquote Ash: Republican? Democrat? I'm the one with the vote!

    People believe the promises, so the election becomes a competition to see who can promise the best.

    Is your life any better for having these party affiliations? Since the last election, has the government made the country better or worse? Will your kids have a harder or easier time when they go out into the world? Will you retire in ease or hardship?

    Since the last election, do you have more freedoms or less?

    Don't buy into the promises, they mean nothing. Vote against the people in office. That's the way to promote change, that's the way to force people to action.

    Vote out the incumbents.

  14. Party affiliation doesn't matter on Silicon Valley Swings To Republicans · · Score: 1

    1. Republican power is increasing in Washington. If you want a powerful government friend to help you, you make friends with people who whose power is increasing.

    2. People don't love Hillary Clinton. Support for Hillary Clinton rests mostly on hatred for her opponents. But her opponent hasn't been chosen yet. It might be Rand Paul. So it's hard to get your hate on enough to write the big check.

    To misquote Ash: Republican? Democrat? I'm the one with the vote!

    None of what you said matters - not of the republican words, not democratic promises, not adverts or sound-bites.

    What matters is what they've *done* while in office. It's the only metric that matters.

    Is your life better since the last election? Will your kids be better off or worse off when they leave the nest to go out on their own? Is the government giving you more freedoms or less?

    You shouldn't care which party that is. Vote for change, not for words.

    When they realize that they have to actually *do* something during their term in order to get re-elected, then we'll start to see some changes.

  15. Has your life gotten better? on Silicon Valley Swings To Republicans · · Score: 1

    Regressive, reschmessive. Vote out the crappy incumbents.

    Yes. Do this. But beware that the person you put in office in his stead is not the same. [...]

    There's no realistic way to determine *what* a candidate will do once they're in office. The words don't matter, what they promise doesn't matter, fluffy nice adverts don't matter. The only metric we have that's in any way useful is what they've done *since being elected*.

    Ask the meaningful questions: has your life improved over the last few years? Have you're kids gained or lost opportunities over the last few years? Has the standard of living risen over the last few years?

    Once they realize that they have to actually *do* something during their term in order to get reelected, then we'll start seeing change.

    Kick out the incumbents. Unless you can point to an *action* that they did that helps the lives of Americans, kick 'em out.

  16. Reversed conditional on Buying Goods To Make Nuclear Weapons On eBay, Alibaba, and Other Platforms · · Score: 4, Insightful

    Most of this gear has lots of legitimate uses as well. Not to mention that if someone really wanted to obtain this sort of gear, I cannot imagine them shopping for it on Alibaba or eBay.[...]

    I'm trying to become a rationalist, so here's (my take on) the fallacy.

    Police learn that "all drug labs use chemicals", so they think "all chemicals are intent to make drugs". If they see your home laboratory, you'll be arrested and have all your chemicals confiscated - even if you don't have the complete drug-making kit. I know of one home lab where this is exactly what happened. Frequently, having a scale is considered sufficient evidence of drug dealing.

    I've read several news reports of people being arrested for having "bomb making materials" where the kit was incomplete - in one case a box of [glass] canning jars in the back of a vehicle along with a bag of fertilizer. No fuel oil (for ANFO), nothing that could be a fuse, no apparent intent, and no apparent target. A guy's life got completely fucked up for no apparent reason.

    Another example: explosives are delivered by rocket, so rockets will be used to deliver explosives. We have to ban model rocketry!

    Sexual harassment is done by ribald speech, therefore all ribald speech is sexual harassment. (Even if there's no threat?)

    Other examples too numerous to mention.

    This is formally the Fallacy of the Reversed Conditional, and it's used in lots and lots of news articles to stoke fear and promote the writer's agenda.

    It's a problem in Bayesian probability. Consider whether the following reversals are valid or invalid:

    Probability that someone carries a purse, given that they're a woman (high or low), probability that someone is a woman, given that they're carrying a purse (high or low)? Is reversing this conditional valid?

    Probability that John is dead, given that he was executed (high or low), probability that John was executed, given that he is dead (high or low)? Is reversing the conditional valid?

    Two examples of reversed the conditionals, but only one is valid when reversed.

    We need to sort through the bias and clever manipulation of innuendo, and consider the arguments on their merits. Owning any of the cited tech is not evidence of bomb-making, and invasive tracking laws will not help stop nuclear proliferation.

    The fallacy is used for a reason: they want to impose invasive tracking for other reasons, using your emotions against you.

    Don't be fooled.

  17. Re:First hand report on Rhode Island Comic Con Oversold, Overcrowded · · Score: 2, Funny

    THINK OF THE CHILDREN!

    Seriously? You're seriously going to try emotional manipulation on Slashdot? You're a particularly stupid troll, aren't you? Fuck off and go troll Facebook, you cretin.

    It would appear that trolling works on you...

  18. First hand report on Rhode Island Comic Con Oversold, Overcrowded · · Score: 5, Informative

    I was *at* the con when this went down, was in the rotunda where the marshal/police were, and listened in on all the conversations. The fire marshal is completely to blame for this, he's an idiot.

    To reduce the number of people, the fire marshal ordered anyone leaving the con could not reenter for any reason, and decided that going to the ground floor constituted leaving the con... despite having con functions on the ground floor.

    Volunteers and con workers who went to the ground floor to connect with the main desk couldn't get back in, vendors who went to their cars couldn't get back to their stalls, program participants (celebrities with scheduled appearances) couldn't make their appointments, people who had paid $$$ for a photo-op with the celebs couldn't make their appointments, and so on.

    I innocently went down the escalator to check out the [ground floor] kids area and was marooned. No jacket, no cell phone, and no car keys to get into my vehicle and it was 'friggin cold outside. I saw one woman who couldn't get back in to her special-needs child, I saw one man who came down for wheelchair and couldn't bring it back up.

    A better solution would have been to stop letting new people in, while letting the steady stream of outgoers reduce the number. There was no fire, no emergency, no need to be a complete prick to people who were already at the con.

    This was the fire marshal being ignorant and inflexible. He's an idiot.

  19. Scientists failed us? on Imagining the Future History of Climate Change · · Score: 4, Insightful

    Oreskes argues that scientists failed us, and in a very particular way [...]

    What the bloody fuck? Scientists failed us?

    Not short-sighted politicians, not lobbyists for climate-raping corporations, not greedy corporate types.

    No, of course the Scientists failed us. They didn't warn us strongly enough!!!

    Okay, breathe.

    Getting over the initial outrage, note that to have an actual effect on modern day policies, Oreskes could have written that the politicians were to blame. If modern-day people are shown that they will be remembered in infamy, it might just cause them to change. It happens with presidents all the time - doing something to be remembered by, leaving a positive mark for future historians, &c.

  20. Comment from an AI researcher on Elon Musk Warns Against Unleashing Artificial Intelligence "Demon" · · Score: 4, Interesting

    I've been working on strong AI for the past 7 years. Here's my take on the whole issue:

    Military person: We want your software/techniques for an autonomous war machine.

    Me: Uh... that's a really, really bad idea. You'll make mistakes, and then...

    Military person: We know what we're doing, son.

    Government - any government - won't see the problems until it's too late. To take obvious examples from history, government never thought that land mines would pose any sort of problem for future generations, and never thought that randomly bombing terrorist organizations would increase their number.

    Having just finished "Harry Potter and the Methods of Rationality", there's a concept in that book "never reveal the secrets of power to someone who's not intelligent enough to figure them out for themselves", as applied to - for example - the atomic bomb. Einstein and others regretted ever unleashing that level of destructive power on humanity, not for any reason other than it would be misused by short-sighted people. It held promise for a utopian easing of the worlds troubles, while at the same time made it easy to obliterate a city on a whim.

    For example Leó Szilárd (IIRC - I may be remembering the wrong name) discovered that graphite can be used as a neutron moderator thus making chain reactions possible. Had he not published his results, the atomic bomb might have been delayed by decades - possibly indefinitely.

    I've discovered a few things that might be "results" in strong AI. I dunno if I want to publish, though(*) - the idea of a house-cleaning drone seems pleasant enough, but reading about a sentient tank going berserk in Afghanistan and wiping out a small village puts me to pause.

    "No one's to blame, it was a software glitch. We've patched and fixed all the other units."

    (*) Moral advice on this issue would be appreciated.

  21. Re:Better solutions on A Low Cost, Open Source Geiger Counter (Video) · · Score: 3, Informative

    Are there any issues with silicon solar cells that make them (protected against visible light, obviously) unsuitable? Compared to power silicon or anything for computation you can get enormous area for relatively little money.

    Huh. I hadn't thought of that. A quick google search shows that solar cells can be used as radiation detectors, and they generally have large capture areas. I'll have to try this out.

    This looks like a good background document for detecting radiation using semiconductors.

    This is the type of amplifier you need as a 1st stage in your detector, should you want to build your own. (Google "Charge Amplifier" for more info.)

    The radiation comes in as quick pulses (3 us or so in my circuits), so normal incident light shouldn't interfere with the detection. You could perhaps get both power and detection from the same cell.

    I've been interested in detecting not only the radiation, but the direction it came from. A 3-d array of detectors with an incidence/correlation circuit can give a general idea of the direction of the source, relative to the detector. I haven't done this yet due to the complexity and expense of the detectors, but solar cells being cheap and easily available I might just try this out. Hmmm...

    Thanks for the suggestion.

  22. Better solutions on A Low Cost, Open Source Geiger Counter (Video) · · Score: 5, Informative

    I've been building geiger counters as a hobby for the past couple of years. I was consulting with some people in Japan right after Fukishima helping to build reliable detectors.

    Geiger Muller tubes require a specific "plateau" of voltage to get consistent results. Too low and you're not picking up much radiation, too high and you get spurious results and can burn out the tube. The correct voltage varies with individual tubes.

    This isn't normally a problem, except that there's a glut of surplus Russian geiger tubes on the market right now with unknown provenance and unknown parameters. Unless you calibrate each tube to find the plateau voltage, and unless you calibrate the resulting counter with a known source, the data you get will have no predictive value.

    It's straightforward for a hobbyist to put together a project using one of these tubes and get it to click in the presence of radiation, and this makes a fine project for electronics learning, but you have to take further steps to get a reliable instrument. No one ever does this. The circuits I've seen have an unregulated high-voltage proportional to the battery voltage - it gets lower over time as the battery runs down. The voltage is chosen from the tube spec sheet, instead of determining the correct voltage for the tube. Circuits have design flaws such as using zener diodes for regulation, but not allowing enough current through the diode for proper function. And so on.

    I've seen lots of these hobbyist projects in the past few years, especially since Fukishima. They're fine projects and well-intentioned, but generally not of any practical use.

    Does radiation detection(with actual accuracy, linearity, and repeatability, not just a quick demonstration that you can add some noise to a webcam by pointing a small sealed source at it) have currently good, or at least promising for the not too distant future, solid state options?

    Virtually any semiconductor will detect radiation. What you want is a semiconductor with a large capture aperture(*), which is the area through which the radiation passes. A 2n2222 transistor will detect radiation quite well, but it's capture area is tiny and won't see much of the radiation (saw the top off of a metal-can version and use a charge amplifier).

    Power transistors such as the 2n3055 have large silicon dies and therefore larger apertures - as much as a square centimeter - but this is also quite small for capture.

    The modern equivalent is to use a big diode such as a PIN diode. These can be quite large, but also expensive for the hobbyist.

    A GM tube has a capture area which is the cross sectional area of the tube. These can be made quite large; and as a result can be made quite sensitive to the amount of radiation flux in the area. Hobbyists can also make their own tubes with enormous capture areas - it's not very difficult.

    Large diodes are available for detecting radiation, but a GM tube is simple and can be easily made with a very large capture aperture. Also, GM tube their capture efficiency (the percent of radiation that gets in which is is actually detected) can be higher than the diode solution.

    (*) There's capture aperture and detection efficiency. GM tubes have an efficiency of about 10%, meaning that only 10% of the radiation that gets into the tube is detected. Diodes have similar efficiencies, depending on the photon energy and thickness of the silicon die.

  23. Re:The Cult Leader will solve the problem! on Leaked Documents Reveal Behind-the-Scenes Ebola Vaccine Issues · · Score: 4, Insightful

    I'm sure the world's most average Ob/Gyn [Ron Paul] - and most successful living American cult leader - is also a highly qualified expert on Ebola.

    That sounds suspiciously like an ad-hominem argument. "Most average" Ob/Gyn? What does that even mean, other than to convey dark undertones?

    Shouldn't we be debating the things he says? Shouldn't we be considering the merits of his argument, rather than his background?

    Obama's Ebola czar (Ron Klain) is a lawyer and former chief-of-staff. Do you think *he's* qualified to tell us what we're doing wrong?

    What the heck are you getting at? What's your purpose in posting this? Is there some way in which you gain by posting such drivel?

    You're right about being modded down - your post does nothing to inform the discussion.

  24. Two global problems solved in my lifetime! on Lockheed Claims Breakthrough On Fusion Energy Project · · Score: 5, Funny

    With this and the new ebola infections coming out, it looks like we're on the verge of solving both the energy crisis and overpopulation

    I never thought I'd see so much progress in my lifetime. We live in the future!(*)

    (*) ...of a Stephen King novel, apparently.

  25. Unnecessary and ineffective travel restrictions? on The CDC Is Carefully Controlling How Scared You Are About Ebola · · Score: 2

    Frieden and other officials say such a move would be counterproductive, citing lessons learned from the SARS outbreak a decade ago. "The SARS outbreak cost the world more than $40 billion, but it wasn't to control the outbreak," says Frieden. "Those were costs from unnecessary and ineffective travel restrictions and trade changes that could have been avoided."

    Unnecessary and ineffective travel restrictions? Have these guys been to an airport recently?

    The government doesn't give squat about unnecessary and ineffective policies. It will be decades before we can get back to reasonable airport security. A waste and burden on all Americans, helping to keep the economy down (viz. international tourism) with no end in sight.

    If the government believes that people will feel safer with more restrictions, then that's what will happen. Hell, even if that weren't the case the government will still do it because they can say that it's to keep people safer.

    This will just be another excuse for draconian policies. Trading more freedoms for more safety, because "safety at any cost" lets them reform the nation.