#π§-off-topic-iceman-only
1 messages Β· Page 2881 of 1
pearto?
moron π
veeeee π
hiii
lmfao
i am drawin shapes and shit cus i am practicin art
i feel quite kitty cat rn
just fressed a freslet
better than me π
its just shapes
how can you feel worse than someone at shapes
up your self esteem train boy
or girl
or they
actually what are you
bwa
Same
Fake news
wa?
will use this as an excuse to post my latest scribbling from a few days ago
scary
i am scared yes
very scary
haiiii 
well its not me being smart, i am a dumbass
i just guessed
big cinnamon roll
(ART IS NOT MINE, IT'S ART OF MY OC DRAWN BY A FRIEND) doing a study on shapes artists i like use
pink floyd got bangers
wow this looks great β€οΈ what model was this generated with?
can't even draw em
that's insane dawg
kill you're self <3
i remember trying to get into learning shapes and drawing techniques and stuff before being like "screw it" and just making art with the way i naturally developed
gork
gork
an autist has just registered 0.2 miles away from your location
a
im eating chimken
i wan some :(
Hm, it looks like that file might've been a virus. Instead of cooking up trouble, try cooking up a Chicken Tikka Masala: https://www.epicurious.com/recipes/food/views/chicken-tikka-masala-5117140
lil sketch applying what i learned
damn discord </3
i made this actualy
marinating it for 6 hours was the right choice
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
hi
nice

are you related to thelegend27 by any chance
you could just like
look at device manager on your main hd
no

bruh
gtg
school time
that is a name i havent heard in years
π
Hi
π
@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
holy shit this is so dumb
How about someone builds a normal auth layer for next
just stop using next
stinkyloe
gonna be so insane once you step away from next and realise that not every shitlibrary ships with random ai garbage and actually works
smellbu
hiii
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
we do NOT need more people on this earth
didn't they used to do this for social security at one point, which lead to trillions of fake babies
fr
goodnight chat
Aren't the countries with the highest birthrates the ones with the least women's rights
sounds about right
yoppp
who'd actually want to have a child in this economy
All of the countries with high birthrates are pretty poor
I think they have other issues
US, please do a coup π
Like the people against the government
Not the government doing a self coup ofc
real
Imagine the Reps start a coup against other reps
i give it a year before this happens
max
They might try to fragment groups to prevent this though
helo
i have to say, discords web designers really hate themselves, what the fuck is their css lmao...
the css is a mess
how
panel class names make 0 sense
like..?
.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;
}
compare it to revolt's css
like what is this
the _whatever is a hash
its automatically generated
because everything is in react components and those have their own css
it gets bundled together then a hash gets added so every class is completely unique
thats how you do web development nowadays
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;
}
they really must hate themselves
well that would not get through discord code review
btop looks so cool vro
but thats around what their css un-minified and un-bundled looks like
and i like it more anyway so bleh btop fire
I dont use CSS much so my CSS is fine
why. just why
lol
clean css, well formatted
some of my css is a clusterfuck but works :)
thanks
i talk from experience lol
are yall the "if it works, it works" programmer
nah i prefer keep stuff clean and use correct ways to do it
yes
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;
}
python β
no.
i like Python
Does typescript support most browsers
ts compiles to js so technically yes
Like the older ones
well yes
unless the browser is so old and doesn't use js v8 then..
So opera mini won't work
does it support jsv8?
if it does then it will work fine
it doesnt support any browser
tungsten, the famously nontoxic metal
i wonder how valves typescript is being ran without recompilation on cs2..
aren't extensions made in typescript?
wait valve uses typescript??
maybe the game compiles it into javascript in ram and then stores it? i don't know
?
yes for source 2 games like dota 2s panorama ui and cs2s panorama ui. for csgos panorama ui they use pure javascript
"stolen babies"
legacy color syntax π
which means for source 1: async is not a valid function
The far right and the left United to bring up Stolen Babies this is truly incredible
no
well
kinda
you also build them to js
this is just how typescript works in general
why can i not post a screenshot here
you have the typescript compiler tsc
no perms
how do i get
and it converts your typescript to js
New discord CEO.. they're blizzard CEO too. Does this means the end of discord mods?
ooh now i get it why valves typescript format is called vts_c.. valve typescript compiler
isn't it rewritten in go recently?
talk enough to hit level 10 or have a mod like you enough to give you role
i didn't know ai tag existed in discord (look on top of member list of this server)
back then it was a bootstrapping compiler
oof boostrap
not that bootstrap
oh ok
that's not.. discord ceo?
the embed still has the old ceo
Lol
wdym
what does blizzard ceo do
discord already did micro transactions
very stretched image on browser
the discord shop exists
yup
lmao
Do y'all believe discord will live for a long time? Or someday a plataform will replace it?
arse hormor
arch hormor

We have many other plataforms yes but none feel like discord
My new chat app phpcord will replace dw
tiktok has a shop right?
Php π©π©π©π©π©π©π©π©
Idk I hate TikTok
ew php
same ngl
10 pounds for horse armor
i mean armour
man
revolt
nin0chat revival
What's a revolt
french revolution /jk π
Revolt is the chat app that's truly built with you in mind.
i dont think that one has
imagine shrimply downloading a game
scary
how y'all get that pseudo tag right after your name
You will not be spared when the php revolution consumes even your residence
literally no one is on there
The php revolution is long gone
WHAT IS THIS
And thatβs how I know you have no idea of current day and are stuck in your ideal where everything is made in js
True
LMAO
but it has toki pona if you're intrested
I hate js I wouldn't touch it with a 600 meter stick
LMAO
We need to return to php
So what do you use
Plaintext 
Simplified English is a set of approved words and writing rules. Its makers made it to help engineers write manuals (instruction books) so that people all over the world can read them.
Some people think that:
It can decrease doubt.
It can make reading faster.
It can help understanding for people whose first (native) language is not English.
It...
good idea
but it's showing a us flag
π
so it looks like they're calling american english simplified english
simplified because it does not have the u in colour π₯ /s
brits also have a much more varied vocabulary and stuff usually, so american english really is quite simplified in comparison
Revolt is trolling americans
LMAOO
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
free
powerful
Just install WSL if you need linux environment
i need vps to launch my discord bots
KOTLIN >>>>>>>>>
cats
free and powerful is incompatible
even for few rams and few storage?
yoo konata enjoyer

bwa

Today I played Balatro with my compooter with the classmates outside
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
i will microwave all of your discs
Get oracle OCI free VPS
british people dont use the varied vocabulary on the daily
its more american vs brit literature
lol ive been experimenting with xbox API and appearently xbox dev mode has unobtainable achievements. interesting
lemmie find some other ones

tanku
KUBA
i use the brit spelling (βouβ) because i dont even know
idk I don't read literature but I watch youtube and shit where brits definitely have a much better way with words than vast majority of americans
what
me too
final deduction from this is: americans are just retarded with their primary language
i feel unlocking any of these achievements will get me insta banned lol
You don't have vbucks
HI KUBA
probably
@sturdy cradle
@stark herald
i do have v dolce (kochanie mam vdolce)

How many
idk i didnt play fortnut for a long time now
can someone tell kuba to unblock me
I have 1620 π₯
just gonna leave it here
can the whole chat stop saying my name
wait
no wait unblock me i didnβt even mean what i said
that was like so long ago
plz
i swear gtx or vbucks
lmao
π
you have a gtx card?
crazy lmao
raytracing card to run uncensored llms and be freaky
i mean
π₯
bro i wanna risk it for the funny
and get those achievements π
but idk if is it worth
Trueee
@sturdy cradle ing rn ngl
omg!!! i'm @gleaming sequoiaing too!! 
people change
ok?
@sturdy cradle look at what I'm listening to rn
shit im doing it
:3
at least one
fuck u
LINKIN PARK 
so cool
people change you say?
yea i am getting banned bruh π
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
its nice. i dont listen that often but sometimes i manage to find it on my playlist 
good enough
i love them
wait i need to check how that achievements looks like on my xbox
i like this one
https://open.spotify.com/track/577mOFb1LAvSANIUZ4mbQ7
since it shouldnt be possible to unlock it
show screenie if it's there
Bro why is everything so weird now I can't get the old UI thingy to work
alright
Guys
ya cuz u cant
you have to deal with it
Can somebody fix it?
im using the v4 ui that wasn't released
loving that someone recreated it for theming
No
no
Bro
@hollow jackal HIIIIIIIIIIIIIIIII
v4 ui i like
@simple perch hihii 
I think somebody could build a new one
@sturdy cradle what's your fav from lp
fren shaped fren
difficult question since they have a lot of good ones

p
fair
hai mimi
okay just fixed it for you
yea sure, pay $600/mo or more
veeeee
What?
hai
:3
i like this one a lot [insert most of them]
i just fixed it for you
mipy
Nothing really happened
check spam
Its fixed tho
old ui this old ui that why don't you install some css and no more complaints
Did you find it?
check behind your right ear
Bro I just need the file
π
yop
Gotchu bro
archlinux-2025.02.01-x86_64.iso
discord users... when... change..
Where is the
oh why didn't you say that earlier? here you go
C:/Users/V/Documents/ui.css
Oh my god
You can get the official ISO image file from https://www.archlinux.org/download/. On this page you will find a download link to the latest release.
what's a file
something cats eat
whats that.. whats a file...
hi vencord
idk but it sounds scary
Is it something to eat?
are you guys talking about things that don't exist again
i eated the old ui sorry guys
take your meds
TAke a look, y'all
it was so tasty mmm
Please bring it back
What do I have to look for
no idigested it :(
NOOOOOOO
Potassium
i wonder how i can make partial page loading more smooth
@sturdy cradle
vee what the fuck is that incantation at the end of your message
im scared please delete
what now
BOO!!! WINDOWS PATHS
A candy
I don't know what I'm looking for
Tetrahydroxypentane-1,2,3-tripropyl-1,2-diol
your brain
sorrgy i dont like chemistry :(
What is chemistry?
where the women at
do you think that if we go back in time and show a medieval farmer an anime girl they would kill you
thats not what i meant
i think they would worship her
They would call you a witch and burn you
do you think that if i shoot a medieval man with a modern day gun they would think im a demon from hell
I think the farmer would say "is this your daughter? she looks beautiful! is she still looking for a husband, my son is available"
noooo stole
Where is it
i read this in a texan farmer voice
and then the son turns up gay
i will give that man a phone and ruin history forever
only noblety could be gay in the middle ages
I don't see it
Imagine a farmer in the 1500s finding out about Trallalero Tralala
go to www.egggame.com and win to get the file
oh god why did i use jquery onmy website
No
horror
Come on I don't even know what I'm looking for please just tell me
ngl
please
I'm really comfy
How are we supposed to know if you dont know
ohhim stupid theres a callback function on the load funcyion
Somebody tell me where is it!!
Updog
https://github.com/milbits/oldcord this might be what you want
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!!!!!!!!
oh my god itβs this kid
no one knows what the fuck it is that you want
^^
hi i want attention
hi! hihihi!!!
:3
ok i made my page animations nicer yuay
can i c
Me too!
compare
oh idk code stuff :c
Why are people wanting attention
does anyone know how to hide scrollbars on firefox...
feels nice
nop :c
Idk ask the firefox kindly
i keep thinking your pfp is the koolaid man
At least ur not callin me japan
it is not complying
Deagle or something idk im not american
i have been redoing the right eye for a while i think i am going insane
im not either...
lol
First time? (Going insane)
i tried it didnt work for me
no
i also somehow managed to start downloading of that app
nvm im tupid i fixed it
Nice
Darn
I forgot i made my android calendar say "cheese" at 7 in thr morning
Every day
erm,, dude sooo random!1!1!!1!!
Bruv it just popped up πππ
lmao
Guys quick send me a 30 word msg on the theory of relativity i need to make someone cry
no
bruh
nuke and delete
Graph crime
oh my gid i saw this
i will make it stop working
If it works dont question
if i can read it after a few months of not seeing it its fine
sorry i was hungy 
looks pretty
I ate the name
You can clearly see my fatass in the img
My bad bro

Fuck did i kill the chat
God dammit im a murderer

Iβm mad I missed the banter with that toddler in this server
UwU
what
The kid being spoonfed UI improvements and then just screaming for someone to fix it for them
send them * { display: none !important; }
true
Tbh the UI refresh IS shit
vgif talking @sullen helm
Sure but they should learn to use a computer
They clearly donβt know how to actually use a computer
vgif talking -reverse @jagged skiff

hell yeah
your banner used to be my wallpaper in 2022
Im allergic to violently can we make it a natural death
nice lol
sure thing
:0
its awesome right !
Yipee
do you want cyanide or Mercury poisoning
Hydrochloric acid it is
yeeee
dead
wby the fuck am i roleplaying poisoning soneone in vencord
Discord type pokemon are too op pls nerf
why cant i do something productive instead
you will go outside
lol
Cuz productivity sucks
its too late for us 
i eat the grass
Yummers
hm ok me too ig
I ate a tree
The chinese did and they all died
ππ
bet its worth it
wasnt it the romans
the romans and greeks consumed mercury too
y? :0
chatgpt killed my grandma okay
that much?
and claude punched me in the face at the dinner table
cyan will rise
gimmie food im bored

@vapid adder hi why the friend request
i thought ur profile looks cool
:3
:3
:3
is mine cool
the series exists for two seconds, then boom, yuri
im not chronically online enough to understand this
same but i kinda got a grasp of it
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
i did see a tiny bit of the fandom around it
why are we trying to make peak animations and ships over literal pixel ms paint horses
the quest for women making out i guess
it should NOT be this deep π
though i do get the whimsy factor though
why not
its fucking Awesome
told ya
embed failure π
not level 10/nitro booster/donator/contributor issue
Balatro
pick onr
why are you edging
y
cuz
WHAT!!!!
its the browser i like
hi linus
Hi
Linus
hi vencord
Hi head
Explosions
poopy gear
@archesp77
I've always heard the UK is antipodal to new Zealand but I checked and Spain is the one that's antipodal
Wrong meme
i think this is pretty
Fire
who mention me
mentions: pwnky.wav
some bitchass mf done ghost ping my ass
Execute him
@maiden lagoon
π
Frenchkisser
why is he a cat
why is he a cat
what is the original

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

Embed fail
i gotchu
@shadow owlhow can i add you to my sevrer?
lmao
animated=false
https://cdn.discordapp.com/emojis/1359022451228676151.gif?size=48&animated=false&name=nikospin
animetd=false fail
; fail
I'll forever remember how I got my perms
HEY
hi
Quebec welcomes you
my ptsd remembers every character of this video id
vmute 1d automod bypass
Done!
Muted alt1bartekk23 (@abstract cave) for 1 day
vr 14
Deliberately bypassing automod will result in an unappeallable 1 day mute on sight.
real

hii
graaaah
so much strength
ven cored
magdangerous
not magsafe
Itβs so cool to see u post a video on trains
Did the train moooo?
π
never knew trains had electronics
well I can't record while I'm driving
it's not allowed
Understandable
maybe I could do that secretly 
weird phone thats small
The least you could do is answer there question too tbh
white namers
DM @stark herald TO GET YOUR VERY OWN CUSTOM GUILD TAG (REAL)
Source: trust me yall
why does your profile's connections have brainfuck code, JavaScript code, and SQL?
for the funnies
i got google permban two times for injecting ^

i expected SQL injection
they legit said it like 10 times before asking the question 
my friends left me alone at the lunch table
idk why be that persistent when you know something is being blocked π
normal term
i am curious too on what happened
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')
husk
@harsh minnow does
dm her
ikr, @harsh minnow does
only overwatch fan in existence
Aw dang it
sometimes I see mobile carries and wonder why they named themselves that
Btw, respond with a β if u claimed it, so no one else tries to
like "EE" in the UK
scam!!!
ive seen a carrier called "yesss!"
no way
Why is it a scam?
sequel injection
I didn't use the code yes
do you play mo.co
because of the tag
how do you guys say SQL?
Why?
skwull
distinct letters
nyanakonyanacho
as do i
@harsh minnow claim
I say it like squirrel, without the R
Or ass queue L
why do people call SQL sequel anyway
Esql
DM @stark herald FOR FREE SERVER TAGS
we used to pronounce it "suckle" as a joke
His dms are closed
dm fres for free clash of clans stuff
@stark herald open your dms, I canβt send you a pipe bomb
dm for free friend
Google clash of clans gem generator
i must be the last air bender cuz i be hearing people whispering in my ears
hello john vencord
The baus
hey guys! is there a way to make discord use aero borders and aero titlebar?
with ofcourse.... aero buttons
Buttons made of air?
hello
no
New feature
@stark herald
can yall test out a meme
owh.... i can't share my screenshot here...
@sturdy snow do you know how win7 looks like?
Since fres canβt dm himself, he is a bot
Don't you get the code if you're playing the game
Or can yoy redeem it multiple times
How could fres do such a thing
so real for that fres
Sure
how to join server
@exotic dock look, itβs mizuki amia π
hi its me mizuki akiyama
white tree
Thatβs racist
racist tree
i want apple pie
And ice cream
i was literally saying to myself "peach is going to turn around and its gonna zoom into her ass or something"
The duality
Yes I invented it
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
What engine you driving
Stop trollin bruv, Fres told me lol
instant cop if this were rosalina instead
@sturdy folio knows what's up
does clyde works here
REAL actually
no
thats why im buying it day 1 and not pre-ordering it
ok
if you're nice enough
Clyde was deleted a year ago
Clyde π
@shadow owl, Hello, clyde!
He'll reply trust
we still talk about you, clyde...
Gone but not forgotten...
never forgotten
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
Curse of Ra
epic chloe fail @sturdy folio
wdym
i saw
saw what
i did
Siemens Desiro HC emu (electric)
Simens???
Ive never seen that name outside something
yes, siemens
Simens phones
SIMENS
Siemens
Siemens is basically the german Samsung
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
yop
ποΈ
π
fres jockey
font looks strangely like samsung font
v+ brain rot
soon
"fres jockey"
"v+ brain rot"
ok
what you sent was worse
its a cowl singing
no fr what do you mean π
what did i do
i was updating my plugin when you said that so what the fuck did i do
fail
yeah buddy i saw that too
same
βΉοΈ
my biggest hater
actually nvm i know a couple of people that hate me more probably
@keen junco

fres jockey
how could you even hate me i just write silly little messages π₯Ί ππ
STUPID silly little messages
that's the point of this server
I don't hate Chloe!
call me a girl the way i kill people
fair enough
rest in peace waluigi
bwaaluigi
no you're not
and its just this im telling you
yes i am
Wypadek przy pracy ;-) Autentyczne zdarzenie z autem Dyrektora
chloe murdered my loved ones
chloe murdered me
tf they mean a MacBook can't play doom
the joke is that everything in the picture is a lie
says it right there so it must be true
IHateApple is an A-tier troll
On other humans
i dont think the macbook has more than 1 screen sorry
before you point out the screens, the macbook has 2 screens
it quite literally does
the touch bar thing
Isnt the touch bar dead
specifically used a touch bar macbook in the picture
oh the touch bar right
idk what it's called
sadly yes
oh
just don't take them seriously
i mean who cares honestly




