Slashdot Mirror


User: RichardJenkins

RichardJenkins's activity in the archive.

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

Comments · 567

  1. Re:Hypochondria? on Doctors Seeing a Rise In "Google-itis" · · Score: 2, Informative

    It would be nice with more refined diagnosis tools on the net tho; easily accessible and structured decision trees which can guide you through how to both rule in and rule out possibilities would make a good tool for both patients and doctors. Done correctly it could even cut down unnecessary doctors visits and/or increase chances of early discovery of some diseases.

    The NHS has already produced a pretty good one. They also have a really good selection of information on their NHS Direct site, and a local rate national helpline to talk about general health related issues. Slightly more geekily, they have a Behind the headlines news site which gives the real science behind some of the more heinously bad medical reporting that some sections of the media engage in.

    Plenty of controversy over nationalised healthcare systems: can't fault the NHS's online presence though, it's a real anomaly amongst Governmental efforts on the 'net.

  2. Excellent on LimeWire Likely To Shut Down Soon · · Score: 4, Insightful

    The sooner we get these people off Limewire and onto Bittorrent, the sooner I can stop having to clean trojans off my friends PCs every few weeks.

  3. Re:Care about roundoff? You better know types. on Matplotlib For Python Developers · · Score: 1

    >> Right now, these literals are interpreted as integers

    Not if you're using python 3 - it will treat numbers as floats if you divide with them. If you're not using python 3, you can have python 2.6 do the same:

    >>> 5/2
    2
    >>> from __future__ import division
    >>> 5/2
    2.5

  4. Re:Expediency on Rockstar Ships Max Payne 2 Cracked By Pirates · · Score: 1

    Provided you know precisely what the crack does: did they have (and review) the source for the crack, or did the just apply a patch from a shady underground group to one of their files and release it?

  5. Re:Python for Scientific use on Matplotlib For Python Developers · · Score: 3, Informative

    Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
    [GCC 4.4.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 5/2 #Diving integers in Python 2.6 gives an integer
    2
    >>> from __future__ import division
    >>> 5/2 #Things work differently in the future
    2.5
    >>> 5//2 #You can use a double '/' to explicitly force an integer in Python 3
    2

  6. Re:Attendence in college? on RFID Checks Student Attendance in Arizona · · Score: 4, Funny

    "I don't f-ing care whether students come or not in my class"

    I think it would be a little distracting if they did.

  7. Re:Attendence in college? on RFID Checks Student Attendance in Arizona · · Score: 1

    They may be adults, but if there is no method to track attendance (an attendance sheet passed around would do the trick) then you'll have swathes of poor performers who didn't attend blaming it on bad lectures, that in turn reflects badly on both the lecturer and the college in general. I genuinely believe most students who don't attend lectures as a matter of course would be willing to damage someone's reputation rather than shoulder any responsibility for underachievement.

    More importantly though, monitoring attendance offers an easy way to track how popular a lecture is. If attendance is low, then it could mean the content is adding much to the material in the texts, or that the delivery is so bad it's actually hard for students to take it in. LIke-wise for high attendance.

    Sure, there's a few bad reasons for tracking attendance, but plenty more good ones. I think you need to justify *not* taking it, rather than the other way around.

  8. Re:Must be controlled with a keyboard... on Top 10 Things Hollywood Thinks Computers Can Do · · Score: 1

    Yep, mice are pretty intuitive but relatively inefficient; they only allow you to express and x,y position and the state of a few buttons.

    Controlling a modern OS via the keyboard is quite unintuitive, but you can be much more expressive, and so do things more efficiently.

  9. Re:Can you try both methods? on Hot Aisle Or Cold Aisle For Containment? · · Score: 1

    Pretty sure he's talking about this

  10. Re:If I were taking an IT Admin position... on Rough Justice For Terry Childs · · Score: 3, Informative

    I understood that they had a set of policies for 'user-level' passwords (which this was not classed as) saying things like 'never diclose your password, even to your boss' and another set of policies for 'system-level' passwords, which these passwords were classed as. The policies for 'system-level' passwords say they must be stored in a centrally managed database: a policy that Childs violated by keeping them in a way only accessible to him. Under your model (assuming the above is correct) you wouldn't be absolved from prosecution in this case, because Childs hadn't followed procedures related to 'system-level' passwords.

    It's all rather moot though, there is a systemic problem in any organisation which lets its IT be run in a way where someone can hold it hostage like this. The real lesson here is that institutional incompetence can lead to individual criminal liability.

    If you're an IT admin working in the States then it's your geographic (not professional) situation that's putting you at risk of going to jail for something stupid like this.

  11. card on Anyone Can Play Big Brother With BitTorrent · · Score: 1

    As a BitTorrent user, I was shocked that anyone with a box connected to the Internet can spy on what everyone is downloading on BitTorrent.

    Your geek card, hand it in!

  12. Re:Whois shows on Phishing Education Test Blocked For Phishing · · Score: 2, Informative

    No, the site is structured so if you enter any details in the form, they won't be submitted by your browser when you click the form. Since the site doesn't offer me any means to enter details and have them sent (and you'd want to give it more than the cursory glance I did to prove this) then why flag it as a phishing site?

  13. Re:Huh? on Sony Can Update PS3 Firmware Without Permission · · Score: 1

    It does...you'd have to accept the new EULA before it applies. Oh, but you'll need to accept the new EULA to install the update, and won't be able to play new games or play online unless you do so. All perfectly inline with the EULA you initially accepted. Did you read it, and decide it was a good deal, or just click on that accept button?

  14. Re:Holy shit on What Advice For a Single Parent As Server Admin? · · Score: 5, Insightful

    Or...focus on logging instead of actual restriction. Make sure they know what they can and can't do, and if the logs show they're frequently abusing the machines, do some parenting.

  15. Re:So what they are saying is on Wall St. Trading Servers To Power Off-Hour Clouds? · · Score: 1

    being closed for most of the 24 hour day gives people a little more time to thing about what is going on.

    You mean like: "ARRRGH! What the hell are they doing with our servers while we're not there!!!

  16. Re:What shallI do? on Groklaw Will Be Archived At Library of Congress · · Score: 4, Funny

    The right thing is obviously to sue the true rights holders in a protracted and monumentally expensive legal battle dragging your name through the mud and ultimately making a complete ass of yourself, after artificially inflating your stock price for a little while.

  17. Re:Yay! on Microsoft Sues UK's Datel Over Controllers · · Score: 1

    Actually, as others have pointed out these are design patents only...

  18. Re:Yay! on Microsoft Sues UK's Datel Over Controllers · · Score: 2, Insightful

    I suspect that the creative ingenuity and engineering effort involved in solving this problem is *not* sufficient to warrant a monopoly on putting little lights on a game controller. Being the first person to do something useful shouldn't give you a right to prevent other people copying it.

    Now, if there was some major hurdle to adding lights to a game controller I hadn't realised, and Microsoft have somehow solved it: patent away!

  19. Re:The New Tardis on First Impressions of the 11th Doctor Who · · Score: 1

    Yeah, I kinda thought the same thing (hot and cold tap did it for me) but then I thought that, the tardis is meant to be 'sort of' alive, and is responsible for completely rebuilding itself, so why can't it go a bit eccentric in its old age?

  20. Don't read that first link on What the Top US Companies Pay In Taxes · · Score: 1

    Don't click on that first link about GE's tax bill. It's worse than goatse.

    Seriously, I think I'm going to throw up.

  21. Re:Seven years for eight hours work on Novell Wins vs. SCO · · Score: 1

    Yikes. Guess there's a few sharp thinking short sellers wearing a satisfied smirk today.

  22. Re:Cannonical is just trolling us on Ubuntu Will Switch To Base-10 File Size Units In Future Release · · Score: 1

    GUI buttons, dropping pidgin from the default install, 'just ignore notifications, no need to click them away'...now this?

    Why does Ubuntu keep trying to make contentious decisions?

    I'm starting to think I'm not Shuttleworth's target user here. SUSE, Fedora, Debian or CentOS. What does /. suggest as an alternative?

  23. Important question on Can Ubuntu Save Online Banking? · · Score: 1

    (But what if someone slips in a stack of doctored disks?)

    The important question is will the entire endeavour decrease the amount lost through fraudulent OLB transactions, and if the cost (producing the disc, customer dissatisfaction of having to use them etc.) is worth it for the expected decrease in fraudulent OLB transactions. In order to understand this you'll have to analyse a whole bunch of 'what if' questions, and the one above should certainly be one of them.

    (OK, sure in reality the bank might expect to see a benefit from appearing to go out of their way to protect customers from fraud, even if the solution has no net value)

  24. Re:Yeah... on How To Avoid a Botnet Infection? · · Score: 1

    No, I'm not proposing content-type restrictions of http traffic as a panacea that you'd expect to implement like a magic bullet and prevent malware infesting your network, or as something you'd implement at a productivity cost: I did say 'for starters'.

  25. Re:Yeah... on How To Avoid a Botnet Infection? · · Score: 1

    Well for starters you can use a proxy to prevent (most) users being able to download anything over http that doesn't have a whitelisted content type/file extension.