Minichan

Topic: I had a dream with Minichan people in it last night.

Rainbow !DASHqGnDdc started this discussion 15 years ago #16,174

Image went missingMe and Walter were walking down a semi-steep mountain path in a jungle setting, on what appeared to be a hikers route since it was well-trodden and eroded. Anyway, we were talking and inbetween came flashes of a livestream that dreamworks was doing of some porn and clips of someone looking like Dio in Holy Diver walking with a straight face, kind of like the Terminator. Anyway, Walter said that the Dio-person was better than me because he was more moral because he was going to stop the livestream and I wasn't. I countered by being psuedo-intellectual and saying shit like"It's all relative between cultures anyway" and we kept walking and then I spat onto the floor and Walter pointed at it and said "There is your shitty English answer" and then pointed to a giant-ass glob of the stuff that some animal had left or something "And there is the correct answer", so I told him I hope a black man kills him.

> mfw I woke up from this

Anonymous B joined in and replied with this 15 years ago, 1 minute later[^] [v] #279,176

lol

dw !AIy/L67q.s joined in and replied with this 15 years ago, 6 hours later, 6 hours after the original post[^] [v] #279,210

is there actually livestream porn sites?

celeste !hW6clEMVuQ joined in and replied with this 15 years ago, 28 minutes later, 6 hours after the original post[^] [v] #279,218

do you ever have dreams where the internet is a real place?

or like minichan is represented as a refrigerator?

Rainbow !DASHqGnDdc (OP) replied with this 15 years ago, 11 minutes later, 7 hours after the original post[^] [v] #279,220

Image went missing@previous (celeste !hW6clEMVuQ)

Will you or will you not kill Walter?

Anonymous B replied with this 15 years ago, 3 minutes later, 7 hours after the original post[^] [v] #279,225

lol

(Edited 20 minutes later.)

vocalon !RigbykHwQE joined in and replied with this 15 years ago, 18 minutes later, 7 hours after the original post[^] [v] #279,251

i had a dream where edito triptych and matt as well as a handful of real-world friends were wandering around my minecraft world

celeste !hW6clEMVuQ replied with this 15 years ago, 50 seconds later, 7 hours after the original post[^] [v] #279,254

@279,220 (Rainbow !DASHqGnDdc)
i am not a black man~

also i <3 the comicsans

Anonymous B replied with this 15 years ago, 50 seconds later, 7 hours after the original post[^] [v] #279,255

Why don't you shut the fuck up?

celeste !hW6clEMVuQ replied with this 15 years ago, 1 second later, 7 hours after the original post[^] [v] #279,256

@279,251 (vocalon !RigbykHwQE)
minecraft dreams are cool, i wish i could have them more often~

Rainbow !DASHqGnDdc (OP) replied with this 15 years ago, 4 minutes later, 7 hours after the original post[^] [v] #279,269

Image went missing@279,255 (B)

HaikerensGuide !0VegJ9Jl.Q joined in and replied with this 15 years ago, 2 hours later, 10 hours after the original post[^] [v] #279,410

That actually happened.

Rainbow !DASHqGnDdc (OP) replied with this 15 years ago, 5 minutes later, 10 hours after the original post[^] [v] #279,412

@previous (HaikerensGuide !0VegJ9Jl.Q)

You weren't very devastated by the revelation that I hope a black man kills you, if it is any comfort.

HaikerensGuide !0VegJ9Jl.Q replied with this 15 years ago, 22 minutes later, 10 hours after the original post[^] [v] #279,428

@previous (Rainbow !DASHqGnDdc)
lol

Ks !KansasxqvM joined in and replied with this 15 years ago, 1 minute later, 10 hours after the original post[^] [v] #279,429

Pretty sure Ashe wants to fuck Wally.

dreamworks !YzDEWwv9Z2 joined in and replied with this 15 years ago, 8 hours later, 18 hours after the original post[^] [v] #279,557

I've had a nightmare I was posting on minichan once.

Anonymous I joined in and replied with this 15 years ago, 2 minutes later, 19 hours after the original post[^] [v] #279,558

@previous (dreamworks !YzDEWwv9Z2)
I think you were actually posting on Minichan. Having a nightmare would require you going to bed.

dw !AIy/L67q.s replied with this 15 years ago, 4 minutes later, 19 hours after the original post[^] [v] #279,560

@previous (I)
this

Anonymous J joined in and replied with this 15 years ago, 27 minutes later, 19 hours after the original post[^] [v] #279,564

@279,255 (B)

> <style>
> .oval-thought {
> position:relative;
> width:270px;
> padding:50px 40px;
> margin:1em auto 80px;
> text-align:center;
> color:#fff;
> background:#075698;
> /* css3 */
> background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
> background:-moz-linear-gradient(#2e88c4, #075698);
> background:-o-linear-gradient(#2e88c4, #075698);
> background:linear-gradient(#2e88c4, #075698);
> /*
> NOTES:
> -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
> -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
> Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
> */
> -webkit-border-top-left-radius:220px 120px;
> -webkit-border-top-right-radius:220px 120px;
> -webkit-border-bottom-right-radius:220px 120px;
> -webkit-border-bottom-left-radius:220px 120px;
> -moz-border-radius:220px / 120px;
> border-radius:220px / 120px;
> }
>
> .oval-thought p {font-size:1.25em;}
>
> /* creates the larger circle */
> .oval-thought:before {
> content:"";
> position:absolute;
> bottom:-20px;
> left:50px;
> width:30px;
> height:30px;
> background:#075698;
> /* css3 */
> -webkit-border-radius:30px;
> -moz-border-radius:30px;
> border-radius:30px;
> }
>
> /* creates the smaller circle */
> .oval-thought:after {
> content:"";
> position:absolute;
> bottom:-30px;
> left:30px;
> width:15px;
> height:15px;
> background:#075698;
> /* css3 */
> -webkit-border-radius:15px;
> -moz-border-radius:15px;
> border-radius:15px;
> }
> </style>
> <blockquote class="oval-thought">
> <p>penis</p>
> </blockquote>

dw !AIy/L67q.s replied with this 15 years ago, 1 minute later, 19 hours after the original post[^] [v] #279,565

Externally hosted image
:

Please familiarise yourself with the rules and markup syntax before posting.