Slashdot Mirror


User: pthreadunixman

pthreadunixman's activity in the archive.

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

Comments · 87

  1. Re:DNSSEC is an arduous solution on DNSSEC and the Geopolitical Future of the Internet · · Score: 1
    dnssec-signzone -d /etc/namedb/keys -o foo.domain /etc/namedb/master/db.foo.domain

    It's clearly insanely difficult to sign your zone with BIND.

    It never ceases to amaze me that people expect BIND to do thing outside its scope. Use a configuration management tool to manage BIND. Don't expect every product to include its own bloated incompatible management crap with yet another admin console that I have to load.

    I use puppet to monitor changes to a centrally managed version controlled zone database that is automatically deployed and signed any time it is changed. Bad changes are automatically detected and reverted to a known good state via the version control repository. BIND works fine for those of us that know what we're doing.

  2. Re:Blow to 'creation science' on First Superbugs, Now Superweeds · · Score: 1

    The creationists stance is that "god did it". End of story. There's nothing to understand because, like anything based on faith, it is fundamentally anti-intellectual. The typical creationist grasp of evolution is less than grade school level; yet, even of those that say they accept it as "fact", even they have a less than stellar grasp of the concepts involved. It's like they get their education from science fiction movies and the discovery channel.

    First, natural selection is one of several known mechanisms that drive evolution towards a "goal". The goal is an abstract concept not to be confused with a conscious choice of the participants involved, but one of a self-reinforcing feedback loop that preserves genetic information. The statement, "they don't have any problem with natural selection," is non-sense. If you don't have any problem with natural selection, then evolution is a given.

    Evolution is allele frequency shifts in a _population_ over time. Speciation --which is somewhat arbitrary in determination-- occurs when there is sufficiently large shift that the new population takes on a new trait or traits. The traditional determination for this is gamete compatibility or the biological species concept which states that two individuals from different populations are different species if they cannot produce a fertile hybrid. This definition is becoming less accepted these days precisely because of the organisms that can interbreed yet are so different that they can't readily be considered the same. It's important to note that speciation is a product of evolution; it is not the definition.

    So, yes; dog breeding is evolution through artificial means. Speciation isn't likely to happen here in the traditional sense because they are constantly cross breeding these dog breeds preventing reproductive isolation. This ensures continuing gamete compatibility. Yet, the morphological traits of different breeds is so great, it's difficult to think of them as being the same. This is more a problem of taxometry than evolution. Humans like to categorize things into discrete categories, but evolution is a continuum. We just come along after the fact and label points along the line that look interesting and call them species.

  3. Re:Naturally, the passwords were not in clear on Apache Foundation Attacked, Passwords Stolen · · Score: 1

    If you use digest auth, you must store the passwords in either clear text or at least with a reversible cipher. You can calculate the digest using a hash, but then the hash itself becomes the clear text password which makes little sense. With digest your trading secrecy on the backend for secrecy on the wire. TLS + basic is superior IMO.

  4. Re:Why reduce the DPI instead of using larger font on Are There Affordable Low-DPI Large-Screen LCD Monitors? · · Score: 1

    This kind of reasoning is exactly why nothing ever gets fixed.

  5. Re:My first question would be... on Microsoft Open Sources .NET Micro Framework · · Score: 2, Funny

    You're right. It's made up of stock holders that only care about their near-term return on investment; hence, evil.

  6. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    I'll counter your anecdote with my own.

  7. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    Yes, and server automation lets you duplicate a known good OS+app combination on a whim. What's the difference again?

  8. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    Ignoring the obvious troll, I fail to see how VMware helps all with the scenario you describe. How does OS virtualization reduce interdependencies or complexity? If all you're saying is that virtualization makes it easy to have a bunch of identically configured servers (at first), you don't need VMware to do that. You should be using server automation instead.

  9. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    With propper server automation tools (such as puppet+kickstart), I can deploy any configuration on any supported hardware (virtual or not) in minutes from scratch.

    Live migration of VMs is nice, but not essential. What would be even better would be live migration of processes.

  10. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    I think you guys are missing the point. The parent poster asserted that OS virtualization made apps portable. This is false. VMware isn't providing the portability; the operating system is. If you're talking about being able to create raw disk images of os+app and moving it around to different boxes, I'd argue that you're talking about os+driver portability which is basically only a problem under Windows.

    All VMware is doing in a testing environment is reducing hardware overhead which is all OS virtualization really buys you in this case and every other case. Your app should work on all supported operating systems regardless of the underlying hardware anyway. If it doesn't then you're doing something stupid like directly accessing hardware/memory.

  11. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 1

    If you're using VMware to hide the fact that your app doesn't work on the same operating system on different hardware, you're doing something decidedly stupid.

  12. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 0, Troll

    Ummm... application portability is what operating systems are for.

  13. Re:Virtualization has worked on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 3, Interesting

    Yes, it helps, but it really only helps with under-utilized hardware (and this is really only a problem in Microsoft shops). It doesn't help at all with OS creep; in fact, it makes it worse by making the upfront costs of allocating new "machines" very low; however, it has been and continues to be marketed a cure all which is where the snake-oil comes in. VMware's solution to OS creep: run tiny stripped down VMs with a RPC like management interface (that will naturally only work with vSphere) so that the VM instances essentially become just really heavy weight processes. We are basically coming full circle back to ESX just being yet another general purpose operating system where applications are written specifically for it and thereby defeats the entire purpose of using "virtualization" in the first place.

  14. Re:BIND is past it's sell-by date. on Nominum Calls Open Source DNS "a Recipe For Problems" · · Score: 1

    DB != RDBMS

  15. Re:nightmares on Microsoft Pushes For Single Global Patent System · · Score: 1

    No idea is truly original. All ideas build upon the ideas of others.

  16. Re:nightmares on Microsoft Pushes For Single Global Patent System · · Score: 5, Insightful

    Your entire post rests entirely on unfalsifiable statements, conjecture and unsubstantiated claims about evidence.

  17. snmp and ldap on Best Tools For Network Inventory Management? · · Score: 1

    1. Install/Enable an snmp agent on all your devices. 2. Write a script to walk the network and poll the devices via snmp. 3. Write the information out to ieee802Device records using macAddress as the rdn. Extend the schema as necessary. You now have a low-maintenance and scalable inventory management system.

  18. Re:CrossFit on Staying In Shape vs. a Busy IT Job Schedule? · · Score: 1

    Wha? Crossfitters on slashdot? Blasphemy.

  19. Re:Damn on China Dominates In NSA-Backed Coding Contest · · Score: 1

    BS. Very few college Division 1 athletics programs make any money at all. Far more often they're a major budget hemorrhage justified only by the supposed prestige they bring the school.

  20. Re:How to figure it out on MS, Intel "Goofed Up" Win 7 XP Virtualization · · Score: 5, Informative

    You both win the useless use of cat award.

  21. Re:To those 'flamebaiting' posts critical of Obama on IP Enforcement Treaty Still Being Kept Secret · · Score: 5, Insightful

    Almost every single one of those issues you pointed out are just election year platform gimmicks.

  22. Re:This is big on Appeals Court Stays RIAA Subpoena Vs. Students · · Score: 1

    It seems you have a serious misunderstanding of the distinction between published information and unpublished (private) information. If I had published all of your aforementioned items, it would be unreasonable for me to be upset that people were reading it and passing it around.

    It also follows that trying to charge for something with a near-zero marginal cost is an absurd concept. It's only by fiat of law that this otherwise silly idea has worked at all in the past, and now that technology makes enforcing it utterly and completely infeasible, market forces are rightly destroying it. You might think of it as the universe restoring balance to nature.

    So who is it that has a misunderstanding of how the world works again?

  23. Re:Why do these kids even have cellphones? on Is That "Sexting" Pic Illegal? A Scientific Test · · Score: 1

    I dunno. Maybe because we're living in 2009 and not 1806?

  24. Re:Just data structures on "Slacker DBs" vs. Old-Guard DBs · · Score: 1

    Nonsense. A flat file is a database.

  25. Re:Is this test legal in the US...? on Dealing With a Copyright Takedown Request? · · Score: 1

    ... because it was originally a derogatory term used to publicly shame those that would dare deny/doubt the existence of god(s).