#🧊-off-topic-iceman-only

1 messages Β· Page 2881 of 1

gleaming sequoia
#

i spy a peto

outer radish
#

pearto?

gleaming sequoia
#

peto sillier name

harsh minnow
#

moron 😭

lapis lava
#

veeeee 😭

glass shell
#

hiii

near ravine
glass shell
#

i am drawin shapes and shit cus i am practicin art

gleaming sequoia
#

i feel quite kitty cat rn

lapis lava
#

just fressed a freslet

shrewd marsh
glass shell
gleaming sequoia
#

why has the freslet been fressed

#

hmm

glass shell
#

how can you feel worse than someone at shapes

#

up your self esteem train boy

#

or girl

#

or they

gleaming sequoia
#

i cannot draw a line

#

its too hard

glass shell
#

actually what are you

gleaming sequoia
#

certified specimen

#

possibly

keen junco
gleaming sequoia
#

bwa

keen junco
gleaming sequoia
#

:3

#

my very cute kitty role speaks for itself
i am a certified feline animal

keen junco
#

Fake news

gleaming sequoia
#

wa?

hollow jackal
gleaming sequoia
#

i am scared yes

hollow jackal
#

very scary

sturdy cradle
gleaming sequoia
#

kbbbbb

#

haiii

sturdy cradle
#

haiiii nh_nikoPancakes

gleaming sequoia
#

its u

sturdy cradle
#

How did you know

gleaming sequoia
#

well its not me being smart, i am a dumbass
i just guessed

gleaming sequoia
#

big cinnamon roll

glass shell
#

(ART IS NOT MINE, IT'S ART OF MY OC DRAWN BY A FRIEND) doing a study on shapes artists i like use

gleaming sequoia
#

pink floyd got bangers

harsh minnow
shrewd marsh
gleaming sequoia
hollow jackal
gleaming sequoia
#

gork

rare trout
#

Eugenics time

hollow jackal
#

an autist has just registered 0.2 miles away from your location

gleaming sequoia
#

a

lavish relic
#

im eating chimken

gleaming sequoia
#

i wan some :(

hollow jackal
glass shell
#

lil sketch applying what i learned

lavish relic
#

marinating it for 6 hours was the right choice

gleaming sequoia
#

installed windows 7 on my secondary drive for zero reasons whatsoever

it has no network drivers but the rest of them work!
i wont use it
probably

broken pumice
#

hi

harsh minnow
#

hi akiraduplex

#

hi greengamer24

broken pumice
harsh minnow
#

are you related to thelegend27 by any chance

broken pumice
broken pumice
#

bruh
gtg
school time

gleaming sequoia
broken pumice
#

😭

rigid silo
#

Hi

lapis lava
#

just found an old lastfm account from like late 2023

#

@wraith osprey you love

keen junco
#

@harsh minnow fuck Kysely or Drizzle, Prisma is being the big new innovator again https://fxtwitter.com/prisma/status/1914691877665955907

πŸš€ Announcing security rules for Prisma Postgres: a new feature to securely query your database directly from the frontend, no API layer needed πŸ”₯
οΈ€οΈ€
οΈ€οΈ€πŸ‘‰ Join our private Early Access program to help shape it: pris.ly/security-rules-ea?utm_source=twitter

**πŸ’¬ 74β€‚πŸ” 21 ❀️ 249β€‚πŸ‘οΈ 314.5K **

lapis lava
#

holy shit this is so dumb

covert patio
#

How about someone builds a normal auth layer for next

sturdy folio
#

just stop using next

near ravine
sturdy folio
sturdy folio
near ravine
#

I JUST showered i cant be smelly

eager marsh
#

hiii

mystic salmon
#

Apparently trump is saying he's going to pay mothers for giving birth, isn't this exactly what nazi Germany did to increase birth rates

outer radish
#

we do NOT need more people on this earth

outer radish
mystic salmon
near ravine
#

goodnight chat

mystic salmon
#

Aren't the countries with the highest birthrates the ones with the least women's rights

outer radish
#

sounds about right

outer radish
#

who'd actually want to have a child in this economy

errant sand
#

All of the countries with high birthrates are pretty poor

#

I think they have other issues

mystic salmon
#

US, please do a coup πŸ™

#

Like the people against the government

#

Not the government doing a self coup ofc

errant sand
#

Imagine the Reps start a coup against other reps

digital kettle
lapis lava
#

max

mystic salmon
#

They might try to fragment groups to prevent this though

last sky
#

helo

covert crane
#

i have to say, discords web designers really hate themselves, what the fuck is their css lmao...

sturdy folio
#

why

#

its fine

covert crane
#

the css is a mess

sturdy folio
#

how

covert crane
#

panel class names make 0 sense

sturdy folio
#

like..?

covert crane
#
.visual-refresh section.panels_c48ade {
  left: calc(var(--custom-guild-list-width) + var(--space-xs));
  width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)*2);
  box-sizing: content-box;

  .actionButtons_e131a9 button {
    padding: 0;
  }
}
nav.guilds_c48ade {
  margin-bottom: 0 !important;
}
.sidebar_c48ade:after {
  display: none;
}
weary mason
#

compare it to revolt's css

covert crane
#

like what is this

sturdy folio
#

the _whatever is a hash

#

its automatically generated

#

because everything is in react components and those have their own css

sturdy folio
#

it gets bundled together then a hash gets added so every class is completely unique

#

thats how you do web development nowadays

covert crane
#

here is some of my css

.mainmenu-sidebar
{
    flow-children: left;
    horizontal-align: right;
    width: fit-children;
    height: 100%;
    position: 0px 0px 0px;
    z-index: 3;
    transition-property: position;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.mainmenu-sidebar:hover
{
    height: 100%;
}

.mainmenu-sidebar--minimized
{
    position: 256px 0px 0px;
    transition-property: position;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.mainmenu-sidebar--hidden
{
    position: 400px 0px 0px;
    transition-property: position;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}
covert crane
sturdy folio
#

well that would not get through discord code review

gleaming sequoia
#

btop looks so cool vro

sturdy folio
#

but thats around what their css un-minified and un-bundled looks like

gleaming sequoia
#

and i like it more anyway so bleh btop fire

covert crane
#

hm

#

also what the fuck is using the "blob" class?

weary mason
hollow dew
#

why. just why

lost falcon
lost falcon
covert crane
covert crane
lost falcon
weary mason
#

are yall the "if it works, it works" programmer

lost falcon
#

nah i prefer keep stuff clean and use correct ways to do it

covert crane
#

javascript will never be stable, trust me it fucking sucks, atleast typescript is more stable than js but still terrible.. anyways this is my clusterfuck of css

.mainmenu-top-navbar__radio-btn__label {
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
                 0 0 10px rgba(255, 255, 255, 0.5), 
                 0 0 15px rgba(255, 255, 255, 0.3); 
    transition-property: transform, text-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

.mainmenu-top-navbar__radio-btn:hover .mainmenu-top-navbar__radio-btn__label {
    color: #82D8FF;
    text-shadow: 0 0 15px rgba(130, 216, 255, 1),
                 0 0 25px rgba(130, 216, 255, 0.8), 
                 0 0 35px rgba(130, 216, 255, 0.6);
    transition-property: transform, text-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

.mainmenu-top-navbar__radio-btn:active .mainmenu-top-navbar__radio-btn__label {
    color: #FFFFFF;
    text-shadow: 0 0 15px rgba(130, 216, 255, 1),
                 0 0 25px rgba(130, 216, 255, 0.8), 
                 0 0 35px rgba(130, 216, 255, 0.6);
    transition-property: transform, text-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

.mainmenu-top-navbar__radio-btn:selected .mainmenu-top-navbar__radio-btn__label {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(130, 216, 255, 1),
                 0 0 20px rgba(130, 216, 255, 0.8);
    transition-property: transform, text-shadow;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
covert crane
#

no.

bitter nymph
#

i like Python

weary mason
bitter nymph
#

ts compiles to js so technically yes

weary mason
#

Like the older ones

covert crane
#

unless the browser is so old and doesn't use js v8 then..

weary mason
covert crane
#

if it does then it will work fine

weary mason
#

opera mini v4

#

for j2me

sturdy folio
latent quiver
sturdy folio
#

you have to compile typescript to javascript

#

and the browser runs the javascript

covert crane
lost falcon
weary mason
covert crane
covert crane
digital kettle
#

"stolen babies"

covert crane
digital kettle
sturdy folio
#

well

#

kinda

#

you also build them to js

lost falcon
#

its like a convertion ig?

sturdy folio
#

this is just how typescript works in general

covert crane
#

why can i not post a screenshot here

sturdy folio
#

you have the typescript compiler tsc

raw panther
covert crane
sturdy folio
#

and it converts your typescript to js

sour timber
#

New discord CEO.. they're blizzard CEO too. Does this means the end of discord mods?

covert crane
weary mason
raw panther
lost falcon
#

i didn't know ai tag existed in discord (look on top of member list of this server)

weary mason
lost falcon
weary mason
#

not that bootstrap

lost falcon
#

oh ok

weary mason
lost falcon
#

that's not.. discord ceo?

weary mason
#

the embed still has the old ceo

sour timber
weary mason
#

what does blizzard ceo do

sour timber
#

Micro transaction hell

#

Won't they hate fake nitro

lost falcon
#

hell no ai moderation

#

full censure

weary mason
covert crane
weary mason
#

the discord shop exists

lost falcon
sturdy folio
lost falcon
#

lmao

sour timber
#

Do y'all believe discord will live for a long time? Or someday a plataform will replace it?

raw panther
lost falcon
stuck flame
sour timber
sturdy folio
#

My new chat app phpcord will replace dw

lost falcon
sour timber
sour timber
lost falcon
misty robin
weary mason
weary mason
lost falcon
weary mason
#

nin0chat revival

sour timber
#

What's a revolt

lost falcon
weary mason
sour timber
#

Or I don't want it

lost falcon
#

i dont think that one has

gleaming sequoia
#

imagine shrimply downloading a game
scary

sour timber
#

Then I'll be on discord

#

Until it dies kekw

lost falcon
#

how y'all get that pseudo tag right after your name

sturdy folio
misty robin
open pasture
#

The php revolution is long gone

glossy swallow
sturdy folio
weary mason
sturdy folio
weary mason
open pasture
open pasture
weary mason
sturdy folio
open pasture
#

Plaintext trolley

weary mason
glossy swallow
#

good idea

#

but it's showing a us flag

#

😭

#

so it looks like they're calling american english simplified english

open pasture
gleaming sequoia
raw panther
#

brits also have a much more varied vocabulary and stuff usually, so american english really is quite simplified in comparison

sturdy cradle
bitter nymph
sturdy cradle
lost falcon
#

y'all know any free vps servers? i need powerful one for my coding projects

#

and im a bit broke

#

lol

#

i tried to search for some but they're mostly scam

unreal siren
#

free

powerful

bitter nymph
lost falcon
sour timber
vapid adder
#

cats

sturdy folio
lost falcon
gleaming sequoia
#

bwa

sturdy cradle
sour timber
#

Today I played Balatro with my compooter with the classmates outside

sturdy folio
#

if you need something cheap get a raspberry pi for like 40 bucks will last you a decade and you can host pretty much anything there

gleaming sequoia
#

i will microwave all of your discs

sour timber
#

Get oracle OCI free VPS

hollow jackal
sturdy cradle
#

lol ive been experimenting with xbox API and appearently xbox dev mode has unobtainable achievements. interesting

#

lemmie find some other ones

gleaming sequoia
#

@sturdy cradle can i have a hug

#

i no feel good

gleaming sequoia
#

tanku

vapid adder
hollow jackal
#

i use the brit spelling (β€œou”) because i dont even know

raw panther
regal wren
#

what

hollow jackal
sturdy cradle
#

i feel unlocking any of these achievements will get me insta banned lol

tall nexus
stark herald
#

@sturdy cradle

sturdy cradle
#

@stark herald

regal wren
stark herald
tall nexus
regal wren
vapid adder
#

can someone tell kuba to unblock me

sturdy cradle
tall nexus
sturdy cradle
#

just gonna leave it here

regal wren
#

can the whole chat stop saying my name

vapid adder
vapid adder
#

that was like so long ago

#

plz

regal wren
gleaming sequoia
#

lmao

regal wren
#

😭

tall nexus
gleaming sequoia
regal wren
#

i mean

tall nexus
#

πŸ”₯

regal wren
#

its for gaming

#

gayming

sturdy cradle
#

and get those achievements πŸ’€

#

but idk if is it worth

open pasture
gleaming sequoia
#

@sturdy cradle ing rn ngl

sturdy cradle
#

omg!!! i'm @gleaming sequoiaing too!! nh_nikoWow

sturdy cradle
gleaming sequoia
#

@sturdy cradle look at what I'm listening to rn

sturdy cradle
#

shit im doing it

gleaming sequoia
#

:3

sturdy cradle
#

at least one

vapid adder
#

fuck u

sturdy cradle
#

so cool

gleaming sequoia
vapid adder
#

that was like half a year ago

sturdy cradle
#

yea i am getting banned bruh πŸ’€

gleaming sequoia
#

well you ain't gotta say fuck u again just because they ignored your message

#

js saying

#

yeah you definitely changed

#

but still

#

just accept it

#

@sturdy cradle thoughts on system of a down

sturdy cradle
sturdy cradle
#

wait i need to check how that achievements looks like on my xbox

gleaming sequoia
sturdy cradle
#

since it shouldnt be possible to unlock it

gleaming sequoia
open pasture
#

Bro why is everything so weird now I can't get the old UI thingy to work

sturdy cradle
open pasture
#

Guys

eager marsh
#

you have to deal with it

open pasture
#

Can somebody fix it?

sturdy cradle
#

fire xbox pfp nh_insaneCat

#

its definetly a pfp of all time

gleaming sequoia
#

im using the v4 ui that wasn't released
loving that someone recreated it for theming

simple perch
hollow jackal
open pasture
#

Bro

simple perch
#

@hollow jackal HIIIIIIIIIIIIIIIII

gleaming sequoia
#

v4 ui i like

hollow jackal
#

@simple perch hihii nyabom

open pasture
#

I think somebody could build a new one

gleaming sequoia
#

@sturdy cradle what's your fav from lp

gleaming sequoia
sturdy cradle
vapid adder
#

p

gleaming sequoia
#

fair

eager marsh
#

oh ya i remembered that i wanted to make last.fm section for mywebsite

harsh minnow
simple perch
simple perch
open pasture
eager marsh
vapid adder
gleaming sequoia
#

i like this one a lot [insert most of them]

harsh minnow
eager marsh
#

mipy

open pasture
simple perch
errant sand
open pasture
#

I don't see anything called spam

#

Oh wait a minute

simple perch
#

old ui this old ui that why don't you install some css and no more complaints

errant sand
#

Did you find it?

harsh minnow
open pasture
errant sand
#

πŸ“‚

errant sand
#

Gotchu bro

simple perch
eager marsh
#

discord users... when... change..

open pasture
harsh minnow
open pasture
#

Oh my god

simple perch
unreal siren
#

what's a file

simple perch
#

something cats eat

eager marsh
#

whats that.. whats a file...

glass shell
#

hi vencord

hollow jackal
errant sand
#

Is it something to eat?

glass shell
#

are you guys talking about things that don't exist again

eager marsh
#

i eated the old ui sorry guys

glass shell
#

take your meds

eager marsh
#

it was so tasty mmm

errant sand
eager marsh
#

no idigested it :(

errant sand
#

NOOOOOOO

eager marsh
#

Potassium

eager marsh
#

i wonder how i can make partial page loading more smooth

gleaming sequoia
#

@sturdy cradle

glass shell
#

im scared please delete

harsh minnow
#

what now

eager marsh
glass shell
#

what's a path

#

i only know rock and fire

errant sand
#

A candy

open pasture
#

I don't know what I'm looking for

simple perch
hollow jackal
harsh minnow
eager marsh
errant sand
#

What is chemistry?

gleaming sequoia
#

where the women at

glass shell
#

do you think that if we go back in time and show a medieval farmer an anime girl they would kill you

eager marsh
#

thats not what i meant

simple perch
errant sand
open pasture
#

Can't see it

glass shell
#

do you think that if i shoot a medieval man with a modern day gun they would think im a demon from hell

simple perch
harsh minnow
open pasture
eager marsh
simple perch
glass shell
glass shell
open pasture
errant sand
#

Imagine a farmer in the 1500s finding out about Trallalero Tralala

glass shell
gleaming sequoia
#

egg

#

wahoo

eager marsh
#

oh god why did i use jquery onmy website

eager marsh
#

horror

open pasture
#

Come on I don't even know what I'm looking for please just tell me

gleaming sequoia
#

ngl

glass shell
gleaming sequoia
#

I'm really comfy

errant sand
#

How are we supposed to know if you dont know

eager marsh
#

ohhim stupid theres a callback function on the load funcyion

open pasture
#

Somebody tell me where is it!!

errant sand
#

Updog

eager marsh
open pasture
#

CAN CAN EVERYBODY NOT MESS WITH ME I'M TRYING TO FIX THIS I'M TRYING TO FIGURE OUT WHAT'S HAPPENING IT STOPPED FOOLING AROUND THIS ISN'T FUNNY!!!!!!!!

glass shell
#

dude

#

first off

#

this ain't the support channel

#

second off

clever ore
#

oh my god it’s this kid

glass shell
#

no one knows what the fuck it is that you want

errant sand
#

^^

wide turtle
#

hi i want attention

clever ore
#

hi! hihihi!!!

vapid adder
#

:3

eager marsh
#

ok i made my page animations nicer yuay

vapid adder
#

can i c

errant sand
#

Me too!

eager marsh
vapid adder
#

oh idk code stuff :c

sullen helm
#

Why are people wanting attention

eager marsh
#

does anyone know how to hide scrollbars on firefox...

wide turtle
errant sand
#

Close your eyes

#

Okay I'm sorry

sullen helm
last karma
sullen helm
eager marsh
sullen helm
glass shell
#

i have been redoing the right eye for a while i think i am going insane

eager marsh
sturdy cradle
sullen helm
lost falcon
glass shell
sturdy cradle
#

i also somehow managed to start downloading of that app

eager marsh
#

nvm im tupid i fixed it

sullen helm
sullen helm
#

I forgot i made my android calendar say "cheese" at 7 in thr morning

#

Every day

glass shell
#

erm,, dude sooo random!1!1!!1!!

sullen helm
#

Bruv it just popped up 😭😭😭

sullen helm
#

Guys quick send me a 30 word msg on the theory of relativity i need to make someone cry

glass shell
#

no

lost falcon
#

bruh

jaunty stag
jaunty stag
#

you will delete

eager marsh
#

if it works i keep

sturdy folio
#

Graph crime

eager marsh
#

oh my gid i saw this

jaunty stag
#

i will make it stop working

sullen helm
#

If it works dont question

sturdy folio
#

The x and y axis are the exact same thing

#

Why

#

😭😭

eager marsh
jaunty stag
#

who ate the names

#

my discord is slowly deleting itself

#

help

sturdy cradle
wide turtle
sullen helm
#

You can clearly see my fatass in the img

#

My bad bro

#

Fuck did i kill the chat

#

God dammit im a murderer

sturdy cradle
clever ore
#

I’m mad I missed the banter with that toddler in this server

lost falcon
#

UwU

jaunty stag
#

what

clever ore
# jaunty stag what

The kid being spoonfed UI improvements and then just screaming for someone to fix it for them

jaunty stag
#

send them * { display: none !important; }

clever ore
#

true

sullen helm
#

Tbh the UI refresh IS shit

jaunty stag
#

vgif talking @sullen helm

neon ferryBOT
clever ore
jagged skiff
#

violently

clever ore
#

They clearly don’t know how to actually use a computer

sturdy cradle
eager marsh
#

what dou guys think of this last.fm page design

jaunty stag
#

vgif talking -reverse @jagged skiff

jaunty stag
jagged skiff
#

hell yeah

eager marsh
sullen helm
lost falcon
jagged skiff
lost falcon
#

:0

eager marsh
sullen helm
#

Yipee

jagged skiff
#

do you want cyanide or Mercury poisoning

sullen helm
#

Uhhh

#

Surprise me

jagged skiff
#

Hydrochloric acid it is

lost falcon
sullen helm
#

dead

lost falcon
#

gimmie

#

i resist everything!

jagged skiff
#

wby the fuck am i roleplaying poisoning soneone in vencord

sullen helm
jagged skiff
#

why cant i do something productive instead

jaunty stag
#

you will go outside

lost falcon
wide turtle
#

do u guy ever wonder what mercury tastes like

#

it looks delicious

sullen helm
sturdy cradle
lost falcon
#

dont go touch grass @jagged skiff

#

stay productive

jagged skiff
#

i eat the grass

sullen helm
lost falcon
sullen helm
#

I ate a tree

simple perch
sullen helm
#

😭😭

wide turtle
jagged skiff
sullen helm
#

Idk

#

Ask google

jagged skiff
#

the romans and greeks consumed mercury too

lost falcon
#

lol

#

funny death

#

:D

#

i have no life activities >:P

#

im bored lol

#

who loves ai?

jagged skiff
#

spend 5 hours scrolling on reddit

#

No

lost falcon
jagged skiff
#

chatgpt killed my grandma okay

lost falcon
#

that much?

jagged skiff
#

and claude punched me in the face at the dinner table

lost falcon
#

hm

#

i see

sturdy folio
jagged skiff
lost falcon
#

gimmie food im bored

jagged skiff
#

cyan will return stronger than ever

#

i want to believe

tall nexus
jagged skiff
#

@vapid adder hi why the friend request

vapid adder
#

:3

jagged skiff
#

ph

#

oh

#

ive never been complimented for my profile before

#

thanks

vapid adder
#

:3

glad sphinx
errant sand
#

:3

clever ore
clever ore
open pasture
clever ore
#

there's some randomized game called horse race test on twitter

#

and each horse has a different name/color

#

as you can expect they started shipping the horses and making yuri

open pasture
clever ore
#

the quest for women making out i guess

open pasture
#

it should NOT be this deep πŸ™
though i do get the whimsy factor though

clever ore
#

told ya

open pasture
#

embed failure πŸ’”

jagged skiff
#

not level 10/nitro booster/donator/contributor issue

mystic salmon
#

pick onr

jagged skiff
#

edge pip window is finally not dogshit anymore

#

incredible

mystic salmon
#

why are you edging

spark crescent
#

y

jagged skiff
#

cuz

spark crescent
#

WHAT!!!!

jagged skiff
#

its the browser i like

spark crescent
#

hi linus

jagged skiff
#

Hi

hearty juniper
glass shell
#

hi vencord

hearty juniper
#

Hi head

maiden lagoon
#

Explosions

glass shell
#

guilty gear lobbies are e;ptyyy

#

emptyyy

jagged skiff
#

poopy gear

glacial robin
#

@archesp77

maiden lagoon
#

Kidding it's pgud

glacial robin
#

@dusty folio

#

Nerd

mystic salmon
#

I've always heard the UK is antipodal to new Zealand but I checked and Spain is the one that's antipodal

maiden lagoon
#

Wrong meme

eager marsh
#

i think this is pretty

maiden lagoon
#

Pearto

errant sand
#

Fire

hollow surge
#

who mention me

errant sand
hollow surge
#

some bitchass mf done ghost ping my ass

errant sand
#

Execute him

simple perch
#

@maiden lagoon

cinder tendon
#

πŸ‡

placid cove
#

Frenchkisser

jagged skiff
#

why is he a cat

open pasture
#

why is he a cat

hollow surge
open pasture
#

where do I go for smoeone to help me with a small theme?

#

like 50 lines> probs

#

I just don't know how to do it LMAO

sturdy cradle
open pasture
#

Embed fail

hollow surge
#

i gotchu

open pasture
#

Embed success

#

My favourite is the embed clutch

open pasture
#

@shadow owlhow can i add you to my sevrer?

hollow surge
#

fnu fact

#

to evade embed perms

#

type

hollow surge
#

OH WHAT

#

okay nevermind

#

my bad

sturdy cradle
#

lmao

open pasture
#

animated=false

#

https://cdn.discordapp.com/emojis/1359022451228676151.gif?size=48&animated=false&name=nikospin

hollow surge
#

animetd=false fail

open pasture
#

Who's gonna tell him

open pasture
#

; fail

hollow surge
#

aw man!

#

i can't change size

sturdy cradle
open pasture
#

I'll forever remember how I got my perms

open pasture
sturdy cradle
#

hi

open pasture
#

why is m3ow banned

#

form word list

clever ore
sturdy cradle
digital kettle
fallow drum
neon ferryBOT
fallow drum
#

vr 14

neon ferryBOT
# fallow drum vr 14
Rule 14

Deliberately bypassing automod will result in an unappeallable 1 day mute on sight.

sturdy cradle
#

real

main wyvern
shrewd marsh
#

hii

main wyvern
#

graaaah

shrewd marsh
weary mason
#

Hi

#

Hi vendor

main wyvern
#

ven cored

weary mason
#

not magsafe

hearty juniper
hearty juniper
shrewd marsh
weary mason
shrewd marsh
#

it's not allowed

hearty juniper
#

Understandable

shrewd marsh
#

maybe I could do that secretly thinkingxyz

hearty juniper
#

Don’t

#

If u get caught there will not be any train videos

weary mason
#

weird phone thats small

dreamy kelp
modern epoch
#

white namers

DM @stark herald TO GET YOUR VERY OWN CUSTOM GUILD TAG (REAL)

weary mason
#

why does your profile's connections have brainfuck code, JavaScript code, and SQL?

modern epoch
#

i got google permban two times for injecting ^

weary mason
fallow drum
weary mason
#

also did you get ip banned

#

or just a normal termination

vague fjord
#

my friends left me alone at the lunch table

fallow drum
#

idk why be that persistent when you know something is being blocked 😭

modern epoch
vague fjord
sterile zenith
#

Yo does anyone want 5 FREE lootboxes in Overwatch 2 (I ain't scamming ya, I just don't play this game and finished the quest trough 'ways')

modern epoch
#

husk

fallow drum
#

only overwatch fan in existence

hearty juniper
#

Aw dang it

vague fjord
sterile zenith
vague fjord
#

like "EE" in the UK

modern epoch
#

scam!!!

weary mason
vague fjord
#

no way

sterile zenith
static valley
#

sequel injection

sterile zenith
#

I didn't use the code yes

weary mason
weary mason
#

because of the tag

vague fjord
#

how do you guys say SQL?

sterile zenith
open pasture
weary mason
mild pike
#

nyanakonyanacho

vague fjord
red wyvern
#

I say it like squirrel, without the R

open pasture
weary mason
#

why do people call SQL sequel anyway

hearty juniper
main wyvern
#

DM @stark herald FOR FREE SERVER TAGS

weak vale
#

we used to pronounce it "suckle" as a joke

hearty juniper
vague fjord
#

dm fres for free clash of clans stuff

hearty juniper
#

@stark herald open your dms, I can’t send you a pipe bomb

wide turtle
#

dm for free friend

hearty juniper
hollow surge
#

i must be the last air bender cuz i be hearing people whispering in my ears

sturdy snow
#

The baus

neat crag
#

hey guys! is there a way to make discord use aero borders and aero titlebar?

#

with ofcourse.... aero buttons

sturdy snow
#

Buttons made of air?

novel breach
#

hello

neat crag
hearty juniper
novel breach
#

can yall test out a meme

neat crag
#

owh.... i can't share my screenshot here...

#

@sturdy snow do you know how win7 looks like?

hearty juniper
errant sand
#

Don't you get the code if you're playing the game

#

Or can yoy redeem it multiple times

weary mason
kind sail
#

how to join server

modern epoch
blazing moon
exotic dock
#

omg the pfp

#

cute

hollow dew
#

white tree

hearty juniper
hollow dew
#

racist tree

modern epoch
static valley
#

i want apple pie

maiden lagoon
#

And ice cream

modern epoch
#

I want raspberry pi-e

#

I eat motherboards

hollow surge
#

genuinely horrible

blazing moon
#

genuinely amazing

static valley
hearty juniper
#

The duality

sturdy snow
meager python
#

does anyone want to me install crdroid on my pixel 8a bc i want to degoogle it

#

i dont have speakers btw

#

so i cant listen

#

and no microphone

#

oh i dont have stream perms

maiden lagoon
sterile zenith
fallow drum
#

@sturdy folio knows what's up

storm harness
#

does clyde works here

sturdy folio
weary mason
sturdy folio
#

thats why im buying it day 1 and not pre-ordering it

storm harness
blazing moon
weary mason
#

Clyde was deleted a year ago

errant sand
#

Clyde πŸ˜”

weary mason
#

@shadow owl, Hello, clyde!

errant sand
#

He'll reply trust

jagged skiff
#

we still talk about you, clyde...

errant sand
#

Gone but not forgotten...

blazing moon
#

never forgotten

jagged skiff
#

do not fucking open gboard emojis what the fuck is that

#

how do you even make that

#

what emoji combination makes crying cyclops

#

this feels like forbidden knowledge

blazing moon
#

is that the eye of rah

#

it was probably πŸ˜­πŸ‘οΈ

formal falcon
fallow drum
#

epic chloe fail @sturdy folio

sturdy folio
#

wdym

fallow drum
#

i saw

sturdy folio
#

saw what

fallow drum
#

i did

shrewd marsh
weary mason
#

Ive never seen that name outside something

shrewd marsh
#

yes, siemens

weary mason
#

Simens phones

weary mason
rigid silo
#

Siemens

hollow surge
errant sand
#

Siemens.

#

They make everything afaik

weary mason
#

Samsung cars exist

#

Xiaomi blenders exist

errant sand
#

Siemens is basically the german Samsung

fallow drum
#

is it not owned by samsung

#

the text looks very similar to samsung font lol

#

like super similar

#

no way this isn’t one of the two billion companies samsung owns

shrewd marsh
storm harness
main wyvern
#

fres jockey

fallow drum
#

font looks strangely like samsung font

main wyvern
fallow drum
#

soon

hollow surge
#

"fres jockey"
"v+ brain rot"
ok

keen junco
#

@stark herald jockey

main wyvern
hollow surge
#

its a cowl singing

sturdy folio
#

what did i do

#

i was updating my plugin when you said that so what the fuck did i do

keen junco
#

fail

hollow surge
#

yeah buddy i saw that too

keen junco
#

same

sturdy folio
#

oh

#

amazing

fallow drum
#

i watch you suffer @sturdy folio

#

i pay very close attention

sturdy folio
#

☹️

#

my biggest hater

#

actually nvm i know a couple of people that hate me more probably

hollow surge
#

we all hate @sturdy folio

#

anti-zero suit chloe

#

pro-fres

stark herald
#

@keen junco

hollow surge
keen junco
sturdy folio
#

how could you even hate me i just write silly little messages πŸ₯Ί πŸ‘‰πŸ‘ˆ

hollow surge
#

STUPID silly little messages

clever ore
#

that's the point of this server

sturdy folio
red wyvern
#

I don't hate Chloe!

hollow surge
neat crag
keen junco
hollow surge
#

bwaaluigi

sturdy folio
#

im watching game theory

#

specifically the sans is ness theory

hollow surge
#

no you're not

sturdy folio
#

and its just this im telling you

sturdy folio
hollow surge
#

photoshop

#

ai

mystic salmon
main wyvern
#

chloe murdered my loved ones

hollow surge
#

chloe murdered me

mystic salmon
sturdy folio
#

the joke is that everything in the picture is a lie

jagged skiff
#

says it right there so it must be true

mystic salmon
#

Actually

errant sand
#

When will humans be able to play doom

#

Like

errant sand
#

On other humans

jagged skiff
sturdy folio
sturdy folio
main wyvern
#

the touch bar thing

errant sand
#

Isnt the touch bar dead

sturdy folio
#

specifically used a touch bar macbook in the picture

jagged skiff
#

oh the touch bar right

main wyvern
#

idk what it's called

sturdy folio
main wyvern
#

oh

clever ore
#

just don't take them seriously

jagged skiff
#

i mean who cares honestly