Page 1 of 2 12 LastLast
Results 1 to 15 of 23

Thread: dubya tee eff, mate

  1. #1
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    dubya tee eff, mate

    Have you ever devised an intricate system and then totally forgot how to work it? (Or known an intricate system by heart and totally forgot how to use it, such as video games).

    At the end of my senior year, I foresaw this day and printed off the records of every single accelerated reader test I'd ever taken. Then I proceeded to mark it up with -, +, |, ____, and <span style ="background: #11C; color: white;">highlight</span>.

    But what does it mean?! I didn't write in a legend, and there's too much effort here for it to be meaningless (there's uh, six pages of records). AAAAAAARGH.

    oh hey, maybe the + is just a mix of the - and |. That would be like me. But still, what do they mean?

  2. #2
    EoFF's Laundry Goddess ~*~Celes~*~'s Avatar
    Join Date
    Jun 2005
    Location
    Ohio =D
    Posts
    6,333
    Blog Entries
    2

    Default

    I don't know =[

    And yeah, the system thing happens to me quite a lot. =[

  3. #3

    Default

    I used to create alphabets and codes that I'd only remember for a week. Finally I got fed up with that and created an alphabet that is essentially the Roman one with some weird distortion that makes other people confused. I've remembered that for more than four years.

    I also have about four years worth of creative writing pieces locked under passwords and I don't remember a single one of them.

  4. #4
    it's not fun, don't do it Moon Rabbits's Avatar
    Join Date
    Mar 2005
    Posts
    5,582

    Default

    I took Latin in grade 10 and forgot all of it by grade 11. It only took me a few weeks to learn it all again though. Although, I've forgotten all of my grade 11 Latin, so grade 12 will be fun

    I do this a lot when I am programming, too. I'll have methods and procedures for specific tasks, etc, and come back to an old program a month later and totally forget how it works.

  5. #5
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Quote Originally Posted by Kes View Post
    I used to create alphabets and codes that I'd only remember for a week. Finally I got fed up with that and created an alphabet that is essentially the Roman one with some weird distortion that makes other people confused. I've remembered that for more than four years.

    I also have about four years worth of creative writing pieces locked under passwords and I don't remember a single one of them.
    I made quite a few cyphers several years ago, I'm sure I could recreate them because I memoried a couple of words and I'm fairly sure the cypher started 'mrsstewartisdumb' or something like that, except without the duplicate letters.

  6. #6
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I just commit everything to memory.

  7. #7
    The Anti Mosher Balzac's Avatar
    Join Date
    Feb 2008
    Location
    Hangcaster, England
    Posts
    1,534
    Blog Entries
    1

    Default

    Yeah, I do this a lot. Especiall with render settings and lighting. I'll write them down as just the values and then forget which values go where.
    You hold my heart in your manly hands I wanna feel the throb of your handsome gland. I wanna hold you tight like a newborn kitten, against my flesh like a cashmere mitten. Tickly tick, I'm makin' skin bump heaven and all the way down it's lookin' cleanly shaven. Prickety pricks, it's stubble on stubble I better slow down or I'm in real trouble. Want you, touch you, feel you, taste you! Knick knack whacky whack 'till I see the man stew. spin you around let me see that hole! I'm a tunnelin' in a like a short hair mole. Once I'm inside I'm gonna leave a trace, half in there and half on that face! One finger, two finger, there fingers gone! Mano a mano I love you John!

  8. #8
    I have one of these now Nominus Experse's Avatar
    Join Date
    Jun 2006
    Location
    Here
    Posts
    4,884

    Default

    I know something of this nature has occurred, but I cannot recall a specific instance. This must mean that such occasions are exceedingly rare, which is clearly beneficial.
    ...

  9. #9
    Banned
    Join Date
    Aug 2007
    Location
    in between demure traffic lines.
    Posts
    2,556

    Default

    Your first post intrigued me, then confused me, then intrigued me. Do help?

  10. #10
    Back of the net Recognized Member Heath's Avatar
    Join Date
    Jun 2002
    Location
    United Kingdom
    Posts
    5,461
    Contributions
    • Former Site Staff

    Default

    By and large I don't trust myself to remember so I'll be very specific about any legend that I write down. Typically I will remember it in the end to spite myself and will have made my notes seem just that extra bit daunting by adding more information on them. Having said that, it's rare that my notes consist of much more than the notes themselves.
    Not my words Carol, the words of Top Gear magazine.

  11. #11
    Eggstreme Wheelie Recognized Member Jiro's Avatar
    Join Date
    Aug 2004
    Posts
    26,942
    Articles
    65
    Blog Entries
    1
    Contributions
    • Former Cid's Knight
    • Former Editor
    • Notable contributions to former community wiki

    Default

    I forgot everything I needed for my IPT exam last term. But, due to being super awesome (ha, yeah right) I remembered a few things and passed

    They see me rolling. They hating, patrolling.
    Trying to catch me riding dirty.


  12. #12

    Default

    Simultaneous equations. I have completely forgotten how to do them, and they were an integral part of the math paper.


    "I work in one of those humble call centres... Apparently, what we're doing at the moment is 'sprinkling our magic along the way'. It's a call centre, not Hogwarts." ~ Caroline Garlick, Ayrshire, BBC News Magazine


  13. #13
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    I often write code to take up the smallest number of lines possible or for maximum efficiency, and when I go back to it later I wonder what the hell I was trying to do.

    Example (a fizzbuzz (in Ruby, not PHP) ):
    PHP Code:
    def fb(n,a,b)1.upto(n){|x|puts"#{(x%a<1)?"fizz"+((x%b<1)?"buzz":""):(x%b<1)?"buzz":x}"}end;fb(100,3,4

  14. #14
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    what praytell is a fizzbuzz xD

  15. #15

    Default

    I used to write notes all over the edges of scans to remind me of what to add during CGingness, but they were always like "Do nose different."

    WTF.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •