Slashdot Mirror


User: tlambert

tlambert's activity in the archive.

Stories
0
Comments
5,097
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,097

  1. Re:Huh? on Transhumanist Children's Book Argues, "Death Is Wrong" · · Score: 1

    It isn't wrong. It's built in to the system.

    And that is wrong.

  2. Re:IP address AND the power switch on Ask Slashdot: Best Management Interface On an IT Appliance? · · Score: 1

    You've got to set an IP address somehow. Typing a MAC address into your DHCP server isn't a cool way to do it, and you need an address that you know from the outside, not just an address the device can use to talk to servers it already knows about.

    No you don't. If you run everything virtual private, and use IPv6, you really don't give a damn that you are giving third parties with physical access access to a routable IP address. DHCP is only for configuring things you can already configure automatically. For services (like DNS, proxy gateway, etc.), you can use service discovery.

    The address from the outside is done using DNS update, which is done via cryptographic key. If you have a pre-shared key, then you can set your machines name in some remote network to point to your current IP Address, and use Source Address verification to verify that is in fact who it says it is. All DNS configuration can cascade upstream that way.

    Occasionally, you need an explicit configuration for the cryptographic key (probably an X.509 cert) or the actual domain name vs. the delegates, which can, if needed, give the name of the IPv6 address on the delegation, to prevent collisions, or just make the delegate name part of the cert that gets verified by the DNS server before it enters the record.

    This also goes for mail forwarding servers (use DNS to look up the mail server for the domain in which you've registered your delegate using your pre-shared cert.

    It's actually pretty trivial to implement, if you don't care about guests using your bandwidth.

  3. Counterexamples... on The Era of Facebook Is an Anomaly · · Score: 1

    Counterexamples...

    Of course, if you aren't one of "The Beautiful People", you need not show up, as you're not getting in.

    Studio 54: http://en.wikipedia.org/wiki/S...
    The Factory: http://en.wikipedia.org/wiki/T...
    Studio One : http://en.wikipedia.org/wiki/S...
    Berghain: http://en.wikipedia.org/wiki/B...
    Club Space: http://en.wikipedia.org/wiki/C...
    The Roxy Theatre: http://en.wikipedia.org/wiki/T...
    The Womb: http://en.wikipedia.org/wiki/W...
    Zouk: http://en.wikipedia.org/wiki/Z...
    The Blue Note: http://en.wikipedia.org/wiki/B...
    Club Pacha: http://en.wikipedia.org/wiki/C...
    Ministry of Sound: http://en.wikipedia.org/wiki/M...

  4. Re: Obvious Answer on Measles Outbreak In NYC · · Score: 1

    How would your glorious libertarian utopia deal with bad parents?

    Well, since Daniel Logan played Boba Fett, I assume we'd send cloned bounty hunters after them...

    It looks like Michael York is still around, so with a sample of his DNA, we could send Logan 7 the Sandman after them if they are over 30, and they run...

  5. Brilliant! on Hungarian Law Says Photogs Must Ask Permission To Take Pictures · · Score: 2

    Brilliant!

    I see two things coming out of this:

    (1) Get a bunch of your friends together; stand all around in photogenic places so it's impossible to get a shot without you or one of your friends in it; charge to sign the release

    (2) Be about to do something that will end your political career, like going to see one of your 6 baby mamas or going to meet someone to pick up your bribe; have a large security detail; have them arrive first, and stand all around so it's impossible to get a shot without one of them in the picture; have them refuse to sign the release

    The first should be a wonderful drag on the tourist industry, while the second should be an effective way to prevent people from taking embarrassing pictures.

  6. A power switch on Ask Slashdot: Best Management Interface On an IT Appliance? · · Score: 1

    A power switch

    If you need UI beyond that, then there is something wrong with the default settings for your device.

    For a networking or storage appliance, it should get on the network using stateless autoconfiguration.

    If a system on your network wants to use it, it should find the services the device offers via service discovery.

    If you need access controls, the device itself should find your directory service on your network via service discovery.

    The only thing you should possibly have to deal with explicitly is pairing with the directory service, and if that's necessary so that you can't be MITM'ed by someone making unauthorized use of your network, it should be a momentary contact button and an LED other than the power LED on the front of the device, combined with a serial number affixed to the device. Think "Bluetooth keyboard/headset pairing".

    If you administer anything at all, it should be your directory server, mostly to establish accounts, and ACLs for the accounts, which are then used to authenticate the machines that consume services advertised by the appliances and servers on your network, and on the peer machines/clients which establish authentication sessions after you hit ctrl-alt-del, or login to the login window after boot.

  7. Re:Dumb on EU Votes For Universal Phone Charger · · Score: -1

    Uh, No. Apple chargers are smarter.

    Here's a reverse engineering of the Apple ability to negotiate higher power levels than are supported by the standard at that USB version level, assuming Apple cables, and an Apple charger:

    http://learn.adafruit.com/mint...

  8. Re:Dumb on EU Votes For Universal Phone Charger · · Score: 3, Interesting

    If the source can support it, the cable will handle it just fine.

    Not necessarily. Some cheap cables don't have enough conductors to safely carry 2A. Also USB-PD is a power delivery extension that allows cables to identify their current limit using the ID pin originally added for OTG. These cables have the standard USB2 or 3 icon enclosed in a "battery" outline.

    There is a bug in the downstream power standard Intel chipset when used for USB-PD. You can't actually run it at 2A, or you have to only run it that way in ports that won't let you charge and communicate with the device at the same time, as a hard-wired option. We found this out designing the initial ChromeBox, which is why two of the back USB ports are not really that useful for charging.

    If you're using something other than an Intel chipset in your PC, yeah; the TI USB-PD/OTG implementation works, although I don't think there's any laptop hardware or desktop hardware that uses it. I think it's mostly used in drives and drive enclosures.

    Apple tends to get away with it because they use discrete electronics separate from the USB controller to handle downstream charging; of course, this makes their hardware more expensive, but it works, which some people value.

    I'm not sure how many power bricks are intelligent enough to do the USB-PD negotiations.

    There's some rather nifty drawing board plans for 100W power deliver for things like monitors, but so far, they've only been been demonstrates as FPGAs, rather than someone spinning them into silicon. The article on it is here: http://www.theinquirer.net/inq...

  9. Re:Herd Immunity... on Measles Outbreak In NYC · · Score: 1

    Is there data available on how many people got measles in the bay area outbreak? How many were vaccinated, etc?

    3 cases requiring hospitalization, 14 cases total, not all of them traceable to the same patient zero U.C. Berkeley student; 5 more cases traceable to recent travelers returning from the Philippines.

    Generally stats are not published until after the quarter is over, and then it requires some time for the reporting window to close.

    U.S. Immunization rates for measles by age 1 is 92%, according to WHO: http://gamapserver.who.int/gho...

    I typically would not expect them to publish stats on vaccination failures to non-medical professionals, so no idea if any of the 14 cases so far were persons who were vaccinated. According to PubMed: http://www.ncbi.nlm.nih.gov/pu... published in 1996, the apparent failure rate is http://www.ncbi.nlm.nih.gov/pu... published in 2004.

    It also appears that about 70% of the people actually contracting measles are accounted for as vaccine failures, if this NIH report from 1987 is to be believed: http://www.ncbi.nlm.nih.gov/pm...

    The numbers are within an order of magnitude of what you'd expect for a 92% vaccination rate, with a 10% failure rate (leaving the unvaccinated 8% to account for the other 30% of cases, since one would expect them to be predominantly rurally and regionally isolated at about that a 2.8x rate compared to "vaccinated, but failed").

    Of course, failure rates vary by vaccine, as this 1988 Lancet article points out comparing the Edmonston-Zagreb vaccine to the Schwartz vaccine in 4-6 month year olds: http://www.thelancet.com/journ...

    So we can guess that out of the 14 total cases, we can guess ~10 are vaccine failures, and ~4 are non-vaccinated, with about a 4% margin of error allowing a 9/5 split instead.

    Like I said, they really do not like to publish numbers like this, and in a small sample like this, there are HIPPA considerations to publishing such data, since it would violate medical privacy for those who were vaccinated, but in whom the disease occurred anyway.

  10. Re:The USA isn't synonymous with efficiency on U.S. Aims To Give Up Control Over Internet Administration · · Score: 1

    The difference is that "AllahIsFalse" is political/opinion speech, while "MegaUpload" is engaging in commerce and/or barely free speech.

    Yes, Free Speech is Free Speech.... but political speech -- ie, "meta speech" -- is more deserving and in more need of free speech protections than your torrents are.

    Technically, MegaUpload was political in the same way that MPAA donations to U.S. senatorial campaigns are political. It was an argument by implementation against a politically supported business model which would not still exist, were it not politically supported by things like the Sonny Bono Copyright Term Extension Act. Otherwise, most of the content which is enforced against because of copyright would be off copyright already.

  11. Got it, loud and clear. on EU Votes For Universal Phone Charger · · Score: 1

    The last thing I want is some politician locking me in to some similar BS desgn.

    Got it, loud and clear.

    So who, other than a politician, do you want locking you into a similar BS design, because you're going to get a BS design, whether you want one or not.

    "We have established what you are, madam. We are now merely haggling over the price." -- G.B. Shaw

  12. Re:Dumb on EU Votes For Universal Phone Charger · · Score: 1

    What I want is for someone to separate data from charging!

    The more cables on your desk, and the more connectors on the device, the merrier?

  13. Re:Dumb on EU Votes For Universal Phone Charger · · Score: 2

    BTW, isn't micro-USB limited to some ridiculously small Amp compared to the 2A / 5A / 15A that new devices draw from the cable now ?

    Yeah.

    The way you negotiate over 500ma in power is you have special docking cable with resistors on it that say to the device "I am a special docking cable with resistors of the right values on these pins; you should feel free to do a data negotiation over my ordinarily not connected data lines to talk the charger into giving you more amps". To do that, your special docking connector, like the one on the Zune and the one on Apple devices has to have more than the 4 pins in a standard USB connector. It kind of also needs the extra pins if you are going to do something like "audio out" or "video out" or "volume control by the speakerbox/charger combo that looks like a boombox" over a single power/data connector.

    Then the devices talks down the data pin and says "Hi, I am a special device who knows how to talk to an embedded chip in Mr. Charger Brick; are you Mr. Charger Brick?".

    If it's Mr. Charger Brick on the other end of the cable, it says "Yes, I am Mr. Charger Brick".

    Then the device says "Oh thank God! I thought I was going to have to talk to a standard power-over-USB charger, and those things are stupid as a box of rocks, and can only handle a 500ma current draw; since I now have someone intelligent to talk to instead, can you tell me how much power I can pull?".

    Then Mr. Charger Brick says "I can give you up to 5A".

    Then the device says "Yay! Please give me 4A (because that's all I can handle), so I can charge 16X faster than I would if I were talking to one of those stupid as a box of rocks charging bricks!".

  14. Re:Dumb on EU Votes For Universal Phone Charger · · Score: 3, Interesting

    Wait, isn't this the SECOND time this standard was imposed, and didn't apple get a pass last time?

    Why will it be different this time?

    I'm betting Apple will issue another "E-waste" adapter to their ridiculous 30pin, and thumb their nose at this rule just like the last time.

    You are aware that by using the native adapter, Apple is able to operate outside the power ranges which the power-over-USB folks were willing to support because it would have been more expensive to make the power adapters smart enough to negotiate amperage with the device up to the levels Apple runs at, right?

    In other words, the power-over-USB standard is pretty stupidly low powered, if you want to support faster charge cycles, so using this universal adapter and the "E-waste" adapter dongle is just going to mean Apple devices charge a lot slower in Europe than they do in the rest of the world. Just like all non-Apple devices don't tend to support fast charging, for lack of the ability to negotiate a much higher amperage between the charger and the device.

    So it's not "thumbing their nose", so much as it is "can't you power-over-USB people ever agree on a useful standard?".

  15. Re: Obvious Answer on Measles Outbreak In NYC · · Score: 1

    You seem to believe the State has both authority and responsibility to evaluate your practices raising your children, and should exercise its power to either compel you to raise them a certain way, or when take them from you if they disprove of your practices.

    I kind of have to agree with the GP. We haven't achieved this glorious day yet, but at some point in the future (the near future, god willing!), all children will be taken away from parents and raised in state run creches until they hit the age of majority, and can become useful, productive members of the hive. You know, until we can get rid of the parents altogether, once we have working clone vats; I'm sure Daniel Logan's DNA is on file somewhere...

  16. Re: ** moron on Measles Outbreak In NYC · · Score: 1

    Hey, AC... How does me not vaccinating my child put your vaccinated child at risk?

    Even if his child have been vaccinated, and thus will not become a zombie if bitten by a zombie, if your unvaccinated child becomes a zombie and bites his child, or in the worst possible case, eats his child's brains, his child suffers from your child not having been vaccinated. Even if it's just a zombie bite, it could become infected by some other bacteria (human mouths are fairly dirty, compared to say a dog's mouth, and zombie mouths are worse).

  17. Prophylactic natal allergy tests not recommended on Measles Outbreak In NYC · · Score: 1

    Honest question, should I have taken my newborn for allergy tests before they gave her vaccinations?

    Prophylactic natal allergy tests not recommended

    Unless you have a family history of various allergies, such testing is usually not done. A familial tendency towards allergies speaks to a difference in the histamine complex on chromosome 6 as an inheritable trait, and unless it's dominant (i.e. everyone who marries into the family without the allergy has children with the allergy), then it's likely not a problem.

    That said, a newborn's immune system is largely a legacy from the mother until it's trained up on its own, and the child forms its own T-helper cells which are involved in IgE production, which is where histamine reactions originate. Typically we do not vaccinate newborns immediately for most things (see the CDC site for vaccination schedules for various vaccinations).

    Typically, after the newborns own immune system takes over is when you want to vaccinate in any case, since doing so prior to that point will not "train" the newborns immune system to react to the protein you are attempting to train it to react to.

    Childhood vaccinations vary. For example, it's common to wait until the child is no longer a newborn to vaccinate for most things. There are also exogenous training factors which should be taken into account, though most are dietary.

    If you have a diet containing horse meat (for example), of which the child partakes, then you may find that the child reacts badly to horse serum derived vaccines, such as those commonly used for Tetanus or Diphtheria. You may also find that they would react badly to tratment for exposure to Botulism Antitoxin, which is also derived from horse serum. There was an entire M.A.S.H. episode based on the use of a horse-serum derived Tetanus immunization program in the Korean war that ran into the problem that horse meat was a common component of the Korean diet at the time. This episode was based on historical incidents.

    For someone with a large amount of familial allergies, the typical problem is overgeneralization of the IgE response of the immune system. It's unclear whether this is a genetic predisposition, or whether it's a matter of exposure to a large degree of immunological challenges; evidence tends to support a predisposition to certain classes of allergies are genetic (e.g. peanuts, penicillin, etc.), but for them to trigger, you need a second exposure to the allergen after an initial exposure "primes" the response.

    We see this same issue present in so-called "Rh babies", where an Rh factor difference between the mother and the baby resulted in the first pregnancy running to term, and spontaneous miscarriages due to the immune interaction with the mother for subsequent pregnancies. It's actually one of the original reasons for state blood tests for marriage licenses, and thus state involvement in approval or disapproval of marriages (the other state involvement reason being the close relation marriage taboo, which until allele testing was possible, didn't show up on the blood tests the way a mother/father Rh factor mismatch would).

    I believe the best common practice for this, if you are concerned, is to sit down with your child's doctor *well before* it's time to make a "yes/no" decision -- i.e. don't do it on "shot day" -- and discuss the issues and your concerns and family medical history with her or him; most frequently, the rational decision, when you aren't forcing it in the heat of the moment, is usually to do the vaccination.

  18. Neither. on The Earth As a Gravitational Wave Detector · · Score: 5, Informative

    Neither.

    What they did is say is basically "We now have a detector 10^9 times more sensitive, which is capable of detecting gravitational waves up to 10^9 times smaller than previous detectors, if there are waves. We didn't see any waves with this detector. Therefore if they exist, they are smaller than what our new detector can detect".

    In other words, if there are gravitational waves, they are smaller magnitude than they are able to detect with the new detection system. This doesn't rule them out, it just blacks out a potential energy/amplitude range in which they might have existed before nothing was seen in that search band.

    They've more or less reduced the probability set, and pissed in a number of esoteric theories cheerios, but not done a lot else to prove or disprove gravity waves.

    It's the difference between having to look for a lost item in an entire warehouse, or having to look for it in a crackerjack bix sized area of the warehouse - albeit it'll take a lot more expensive and redesigned equipment to even look in part of the crackerjack box.

    Frankly, if we threw 4 ten ton spheres into relatively deep space (e.g. solar orbit), arranged them at the vertices of a tetrahedron, and then used laser interferometry between the spheres, and then threw another ten ton sphere across the solar system at a non-trivial speed, and through the tetrahedron, not intersecting a face or the body center, we could pretty much say once and for all if there were gravity waves or not, based on delay (or non-delay) of the effect of the moving sphere being "not there, then suddenly there, then suddenly not there", at least to about 1/2 the wavelength used by the interferometers (hence the need for a "non-trivial speed" for what is, in effect, a gravitational probe inserted into the system, to do the experiment).

    Doing the more or less definitive experiment would be expensive (as in "on the order of the cost of the LHC").

  19. Re:Fixing healthcare.gov? on Silicon Valley's Youth Problem · · Score: 1

    I see you wrote another falsehood about the UK. In the UK you would get knee surgery if you needed it ,no matter what your occupation or whether you are employed or not.

    You get put on a list of people who need the similar surgery. If your job involves a lot of walking around, then you are moved up the list. If your job involves sitting around, you are moved down the list. If you have no job, you are generally left in the middle of the list, so as to not limit your future job prospects to only those jobs involving sitting around; they would prefer that you are working and contributing to the social fabric. Then the surgeries are scheduled in list order, based on the availability of the surgeons.

    If you pay for additional private insurance on top of this, then you can jump the wait list and have the surgery done by a private surgeon, or by another surgeon in another country through medical tourism. A lot of private insurers in the U.K. offer discounts if you are willing to fly somewhere to get your surgery via medical tourism; India is a popular place for this.

    This is increasingly common in Canada, as well, and some U.S. insurance companies have also followed suit. For example, if you need a hip replacement, flying from Boston to Paris, staying a week in a good hotel, getting your hip replaced in a hospital there, and then flying back to the U.S., plus the normal followup visits in the U.S., assuming no complications, costs about half what it would cost to have the same surgery done in the U.S..

    We're not talking aortic dissections here; this is not about emergency surgeries, these are quality of life surgeries/employability surgeries, and as a part of the social fabric, the health care system in the U.K. is first and foremost intended to benefit society at large, and secondarily to benefit the individual patient, in a manner that benefits society at large.

    Or ar you going to tell me this report on surgery waiting lists in the U.K. is bogus?

    http://www.dailymail.co.uk/hea...

  20. Herd Immunity... on Measles Outbreak In NYC · · Score: 1

    Generally, if vaccinations are widespread, those that can not be vaccinated will benefit from the herd immunity afforded by general vaccination.

    Herd Immunity...

    Assuming all exposures are endogenous to the group, and that inter-group mobility is small.

    Otherwise, you get a grad student from U.C. Berkeley who travels to China and brings back measles, and then proceeds to take BART all over the Bay Area, exposing a huge number of people by way of others also taking public transportation, and then we have the current Bay Area measles outbreak among the unvaccinated.

    Alternately, we could use relatively cheap monoclonal antibody tests when letting people through international borders based on them coming from regions of known measles, mumps, whooping cough, or whatever outbreaks, and quarantine them until they are no longer infectious.

    Ironically, everyone always talks about prevention by vaccination, assuming that there *will* be a patient zero, rather than prevention by disallowing exposure *by* the patient zero. No patient zero running around in your "unprotected" population, and there's no outbreak, and your population is protected; it's just not a politically correct mechanism for said protection.

    I think this probably grows out of the victim mentality that it's not patient zero's fault they were infected, it's someone else's fault, and we should have sympathy for them. It's kind of hard to do that when you have a "Typhoid Mary" Mallon who can't be cured, and is running around giving everyone else the disease because she prefers to work as a cook instead of working in a laundry. Thankfully, our fore-bearers were a little more clever than we are, and quarantined her until her death in 1938 ended the threat of her spreading the disease once and for all.

  21. Re:Life sciences unemployment on Silicon Valley's Youth Problem · · Score: 1

    Yes because a "We just cured cancer"-discovery isn't going to be profitable AT ALL. Nope. Not at all.

    The net profits of the top 11 pharmaceuticals companies was $85B in 2012 - that's net profit, after all expenses are accounted for:

    http://www.alternet.org/11-maj...

    The profit taking for cancer is large enough that 100 top oncologists wrote a public letter in July of 2013:

    http://www.cbsnews.com/news/ca...

    So yeah, it's not going to be *as* profitable for them, unless they can get $12.14 for every man, woman, and child on Earth some other way. Net, after all expenses.

  22. Re:This requires asking? on Silicon Valley's Youth Problem · · Score: 1

    Why do they not want to "fix healthcare.gov"?

    Actually, a couple other reasons might be that (a) they want it to fail so that the government has no choice but to close it down and institute a single payer system instead of providing corporate welfare to insurance companies whose primary role in healthcare is to pocket the money they would have paid out each time they are able to say "no", or (b) they want to fix it, but they know they will never be in enough of a position of authority that they will be able to actually get the assholes in the way of fixing it out of the way so they do so, so why even try.

  23. Re:Student loans on Silicon Valley's Youth Problem · · Score: 1

    If I graduate with a lot of student debt[...]

    Then you obviously didn't go to school on an academic scholarship that paid for everything so you didn't have to take out loans in the first place.

    So basically, you went to college and accrued the loans so that you could get your "union card" (diploma) in order to increase the probability that you'd get hired, compared to the high schooler who didn't take out loans in trade for that degree.

    Or you had the scholarships, but took the loan anyway, and used the money for some pretty heavy partying, or doing something else involving living beyond your means, like that summer backpacking trip through Europe.

  24. Re:Life sciences unemployment on Silicon Valley's Youth Problem · · Score: 1

    "who could help cure cancer"

    PhDs in the life sciences are more likely to be unemployed than employed at the time of graduation, and the trend is only getting worse

    Why would a medical research lab hire some random coder to cure cancer, when PhDs in biology can't even find jobs?

    Why would they hire a PhD in biology to cure cancer, for that matter?

    Where's the monetary value in curing something, when you can treat it as a chronic condition and make lots of money doing so? So yeah, they'd hire the PhD to *treat* cancer, but it the dumbass actually cured it, they'd be buried in an unmarked grave in a field of GMO wheat faster than you can say "Monsanto".

  25. Please mod parent insightful. Thanks. on Silicon Valley's Youth Problem · · Score: 0

    Please mod parent insightful. Thanks.