Slashdot Mirror


The Most Unique Viruses of 2012

Orome1 writes "PandaLabs outlined its picks for the most unique viruses of the past year. Rather than a ranking of the most widespread viruses, or those that have caused most infections, these viruses are ones that deserve mention for standing out from the more than 24 million new strains of malware that emerged."

94 comments

  1. Most Unique? by Anonymous Coward · · Score: 4, Insightful

    Shame on you Slashdot.

    1. Re:Most Unique? by JustOK · · Score: 4, Funny

      Uniquest would have been better.

      --
      rewriting history since 2109
    2. Re:Most Unique? by flaming+error · · Score: 2

      Indeed. And shame on Dice Holdings, Inc. Shame on DARPA. Shame on the whole internet.

      And most of all, shame on PandaLabs. How could you.

    3. Re:Most Unique? by binarylarry · · Score: 5, Funny

      Uniqueier

      --
      Mod me down, my New Earth Global Warmingist friends!
    4. Re:Most Unique? by Fluffeh · · Score: 3, Insightful

      Putting my grammar in my pocket for a moment, I got to admit that:

      Ainslot.L: When it infects, the Ainslot.L bot scans computers and removes any other bots it finds.

      Sort of passes as being pretty damned uniquest!

      --
      Moved to http://soylentnews.org/. You are invited to join us too!
    5. Re:Most Unique? by Anonymous Coward · · Score: 0

      Uniquest would have been better.

      Or many much most uniquest. Remember that North Uniquest is best Uniquest!

    6. Re:Most Unique? by Anonymous Coward · · Score: 0

      And shame on you most of all Flaming Error, this all your fault.

    7. Re:Most Unique? by JustOK · · Score: 1

      How could uniquest be redundant?

      --
      rewriting history since 2109
    8. Re:Most Unique? by derGoldstein · · Score: 3, Funny

      "Uniquest" would be the superlative, so it would be a higher level of "unique" than "Uniqueier".
      In other words:
      Uniquest > Uniqueier > unique
      I'm not 100% sure where "most unique" should be placed, but I think it would be the equivalent of "Uniquest".

      Remember, there used to be only one type of "infinity" in math. Now someone just has to properly define different levels of "uniqueness".
      (yeah, I'm not sure if this is a joke post either)

      --
      Entomologically speaking, the spider is not a bug, it's a feature.
    9. Re:Most Unique? by Anonymous Coward · · Score: 1

      "Uniquest" would be the superlative, so it would be a higher level of "unique" than "Uniqueier".

      That's not how I remember it: Uniquest is a noun meaning a largely uneventful, yet expensive, life journey resulting ultimately in an attempt to convince others the quest had merit. Of said odysseys much prose is written. Once collected the verses sit in great libraries the size of small cities called universities, which are the quintessential starting point of uniquests -- the pair of terms are unique in language, each being recursively responsible for each the other's 'uni' prefix.

      I'd tell tales of the "uniqueier", but Alas, the theory of quantum queerness singularities may be unsuitable for some readers.

    10. Re:Most Unique? by tinkerton · · Score: 1

      Or uniquest is the quest for the most unique. Which is the theme of the article.

    11. Re:Most Unique? by Danathar · · Score: 1

      My wife would agree. Every time she hears unique modified I have to deal with her ranting in the living room for 10 minutes. :(

    12. Re:Most Unique? by mcgrew · · Score: 1

      Wouldn't a uniquest be a single quest you undertook alone?

    13. Re:Most Unique? by Anonymous Coward · · Score: 0

      Only clicked the link to check for this comment.

      Was not disappointed.

    14. Re:Most Unique? by RightSaidFred99 · · Score: 1

      Grammar Nazi fail. Go look up "unique". Hint: "existing as the only one or as the sole example" is not the only one.

  2. oh come on by slashmydots · · Score: 4, Interesting

    Oh come on, where's the CD tray random timer open and closer from Lizard Works? Yeah it wasn't "made" in 2012 but it's still around and it's A LEGEND! lol.

    1. Re:oh come on by RedHackTea · · Score: 5, Interesting
      Just for fun. I don't know if this will compile (don't have a Windows machine near me at the moment).

      #pragma comment(lib,"WINMM.LIB")
      #include <windows.h>
      #include <stdlib.h>
      #include <time.h>

      int main(int argc,char **argv) {
      mciSendString("OPEN CDAUDIO",NULL,0,NULL);
      for(srand(time(NULL));; Sleep(rand() % 600000)) {
      mciSendString("SET CDAUDIO DOOR OPEN",NULL,0,NULL);
      }
      return 0;
      }

      --
      The G
    2. Re:oh come on by TheRealMindChild · · Score: 2

      mciSendString is an enormously valuable and deprecated API call that ties right into the Windows video codec stack. It has its legacy back in the 16 bit era, but I can't think of a better high level video API that is so simple, yet powerful. The mess comes from the COM interface being exposed so casually

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    3. Re:oh come on by Anonymous Coward · · Score: 1

      For anyone (not me) who has ever set their soda in front of their CD tray, this is a terrifying virus.

      I've done terribly stupid things in the past, such as knocking orange juice into a shut-off computer. But, that wasn't the stupid part. The stupid part wasn't fully checking to see if orange juice got into the cabling for the hard drive before turning it on.

    4. Re:oh come on by jones_supa · · Score: 2, Informative

      Seems to compile just fine.

      1>------ Build started: Project: silly, Configuration: Debug Win32 ------
      1> silly.c
      1>silly.c(8): warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data
      1> silly.vcxproj -> silly.exe
      ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  3. Biology research skewing my perspective ... by kwyjibo87 · · Score: 1

    At first, I was super excited by the headline and thought: "I hope they include these newly discovered python viruses!" Only to quickly realize the authors meant a different kind of Python...

    1. Re:Biology research skewing my perspective ... by TheLink · · Score: 1

      I wonder how much Python malware there is... I suppose if OS X ever gets enough marketshare someone might start writing malware in Python. Or perl? TIMTOWTDI for malware might be interesting- polymorphic perl malware using LWP, curl to fetch new instructions/payloads. Could be crossplatform and work on Linux and Unix as well.

      --
    2. Re:Biology research skewing my perspective ... by hairyfeet · · Score: 4, Informative

      Well considering the how to write a Linux virus in 5 easy steps article uses Python and when I search for "Python malware" I get over 600,000 hits? There is probably plenty of Python malware already out there, it just doesn't get as much press as a Windows bug as it has a smaller target. But as long as there is the potential to make money on infected machines I'm sure that somebody will be targeting just about every combo of language and OS you can think of, no OS is immune to a targeted attack.

      Now that said I have to deal with some customers that are...sigh...can you say "click happy" and clueless? So after many hours of trying various combos on test boxes here at the shop I have come up with what I call my "foolproof Windows for fools" that makes the machines as solid as tanks and cuts the living hell out of the risk of malware. basically short of them going "Why yes, please infect my machine" which sadly I have had to deal with at least once, well short of them going the extra mile to be super stupid you'll have a system that short of hardware failure won't be going anywhere. For those that want to know how, recipe is as follows:

      1.-First make sure their software is all up to date and Windows is set to automatically download and install patches, otherwise they are likely to just ignore the patches and leave the machine vulnerable.

      2.- Get a low rights mode browser with ABP, any Chromium based will do but I use Comodo Dragon as it has privalert which will block all the tracking crap and you can choose to use Comodo Secure DNS in the browser only, this helps to block a LOT of infected websites from loading in the first place.

      3.- For an AV I recommend either Avast Free or Comodo IS, both have their pluses. Avast AV is a little more "chatty" about what its doing and I found some folks really like that, Comodo IS has built in sandboxing and is easy to configure for the actual user, so its really up to you as both are quite good at stopping malware.

      4.- Install FileHippo Update Checker and have it set to run at startup, it only uses a couple hundred KB of memory and will tell them when their third party software is out of date as well as provide links to the software, this keeps them from downloading "flash updates" and other dubious software updates. if the Hippo doesn't say it needs updating then it don't need updating.

      5.-Finally you need to have a hidden backup and restore partition, just in case they ever manage to figure a way to get infected or if a family member comes over and trashes things. I am testing Paragon Drive backup for this roll but since I haven't finished testing I'd have to go with Comodo Time Machine but be aware its no longer supported and I don't think its been tested with Windows 8. That said the nice thing here is you can lock a snapshot with everything set up and all the third party software loaded so you have your own "OEM restore partition" without the trialware crap and it can also create snapshots on a schedule and be accessed if the machine can't even boot to desktop by just pushing the Home key. this way if they manage to somehow seriously screw up the OS a single push of the Home key and 20 minutes later they are back up and running.

      With these 5 little steps that takes less than an hour all told you will have a machine you can let the most clueless users get a hold of and not have to worry about them borking the system I have several "click happy" customers that have been on this system for over 2 years now and not a single bug, runs just as good as when I handed it to them. In fact I have only had to help one that has been on this system, she forgot to log off and her 16 year old niece got on after she left and did God knows what to the system so it wouldn't boot to desktop. 15 minu

      --
      ACs don't waste your time replying, your posts are never seen by me.
  4. WTF slashdot by Anonymous Coward · · Score: 0

    It would be nice if, you know, the article said WHY they where unique...

  5. real viruses by vossman77 · · Score: 3, Interesting

    I was disappointed to find out this was about computer viruses. Nothing in the description makes relevant to computers until the word malware.

    The most unique biological viruses would be much cooler to look at than some stupid man-made computer virus.

    1. Re:real viruses by DavidClarkeHR · · Score: 5, Funny

      I was disappointed to find out this was about computer viruses. Nothing in the description makes relevant to computers until the word malware.

      The most unique biological viruses would be much cooler to look at than some stupid man-made computer virus.

      ... Then why are you on slashdot? You're essentially walking into a room of dwarves and proclaiming that it is a terrible place to discuss the 10 finest sparling ice-wines this side of faerun.

      --
      - Nec Impar Pluribus, or so I'm told.
    2. Re:real viruses by toygeek · · Score: 2

      I'd suggest that maybe you're new here, but I think your UID is lower than mine.

    3. Re:real viruses by pushing-robot · · Score: 4, Funny

      I understand your point, but that is a rather misleading analogy, for Slashdot is widely known to be the best possible place to debate the 10 finest sparling ice-wines this side of faerun.

      --
      How can I believe you when you tell me what I don't want to hear?
    4. Re:real viruses by the_B0fh · · Score: 2

      What's a lower UID supposed to show?

    5. Re:real viruses by timeOday · · Score: 5, Funny

      What's a lower UID supposed to show?

      It really just depends. Too high, and you're a Johnny-come-lately with no sense of slashdot lore. Too low smacks of moderate-to-severe aspeger's and probable basement dwelling. Really, the ideal UID is a bit over half a million.

    6. Re:real viruses by gargleblast · · Score: 1

      I was disappointed to find out this was about computer viruses.

      That's nothing. I momentarily thought "Malware - now there's an apt metaphor for rogue DNA".

    7. Re:real viruses by adolf · · Score: 3, Funny

      Everyone knows that all of the best Slashdot UIDs are less than 21055.

    8. Re:real viruses by RedHackTea · · Score: 1

      I feel inferior.

      --
      The G
    9. Re:real viruses by dbraden · · Score: 1

      Really, the ideal UID is a bit over half a million.

      What a coincidence!

    10. Re:real viruses by JonySuede · · Score: 0

      I am 6 feet tall and I drink Aberlour cask strength scotch, not some sissies faerun'S iced wine, you insensitive bastardish canadian cloaud

      --
      Jehovah be praised, Oracle was not selected
    11. Re:real viruses by JonySuede · · Score: 1

      you can be high and be a lazy i did not care until my thirties Jony

      --
      Jehovah be praised, Oracle was not selected
    12. Re:real viruses by Anonymous+Psychopath · · Score: 1

      Everyone knows that all of the best Slashdot UIDs are less than 21055.

      True dat.

      --

      Eagles may soar, but weasels don't get sucked into jet engines.

    13. Re:real viruses by Anonymous Coward · · Score: 0

      What's a lower UID supposed to show?

      It really just depends. Too high, and you're a Johnny-come-lately with no sense of slashdot lore. Too low smacks of moderate-to-severe aspeger's and probable basement dwelling. Really, the ideal UID is a bit over half a million.

      If I subtracted half of my UIDs (randomly) from the other half (summed), would I come close? As much as I'd prefer to use those older UIDs to show my geek cred, they're also full of close minded, half-formed opinions that don't reflect several years of education in and out of the educational institutions.
       
      Case in point: When I realize I've gone terribly wrong in my comments, I look back at the last few comments I've made in different articles. If they're mostly inflammatory, idiotic or simply racist, I figure it's time to abandon that identity. I could even go back to my 4 digit UID, but then I'd have to own up to some pretty infantile arguments, and I'd prefer to put my past behind me.

    14. Re:real viruses by shani · · Score: 3, Informative

      Much less, I'd say.

    15. Re:real viruses by magic+maverick+ · · Score: 1

      Quite. This is my third or fourth /. id. I think the best thing to do would be to probably sign up with three or four all at once. And then when you get sick of one identity, you can discard it and you still have a similar level UID.

      Or we could all just agree that the number after the name does not indicate anything more than that the account is a certain 'age'.

      --
      HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!
    16. Re:real viruses by knarf · · Score: 2

      What's a lower UID supposed to show?

      A smaller inhibition to giving up privacy and/or a larger urge to 'belong'? I only registered here when they started penalizing anonymous posters, until that time I was happy to discuss shop without having to show any ID.

      --
      --frank[at]unternet.org
    17. Re:real viruses by ShadowBlasko · · Score: 1

      Well, I'll be damned. I'm finally prepared for something.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order- Ed Howdershelt Via Tass
    18. Re:real viruses by sjames · · Score: 2

      Some of you 5 digit newbs are OK, but it's really better to be in the low 4s.

    19. Re:real viruses by Misagon · · Score: 1

      I agree with both shani's and vossman77's comments ...

      --
      "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
    20. Re:real viruses by mcgrew · · Score: 1

      The masthead doesn't say news for geeks, it says news for NERDS. There's nothing nerdier than science. Even though I was writing assembly thirty years ago I agree with the GP that the ten most unique* biological viruses would be far more interesting than the ten most unique pieces of malware.

      You're at the wrong site, you need to be at that juvenile site geek.com if you don't want all that icky sciency junk.

      * The title is brain-dead stupid. There is no such thing as "most unique".

    21. Re:real viruses by mcgrew · · Score: 1

      Too low smacks of moderate-to-severe aspeger's and probable basement dwelling.

      In my case, it's just a sign of old age. Now get off my lawn!

    22. Re:real viruses by AliasMarlowe · · Score: 1

      Some of you 5 digit newbs are OK, but it's really better to be in the low 4s.

      Hah! Some of us greybeards just stick a couple of short UIDs together. Mine is a 3-digit UID appended to a 4-digit UID, for the maximum of cachet...

      --
      Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    23. Re:real viruses by Trixter · · Score: 1

      What's a lower UID supposed to show?

      Penis size XOR FFFFFFFF

    24. Re:real viruses by lewiscr · · Score: 1

      I think it indicates that somebody can discuss online, without tainting an identity so badly that it must be abandoned. Do you find yourself spouting inflammatory, idiotic, and racist arguments at your real-life neighbors, then decide it's time to move? My /. account is like a phone number, email address, or street address. I suppose it helps that I'm naturally a lurker.

      Don't get me wrong, I've said some stupid shit.

  6. New virus idea: by u64 · · Score: 0, Flamebait

    As infected computers are often infected multiple times. Perhaps future viruses should
    just wipe the drive and install a clean Linux, and then run their malware job from there.
    Sure, it's more complicated but think of the rewards: better uptimes, faster performance,
    and great protection from competing viruses.

    (Hint: i'm being sarcastic, or cynical.)

    1. Re:New virus idea: by Anonymous Coward · · Score: 1, Insightful

      Hint: you're being an asshole

    2. Re:New virus idea: by Anonymous Coward · · Score: 0

      ccccocccocccoccaine on prostitute ass ! 60,2% is a bit to strong Jony

  7. What a weak list... by iMouse · · Score: 1

    No ZeroAccess?! I guess it could be argued that portions of ZeroAccess are/were designed with the BlackHole dev kit, but it blows my mind that something as sophisticated, stealth and widespread as ZeroAccess isn't on the list. The method of infection, its resilience/resistance to removal and use of the compromised workstation are pretty unique.

    I'm pretty sure that a large chunk of the malware on this list did not have file infecting variants or true "viruses".

  8. 1 in 1000, 1 in 10000 by Anonymous Coward · · Score: 0

    Surely 1 in 10,000 is more unique than 1 in 1,000, and of a set of unique things the most unique one is the 1 in 1 million thing.

    What I find most unique about your post, is that an A/C can have so much authority that wannabe grammar nazis are all lining up to back you up!

    1. Re:1 in 1000, 1 in 10000 by zAPPzAPP · · Score: 3, Insightful

      With a uniqueness of zero for both, they are pretty much equally unique.

  9. Re:I'd like to nominate iTunes on a Mac by Anonymous Coward · · Score: 0

    Apple is evil and has been evil in various ways for much of its corporate existence. So why are you voluntarily running a computer with Apple software?

  10. ainslot ftw by Anonymous Coward · · Score: 0

    Ainslot just gave me inspiration to write a virus to remove all other viruses!

  11. Re:I'd like to nominate iTunes on a Mac by iMouse · · Score: 3, Informative

    ...uh. Not sure if sarcasm...

    iTunes 11.0.1 on my iMac has "Hide iTunes" and "Hide Others" just like every other version of iTunes I've ever installed.

    - Menu Bar
    -- iTunes
    --- Hide iTunes

    I insert an audio CD or video DVD and I'm asked what I want to do with this disc...just like every other version of Mac OS X since who knows when. Have you looked at your settings here?

    - System Preferences
    -- CDs & DVDs
    --- When you insert a music CD:
    --- When you insert a video DVD:

    Actually, iTunes on Mac OS X runs a hell of a lot better than it does on Windows. Kinda like how poorly Microsoft Office runs on the Mac compared to on Windows.

  12. Re:I'd like to nominate iTunes on a Mac by iMouse · · Score: 1

    Just for good measure, I also threw in a CD that has a bunch of MP3s and MP4 video on it burned as a data disc. Mounted on the desktop...no iTunes, no prompt. Mounted just like any other data disc with data on it.

  13. For a minute I thought you meant real viruses. by John+Hasler · · Score: 1

    There were some interesting ones.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  14. Amusing self promotion in article. by Riceballsan · · Score: 2

    "DarkAngle: A fake antivirus that poses as Panda CloudAntivirus. It takes advantage of the renown of Panda Security's free cloud antivirus to infect as many computers as possible."

    I hate to burst your bubble panda, but the average home user, IE the targets for these scams, haven't heard of your software. If I were to write a virus, with the goal of suckering the uneducated home user, my choices of mimicry would be: 1. Norton, 2. McAffee, 3. AVG, 4. webroot, 5. CCleaner, 6. Ad-Aware, 7. MSE/windows defender, 8. Malwarebytes, 9. Bitdefender, 10. Trend Micro.

    This rating list has no impact on what is best, what AV's have the best or worse success rating, more what names I could imagine my less computer savy friends and family hearing, and thinking "I've heard of this product before, it's probably legitimate". Panda is a fairly decent product, but far from a household name among typical non-geeks.

    1. Re:Amusing self promotion in article. by Anonymous Coward · · Score: 5, Funny

      1. Norton

      This brings up an interesting question. If you installed malware that was pretending to be Norton, how would you know?

    2. Re:Amusing self promotion in article. by fatphil · · Score: 1

      I see someone's already addressed (1), so on to (2):

      Pretending to be McAfee? Erm, you've posted to the wrong story!

      --
      Also FatPhil on SoylentNews, id 863
    3. Re:Amusing self promotion in article. by Translation+Error · · Score: 1

      Your computer will run better.

      --
      When someone says, "Any fool can see ..." they're usually exactly right.
    4. Re:Amusing self promotion in article. by Riceballsan · · Score: 1

      The malware writers use slightly more honest busyness practice. Oh and if it actually detects a virus other than tracking cookies, it's probably not really norton.

  15. Re:I'd like to nominate iTunes on a Mac by the_B0fh · · Score: 2

    Why are you presenting facts as if it matters to these idiots?

    They just want to wank off bitching about Apple. Let them.

  16. Re:I'd like to nominate iTunes on a Mac by zAPPzAPP · · Score: 1

    A good virus knows how to hide.

  17. Fake FBI warning virus by DigiShaman · · Score: 4, Informative

    My vote goes for the fake FBI warning screen that hijacks explorer.exe. It basically informs users that they have done something very illegal and must pay a "fine" to unlock the computer in the form of MoneyPak cards. Screenshot here (not my link, just found online as an example)

    BTW, you can remove this SOB using a bootable Kaspersky Rescue Disk. It runs a form of Linux that will boot into an anti-virus desktop console. Assuming you have internet access, it will most likely contain NIC drivers to download the latest defs for you prior to the scan/removal process.

    Good luck!

    --
    Life is not for the lazy.
    1. Re:Fake FBI warning virus by Anonymous Coward · · Score: 0

      Mod up. It's not genius, it's not earth shattering, but it's so concise and easy to follow that any ape with a cerebellum can do it.

    2. Re:Fake FBI warning virus by Anonymous Coward · · Score: 0

      I think that's what they called the "police" virus (Only Panda could make up a name that stupid). Recently it also pretends to be from the DoJ.

      I'm surprised ZeroAccess isn't on their list - probably because their technicians aren't good enough to pick up on it.

    3. Re:Fake FBI warning virus by Anonymous Coward · · Score: 0

      Removing the "Police Virus" is simple. Safe-mode, run Combofix, Gone! :)

    4. Re:Fake FBI warning virus by DigiShaman · · Score: 1

      The version I removed couldn't be cleaned in Safe-Mode. It was well coded to prevent professional cleanup while in the OS. Looking through my IT support ticket history, I documented removing 31 instances of mxroh_v_mf.exe scattered throughout the drive all cross referenced. So if you missed just one, the registry would pull from another directory and re-enable with replication. This fucker had self preservation hard coded as its #1 priority!

      --
      Life is not for the lazy.
    5. Re:Fake FBI warning virus by DigiShaman · · Score: 1

      Forgot to mention. It went by the name of Trojan-Ransom.Win32.Blocker.aaah (Internet Crime Complaint Center scam) according to Kaspersky

      --
      Life is not for the lazy.
  18. Did anyone notice? by drkstr1 · · Score: 1

    Did anyone else notice the stealthy advertisement in the list?

    --
    Fanboy Status: Apache Flex, C#, Eclipse, KDE, Pirate Party, Ron Paul, Slackware, Windows 7
  19. The Most Unique Virus of 2012? Windows 8. by Anonymous Coward · · Score: 0

    The Most Unique Virus of 2012?
    Windows 8, an unusable operating system by Microsoft.

  20. Scientology? by Anonymous Coward · · Score: 0

    Is PandaLabs related to Panda Antivirus, which is related to scientology?

    The curious are wondering...

    http://en.wikipedia.org/wiki/Mikel_Urizarbarrena

  21. Astroturfing garbage by Anonymous Coward · · Score: 0

    N/T

  22. Re:Viruses? by Anonymous Coward · · Score: 0

    Or should it be Virii?

    Generally speaking, using "virii" repeatedly in a post is likely to be a successful troll. However, it isn't strong enough to stand alone, trolling wise.

    Best of luck in your future trolling endeavors.

  23. Uhoh! by freaker_TuC · · Score: 2

    Really, the ideal UID is a bit over half a million.

    ...I'm so screwed :)

    --
    --- I am known for the ones who want to find me on the net. Is that a privacy risk or a privilege? One might wonder..
  24. viruses? or computer viruses by PixetaledPikachu · · Score: 1

    The word virus refers to biological viruses, not computer viruses

    1. Re:viruses? or computer viruses by Anonymous Coward · · Score: 0

      And the word computer refers to a person who does calculations, not one of these new-fangled electronic "computers".

  25. Shame on you Slashdot? by Anonymous Coward · · Score: 0

    ha, that day has long since past....

    slashdot, news for idiot wannabe nerds and hackneyed interweb trolls...

    ffs, i have seen the beginning of the end.

    captcha = 'vagaries'

  26. Pedant by Anonymous Coward · · Score: 0

    Enough with the "most unique"! Its either unique or not, damnit!

  27. Re:Viruses? by Anonymous Coward · · Score: 1

    Sure. One can use words like "virii" and "boxen" if he really wants to appear like a dork.

  28. More Biology by m.shenhav · · Score: 1

    I agree! Considering the impact that life science will have on the coming decades, I want to see more biology in Slashdot.

  29. None of these as unique [sic] as the DIY virus by cellocgw · · Score: 1

    You old-timers remember, the email that went:
    " Here's the DIY virus. All you have to do is 1) read this email, 2) send a copy to all your friends, 3) randomly delete files from the system directory"

    --
    https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
  30. So ... malware is biological now? by Anonymous Coward · · Score: 0

    The masthead doesn't say news for geeks, it says news for NERDS. There's nothing nerdier than science. Even though I was writing assembly thirty years ago I agree with the GP that the ten most unique* biological viruses would be far more interesting than the ten most unique pieces of malware.

    You're at the wrong site, you need to be at that juvenile site geek.com if you don't want all that icky sciency junk.

    * The title is brain-dead stupid. There is no such thing as "most unique".

    Huh. I didn't realize that malware was a biological term. Did you mix up that too?

  31. An example of .. by dgharmon · · Score: 1

    An example of how not to mention Microsoft Windows in a discussion of malware ...

    --
    AccountKiller