#๐ง-off-topic-iceman-only
1 messages ยท Page 2078 of 1
why don't people give stickers to you after adulthood
true
guh don't feed my pfp into ais
i don't want people to potentially train shit from my own work
terraria
there will be more wing than any other data
nop
yop
wing distribution system
i love tidal api official library having a property with the Any type so you can't deserialize it


It is 5am, i gotta be up by 5:45 but i bearly slept cus i woke up at 2am and couldnt fall asleep
crack my spine like a whip
that's one reason why i don't really like generating api models
Im cooked
hi shizu
Hihi
finally
korb destruction
@cosmic otter i will send so many requests to every commercial image ai that the overfitting will cause it to always output your pfp verbatim
do
all it will know is wing
i will then sue for copyright infringement
wingus wongus
Vencord: v1.10.5 โข 5216bcca (Dev) - 3 Nov 2024
Client: stable ~ Vesktop v1.5.3
Platform: Linux x86_64
โ ๏ธ Vencord DevBuild
damn they pulled a halo
@cosmic otter
hey off-topic elon musks
System Info:
Brand: google
Product: raven
Board: raven
Architecture: aarch64
Bootloader: slider-14.5-12088207
Rooted: false
OS Version: REL 14 (SDK v34)
Memory Usage: 9.13/12.11GB (2.98GB / 24.63% free)
Uptime: 183:03:23
what the
System Info:
Brand: samsung
Product: b0quew
Board: taro
Architecture: aarch64
Bootloader: S908U1UES6EXF8
Rooted: false
OS Version: REL 14 (SDK v34)
Memory Usage: 5.00/7.58GB (2.58GB / 34.10% free)
Uptime: 1:47:56
no that's how you get a coronavirus
whatd you do for 183 hours of uptime
not reboot
the machine designed specifically to rush
rusher
holy shit
rusher needs to rush on smali patching
they found it
Oh
:(
is there a way to check how many hours youve ised a device for all together
minky slams his tail on the ground when i say his name
depends
you can check e.g. SSD uptime
i am literally rushing on my uni apps
drowning in work right now
guhhhhhhhhhhhhhhh
does it count time like overall or just that session
nearly fainted today from exhaustion
you can view cpu uptime in task manager
smali patching wont come until 2066
ever
ok where do i check this
what os?
os?
assuming that means what I think it does then yes sometimes
I've done it before
ok windows
imagine storing state in a dedicated data class using a flow and not having a billion state properties in the vm
you love'
i don't like the state flow pattern honestly
funny
should microsoft teams be taking up 110 mega bites of space or (memory)
i know its correct but i just don't like it
please early return
microsoft teams should be taking up 0 bytes of space on your computer
@paper gate i have to write some sob story
colleges hate me im an americanized white straight cis male that has white privilege
are you autistic
it says microsoft teams (9) should i terminate that app
not even that either
yes
man L
write about your Hajj pilgrimage
what codebase is this and where can I desecrate submit patches for it
i can at least leverage my autism
am I worshipping minky
oh btw zoot you have ssh access now iirc
how
i think
my superpower is that i only eat like 10 different foods
should opera gx internet browser (21) be taking up 40% of my cpu
idc abt the spyware
chromium based browser moment
you need to be studied in a lab
is there a way to not make it chromium
No
how do i not make it eat my pc from the insides
last time they did that to autistic people was during ww2
everything is chromium in the future
it wasn't great
Not use opera
gx
i feel bugs on me
Same thing with a reskin and an unclosable tab
reskin?
ive never reskinned my opera
i just use it for the cpu limitage and stuff
time to read bedrock addon documentation
As in opera with diffrent colors
step 1: did you know most modern software is super fucking slow even though we have stupid fast hardware now
step 2: cry
step 3 (optional): install highly debloated linux or bsd with terminal only UI and feel great that your workflow runs on 128MB of ram and can do literally nothing useful anymore
useful
Minecraft (both Java and Bedrock) loves doing everything possible with JSON
insanity
nevermind ill just lag.
yes
the data driven worldgen is fucking deranged
specifically because of how it isnt data driven
lol
yes but the world doesnt care about this
See: Generative AI data centers
I wonder if a Ryzen 5 5600 is still nice for gaming
probably
i invented a computer that drinks all the water
i could just put in average effort but no if i get anything less than the maxmimum grade possible i get constant anxiety
what maintaining a high gpa does to a mf
the other person i know who does this too is even worse than me
how
:(
100k please
poorly summarizes reddit posts
fucksmith glue incident
@cosmic otter you are allergic to water
I can get 100k and pay this thing 1k for dinner
@paper gate eats solid dihydrogen monoxide
i think
yes
unsure
oh god its typescriupt
so bad
i love how they show 0 screenshots of it in action
real
wait
they got a web app
peak
u dont need to download it
jetbrains bridge
i hate when projects do this
like im not gonna fucking download just to see if its ugly or not
just show it to me
at least you can just open the web editor
on this app
WHAT
IT SUPPORTS IOS?
AND ANDROID
what if all apps used the default generated readme
theres a Label, PlainTooltip, RichTooltip, TooltipBox
lol
Getting raided on Twitch: 
getting raided on discord: 
what is up with that title though
it's a title i chose for my addon
"Combat Update Bedrock Port"
no i mean the font size is huge
oh
yea it's insanely huge
idk why they made it that big lol
i think this can become the ultimate IDE for bedrock if u just apply some custom css
i feel like this ide should have kept been a vscode plugin tbh
theres good vscode plugins too
@cosmic otter https://github.com/androidx/androidx/blob/8c5f32070cd1d48a316e63e3459dc44211dd6d88/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Tooltip.kt#L120-L147
can you think of any reason why they might not have a default state, theres only one state, that takes no params
Tooltip.kt: Lines 120-147
fun TooltipBox(
positionProvider: PopupPositionProvider,
tooltip: @Composable TooltipScope.() -> Unit,
state: TooltipState,
modifier: Modifier = Modifier,
focusable: Boolean = true,
enableUserInput: Boolean = true,
content: @Composable () -> Unit,
) {
@Suppress("DEPRECATION")
val transition = updateTransition(state.transition, label = "tooltip transition")
val anchorBounds: MutableState<LayoutCoordinates?> = remember { mutableStateOf(null) }
val scope = remember { TooltipScopeImpl { anchorBounds.value } }
val wrappedContent: @Composable () -> Unit = {
Box(modifier = Modifier.onGloballyPositioned { anchorBounds.value = it }) { content() }
}
BasicTooltipBox(
positionProvider = positionProvider,
tooltip = { Box(Modifier.animateTooltip(transition)) { scope.tooltip() } },
focusable = focusable,
enableUserInput = enableUserInput,
state = state,
modifier = modifier,
content = wrappedContent
)
}
funny words on my screen
its genuinely so bad like wtf were they thinking making this api
literally
all they ahve to do is state = rememberTooltipState()
make a function to make it less annoying idk
is that still in the pre release state
mcmaker
i did
(it makes minecraft)
wdym
it supports macos vibrancy
huge buttons
its been over a year
yo cool
me when i make a witch farm
Yay... trying to support x64, x86, arm, and riscv at the same time will be so fun...
i should finish this project one day
i haven't touched it in over like 2 years lmao
snap isn't real
actually i will just use the rpm
electron shell webapp
snap is actually fake
Imma need a x86_64 to arm/riscv translator. Do those even exist?
yea its electron
remake in swiftui
real
im so smart
it'd be nice if I had a way to send a channel full of people asking about a minecraft mod to that mod's official server that is clearly listed on the modrinth page and has been sent several times, preferably without timing them out and saying โREADโ
THANK YOU
lmao
yw
what was he trying here
idk ๐ฟ
you have to drag beds in manually one by one
is he crafting bedroll??
hes quebecoise which explains his mental state
i love when i respond super quickly and the other party just doesnt respond for hours on end
:sob
@cosmic otter what if you became xqc
suicide
oops
@cosmic otter did you vote
wing please dont kill my steam deck
not yet
voting for frog
who yall voting for
i really don't like my options here
myself
you
@paper gate did you vote for trump
eugenics
keep what private
idk
@paper gate minky is eating your walls
no one can make you say who you voted for
@fallow drum
but you can tell people if you choose
why
Google should give me write permission to compose repos @cosmic otter
you can choose to tell people, but you can also not tell people, as well as outright lie
I voted for vee
@fallow pawn hi
hey
Make discord free again
yay
i think zeet voted for the furthest right party he could find
I need more fletchers
Zeet voted for jill stein
unfortunately stein is not far right
shes weird actually
rusher forever 14
vwhybanne 1285321080474439741
Banned by khcrysalis: Banned for message: "NGGA"
isane
mentally
@winter needle what if you never aged and were always 14
most important election in american history
vote for playboy carti
rusher forever rusher
Why are you 17
i love making fun of people post ban
they say that every 4 years
and maybe last
i should make fun of you for getting banned once
Here's the thing
I need feather falling 4
born at a very young age
minky sings for me
vwhybanne 1279159544660103229
Banned by vending.machine: Banned for message: "Zlap zlap ziggers are bad gnarpy can gnarpy zlarp grapnr narp ๐ฝ๐ฝ๐ฝ๐ฝ"
feather reference
that its technically true
vee sees me as 14
'rusher baby'
world might end as well if we're not careful
is project 2025 still a thing
rusher baby
heritage does that every 4 years
yeah
crazy
ur a baby @winter needle
guhh
no u
im older than rushii
oh
heritage foundation always draws up a plan for a presidential election
they've done it for a few decades now
rusher youngest vencord member
And we should always vote against it until they dont
oh yea
Nope, it's minky
they will continue forever
I made him a discord account
we should kill the heritage foundation
these villagers are scamming me
they are a private entity whose existence can't be legislated away
so bad
maybe free speech was a mistake
their plans can't always even be implemented in their entirety
wing would be good president
he would put toads in power
frien?
not that im begging you to vote for Republicans or anything
wing is a toad
frien
@winter needle ๐ฏ๐ป๐ฎ๐ช๐ด๐rushii
@winter needle
if i were the president the usa would not be the usa anymore
nekousa
United Nekos of America
if i were president i would abolish the department of defense just to see what would happen
YOP
DO
@winter needle
me: filters slur in 100 member server
next day: 50 automodded messages
Istfg
3rd day: server is 1984
Vencord is taking away my rights
.*
.*
.*
.*
how
people will start saying that
bro why tf did they add this
@steady axle hello
What slur
america is going to explode in 10 seconds
neko sanctuary will block every word except slurs
!remind 10s america explosion
Alright @boreal torrent, in 10 seconds: america explosion
not saying
scammed
@boreal torrent, <t:1730782479:R>: america explosion
kaboom
yep feather is fallign
N word? F slur? T slur?
what goes up must come down
nuhuh
feather 2
EVERYONE UNSTAR RIGHT NOW
NO
i paid everyone to star feather
unstarring
INSANE why is this even a thing on Discord
Fan smh
i've seen people on twitter talk about using it to verify themselves for 18+ servers

i'll hack your banka count and unverify it
kodas bank account so famous it got verified
they should add apple music connections or lastfm
I will soon add wings full name as my PayPal name
18+ servers are fucked up
wing is a Freak
how did you even find it
like wtf go outside and meet someone
I asked the other frogs
nah
WDYM NAH
wanted cat to get into my bed but they found small piece of plastic so i lost
good morning chat
i have a fork of one of wing's repositories
@cosmic otter
it might have an old commit
guh
omfg my first thought was a literal irl fork
glad to see my shitposts still surviving
yop
i'm achooing so much rn
vencord merch
@winter needle I'm feeling sad today, can you send me your card details
<:i:1263591655143903314> โ ๐ต๐น ย Portugueseย ย โ โ โโ<:i:1263590004886863902> โ โ โ โ๐บ๐ธ ย Englishย ย
to sneeze
@open pasture The sands of time drag you down
okay (theres nothing on my debit)
why
guhh
achoo'ing
Broke
all in cash baby
hh i thought this was the one
DELETE
what are some good vscode exts
Send me 50 bucks
live server
mfw wing has their email on git
Yoyooyyotoepeieiejeossjsj
make it 50k
did
i hopped off when vee let me know a couple years ago
someone warned me about my email being on git but its not private so I dont really care
does it run on arch btw
i hopped on
I will find
@open pasture i will send you a bundle of flowers but theyre full of spiders
every single algorithm to man kind is now called AI
hhls told me recently that it was still present so i privated all my old shit
I just use the git extension and let it go
this is bullshit
you're out of luck
i found like 8 repos lmao
i have a public email you guys can send shit to
UNPRIVATEEE
please
wing has great opsec
same honestly
i will email wing
i forgot about this repo
opinion on dandys world
is that wings?
no
Typescript probably
you wish
or rust
opinion on roblox
why yall huskin me
wingio/Mommies-Secret
@cosmic otter open your mailbox!
Pipebomb
you can't actually put stuff in my mailbox
yop
ours are locked
hmmm cool
no
i have master key
huge name tho
NO PLEASE DONT HUSK ME
husk
wait
AAAA
hop off
why
syntax is the same even
Fent Friday
i want this
full blown jetbrains ide for making aliu themes
this is the worst shirt ive seen
i mean who tf would wear that in public
id wear it if it said femtanyl
@open pasture wyd
same asf
2637 โ โ โ@stark herald
2403 โ โ โ**>> @shut jewel <<**
2100 โ โ โ@paper gate
2093 โ โ โ@crude fern
1916 โ โ โ@harsh minnow
1707 โ โ โ@lapis lava
1068 โ โ โ@viral cape
964 โ โ โ@fallow drum
821 โ โ โ@boreal torrent
816 โ โ โ@noble quest
812 โ โ โ@velvet hill
626 โ โ โ@winter needle
593 โ โ โ@fallow pawn
547 โ โ โ@signal junco
404 โ โ โ@keen kernel
393 โ โ โ@jaunty trellis
334 โ โ โ@rich hornet
308 โ โ โ@twin crag
304 โ โ โ@tough drift
281 โ โ โ@daring cloud
you are a danger to everyone in the world
@stark herald how are you the #1 husker

@paper gate husk more people
this is cool
im moving up the leaderboard
huh mojang has an official extension
no
No
yall really sleeping on roblox horror games
zoot zooted the biggest zoot that ever zeet
@cosmic otter what's your phone number
I'd rather sleep
last christmas i gave you my heart @paper gate
but the very next day
you gave it to minky
this year to save me from tears
ill give it to someone special @fallow drum
apeirophobia?
NOO
(202) 456-1111
it's only the 5th of november please can I just have a month? ๐
rosie is evil
never
no, I just dont care about roblox and sleep is goated
Lie
I neeed feather falling
๐
aww ok..
no its real call me
just call
ill answer
roblox is a shit platform
No
sleeping good and awesome
im not christmasing myself until the 1st of december
who wants 0 rouxZ!!1111 just type those funny numbers on za back of ur moms silly silly card :33 and you can hav za rouxzz!!
unhusk
i gave you my phone number out of the goodness of my heart and this is how you repay me
622
yes
give
i will send hi
(202) 456-1111
okay!! now! tell me your roublox username and password So i can give you the rouxzzz!
so real
username: wingio
password: iamnotatoad123
wrong
Enter my giveaway for a chance to earn 27 blobcatcozy s!
@cosmic otter give number
7
(202) 456-1111
hop on signal
Wrong
sorry.. that was the wrong password / username! try again.
idk why no one believes me
lc.google (202) 456-1111
i dont wanna leak my own number guh
I love how my number only lets me call people inside australia
YO
but it lets anyone else anywhere in the world call me
I love it so much
definitely no sarcasm here
wing will hop on signal
lc.google husk discord emoji
I mean
yeah
lc.google vencord extension

WE GOT BOTH
okay wait
@paper gate how to sleep 9 hours in 5
secret
Tell
lc.google ntts (no text to speech) roblox scam
so true oomfie..
zaza
zazazootzeetza
lc.google zaza
weed
w rapper (ill stop searching btw if im not allowed to)
NOPE
WERE NOT SECONG PAGING THAT
:(
:(
Okay
someone lc google :3
no
i get alot of russians
they target only people who are chinese, but they still call everyone
the scam is literally blackmailing people who dont speak english into sending money or the ccp will murder their family
if you speak english they just hang up
its so fucking annoying
racism
I get 2-3 of them a day
trust
nop
no it's tuesday
a bit early
i refuse to believe jimmy here is the person who did that meme
they look NOTHING ALIKE
I cant because I have unknown numbers blocked so they send me voice mails
and the phone numbers are spoofed
so if I call back I'm calling some random ass australian I dont know
guh indeed
@cerulean kite i will sned you pictures of dr ppeper
Send concrete proof
oh
ppl are saying
it doesnt work for latest version
Is that datapack?
thats bs he sent proof
addon
Thats for pe?
wha happened
Concrete proof, worse of all
so true
unlinked unsigned orphan commit...
x64dbg/10
can I bump this or should I just delete the patch
how the fuck did I forget to put namedAttrsOf.nix in named-attrs-of
do drinks really have "layers" to them or is that just some movie trope
wdym
depends
usually they'll mix together eventually, but not immediately
ah
or the opposite happens โ they'll separate and need to be remixed eventually
yea ig
KITTY
Zorp
hi all
@paper gate LAW of sines. LAW of cosines. I am SICK of all the LAWS. Watch me break the LAWS and BREAK OUT OF THE WALLS to say hi
i hated those
hi
hi :3
hello fres @noble quest
@paper gate 
zoot when are you gonna make your own kernel patch set
call it linux-mink
vencord is very vencord
it's time
?
intrusive thought to mine a chest
do
mine it
nyo
let the contents explode
do
that tp looks funny and I can't tell why
yop


I need a slimeball
swamp at night
smallest jungle in existence (a single tree)
petition to rename vencord to gooncord
what version?
beautiful
Not anymore apparently
๐ญ
nuh uj
nini @edgy ermine
so yea it was documented and discord nuked it
nini
hello trans people
did image zoom die again?
the click to sign button does nothing
thank you
sign these balls
what about it
idk I'm tired
@winter girder EXPLOD
update
showed up like that for me as well
nuh uh
you will never figure out what I forwarded then
But... tabsv2
tabs v2 is so bad idk how people use that
just send us a screenshot it's not like there's anyone else in chat that sees it
tabsv1 forever
nop
meanie
@edgy ermine btw the apple terminal is so funny cos it uses apis that are usually only available on Mac like the tab switcher
wtf
โonly availableโ
well itโs like making a tvos app work on ios and vice versa
u can just mark the apis as available
apple clearly has that freedom without much effort
tf is happening
??? Has joined
ah yes the lovely yellow highlights
App: 254.0 (66453) ptb; Manifest: N/A; Build Override: N/A; Device: iPhone12,8 OS 15.4.1;
@edgy ermine rate
ptb??
yea
since when did discord mobile have ptb
Google TestFlight
I thought it was just alpha and beta
I have alpha access and its been an issue to me since yesterday
its persistent for some reason
I donโt have alpha sadly
but like itโs hard to actually tell
(this page looks ass btw)
Ptb and canary is basically the same
Itโs not even that clear

Idk if it shows how long Iโve been in this program
maybe around 2 years
@edgy ermine oh beta is literally just ptb
so just desktop naming
my iphone se kernel panicked so im on my other iphone
They dont have any listing for anything alpha related at least on ios
though I doubt they would have because i donโt think apple allows the same bundleidentifier to be used in multiple instances
only ptb it seems so sad
I tried to remember then I forgor
I have a question, how to put custom badge in the profile, or does only Vencord itself give it out?
Donate (or contribute but that one isnt custom)
donate
I'm donating your organs
@keen junco @hard flax nini
To everyone who is in the US make sure to get out and vote today
@fallow pawn so I installed macOS on my surface go 2, calling it the MacSurface
and now I am installing macOS on a VM on my surface pro
lets see how hard this explodes
why a vm
I am bored in class
and the internet here is fast so I downloaded a macOS ISO and a VM
macos iso 
graft a Sequoia ISO and try to dual boot it or VMDK and just fuck around w it in the VM
fun challenge
hell naw
macos iso's always on the shadiest parts of the internet
hi all
agreed
but whatever, I like to live on the edge 
oh yes
oh yes yes
lc.tr english
<:i:1263591655143903314> โ ๐บ๐ธ ย Englishย ย โ โ โโ<:i:1263590004886863902> โ โ โ โ๐บ๐ธ ย Englishย ย
I have no idea what it says but it seemed funny enough https://cdn.discordapp.com/attachments/781087272740716574/1300927332042670190/koledzy-ostatnio-odlokowali-mojemu-kuzynowi-hacune-v0-g3quhmko4qwd1.webp?ex=672b303e&is=6729debe&hm=44f2730433b3778462c6d98b43a46cbb43a5fa2cd23ea646824bbfa254561f70&
I wonder how they even manage to make the isos
i fogor the command
try not to get a corrupted macOS VMDK challenge
its mainly VMDK's
imagine one day thinking "today I will turn macos sequoia into an iso"
as for ISO's only Mojave and shit are in ISO form
the goblin iso industry
I think its some obscure polish hatsune miku reference
install pkg allows you to create a bootable USB, with commands you can create an offline bootable USB, convert that to cdr and from there to ISO
also macOS automatically kills itsself the moment it detects AMD cpu's
you can do that with any macOS installer
oh can u
so you have to spoof it into thinking you're running intel
i tried it with Sonoma
i mean i don't use those so...
I dunno until now this ISO looks to be working fine
i just use recovery and painfully download
it's like an intel fanatic
I could do online installer but mehh
when they see AMD in their puter
and you have to format the USB into that format (forgot the format name, pretty sure its like FAT32 related or something)
else it wont load onto the usb
FAT32
yeah it is FAT32
im pretty sure that's for any ISOs
yeah but for mac it's really picky
you use FAT32 cuz then you can put other files and shit on it
so the installer might be stuck
has been on 12 minutes remaining for the past 10 minutes
thats ur average apple progress bar
though I mightve had the same issue on my MacSurface, it gets stuck at that spot and just takes ages to go through
number one tip is to never trust an apple progress bar
its not FAT32 im pretty sure its exfat
real shit
no
ExFAT and APFS

it is FAT32, you cant use exFAT
yeah last thing i did was ventura and before that was mojave so bit frosty memory
opencore at least tells you you have to use fat32
okay the installer is for sure doing something as the virtual disk is being accessed to
Hi
Damn it
anything but ears
the install is not done yet @fallow pawn
Rip
hi hello
Ripโฆ
merry ๐ด
gm
scary
gl
Facebook is scary
I randomly found my bio father who I havent seen or talked to in 10 years
@fallow pawn apparently there is only software rendering available
no wonder this runs like absolute ass
i love minecraft and vencord
i eat fres
Fries?
womp womp
@stark herald plays the lunchly BRAINROT minecraft mod https://youtu.be/K_An1fMmH8w?t=1454
I did some digging I found minecraft's most outragous mods, some are just silly, and some shouldn't exist. Let me know which Minecraft mod showcased here today is your favorite!
If you liked this video, you'll love this one too! https://youtu.be/nO9GkA0kSmY
Mods in this video:
Garfield: https://modrinth.com/mod/garfield
Memes Mod: https://mo...
im getting husked for this one aren't i
guh
even a husk is too worthy to be tainted by your message
thats how bad it is huh
guhhhhhhh
my school blocking personal devices from accessing o365 apps also kicked me out from the license BananaDancing
time to crack
the fuck did I do to my YouTube recommended?
what license
you will hop on MAS

one time i used school adobe license
shit is literally digital cancer when you to go uninstall
i now have to use my ipad for any school stuff 
vm:
domain join a vm



