Slashdot Mirror


Chemical Haiku: Elements' Qualities in a Few Syllables

Frr pointed out this interesting approach to the periodic table: Haiku. This might even help you remember the elements.

177 comments

  1. Other kinds of poems might be better? by DeepDarkSky · · Score: 3, Interesting

    Poems rhyme and have a regular meter and that's what makes it easier for us to remember (songs with catchy, rhyming lyrics are the same). Haikus are not exactly easier to remember because they don't rhyme (although the fixed number of syllables help).

    I could be wrong, but I think it might be better to use another kind of poetry for this?

    1. Re:Other kinds of poems might be better? by Blaine+Hilton · · Score: 2, Insightful

      I understand the concept, but still I think it easier to remember the basic facts instead of some 20 word phrase.

    2. Re:Other kinds of poems might be better? by Anonymous Coward · · Score: 0

      It may be so, but it's really really hard to compose a mnemonic poem.

      You'd probably want something with a metered beat, employing alliteration or rhymes, or both. Just getting the rhymes and beats to match up is fairly difficult.

      Beowulf was a great example of this, but I think the skill to compose a poem in the appropriate style is extremely rare. Especially when dealing with clunky words like 'Einsteinium'.

    3. Re:Other kinds of poems might be better? by tkittel · · Score: 2, Informative

      Actually, at the bottom of the page with the "Periodic table of Haiku", theres a link to the "Periodic table of Poetry" (http://superdeluxe.com/elemental/) which apparently served as inspiration for the Haiku one. But it doesnt seem to be complete though.

    4. Re:Other kinds of poems might be better? by Guppy06 · · Score: 1

      " Poems rhyme and have a regular meter and that's what makes it easier for us to remember"

      Somebody not familiar with the works of e. e. cummings, I see. Somewhere in the late ninteent and early twentieth century, the definition of "poem" became "Whatever the author says is a poem."

    5. Re:Other kinds of poems might be better? by jscribner · · Score: 1

      Why Hokkus and not a long renga? Now we have to remember each individual element's poem instead of one long verse.

      --
      JS - IBM Metaverse devteam
      The opinions expressed here are mine & not necessarily representative of IBM
  2. Re:What the... by Anonymous Coward · · Score: 0

    Well, if you're posting to slashdot, you're probably not spending the night with some hot woman. That means you most likely have a lot of time on your hands, so yes, go ahead and memorize them. You might be able to impress some CS professors.

  3. Too late... by Capt'n+Hector · · Score: 4, Funny

    I already memorized the Tom Leher song.

    --
    Quid festinatio swallonis est aetherfuga inonusti?
    Africus aut Europaeus?
    1. Re:Too late... by mysticgoat · · Score: 2, Informative

      Here's the link:
      Tom Lehrer's song of The Elements

      There is a QuickTime recording of one of Tom's early performances of it, as well as the lyrics.

      Wow, that brings back memories.

    2. Re:Too late... by F�an�ro · · Score: 3, Informative

      There is a very good animated flash version of that song available here .

    3. Re:Too late... by SamTheButcher · · Score: 1
      the poetry is some of the best stuff I've ever read, as it relates to an actual, tangible subject instead of thoughts and gossamer.

      For songs comparable to Tom Lehrer, I'd suggest the Animaniacs soundtracks. Most specifically, Yakko's Universe, Planets, Wakko's America, and Presidents. Using familiar tunes to teach, it's great. Especially the ending of Planets. (Kind of need to hear it, but it's classic all the same.)

  4. that's gonna help? by larry+bagina · · Score: 4, Offtopic
    So instead of having to remember 100 elements, now you can make life easier and remember 100 elements + 100 elements * 17 syllables?

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:that's gonna help? by Anonymous Coward · · Score: 0

      Harry He Likes Beer By Cupfulls Not Over Flowing. Nelly Nags Mgret Always Since Peter Slapped Clare. Argon Kalium lcium. I can't believe i still remember that from 7th grade all those years ago...

    2. Re:that's gonna help? by Anonymous Coward · · Score: 0

      Hey! Bitch stole my Ca!!!

    3. Re:that's gonna help? by offpath3 · · Score: 1

      Actually Carbon is just C, so the original post works.

    4. Re:that's gonna help? by larry+bagina · · Score: 1

      a classmate in sophmore chemistry suggested remembering the SPDF electron shells as "Suck Peter's Dick First".... It worked; that's all i remember about it.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    5. Re:that's gonna help? by Old+Wolf · · Score: 1

      It's not meant to be a mnemonic, just a curiosity

  5. RPN Example by Anonymous Coward · · Score: 0

    Sine of a half?

    ALG sin ( 1 / 2 ) =
    7 keystrokes ( less if calc pus brackets in, but still >5)

    RPN: 2 1/x sin
    3 keystrokes

    1. Re:RPN Example by Anonymous Coward · · Score: 0

      What about .5 SIN?

      ALG 3

      RPN 3

      PS ALG has a 1/x key too.

    2. Re:RPN Example by Anonymous Coward · · Score: 0

      OK, bad example. Try one third instead of a half.

      Also, the 1/x key on algerbraic calc is a form of RPN. However it is badly implemented.

      Try this on an ALG calc:

      ___1_____
      1/5 + 1/6

      RPN is 5 1/x 6 1/x + 1/x

      It cannot be done easily on an algerbraic.

    3. Re:RPN Example by Anonymous Coward · · Score: 0

      OK, bad example. Try one third instead of a half.

      3 1/x SIN

      Also, the 1/x key on algerbraic calc is a form of RPN. However it is badly implemented.

      Have you actually USED a modern ALG calc?
      Not saying they're all your's, but 9 out of 10 of the RPN examples
      I see here are done on the premise of a $1.00 ALG calc with parens and an HP 48.

      Try this on an ALG calc:
      ___1_____
      1/5 + 1/6

      5 1/x + 6 1/x =
      One more keystroke, but just as easy...

    4. Re:RPN Example by Anonymous Coward · · Score: 0

      Hate to tell you, but any calc that accepts

      '3 1/x SIN '

      as valid input is RPN. A true algerbraic, which is what I am talking about, would balk at this.

      Likewise,

      5 1/x + 6 1/x =

      is using a mixture of postfix and infix. On a *true* algerbraic calculator, you need to enter

      1 / ( 1 / 5 + 1 / 6 ) =

    5. Re:RPN Example by Anonymous Coward · · Score: 0

      Hate to tell you, but any calc that accepts

      '3 1/x SIN '

      as valid input is RPN.


      I didn't know my Ti-30 was RPN!

      A true algerbraic, which is what I am talking about, would balk at this.
      Likewise,

      5 1/x + 6 1/x =

      is using a mixture of postfix and infix. On a *true* algerbraic calculator, you need to enter

      1 / ( 1 / 5 + 1 / 6 ) =

      Hardly anyone uses *true* Algebraic calculators anymore.

      I use FreeBSD.


      The reason being that when I decided to dump MS,
      I was unsure as to whether or not I should use *BSD or Linux.
      But after seeing time and time again, every *BSD article on /. having 200+ comments, and 90% of them being some form of " *BSD is dying ".

      I assumed that all Linux users were a bunch of assholes that were so willing to let RMS pound their ass full of GNU/Ideas, GNU/Socialism, GNU/etc. that I didn't want to be one of them.

      I am in the process of learning RPN, and as long as I don't start to beleive that RPN users have a bunch of Polish superiority shoved up their ass,
      I will continue to do so.

      Point being, stop posting shitty examples of RPN on the premise of
      "A *true* Algebraic calculator" and an HP-48.

      If you MUST preach the benefits of RPN, show examples that can be proven on a Ti-8x and an HP-48.

  6. Haiku about aforementioned haikus by Anonymous Coward · · Score: 4, Funny

    Come on WTF?
    Some of those are not haikus
    chemists are retards

    Hint: read heliums...

  7. I got one for you.... by Anonymous Coward · · Score: 5, Funny

    Science and Poems
    Merged in novel harmony
    But for what purpose?

  8. I still prefer Lehrer's approach... by Exantrius · · Score: 4, Informative
  9. I have always done that... by dracken · · Score: 2, Funny

    periodic table
    with rhythm of haiku
    I remember

    ducks ;)

    1. Re:I have always done that... by Anonymous Coward · · Score: 0

      shitty poems
      with no wise thoughts
      you faggot

    2. Re:I have always done that... by clambake · · Score: 0, Flamebait

      -=-=-Haiku-=-=-
      fuck you fuck you fuck
      you fuck you fuck you fuck you
      fuck you fuck you snow

    3. Re:I have always done that... by Anonymous Coward · · Score: 0

      It is such a shame
      You can't even remember
      it's five seven five

      Dumbass.

  10. funny one! by Anonymous Coward · · Score: 5, Funny
    This one for barium just cracks me up!

    the bitter cocktail
    of a colonoscopy --
    grin and barium

    1. Re:funny one! by randyest · · Score: 1

      This one seems somehow apropriate for ./:

      97 Berkelium
      just academic
      protesting commercial use
      feels it in his bones

      --
      everything in moderation
  11. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  12. whoops... by Anonymous Coward · · Score: 0

    ok, you have to actually say the WORDS, not "WTF", or else it doesnt work.

  13. Fuck you, TROLL! by Anonymous Coward · · Score: 0

    Suck it bizn0tch the comment got modded down to 0, Offtopic! Fuck you!!!!!!!!!!!!!!!!!1

    1. Re:Fuck you, TROLL! by Anonymous Coward · · Score: 0

      Boy, you sure are intelligent! I wish I had the wit and subtlety that you have managed to achieve!

  14. hmm... by Anonymous Coward · · Score: 5, Funny

    Element poems
    Until Slashdotted link.
    I am sad.

    1. Re:hmm... by GT_Alias · · Score: 1

      Not this
      Late at night
      How many syllables is a $@&!*ing haiku supposed to have?

    2. Re:hmm... by Anonymous Coward · · Score: 0

      I'm not entirely sure that there's a single haiku on the page though.

  15. What a waste of mental effort by The+Tyro · · Score: 4, Insightful

    Is anyone actually forced to memorize the periodic table these days? Talk about a pointless rote memorization task...

    I thought "learning" like this went the way of the dinosaurs in the 80's (of course, I teach on the university level, so I'm a bit removed from elementary education). Can any education types confirm that this kind of thing still goes on?

    I subscribe to the penguin theory of learning. After a certain point, your brain only holds so many recallable facts, just like an iceberg can hold only so many penguins. After that, for each new one you add, an old one must be shoved off (or at least relegated to subconscious long-term storage). I know memory is theoretically infinite, and that everything we learn is supposedly deep down in there somewhere, waiting for the right moment to be dredged up... but this kind of memorization is a waste of space on the iceberg.

    No way in sacrificing childhood memories for the periodic table... too easy to just go look up a copy.

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
    1. Re:What a waste of mental effort by ramzak2k · · Score: 3, Insightful

      Your argument sounds like

      "why waste precious use of mental resources by making students multiply and divide instead of handing them over calculaters ?"

      There arent many who subscribe to the iceberg theory that you have mentioned. Memory is just like any other muscle - train it , keep it sharp and it will help you. Knowing to memorize something like the periodic table after all involves knowing what exactly helps your brain remember things - for some it might be a rhyme like the haiku and for others it could be pictures for association . Either way, it helps develop a skill!

      --

      Siggy Say, Siggy Do
    2. Re:What a waste of mental effort by janda · · Score: 1

      To quote the original poster:

      Is anyone actually forced to memorize the periodic table these days? Talk about a pointless rote memorizatiotask...

      *knowledge* is power, not the ability to get back to somebody on something...

      --
      Karma: Food Fight (Mostly affected by Date Plate).
    3. Re:What a waste of mental effort by anon*127.0.0.1 · · Score: 2, Insightful

      The only memorization I recall in connection with teh periodic table was being able to tell an Element from its symbol and vice-versa. Which is something that the haikus would be totally useless as a learning or teaching aid.

      Actually, reading the authors comments, I didn't see a mention anywhere that the table was intended to be a learning tool. I think it was just intended to be a geek/poet fun thing, and for that it's pretty good.

      --
      I am NOT a man!
      I am a free number!
    4. Re:What a waste of mental effort by arvindn · · Score: 3, Interesting
      Is anyone actually forced to memorize the periodic table these days? Talk about a pointless rote memorization task...

      I thought "learning" like this went the way of the dinosaurs in the 80's (of course, I teach on the university level, so I'm a bit removed from elementary education). Can any education types confirm that this kind of thing still goes on?

      I'm from India, and I can confirm that such pointless torture of students is the norm here :(

      I was forced to memorize the periodic table when I was in high school.

      Not only that, no calculators allowed until you are in university. Every time someone tries to change it, the luddites start screaming that use of calculators harms the students' powers of mental arithmetic and so on.

      In the case of the periodic table, though, I'm actually not sure it is completely pointless: the properties of the elements are to a great extent dependent on their position in the table. If you involuntarily "see" an element in its position in the table whenever it is talked about, then you get to correlate its properties to its position much better, and you understand it better.

      At least, that's the idea. The question is whether the purported gains are worth the effort.

      I subscribe to the penguin theory of learning. After a certain point, your brain only holds so many recallable facts, just like an iceberg can hold only so many penguins. After that, for each new one you add, an old one must be shoved off (or at least relegated to subconscious long-term storage). I know memory is theoretically infinite, and that everything we learn is supposedly deep down in there somewhere, waiting for the right moment to be dredged up... but this kind of memorization is a waste of space on the iceberg.
      I'm not sure about the waste of space part. Sure, brain space is finite. However, you remember a zillion important details about your everyday life. The more things you consciously memorize, the faster the useless things are going to get dumped out of your brain. And memorizing more actually makes you better at storing and recalling things. OTOH, this kind of memorization is a huge waste of time, and is hence unjustifiable.

      BTW, some people might _want_ to memorize completely pointless things by rote for whatever reason. For instance, I memorized 1000 digits of pi :-)

    5. Re:What a waste of mental effort by The+Tyro · · Score: 2, Insightful

      That is EXACTLY my argument. Understand the hard way... appreciate its nuances... pay homage to dogma... then do it the EASY way.

      Understanding how to do long division and multiplication is fine to help in mastering the concept... but doing all your daily math problems that way is a bit of a waste. If you are converting numbers between different base systems, you could do it by hand... but why? Use of a calculator is more efficient.

      I don't disagree that understanding the way the periodic table is structured is useful. I do think that rote memorizing the entire thing, along with all the atomic weights, etc is not necessary.

      In fact, I'd go so far as to say that it's busy work; something a lazy teacher might use to simply occupy students rather than teach them.

      --
      Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
    6. Re:What a waste of mental effort by ShoeHead · · Score: 1

      Ah, but I wish that I'd been encouraged to memorize more stuff as a kid. It's the tough tasks your brain takes on early in life that prepare it for later. The more you challenge a young brain, the better off it'll be later in life.

      When I was a kid, I read a lot of books. Like, non-stop, no-social-life, all-day in class. I attribute any and all intelligence bonus I have, at this point, to my early reading. Of course, once highschool started, and especially now in college, I had no time to read for fun, and I find myself having shorter attention spans when trying to read textbooks--I think now I know what it was like for those kids in elementary school who didn't like to read. That's how it goes, though, I can only hope I'm not ruining my brain with all this sleep deprivation and lack of reading.

      Final comment: anyone who assigns more memorization that cutting/pasting/coloring stupid projects is ok in my book. Also, mental math should be an integral part of science classes. The more the better.

    7. Re:What a waste of mental effort by Fabio+Dias · · Score: 1

      It's geeky. 'Nuff said.

    8. Re:What a waste of mental effort by Guppy06 · · Score: 1

      "Is anyone actually forced to memorize the periodic table these days? Talk about a pointless rote memorization task..."

      Compared to what? Compared to rote memorization of multiplication tables? When I ask you "What's twelve times twelve?" do you sit and add twelve twelves in your head, or do you just spit out the answer you had to memorize in grade school?

      If grade school is too long ago for you, there's always things like "square and cube roots," "pi to six digits," "trigonometric functions of angles divisible by 15 degrees" and "tables of integration."

      Am I picking on the maths too much? "Galilean equations of motion?"

      There are times when memorization is both needed and more beneficial than just using a calculator to answer the simplest questions. If you can't do the simple stuff without having to push buttons, you can't be all that useful in figuring out the complicated stuff. It would be cheaper for me to just push my own buttons than to hire you to do it for me.

      However, I do agree that memorizing the basics is unfortunately going the way of the dodo. Did you know they now allow TI-89 calculators for AP Calculus exams?

    9. Re:What a waste of mental effort by Lord+Omlette · · Score: 1
      Not only that, no calculators allowed until you are in university. Every time someone tries to change it, the luddites start screaming that use of calculators harms the students' powers of mental arithmetic and so on.
      Quick question, which country is having all its jobs sucked out by which country? Quick hint: I'm in the country that's losing the jobs.

      I'm not saying, I'm just saying, ya know?
      --
      [o]_O
    10. Re:What a waste of mental effort by Sudheer_E · · Score: 1

      I am an Idian who grew up in The US and I have a couple of friends who moved from India recently and They found that the Indian system of learning is so much better. Also I have noticed that when it comes to something such as arithmetic or common knowledge such as where an element is located on the periodic table they seem to do much better than me or my American counterparts.

    11. Re:What a waste of mental effort by Idarubicin · · Score: 1
      Is anyone actually forced to memorize the periodic table these days?

      Yes.

      Talk about a pointless rote memorization task...

      Believe me, we did. Third year inorganic chemistry. I've forgotten it all again, except for the bits I actually use--which I knew before I took the class and crammed the table in for exams. I don't know about the penguin theory, but I do know that there is no point to rote memorization (except under certain very limited circumstances.)

      If I really needed to know some collection of arbitrary facts, then I probably already would have memorized them simply through regular use. (If I have to look something up more than a few times in my CRC Handbook, then I'll probably learn it.) Learning by rote a table that is in the front of every textbook and on the wall of most labs is utterly pointless.

      --
      ~Idarubicin
  16. Weak.. by Kurt+Russell · · Score: 1
    Frr pointed out this interesting approach to the periodic table: Haiku.

    You can't tell us there is nothing but this in the queue!
    Haiku.. Sheesh

  17. Re:What the... by Anonymous Coward · · Score: 0
    this guy Impressed some people, too...

    There are better ways to make an impression

  18. 56 Barium by circletimessquare · · Score: 4, Funny

    "56 Barium
    the bitter cocktail
    of a colonoscopy --
    grin and barium"

    lesson for us all:
    nerds good at periodic,
    bad at humorous.

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  19. A haiku for you by Anonymous Coward · · Score: 0

    Quite over-rated
    The periodic table
    As lots of haiku.

    UARM

  20. Timothy, you need sleep... by Anonymous Coward · · Score: 0

    ~~~ sleep!

    ~~~ sleeeep!

    ~~~ sleeeeeep!

    ~~~ sleep my pasty friend. you hath not need break serial post record stories by you!

    WHERE IS KLERK WHEN YOU NEED 'EM? WHY ISN'T ANYONE FIGHTING THE SLASHDOT POSTORS THEES DAYS? I already know *BSD is dying!

  21. 5-7-5 by Captain+Beefheart · · Score: 2, Informative

    And it would be even better if 5-7-5 wasn't just a Western convenience.

  22. Personally.. by nukey56 · · Score: 2, Insightful

    ..I'd rather wear one of these than read through that thing.

    Seriously though, memorizing the periodic table in school was far easier for me than things like the MLK speech, the pre-amble, the 'To be or not to be' soliloquy, and whatnot. Flashcards will do wonders for small bits of information that you can later forget and look up on tshirts.

    1. Re:Personally.. by gad_zuki! · · Score: 1

      Oh man, you shouldn't have linked to that site. I'm very tempted to buy this because its such a terrible pun. Guaranteed to make your sarcastic hipster friends jealous.

  23. Not all Haikus, it seems by Galvatron · · Score: 1

    The ones authored by "Mary Margaret Serpento" are clearly not haikus.

    --
    "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
  24. interesting by sublime99 · · Score: 1

    This could help out a lot of people who have problems remembering things. I remember when I was first learning the elements on the periodic table I would use computer terms, and sex to memorize things. This just makes it more generic and not as "dirty". Just becuase you do not like the idea doesn't mean it could not help a lot of children around the world and even some older people remember the periodic table elements.

  25. Comic genius by The+Tyro · · Score: 3


    I still think some of his finest work was embodied in the old classic poisoning pigeons in the park.

    I love that one...

    --
    Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes.
    1. Re:Comic genius by Exantrius · · Score: 2, Informative

      Yeah... Up until recently (I think, he migh still be teaching, but I didn't see his name) he was a teacher of a core class at UCSC-- The first time I'd found out who sung poisoning pigeons in the park...

      *sigh* memories... /Ex

    2. Re:Comic genius by idiotnot · · Score: 1

      Ah yes, he used cyanide, when he could have used arsenic.

      I personally am partial to "So Long Mom, I'm Off To Drop The Bomb," which deals with other elements, altogether.

    3. Re:Comic genius by Anonymous Coward · · Score: 0

      "Even if a man chops off your hand with a sword, you still have two nice, sharp bones to stick in his eyes."

      And if he tries to chop his head off?

      http://news.yahoo.com/news?tmpl=story2&u=/030313 /1 68/3i6de.html&e=1&ncid=996

      Just how are you supposed to reason with such people?

    4. Re:Comic genius by SomeGuyFromCA · · Score: 1

      > I personally am partial to "So Long Mom, I'm Off To Drop The Bomb," which deals with other elements, altogether.

      Coupled with "We Will All Go Together When We Go.", yes?

      --
      if the answer isn't violence, neither is your silence / freedom of expression doesn't make it alright
    5. Re:Comic genius by Anonymous Coward · · Score: 0

      And if he tries to chop his head off? *His* head? The best defence against that is to let him do it.

    6. Re:Comic genius by Anonymous Coward · · Score: 0

      Sure, his head. Check out the link! They're crazy!! I'm actually rather scared! How does Darwin explain that?!

  26. If you want to get technical... by Cyno01 · · Score: 5, Informative

    None of these are true haikus. A true haiku has 5-7-5 sylables and must have a kigo or seasonal theme.

    --
    "Sic Semper Tyrannosaurus Rex."
    1. Re:If you want to get technical... by theaphila · · Score: 1

      true haiku are also written in japanese.
      "haiku" in english are on a variety of topics.

  27. Re:Haiku? by rev.felix · · Score: 3, Informative

    Well, the 5-7-5 is often adhered to in Japanese haiku, but as I understand it, the idea of the haiku is to express some thought with a certain sort of spontenaity. It's more about method than form. The idea is to be contemplating some idea, and then simply write the haiku immediately without deliberating about how to fit it into some arbitrary form. My understanding is that the 5-7-5 myth is akin to "Columbus discovered america" that I also learned in 4th grade -- it's so oversimplified that it is no longer strictly true.

  28. Coming Soon: Periodic Table of Limerick by jazir1979 · · Score: 1

    More appropriate near St Patrick's day..

    There once was an element named Zinc
    {child posts please continue}

    --
    What's your GCNSEQNO?
  29. lame haiku by JPawloski · · Score: 1

    programmer by love
    unemployed by dot-com bust
    need change for dinner

    1. Re:lame haiku by Anonymous Coward · · Score: 0

      log off slashdot
      do real job hunting
      find job in india

  30. Re:What the... by Anonymous Coward · · Score: 0

    Computer Science, CounterStrike, what's the difference?

  31. some of the transuraniums are pretty good by circletimessquare · · Score: 2

    92 Uranium
    Fission or fusion?
    World leaders seek security
    As uranium time ticks away

    94 Plutonium
    burial markers
    destroyed by vandals
    unEarthing
    future plague
    legacy of death
    no prophet warnings

    95 Americium
    Fire's high-tech bane,
    radiation's toxic pain--
    Americium Dream

    96 Curium
    all the way to Mars
    before one human footstep
    curium spectrometer

    97 Berkelium
    just academic
    protesting commercial use
    feels it in his bones

    99 Einsteinium
    laughing with God
    eternal craps game
    betting GUTs
    ['If you want to give God a laugh, tell him your plans']
    ['God does not play at dice with the Universe']
    [Grand Unified Theory, a mystery he planned to solve]

    101 Mendelevium
    almost forgotten
    my Table lives after me
    a lesson on pride
    [The value of Mendeleev's table is that it predicted the gaps in the vertical rows, indicated the properties of the then-missing elements and suggested where to look for them in Nature. But all other knowledge of Mendeleev himself was nearly lost to time and indifference.]

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:some of the transuraniums are pretty good by tkittel · · Score: 2, Funny

      This reminds me of the old discussions between Einstein and Bohr about the nature of Quantum Mechanics:

      Einstein: "God does not play dice."

      Einstein: "God is not malicious."

      Bohr: "Einstein, stop telling God what to do."

  32. Re:goatse haiku by Anonymous Coward · · Score: 0

    Anonymous Cowards
    are sure idiots
    just like me? Oops

    I don't care if I don't have the right number of syllables, that's the point.

  33. A little chant... by Colz+Grigor · · Score: 5, Interesting
    My father, a chemical engineer, was forced to learn this chant in his days at RPI. He taught it to me during junior year chemistry in high school. It helped a lot in remembering valences. Heck, without it, I doubt I'd even remember what a valence was...

    HAgLiNaK HAgLiNaK
    CuBaCaFePbZnMg
    AlFeBiNiKr AlFeBiNiKr
    SiC SiC SiC

    Phoenetically:
    Haglinak, haglinak
    koobakafapibzinmig
    alfabiniker alfabiniker
    sick sick sick

    Yeah, so this isn't quite a haiku, but it got me by. Only other thing he taught me from his RPI days, the RPI Cheer:
    e to the x, dy/dx
    e to the x, dy
    cosine, secant, tangent, sine
    three point one four one five nine
    square root, cubed root, log of pi
    disintegrate 'em RPI!

    I guess what I really learned was that a bunch of nerds went to RPI.

    ::Colz Grigor

    1. Re:A little chant... by tkittel · · Score: 1

      >"Wer mit Ungeheuern kämpft, mag zusehen, daß er
      > nicht dabei zum Ungeheuer wird." -- Nietzsche

      If my little german+memory serves me right then that means:

      "Those who wishes to battle monsters, should take care that they do not themselves become monsters in the process"

      Something that I think those waging the "war on terror" ought to be wary of.

    2. Re:A little chant... by Anonymous Coward · · Score: 1

      Why is Kr in with the valence threes?

    3. Re:A little chant... by cygnusx · · Score: 2, Informative

      The full quote is usually translated into English as "He who fights with monsters might take care lest he thereby become a monster. If you gaze for long into an abyss, the abyss gazes also into you".

    4. Re:A little chant... by Anonymous Coward · · Score: 0

      So it's really Nietzche we should be blaming for all of the "In Soviet Russia" jokes?

    5. Re:A little chant... by Spunk · · Score: 3, Interesting
      the RPI Cheer:
      e to the x, dy/dx
      e to the x, dy
      cosine, secant, tangent, sine
      three point one four one five nine
      square root, cubed root, log of pi
      disintegrate 'em RPI!


      The RPI Cheer, you say? Interesting. My Alma Mater calls it the WPI Fight Song. And supposedly we stole it from MIT anyway :-p

      ...


      Holy crap. After searching google, quite a few other schools call it their own:

      Caltech, Georgia Tech, Rice, Purdue, Princeton, Carnegie Mellon, Rose-Hulman, Northwestern

    6. Re:A little chant... by Anonymous Coward · · Score: 0

      Something that I think those waging the "war on terror" ought to be wary of.

      Perhaps so. But let's also keep some perspective. Whatever we may think of Bush and his administration, the fact remains that he has yet to hijack a plane (let alone four) full of civilians and fly it into a building in the downtown area of a major business district with millions of innocent people. Be assured that anything that they may be planning for Iraq will painstaking follow the rules of engagement and warfare. Military facilities will be their targets. Ousting Hussein will be the goal. When they have done so, the clash will be over.

      That said, I'm in favor of waiting and letting the inspection progress take its course, and not moving militarily against Iraq. But let's not make wild hyperbolic comparisons between rational military warfare (which has its place in a civilized worlld) and irrational, factional terrorist targeting of innocent lives.

    7. Re:A little chant... by Anonymous Coward · · Score: 0

      Be assured that anything that they may be planning for Iraq will painstaking follow the rules of engagement and warfare,
      Does this mean that GWB will slap SH with a glove and challenge him in a duel? Or is that some other rule?

    8. Re:A little chant... by Anonymous Coward · · Score: 0
      Whatever we may think of Bush and his administration, the fact remains that he has yet to hijack a plane (let alone four) full of civilians and fly it into a building in the downtown area of a major business district with millions of innocent people.
      Neither did any Iraqi people. What's your point?
    9. Re:A little chant... by Colz+Grigor · · Score: 1
      Interesting. Yes, I think Nietzsche can easily be applied to terrorism. The unfortunate aspect of this application to terrorists is that you never know who the monsters will be so you wind up treating everyone remotely like a monster as a monster. This makes it very easy for you to become a monster yourself.

      Rather than looking into the abyss, perhaps we're becoming the abyss.

      For reference, the original context of my application of Nietzsche was anti-death penalty, something else I feel very strongly about. Now I would be fascinated to learn what Nietzsche's original cotnext was...

      ::Colz Grigor

    10. Re:A little chant... by Colz+Grigor · · Score: 2, Informative
      Well done. You were modded down, I see, probably for sounding argumentative, but the fact is, you're probably right. I'm not a chemist, so I'm susceptible to making mistakes like this one:

      Kr (Krypton) has a valence of 0. It's a noble gas.

      Cr (Cromium) has a valence of 3.

      So the rhyme I taught should probably be:
      HAgLiNaK, HAgLiNaK
      CuBaCaFePbZnMg
      AlFeBiNiCr, AlFeBiNiCr
      SiC SiC SiC

      Pronounced the same way, of course.

      I appreciate your catching my error. Thanks.

      ::Colz Grigor

    11. Re:A little chant... by arban · · Score: 1

      WPI's is slightly different:

      e to the x, dy/dx
      e to the x, dy
      cosine, secant, tanget sine
      three point one four one five nine
      e, i, radical pi
      fight'em, fight'em, WPI!

      --

      "You like Chinese food." -Fortune Cookie
    12. Re:A little chant... by Spunk · · Score: 1

      Yes. Each one I mentioned had some variation to it.

  34. If you want to get more technical... by chiasmus1 · · Score: 4, Interesting

    The real Japanese haikus can have 5,7,5 syllables, but it is not the syllables that are counted. The Japanese count the letters, which I might add can sometimes be only part of a syllable.
    ryo is a combination of ri and yo, but makes one syllable. It would be counted as two letters. On the other hand, n can be by itself. As in something like the Karate Kids Daniel-san. Sa and n are different letters and count as two, but they form a single syllable.

    1. Re:If you want to get more technical... by Anonymous Coward · · Score: 0

      The "n" in Japanese is considered to be one syllable. If you have ever been to a public school choral performance, you would know this.

    2. Re:If you want to get more technical... by chiasmus1 · · Score: 1

      Yes, I do know that. Currently I am teaching English in Japan and find that my students who are learning to read have a hard time with words that start with n. Usually the n is said as a single syllable in speech. You are right about music though. The n usually gets it's own note.

  35. Suck on my rapier-like subtlety of wit, turdface! by Anonymous Coward · · Score: 0

    Asshat. Asshead. You are so gh3y.

  36. I like that table layout by obli · · Score: 0

    Cool javascript, not often I see such a detailed Table of elements, could come useful ;)

  37. a little bit of propaganda? by NightHwk1 · · Score: 2, Insightful

    20 Calcium
    Festering cows
    puss and antibiotics
    got milk, kids?

    Looks like they had a visitor from PETA...

  38. Are we that nerdy? by Tidal+Flame · · Score: 2, Funny

    Are we really that nerdy? Do we actually care about a new way to remember the periodic table? I hope not.

    1. Re:Are we that nerdy? by TeknoHog · · Score: 1

      Memorizing a list like the periodic table or so-and-so digits of Pi is nerdy. Learning and understanding the principles behind them is geeky.

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:Are we that nerdy? by Tidal+Flame · · Score: 1

      Someone should try to memorize every standard class in Java or every distribution of Linux... haha, wonder what you'd call that?

  39. nice one. by Anonymous Coward · · Score: 0

    hard to argue on that one.

  40. Hmm haikus by Phattypants · · Score: 2, Informative

    00
    It shames me to say,
    but there are some truly bad
    Haikus on the page
    01
    The page we just read
    contained incorrect haikus
    too few syllables
    02
    Those that follow rules
    all have seven syllables
    surrounded by five
    03
    Count my syllables
    and you will understand it
    An acquired taste

    1. Re:Hmm haikus by taliver · · Score: 2, Interesting

      Now, IANAEMTG (I Am Not An English Major, Thank God), but we seem to be prety lax on this whole concept of Haiku.

      From the little I understand, part of the art of Haiku is to have the first two lines be completely unrelated, and the third tie them together.

      Bane of Chernobyl,
      First End of Life for our subs,
      Curse you, O Xenon!

      Also, I've often wondered how translatable 'syllable' to the original Japanese word are. I have absolutely zero knowledge of the language, but I'm certain an original Haiku would not translate with the same rhyme scheme we seem to imply.

      --

      I demand a million helicopters and a DOLLAR!

  41. Please stop pluralizing haiku. by Anonymous Coward · · Score: 1, Informative

    Anyone who knows any Japanese should be aware that the Japanese don't use plurals like that. So we have one haiku and we have many haiku. No plurals. Please stop saying 'haikus'. Thanks.

    I hope it goes without saying that I expect and look forward to many nonsensical racist replies.

    1. Re:Please stop pluralizing haiku. by bluxus · · Score: 0, Troll

      Much like we have one anonymous coward and we have many anonymous coward? Aaaaaaaaaaaaaaannnnnnaaaalllllll!!! Deeply so...

    2. Re:Please stop pluralizing haiku. by Anonymous Coward · · Score: 0

      We're not foreigners, so why should we care! You're a terrorist, aren't you? An evildoer!

  42. GO BACK TO AFRICA YOU SPIC by Anonymous Coward · · Score: 0

    nt

  43. Re:Haiku? by DNS-and-BIND · · Score: 1

    No, it's not you, most of the entries are horrible "poetry". Read some real haiku. Westerners don't "get" haiku, they just think any syllables can be strung together. Frankly, for comedy I prefer the limerick, but the nonexistent skill it takes to produce a bad haiku seems to indicate that limericks will languish for some time yet.

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  44. re: look up ?!?! by freaq · · Score: 1

    i had a horrid image of going to school monday and seeing scores of t-shirts....craig wearing '2He4', chris wearing 82Pb208', brett wearing '22Ti48', sarah wearing '80Hg200'. although, it might make cheating on an exam much easier, "I was just stretching my neck, honest!"

    --
    united states nuclear device terrorist bioweapon encryption cocaine korea syria iran iraq columbia cuba
  45. not all are haiku by Anonymous Coward · · Score: 0

    The ones by Margaret Serpento are NOT haiku, so why are they still there? And why didn't she make it haiku if everyone else did...?

    1. Re:not all are haiku by Anonymous Coward · · Score: 0

      She's a hippie bitch and had to stand out.

  46. that's retarded by Anonymous Coward · · Score: 0

    why would you even waste your time with that?

    1. Re:that's retarded by schmink182 · · Score: 1
      why would you even waste your time with that?

      Odd, I was wondering the same about your post. Maybe these people like chemistry and poetry and decided to put them together. I can't see how blending one's interests can be considered a waste of time.

  47. Why a Haiku? by chrisseaton · · Score: 1

    I've never really liked the Haiku format. So the what fuck if it has so many syllabus, it just doesn't sound interesting.

    Theyr'e not even easy to remember because their blank.

    1. Re:Why a Haiku? by Anonymous Coward · · Score: 0

      Count my syllables
      and you will understand it
      An acquired taste

    2. Re:Why a Haiku? by chrisseaton · · Score: 1

      Exactly.

  48. Offttopic by Qrlx · · Score: 0, Offtopic

    im so drunk i cant even speell

    anyway, my sister came up with this one to remembet the planets (C) miriam pierce

    Mount
    Vesuvius
    Erupted
    Many
    Juveniles
    Smoth ered
    Under
    Nearby
    Pompeii

    i love her, but only as a sister, okay>?

    1. Re:Offttopic by Anonymous Coward · · Score: 0

      Mother very easily made a jelly sandwich, under no protest.

    2. Re:Offttopic by BadDream · · Score: 1

      My grade school class learned it as
      (M)any
      (V)ery
      (E)arly
      (M)en
      (J)umped
      (S)(U)(N)
      (P)eak

      --
      No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style.
    3. Re:Offttopic by Anonymous Coward · · Score: 0

      Courtesy of my older sister when I was in about grade 3...

      My

      Very

      Eager

      Mother

      Just

      Swept

      Up

      Nine

      Pins

      Somehow I think I prefer the death and mayhem version. :)

  49. your mother goes down for egyptians by forkboy · · Score: 1

    A Russian Girl travelling Vermont
    Said "It's a big fucking dick that I want"
    So I whipped out my weasel
    And used her face for an easel
    Chalk up one more for Detante.

    Ah, John Valby, king of the limerick.

    --
    This message brought to you by the Council of People Who Are Sick of Seeing More People.
  50. 5 7 5 by PatientZero · · Score: 2, Insightful
    when writing haiku
    there's just one thing you must do
    that's five, seven, five

    But I haven't found one haiku on the website. :( Is there a joke I'm not getting? At first I thought the varrying syllables were an encoding of orbital numbers, weights, or something as a mnemonic, but I didn't see a pattern.

    --
    Freedom to fear. Freedom from thought. Freedom to kill.
    I guess the War on Terror really is about freedom!
    1. Re:5 7 5 by Anonymous Coward · · Score: 0

      I like this one:

      haiku is easy
      all you do is stop at the
      seventeenth syllab

    2. Re:5 7 5 by Anonymous Coward · · Score: 0

      A couple of points.

      First, you're right about the 5-7-5 syllable thing.

      However, as is suggested in various places, translations of original Japanese haiku into English is difficult, leaving many translations in a non 5-7-5 form. Thus, many classic haiku appear to be not 5-7-5.

      Also, as some other people pointed out, much of the haiku on the elements haiku page is not in 5-7-5 form either.

  51. Re:Coming Soon: Periodic Table of Limerick by RDPIII · · Score: 1

    OK, I'll bite:

    There once was an element named Zinc
    which had had one too many a drink.
    It consumed (more appropriate
    near St Patrick's day) opiate
    and was forcibly sent to a shrink.

    There once was an element named Zinc,
    a nutrient they put in a drink
    like Gatorade ("Is It In You?")
    {child posts please continue}
    and in galvanized alloys and ink.

    --
    Marklar: marklar
  52. Bad Example by PatientZero · · Score: 1
    Your argument sounds like

    "why waste precious use of mental resources by making students multiply and divide instead of handing them over calculaters ?"

    We'd be nuts as a society not to teach our children basic arithmetic, so that's not a good example. I am currently taking a higher algrebra class (rings, fields, primes, error/crypto codes, etc), and since everyone has calculators that can contain formulas, you can't use them on exams. For calculus classes, the few calculations you do are made to be simple: formulas with sin x and cos x will be evaluated at pi/2.

    But for my class, some of the exam problems are troublesome arithmetically and prone to simple errors. When you have to quickly do twenty multiply-and-add operations of three digit numbers, it's easy to make a mistake. But more I find that being out of practice with it flusters me. I could do this in seconds with no errors on a decent calculator, but not having one takes away time that could be used to test knowledge of the actual class material.

    More than that though, basic math is handy in places where you wouldn't normally have a calculator: grocery store, ATM, car, etc. The periodic table, on the other hand, isn't something you suddenly have a need for, say, while filling up your gas tank. Do you know the atomic weight of oxygen? Of course, the concept and use of the table itself should still be taught, but skip memorizing the details.

    That being said, I disagree with the original point that the site is pointless. Any art is a contribution to the whole -- even this site, which doesn't even use real haikus (5-7-5) in the first place.

    --
    Freedom to fear. Freedom from thought. Freedom to kill.
    I guess the War on Terror really is about freedom!
  53. Sesame-Street-Alphabet-Song method by sanqui · · Score: 3, Interesting
    I remember Big Bird singing a song about an incredible word: Ab-ca-def-ghi-jk-l-m-nop-... you get the idea. The day before my Grade 11 Chemistry Exam I used the same method, and can still bring it back 10 years later:

    H-HeLi-BeB-C-NOF-Ne
    NaM-gAlSiPS-ClArKCa
    Sc-TiV-Cr-Mn-FeCoNi-CuZn

    Not the most attractive (or pronouncable) words, but it worked for me...

  54. Not Haiku... by krugdm · · Score: 3, Funny

    When Hydrogen Tech played Oxygen U,
    the game had just begun,
    when Hydrogen racked up two fast points,
    and Oxygen still had none.

    Then Oxygen scored a single goal,
    and thus it did remain,
    at Hydrogen 2 and Oxygen 1,
    called because of rain.

  55. And Then We Have The Element Song... by the+eric+conspiracy · · Score: 2, Interesting

    There's antimony, arsenic, aluminum, selenium,
    And hydrogen and oxygen and nitrogen and rhenium,
    And nickel, neodymium, neptunium, germanium,
    And iron, americium, ruthenium, uranium,
    Europium, zirconium, lutetium, vanadium,
    And lanthanum and osmium and astatine and radium,
    And gold, protactinium and indium and gallium,
    And iodine and thorium and thulium and thallium.

    There's yttrium, ytterbium, actinium, rubidium,
    And boron, gadolinium, niobium, iridium,
    And strontium and silicon and silver and samarium,
    And bismuth, bromine, lithium, beryllium, and barium.

    There's holmium and helium and hafnium and erbium,
    And phosphorus and francium and fluorine and terbium,
    And manganese and mercury, molybdenum, magnesium,
    Dysprosium and scandium and cerium and cesium.
    And lead, praseodymium, and platinum, plutonium,
    Palladium, promethium, potassium, polonium,
    And tantalum, technetium, titanium, tellurium,
    And cadmium and calcium and chromium and curium.

    There's sulfur, californium, and fermium, berkelium,
    And also mendelevium, einsteinium, nobelium,
    And argon, krypton, neon, radon, xenon, zinc, and rhodium,
    And chlorine, carbon, cobalt, copper, tungsten, tin, and sodium.

    These are the only ones of which the news has come to Ha'vard,
    And there may be many others, but they haven't been discavard.

    Sung to the tune from Gilbert & Sullivan's "Major General Song" from "Pirates of Penzance", it is an amazingly perfect parody by Tom Lehrer

  56. Elements of music by A+nonymous+Coward · · Score: 1

    I propose Clementine as best showing his talents, where he plays that hoary old song Clementine as if it had been written by various different people, Mozart, Gilbert and Sullivan, I think 4 or 5 total. Shows his writing and playing and singing talents very well, he's not just sarcastic fluff, he's intelligently done sarcastic fluff.

  57. oh dear by jazman · · Score: 2, Funny

    Disappointed
    Lithium rhyme
    not a haiku.

  58. Along those lines... by Tim+Macinta · · Score: 2, Interesting

    For further reading,
    Molecules With Silly Names
    is amusing too.

  59. To paraphrase Beavis and Butt-head... by TeknoHog · · Score: 1
    Chemical high, cool!

    OT: somehow I'm reminded of a day last June when I was returning from a chemically induced pattern-recognition exercise *cough*acid*cough*trip*cough* and checked Slashdot, where the latest headline was on Periodicity, Patterns and Chemistry.

    --
    Escher was the first MC and Giger invented the HR department.
  60. Wrong! by limekiller4 · · Score: 2, Funny

    The helium entry reads (formatting theirs):

    lighter than dream
    flight between worlds

    Deja Thoris
    serial rescues in
    afternoon sun

    Haiku is a 5 sylable, 7 sylable, 5 sylable structure. Am I just daffy or does this not even come close?

    --
    My .02,
    Limekiller
    1. Re:Wrong! by Cyclometh · · Score: 1

      As some others have posted elsewhere, the 5/7/5 format is mostly a western convience. I've been given to understand that the real goal of a haiku is to use as few words as possible or in a "poetic" manner to convey the desired impression.

      So for all those saying that these aren't haikus because they don't fit with the 5/7/5 you learned in elementary school, well, get over it.

    2. Re:Wrong! by limekiller4 · · Score: 1

      Cyclometh writes:
      "As some others have posted elsewhere, the 5/7/5 format is mostly a western convience. I've been given to understand that the real goal of a haiku is to use as few words as possible or in a "poetic" manner to convey the desired impression."

      Oh, cool. I didn't know that.

      Thanks for the info.

      --
      My .02,
      Limekiller
    3. Re:Wrong! by jazmataz23 · · Score: 1

      I just put you on my list of friends for responding to a sorta-flame (even though he's right, the 575 we learned in skool is a western thing). Here's a site with some really good links about why haiku do not neccesarily have to be 575. http://home.pacific.net.sg/~loudon/poetry.htm jaz

      --
      Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
  61. learn javascript in 24 hours by b17bmbr · · Score: 1

    wow. all those onmouseovers. neato.

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  62. Memorizing the Periodic Table by Arrgh · · Score: 4, Insightful

    In grade 8 we were asked to memorize the first twenty elements of the periodic table. Of course I put it off way too long and ended up cramming the night before the test. So I just made up a little mnemonic poem. Here it is in phonetic form:

    Hydrogen Helim Lithium Beryllium (that's as far as I got with the names)
    Bicknoffnee Namgal Sipsclarkca

    In symbolic form, that's H He Li Be B C N O F Ne Na Mg Al Si P S Cl Ar K Ca. Can't forget the damned thing after seventeen years.

  63. A note about poetry by panurge · · Score: 2, Funny
    Haiku = Japanese form not directly translatable into English. OK?
    5-7-5 = rigid format which cannot be directly related to original Haiku. Also OK?
    Therefore the question has to be, does an attempt to represent the feel of haiku have to follow what are in effect arbitrary rules? I suggest not.
    Spirit of haiku != programming language syntax.

    In fact, the idea of a short poem based around a single feeling can manifest itself in other ways. I happen to like the limeraiku:

    In Arabia,
    baby, a girl just gets dust
    in her labia
    which is a long way from haiku but would never have existed as a form had the haiku not existed.

    Some of the element "haiku" are mildly amusing, some are thoughful, some belong with the Sweet Singer of Michigan, but the attempt to do something with a form is surely worth doing if only to see if it works. This is a mannered exercise in writing a very short verse on a single subject. Arguing about 5-7-5 or whether it works as a menmonic misses the file system checking point. Extending the Housman Test, I'd suggest that whether or not these verses work AS POETRY depends on:

    • Does reading one produce a sudden emotion?
    • Does it suddenly stick in your mind?
    • Does it feel as if it sprang naturally from its subject?

    Enough rant. Back to work.

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
  64. Re:Haiku? by Dixie_Flatline · · Score: 1

    Well, that's interesting. Maybe, like the 'word' "irregardless" the common usage has actually made it an entity unto itself? These are no longer 'haiku' per se, but their own genre of poetry?

  65. Great!, Can't wait for the... by Tablizer · · Score: 2, Funny

    Ebonics version

  66. On my TI-30X IIS by LPetrazickis · · Score: 1

    3 keystrokes:
    sin(3-1

    8 keystrokes and no brain aneuyrism:
    (5-1 + 6-1)-1

    Happy?

    --
    Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
  67. Only the First 20 Elements by LPetrazickis · · Score: 1

    We had to memorize the first 20 elements and it made our life much easier.

    --
    Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
  68. Surely You Mean by LPetrazickis · · Score: 1

    Surely you must mean "I was just staring at her breasts; honest!";)

    --
    Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
  69. I still like my Shatner haiku. by The+Human+Cow · · Score: 2, Funny

    Ex Star-Trekkie guy Now he plugs Priceline dot com He gets half-price rates. *bows*

    --
    The Human Cow - bringing you scrumtrelescence since 1995
  70. The obligatory chemisty poem.... that rhymes. by Nick+Driver · · Score: 4, Funny

    A mosquito was heard to complain
    That a chemist had poisoned his brain
    The cause of his sorrow
    Was para-dichloro-
    diphenyltrichloroethane

    Bwahahaha, that's funny, now everybody laugh :-|

    1. Re:The obligatory chemisty poem.... that rhymes. by Ragnar+Forkbeard · · Score: 1

      Johnny was a chemist's son, but Johhny is no more,
      for what he thought was H20 was H2SO4.

      =)

      --
      "America is - without a doubt - the most bizarrre culture this planet has ever produced." --James Lileks
  71. Remember Unnilseptium by PaddyM · · Score: 0

    Remember how they were going to have a systematic nomenclature for the elements? I.e. name=number in Russian?

    But we just couldn't give up our selfish ends, so we had to change the names to the discoverer.

    Eventually we'll be naming the elements after people, but the people will be named after numbers, so we'll have
    10736ium and 99335237864ium, (the 178th and 179th elements, respectively).

  72. What I Said ... What You Heard by PatientZero · · Score: 1
    What I'm hearing is: I'm a whiny jackass who is too lazy and stupid to multiply or add without a calculator.

    As a rough cut, this quarter at UCLA is costing me about $4000. As I'm taking four classes, this course costs me $1000. I'm quite happy to do arithmetic by hand (as I stated in my post) on my own time, but I think it's a waste of my money to pay $1000 to be tested on skills I taught myself in kindergarten, especially when that means I forfeit being tested on the material this course is purported to teach.

    For example, say you took a course on C++ programming. Would you be happy if one-quarter of your projects/exams was wasted by testing your touch-typing skills? If the instructor decided to bar the use of make and shell scripts, forcing you to type compiler commands directly into the shell, might you then become a "whiny jackass"?

    Apply a little thought and reason before you whip out a reply next time.

    --
    Freedom to fear. Freedom from thought. Freedom to kill.
    I guess the War on Terror really is about freedom!
  73. NOT HAIKU! by dnahelix · · Score: 2, Informative

    I'm sorry to say, but most of them I read are NOT the correct form of Haiku. I believe it was posted earlier, but buried in a response, that the correct Haiku form is 5 syllables, 7 syllables, 5 syllables. The only one I can remember reading that is correct is Hydrogen.

    Even worse, most of them are nonsense freeform poetry that would certainly NOT help me remember the periodic table.

    Furu ikeya
    kawazu tobikomu
    mizu no oto

    A very old pond.
    Suddenly, in jumps a frog.
    The splash of water.

    --
    Slashdot Eds Link Anonymous Posts With Logged Posts
    They Are Vermin Feeding On Each Other's Feces.
    I Hate \.
  74. OT: RE: Dear God, can you open source my brain? by dnahelix · · Score: 1

    I think you're brain is open source... You have the right to make a new copy with modifications. =-)

    --
    Slashdot Eds Link Anonymous Posts With Logged Posts
    They Are Vermin Feeding On Each Other's Feces.
    I Hate \.
  75. There once was a man from Nantucket by Anonymous Coward · · Score: 0

    There once was a man from Nantucket Whose dick was so long he could suck it. Wiping cum from his chin, he said with a grin, If my mouth was a pussy, I'd fuck it.

  76. Haiku? by Anonymous Coward · · Score: 0

    Stupid Westerners
    They cannot count syllables
    proof: see oxygen

    1. Re:Haiku? by Anonymous Coward · · Score: 0

      Oh my freaking god
      and I thought oxygen bad;
      see uranium

      The explanation:
      substandard education
      rules the nation

  77. Everyone cheer now! by zlexiss · · Score: 2, Funny

    Give me an R!
    Give me a P!
    Give me an I!

    What's that spell?

    M-I-T Wan-na-be!

    (Yes, I was accepted to both schools mentioned, but attended neither, so no sour grapes accusations)

  78. Bad Definition by jazmataz23 · · Score: 1
    >That being said, I disagree with the original point that the site is pointless. Any art is a contribution to the whole -- even this site, which doesn't even use real haikus (5-7-5) in the first place.

    GAAAAH, I'm glad you appreciated the site on its artistic merit, but if there's anyone less qualified to speak on poetry, it's your average /.er. Haiku, despite what your ninth grade english teacher told you, does not require seventeen syllables. Japanese syllables convey less information than English syllables, and Japanese grammar is much more flexible than English. So two routes emerge: one that keeps the 17 syllable form from japanese, using the extra memespace to make up for English's reletive inflexibility, and the other that holds to the approximate conceptual size (about 11 English syllables). Both are generally considered haiku. One sage, when asked how long a haiku should be, replied that it should be only long enough to be said in one breath. Most western 17 syllable haiku fail this benchmark.

    The "rules" of haiku are that the poem convey a single simple thought or concept, contain some sort of concrete (preferably natural/seasonal) image, and contain a "Kireji", or "break", usually at the end of a line (in English). You can write a two-line haiku if you like.

    Now, I write haiku, it's my preferred form of poetry. When I do, I stick to the 5-7-5 form. I like it, I'm an engineer, I enjoy the challenge. Get the idea captured first, then try to work within the meter. Following this form doesn't make it any "realer", just more entertaining for the author.

    If you want more information about haiku, here's one of the best collections of links I've found:
    http://home.pacific.net.sg/~loudon/poetry.htm

    Philistines. Reentering lurk mode.
    jaz

    --
    Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
    1. Re:Bad Definition by PatientZero · · Score: 1
      if there's anyone less qualified to speak on poetry, it's your average /.er.

      In this case I'd say the average American, if they knew the concept of haiku poetry, has heard of the 5-7-5 form. I have known many people in my life from different circles that thought the same. It seems ironic that instead of us being incorrect in the number or layout of haiku (it's five-eight-five or always two lines), it turns out the rule isn't even a set rule (two or three lines, some number of syllables that fit in one breath).

      I had never heard of the seasonal notion before, but I saw it mentioned in another comment. I like writing Haiku; I'm a coder; I like the symmetry. My friend gave me dirty refrigerator magnets as a joke gift. It turns out you can make a lot of haiku with those things. At least I'm sticking to a "theme". ;)

      --
      Freedom to fear. Freedom from thought. Freedom to kill.
      I guess the War on Terror really is about freedom!
    2. Re:Bad Definition by jazmataz23 · · Score: 1
      Well, to be fair, it *is* a set rule when writing in Japanese. It's just when we come to English, do we stick to the literal syllabic count or to the meme length? As most sane members of our generation have already learned, the way we were taught in school is not gospel.

      Since you're also a fan and a writer, I encourage you to try to adopt the stylistic rules as well as the syntactic ones. It's actually suprisingly easy to work in a seasonal notion. Pay attention to where a "break" occurs in your writing. If you consciously attempt to follow these dicta, it really takes the poem and the experience of writing the poem to a new level.

      If you read the links on the definition and history of haiku, you see that a "parlor game" of sorts in that more literate time would be that one poet would challenge with what we now call a "haiku" (575) and another would complete a "tanku" with what translates into english as two lines, seven syllables each. they could go on doing this for thousands of stanzas, 57577-57577...
      So here you go (off the cuff):

      exchanging ideas
      water rolling stones downstream
      thawing rigid minds

      jaz

      --
      Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
  79. Re:hmm...see above by jazmataz23 · · Score: 1

    http://science.slashdot.org/comments.pl?sid=57260& cid=5526681

    --
    Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
  80. Another great periodic table by protest_boy · · Score: 0, Redundant
  81. Sherlock Holmes agrees... by rfovell · · Score: 1

    I subscribe to the penguin theory of learning. After a certain point, your brain only holds so many recallable facts, just like an iceberg can hold only so many penguins. After that, for each new one you add, an old one must be shoved off...

    Sherlock Holmes opines similarly in A Study in Scarlet, the first Holmes story. Dr. Watson had just discovered that Sherlock didn't know the Earth revolves around the Sun, and explained the Copernican system to him. Sherlock replies:

    "Now that I do know it I shall do by best to forget it."

    "To forget it!" [Watson exclaims]

    "You see," [Sherlock] explained," I consider that a man's brain originally is like a little empty attic, and you have to stock it with such furniture as you choose. A fool take in lumber of every sort that he comes across, so that the knowledge which might be useful to him gets crowded out, or at best is jumbled up with a lot of other things, so that he has difficulty in laying his hands upon it... Depend upon it there comes a time when for every addition of knowledge you forget something that you knew before. It is of the highest importance, therefore, not to have useless facts elbowing out the useful ones."

    "But the Solar System!"

    "What the deuce is it to me?" he interrupted impatiently...

    [In my case, I think I reached this point at age 40. I have to wonder what got shoved out by my remembering this passage ;-)]

    --
    Every rule has an exception (except this one).
  82. Old Chemistry Joke I Once Heard In Class by Anonymous Coward · · Score: 1, Funny

    Poetry and science. Gotta love it.

    Willy was a Chemist
    But Willy is no more

    What Willy thought was H2O
    Was H2SO4