The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Webcomics: Post Beartato every day

1246765

Posts

  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    I hope that when they have the fourth character (gardengnostic) her captchalogue modus is even more elaborate and needlessly exasperating than dave's or rose's

    unintentional on
  • Randall_FlaggRandall_Flagg Registered User regular
    edited July 2009
    um, treemaps and hashmaps aren't really that elaborate, and they definitely aren't needlessly exasperating. S_O is using very simple implementations of what are two of the best data structures to build maps with

    hashtables have constant time insertion, lookup, and deletion, while trees have logarithmic lookup

    Randall_Flagg on
  • Synthetic OrangeSynthetic Orange Registered User regular
    edited July 2009
    wut

    Synthetic Orange on
  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    um, treemaps and hashmaps aren't really that elaborate, and they definitely aren't needlessly exasperating. S_O is using very simple implementations of what are two of the best data structures build maps with

    hashtables have constant time insertion, lookup, and deletion, while trees have logarithmic lookup

    ok well I've never programmed anything and it seems crazy to my outsider-mind that you would need to assign number values to vowels and consonants, divide by a constant and then take the remainder as your answer


    Also I don't understand rose's thing at all but I was kinda just skimming it

    unintentional on
  • Randall_FlaggRandall_Flagg Registered User regular
    edited July 2009
    um, treemaps and hashmaps aren't really that elaborate, and they definitely aren't needlessly exasperating. S_O is using very simple implementations of what are two of the best data structures build maps with

    hashtables have constant time insertion, lookup, and deletion, while trees have logarithmic lookup

    ok well I've never programmed anything and it seems crazy to my outsider-mind that you would need to assign number values to vowels and consonants, divide by a constant and then take the remainder as your answer


    Also I don't understand rose's thing at all but I was kinda just skimming it

    the reason you would do that is so that, given the name of an object in the table, you know exactly where it is

    by contrast, say you just had an array of items in no particular order. To find "blue box" you'd have to look through every item until you found it. If you have a hundred item slots, that's an average of fifty checks

    however, if you can look at blue box, find its hash number with simple arithmetic, then you can say, oh it is at slot fifty-seven, and then you only have to check one slot instead of fifty

    Randall_Flagg on
  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    fair enough
    Wouldn't you run into problems with multiple objects occupying the same slot?
    I mean that was my first reaction to this as a plot device :P

    unintentional on
  • JayKaosJayKaos Registered User regular
    edited July 2009
    Ten wrote: »
    Chrome has decided that it doesn't want to animate Homestuck anymore, weird. Just shows me the first frame of each image.

    Me too. I'm pretty sure it doesn't actually animate any gifs anymore but I can't figure out why.

    JayKaos on
    Steam | SW-0844-0908-6004 and my Switch code
  • RaneadosRaneados police apologist you shouldn't have been there, obviouslyRegistered User regular
    edited July 2009
    after PotU got banned and Zot "left"

    which time

    for both of those events

    Raneados on
  • Fisto!Fisto! Registered User regular
    edited July 2009
    JayKaos wrote: »
    Ten wrote: »
    Chrome has decided that it doesn't want to animate Homestuck anymore, weird. Just shows me the first frame of each image.

    Me too. I'm pretty sure it doesn't actually animate any gifs anymore but I can't figure out why.

    animated gifs work fine for me if you restart chrome

    sometimes

    Fisto! on
  • Randall_FlaggRandall_Flagg Registered User regular
    edited July 2009
    fair enough
    Wouldn't you run into problems with multiple objects occupying the same slot?
    I mean that was my first reaction to this as a plot device :P

    yeah, there's a lot of complicated ways to deal with that

    presumably, though, he's using the simplest, linear probing, which is basically that if an object's hash spot is already occupied, then you put it in the next open hash spot instead

    or he's just going to make it knock out the first object; who knows?

    Randall_Flagg on
  • Centipede DamascusCentipede Damascus Ho! Ho! Ho! Drink Coke!Registered User regular
    edited July 2009
    Raneados wrote: »
    after PotU got banned and Zot "left"

    which time

    for both of those events

    I don't know, I barely remember how long I've been here

    Centipede Damascus on
  • Grey GhostGrey Ghost Registered User regular
    edited July 2009
    Cent often forgets his own name, so today's been a pretty good day for him

    Grey Ghost on
  • Tommy2HandsTommy2Hands what is this where am i Registered User regular
    edited July 2009
    Hey, a new Webcomics thread, yay!

    Tommy2Hands on
    8j12qx8ma5j5.jpg
  • DouglasDangerDouglasDanger PennsylvaniaRegistered User regular
    edited July 2009
    J3p wrote: »
    2009-06-29-beartato-lifesgoal.gif
    What? You want to go on tour with us? I'm afraid I'm going to have to ask you to leave

    oh my goodness
    this is wonderful

    DouglasDanger on
  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    not a comic but oh my god
    5dkGc.gif

    unintentional on
  • [Deleted User][Deleted User] new member
    edited July 2009
    The user and all related content has been deleted.

    [Deleted User] on
  • DouglasDangerDouglasDanger PennsylvaniaRegistered User regular
    edited July 2009
    what in the hell is that?

    DouglasDanger on
  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    I don't know but I want to read more

    unintentional on
  • Grey GhostGrey Ghost Registered User regular
    edited July 2009
    I can't believe you morons are actually arguing about this hashmap thing

    It's a comedic plot device, roll with it

    Grey Ghost on
  • Tommy2HandsTommy2Hands what is this where am i Registered User regular
    edited July 2009
    ack wrote: »
    2 years ago actually sounds much more accurate

    possibly exact

    kilci.gif
    i know exactly where this is from i love you sack

    ?

    Tommy2Hands on
    8j12qx8ma5j5.jpg
  • Tommy2HandsTommy2Hands what is this where am i Registered User regular
    edited July 2009
    not a comic but oh my god
    5dkGc.gif

    what in the fuck?

    Tommy2Hands on
    8j12qx8ma5j5.jpg
  • unintentionalunintentional smelly Registered User regular
    edited July 2009
    Grey Ghost wrote: »
    I can't believe you morons are actually arguing about this hashmap thing

    It's a comedic plot device, roll with it

    that was what I said and then randall explained that it's actually a real thing and I was interested so we discussed it :)

    unintentional on
  • FCDFCD Registered User regular
    edited July 2009
    um, treemaps and hashmaps aren't really that elaborate, and they definitely aren't needlessly exasperating. S_O is using very simple implementations of what are two of the best data structures build maps with.

    hashtables have constant time insertion, lookup, and deletion, while trees have logarithmic lookup

    ok well I've never programmed anything and it seems crazy to my outsider-mind that you would need to assign number values to vowels and consonants, divide by a constant and then take the remainder as your answer


    Also I don't understand rose's thing at all but I was kinda just skimming it

    the reason you would do that is so that, given the name of an object in the table, you know exactly where it is

    by contrast, say you just had an array of items in no particular order. To find "blue box" you'd have to look through every item until you found it. If you have a hundred item slots, that's an average of fifty checks

    however, if you can look at blue box, find its hash number with simple arithmetic, then you can say, oh it is at slot fifty-seven, and then you only have to check one slot instead of fifty

    Well, in regards to programming it's reasonable, but when applied to an inventory system for an adventure game, it seems rather baroque. Which is, of course, the joke of the whole thing. ::buckleyface::

    FCD on
    Gridman! Baby DAN DAN! Baby DAN DAN!
  • FCDFCD Registered User regular
    edited July 2009
    I hope that when they have the fourth character (gardengnostic) her captchalogue modus is even more elaborate and needlessly exasperating than dave's or rose's

    Either that, or hers will be the simplest and most user friendly, and therefore the most powerful.

    FCD on
    Gridman! Baby DAN DAN! Baby DAN DAN!
  • TossrockTossrock too weird to live too rare to dieRegistered User regular
    edited July 2009
    Zoel wrote: »
    jerkcity aspires to one day be pokey the penguin but it will never understand the true meaning of that webcrumblic.

    man i wish i could do strikeout too there

    [strike]wish granted[/strike]
    fair enough
    Wouldn't you run into problems with multiple objects occupying the same slot?
    I mean that was my first reaction to this as a plot device :P

    and he doesn't even have a prime table size

    Tossrock on
    sig.png
  • Spectre-xSpectre-x Rating: AWESOME YESRegistered User regular
    edited July 2009
    um, treemaps and hashmaps aren't really that elaborate, and they definitely aren't needlessly exasperating. S_O is using very simple implementations of what are two of the best data structures to build maps with

    hashtables have constant time insertion, lookup, and deletion, while trees have logarithmic lookup

    They are still retarded to use as inventory systems, Randall.

    Jesus.

    Spectre-x on
  • J3pJ3p Registered User regular
    edited July 2009
    not a comic but oh my god
    5dkGc.gif

    Please tell me there's more of this!

    J3p on
    +./\ 50 ?. 50
  • FortyTwoFortyTwo strongest man in the world The Land of Pleasant Living Registered User regular
    edited July 2009
  • Synthetic OrangeSynthetic Orange Registered User regular
    edited July 2009
    2uqcdfn.png

    Synthetic Orange on
  • Burden of ProofBurden of Proof You three boys picked a beautiful hill to die on. Registered User regular
    edited July 2009
    I don't like Robcham's signature.

    Someone tell him that to his face.

    Burden of Proof on
  • statlerstatler Registered User regular
    edited July 2009
    15p10.jpg
    Weird that the motorcycle guy landed right where Doc had painted ''WHCRUNCH'' in his parking lot. Because that's probably exactly what it sounded like.

    statler on
    qy85xdkddou7.png
  • RobchamRobcham The Rabbit King of your pantsRegistered User regular
    edited July 2009
    I don't like Robcham's signature.

    Someone tell him that to his face.
    WIMP

    Robcham on
  • JoeUserJoeUser Forum Santa Registered User regular
    edited July 2009
    20090701.gif
    20090701after.gif

    JoeUser on
  • J3pJ3p Registered User regular
    edited July 2009
    Well see all they need to do is shoot a little lower (the neck), as - if I recall correctly - the brain of the chicken is quite low.

    J3p on
    +./\ 50 ?. 50
  • L|amaL|ama Registered User regular
    edited July 2009
    Hitting a chicken in the head would be very hard. And how are they going to get to your brains? Zombies aren't smart enough to form stacks, so you would just have to go up a ladder. What a silly comic.

    L|ama on
  • statlerstatler Registered User regular
    edited July 2009
    third.jpg
    I believe in ecstatic truth.

    statler on
    qy85xdkddou7.png
  • RobchamRobcham The Rabbit King of your pantsRegistered User regular
    edited July 2009
    cc-andys16.gif

    it's time once again for KC GREEN

    Robcham on
  • RobchamRobcham The Rabbit King of your pantsRegistered User regular
    edited July 2009
    oh he also updated

    20090630.png

    Robcham on
  • Vargas PrimeVargas Prime King of Nothing Just a ShowRegistered User regular
    edited July 2009
    Hey Rob, BoP may hate your sig (but he's BoP so blah blah blah)

    but I wanted to let you know that what happens when you CLICK that sig

    is pretty fucking cool

    Vargas Prime on
  • RobchamRobcham The Rabbit King of your pantsRegistered User regular
    edited July 2009
    thanks Vargas

    Robcham on
This discussion has been closed.