Slashdot Mirror


User: kleuske

kleuske's activity in the archive.

Stories
0
Comments
10
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10

  1. Re:Antibiotic Placebo? on Most UK GPs Have Prescribed Placebos · · Score: 2

    All three in fact. The use of antibiotics in animal husbandry is a significant factor in creating resistant pathogens, too. One that is forgotten about, but of a much larger scale than human (ab)use of these pharmaceuticals.

  2. When can we trust computers? on When Will We Trust Robots? · · Score: 1

    In another way, this is pretty much the same question. Computers nowadays purport to serve the user, but often serve others first, either openly or covertly, by installing malware, surveilance software and botnets. There have been plenty of incidents where private data has been made available to third parties without the users consent or even knowledge. There is no reason to think this would be different when using a robot. So, apart from uncanny valley, i would need a substantial amount of trust in the manufacturer and/or operator of said robot to allow one into my house, especially if it's equipped with sound and/or video sensors.

  3. Old chinese saying? on Islamists In Bangladesh Demand Murder of More Bloggers · · Score: 1

    One who threatens violence admits he's lost the argument. That doesn't help the bloggers, but still...

  4. Do not feed the trolls on Ask Slashdot: What To Do About Patent Trolls Seeking Wi-fi License Fees? · · Score: 1

    Ignore them. Using this patent (IANAL, but still) they could sue anyone using the net. Even using a protocol over a (par of) UART(s) could be a reason. If they can't be ignored, hire an IP-lawyer and counter-sue for damages (reputation, legal costs, lost revenue, etc).

  5. After reading that... on What's the Carbon Footprint of Bicycling? · · Score: 1

    ... I wanted to kill myself, but then again, throwing myself in front of a bus isn't carbon neutral. What's the carbon-footprint of a handgun? A rope? A bridge, calulated per jumper? Aaaarrgggh.... Damned if i do and damned if i don't I guess i'll just hold my breath... (...and no, i'm _not_ being all that serious...)

  6. Re:Gaston Lagaffe! on Which Comic Character Is the Greatest Engineer? · · Score: 1

    Finally, someone making sense! Who else can invent, create and use a new musical instrument annex WMD? M'Enfin?!

  7. Trust... on Samsung Plants Keyloggers On Laptops · · Score: 1

    Ok. Along with Sony, Samsung is now on my personal purchase blacklist. I just don't get it, do these guys think they'll get away with stuff like that? Have the marketing&management clowns that came up with and approved of this crap even considered what this does to the firms credibility? Have they an IQ that exceeds their shoesize? (rethorical question).

  8. Just waiting for a crash and burn on IBM Patenting HAL-Like Stuffed Animal Toys · · Score: 1

    Methinks the inventors have dramatically underestimated a) the learning capabilities of 2-to-5-year-olds b) the social intelligence of same, b) the destructive potential of same, and dramatically overestimated a) the everyday authority these toys will have in the eyes of 2-to-five year olds b) the electronics ability to differentiate between c) the willingness and/or ability of parent to feed toy with the behaviors mentioned. In short, this is a disaster waiting to happen. Woe to the parent that relies on one of these contraptions.

  9. Examples contain bugs... on The 25 Most Dangerous Programming Errors · · Score: 1

    The fun thing is that i've found at least three bugs in their example code other than the ones MITRE intended to illustrate. The most glaring of which would prevent the code from even getting compiled. http://cwe.mitre.org/data/definitions/805.html void host_lookup(char *user_supplied_addr){
    struct hostent *hp;
    in_addr_t *addr;
    char hostname[64];
    in_addr_t inet_addr(const char *cp);
    /*routine that ensures user_supplied_addr is in
    the right format for conversion */
    validate_addr_form(user_supplied_addr);
    addr = inet_addr(user_supplied_addr);
    hp = gethostbyaddr( addr, sizeof(struct in_addr), AF_INET);
    strcpy(&hostname, hp->h_name);
    }
    The final strcpy will not work, since the first parameter is a pointer-to-pointer-to-char, instead of pointer-to-char.

  10. Who cares on IT Workers Worst Dressed Employees · · Score: 1

    Not my computer, It does not give a damn wether i'm wearing casual clothes, corporate suit or nothing. not the customer, who can't see helpdesk personnel over the phone anyway. The suits care. The jocks care. The fashion-bitches care. Not any one who matters. So why bother? If I get a choice between a programmer with two different colored socks and ill matching shirt and trousers and once nicely-dressed up and quite fashionable when I need to get the code working, i'll _gladly_ choose the first. At least his mind isn't on his appearance all the time.