#🧊-off-topic-iceman-only

1 messages Β· Page 851 of 1

ripe willow
grand crypt
#

kinda shitty

covert inlet
#

I can listen to basically any genre

ripe willow
#

now I just proxy it through my own server

which is like

#

kinda sketchy

sudden sun
ripe willow
#

I don't want to have to do that

sudden sun
#

join vc

covert inlet
crude fern
ripe willow
#

because it kinda looks like I could be logging eveyrthing

stiff urchin
#

LMAO

ripe willow
#

your uath data

#

n stuff

crude fern
dapper salmon
#

hey wassup everyone
is there any way I can find out coupon codes from a website?

ripe willow
#

I wanted everything to be purely sent directly to their API

#

:(

grand crypt
sudden sun
grand crypt
#

so they havent replied

ripe willow
dapper salmon
crude fern
#

also tysm legit your recs legit made my day

grand crypt
#

jeez

covert inlet
ripe willow
sudden sun
#

o

ripe willow
#

it probably won't work

#

lol

ripe willow
#

but if it's a store

dapper salmon
ripe willow
#

that sells things online

#

it'll probably have something

dapper salmon
ripe willow
#

cus even if they don't do coupons

ripe willow
#

you can get the money back stuff

#

what store?

dapper salmon
#

they sell pc components

ripe willow
#

ok

fleet meteor
crude fern
ripe willow
covert inlet
dapper salmon
sudden sun
#

@jaunty remnant sorry this particular playlist is mostly indian songs

ripe willow
#

I think it'll jus topen the login screen, and make it unplayable
but still force you to be logged in as me

grand crypt
sudden sun
#

holy shit rpc found the album art

ripe willow
#

https://stargazi.ng/kaw/

fuck it, we bool in here
if someone is smart enough to compromise that account, they can have it

#

it'll get banned anyways KEKW

#

only 1 person can be logged in at a time, so good luck

sand citrus
#

wuts that im out of the loop

sudden sun
#

this is actually all the songs i play in my dads car in particular

ripe willow
#

proper full online functionality

sand citrus
#

oh dope

#

how far have u gotten

#

like how functional is it

ripe willow
#

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

lime talon
#

I LOVE C
multiple definition of `ballMove' I HAVE DEFINED IT ONCE

sudden sun
#

@jaunty remnant this hits hard

ripe willow
#

Pretty sure that happens with an inclusion loop

sand citrus
#

remember #pragma once

ripe willow
#

^

sand citrus
#

or #ifndef SOMETHING_H

ripe willow
sand citrus
#

tru

lime talon
sand citrus
#

make sure all ur header files have #pragma once ig

ripe willow
#

make?

sand citrus
#

they basically always should

lime talon
lime talon
ripe willow
#
# 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
}
sudden sun
#

speaking of which, does the music sounnd like ass thru the stream

sand citrus
#

is ballmove a global variable

sudden sun
#

found the synthwave playlist kokoOGpray

#

a

lime talon
sudden sun
#

maybe i should pull out jellyfin group session trol

ripe willow
sudden sun
lime talon
#

if i don't include the c file with ballMove, it complains about implicit declaration of it

ripe willow
#
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?

lime talon
ripe willow
#

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

lime talon
#
  • if I include the file it complains about being there twice
  • if I don't, it complains about implicit declaration of function
sand citrus
sudden sun
#

that is a lot more than me

ripe willow
lime talon
sand citrus
#

thats ur issue probably

grand crypt
ripe willow
#

there ius your problem

#

yeah

sand citrus
#

if u wanna avoid those for some reason, look into the extern keyword

lime talon
#

i have no idea how headers work because i've never needed them before

grand crypt
#

what is that and how do i join

ripe willow
#

put the code in chatgpt

it will give you back the header file

#

promise

keen kernel
#

Admittedly, he had shoes on. But that's even worse.

sudden sun
#

aw i wanted to listen to my synthwave playlist, its been a while

sand citrus
#

except for like

#

hello world

bronze nebula
#

πŸ’”

keen kernel
grand crypt
bronze nebula
#

mine is just now

ripe willow
#

oooo

#

see

dire bison
#

u love massgravel

ripe willow
#

gotta use your headers

sand citrus
keen kernel
#

I love massgravel

crude fern
#

CAN I HHAVE

dire bison
#

what use do i have for that XD

#

i have win10pro

lime talon
rotund valley
#

cant wait for genai to send win keys

digital kettle
#

??????????????????????????????????????????????????????

crude fern
#

fuck not at home

sand citrus
sudden sun
#

meow

#

yay

crude fern
#

like pantone

#

/j

sudden sun
#

all my music is lossless, too bad discord streaming

#

fr

sand citrus
#

or i think extern is like the default so u dont have to type it out u just have to declare the var

crude fern
#

wait

sand citrus
#

but it makes more sense if u do

crude fern
#

i have a workstation

#

why am i worrying about pro licence

sand citrus
#

declaring stuff in a header then including that in multiple c files makes most sense

keen kernel
#

Got my flacs on webdav

sand citrus
#

probably

sudden sun
#

webdav

crude fern
#

i have a hardware built in windows key

sand citrus
#

if it doesnt then u use extern

lime talon
sand citrus
#

when u include something its basically like copy pasted to ur source file

#

u just like

lime talon
#

i know that

somber leaf
#

Chat I got to drive a real car over the weekend and now mine feels like a toy

lime talon
#

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

sand citrus
#

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
crude fern
#

i feel sorry for it

somber leaf
crude fern
lime talon
crude fern
#

im

#

bleh

sand citrus
#

gotta learn

crude fern
#

brain mush

sand citrus
#

its a basic c thing

#

its like

bronze nebula
somber leaf
#

Also Asians make really good cars

jaunty trellis
#

yop

lime talon
#

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

crude fern
#

after 13 hr awake brain begij to mush

keen kernel
bronze nebula
crude fern
fallow pawn
lime talon
jaunty trellis
#

the toyota corolla that's as old as me that my dad gave me now that I have a licence is still running mint

sand citrus
#
// 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

crude fern
#

im pretty much ready to get my licence myself

somber leaf
#

My Kia runs fine after 160k miles of abuse

crude fern
#

bit more parallel parking

somber leaf
#

No recalls or anything

crude fern
#

and yea

lime talon
sand citrus
waxen sphinx
#

pragma deez

sand citrus
#

so it doesnt redeclare stuff

#

bc that would error

#

u should basically have that in every single header file

sand citrus
crude fern
jaunty trellis
sand citrus
#

its the same as```c
#ifndef HELLO_H
#define HELLO_H
// declare stuff here
#endif

keen kernel
crude fern
wet python
#

Is there an amoled mode experiment toggle for pc

#

or no

#

I forgot where to get amoled for desktop discord

#

(I using vencord)

#

obv)

rain sparrow
#

theres probs a theme for it

keen kernel
#

Is this a vns moment

lime talon
#

what the fuck does it mean unknown type name u8

i have ALL THE INCLUDES main.c had

sand citrus
#

dont think so, just use amoledcord (custom theme) or clienttheme with #000000 (vencord plugin)

rain sparrow
jaunty trellis
south belfry
#

welcome to earft πŸ‘½

sand citrus
crude fern
#

i drive under the speed limit

jaunty trellis
#

whack

crude fern
#

because

#

its SCARY

jaunty trellis
#

on a bike if the speedlimit is 60 or higher I often do like 10-20 above the limit <.<

sand citrus
waxen sphinx
#

linux/types.h

crude fern
#

i wish i could do what @somber leaf does and go like 100 lmao

fickle cosmos
#

Rate the setup

sand citrus
#

i dont think shes even deving for linux

lime talon
sand citrus
waxen sphinx
sand citrus
#

are u sure u included everything like in the other file

west ore
sand citrus
#

and that u8 works in that file

west ore
#

/hj

crude fern
#

scawwy....

crude fern
#

so much sensory inputs and aa

lime talon
lime talon
crude fern
#

very overstimulating at times

jaunty trellis
west ore
crude fern
#

music legit helps

#

but

#

agh

jaunty trellis
#

you'll get used to it dw

crude fern
#

overstimulating af

jaunty trellis
#

do you have adhd meds?

#

take those before riding

crude fern
jaunty trellis
#

helps a lot

crude fern
#

its also Anxiety

#

wwhich

lime talon
#

why does u8 work in main.c but not in the header file it imports

#

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

west ore
sand citrus
sand citrus
#

do u have all includes at the very top of the file

crude fern
#

god

#

ppl are jerks

signal rose
#

how does venapp have pronouns? how can I do that with my own bots D:

crude fern
#

like PLEASEEEE USE UR TURN SIGNAL

sour yew
#

oh?

crude fern
#

although thats prob uh

jaunty trellis
crude fern
#

murica

sour yew
#

lol maybe they noticed your plugin

nocturne bough
#

now enabled again

sand citrus
#

yea its back now

jaunty trellis
crude fern
nocturne bough
crude fern
lime talon
jaunty trellis
sand citrus
#

ty ill see what i can do :3

crude fern
#

(save me,, please,,)

crude fern
#

still

#

some ppl

somber leaf
#

I probably need meds but do it scawey

jaunty trellis
somber leaf
#

I have state health insurance so price isn’t a issue

burnt maple
#

@somber leaf SpeeWave hello sodiii

somber leaf
#

Ello

crude fern
burnt maple
somber leaf
#

I need something to encode in av1 when I get home

crude fern
lime talon
crude fern
#

dont notice change between no meds and meds

steel hound
sand citrus
#

its probably not related

#

but

bronze nebula
#

balls

sand citrus
#

thats how it should be

crude fern
#

adhd i just think i need a slightly stronger dose

sand citrus
#

prob wont make a diff but yea

burnt maple
bronze nebula
#

miauuuuuu

burnt maple
#

They're visually amazing too

lime talon
somber leaf
jaunty trellis
#

some high budget movie?

somber leaf
#

Maybe

sand citrus
#

thats the onyl thing i can thin k of and its most likely that

#

thats prob where u8 is originally declared

lime talon
sand citrus
#

u can check if u have a good ide

burnt maple
sand citrus
#

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

crude fern
#

tv manufactureres display showcases

#

tv manufactureres display showcases

sand citrus
#

idk what other ides do that, ive been using vs for ages

lime talon
#

alright it got past that

#

now it thinks everything is defined twice

crude fern
crude fern
#

~<

somber leaf
crude fern
#

ignore me

sand citrus
lime talon
sand citrus
#

oki good

#

hmm

deep token
jaunty trellis
#

btw @somber leaf what do you use for encoding?

deep token
#

this is encoded in hevc

#

like 8 mins of 4k 240fps

lime talon
#
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
deep token
#

holy shit dont clog the chat 😭

#

put it in a fuckin txt

sand citrus
#

oh ik

somber leaf
sand citrus
#

ur defining the values too not just declaring

sudden sun
sand citrus
#

so like

deep token
#

theyre 240fps

sand citrus
#

maybe make a vars.c with
paddleheight = ...
ballx = ...
etc

#

but in vars.h just have

#

u8 paddleheight;
float ballx;
...

lime talon
#

i'll try that

sand citrus
#

actually i dont think that wil work

#

1sec

lime talon
sand citrus
#

i mightve been wrong

#

havent touched any prog language in a while lol

sudden sun
deep token
#

but source is 240

sudden sun
west ore
sudden sun
#

@wide hamlet gm

somber leaf
stiff urchin
boreal torrent
#

Good afternoon.

stiff urchin
#

did ios just not support images in notifs before..?

west ore
sudden sun
wide hamlet
sudden sun
copper turtle
#

meow

west ore
somber leaf
sudden sun
#

its been in ios for decades

wide hamlet
copper turtle
#

My damn airpods made the low battery sound

west ore
copper turtle
#

:(

west ore
#

no i meant

stiff urchin
bronze nebula
west ore
#

is there a cut1e encoder

bronze nebula
#

so much better now

somber leaf
#

Oh

#

No

west ore
#

PRETENDO MOD IN VENCORD LMAO

deep token
#

WAIT

#

DOES THIS MEAN

somber leaf
#

Closet thing to that is x264 with the touhou preset

deep token
#

I CAN SORT BY PEOPLE????

sudden sun
deep token
#

IN FOCUS MODES???

sudden sun
deep token
#

HOLY

sudden sun
#

dm me

wide hamlet
west ore
boreal torrent
#

Quit screaming

fallow pawn
fallen hinge
stiff urchin
crude fern
#

salt

sudden sun
stiff urchin
#

on android it doesn't even say if there's an attachment

mental oxide
stiff urchin
#

its just the message content :v

stiff urchin
fallen hinge
wide hamlet
fallow pawn
sudden sun
#

yea this looks very good

fallow pawn
#

yasss omgosh

somber leaf
# west ore ffmpeg -c UwUenc

It’s a funny idea but it would never have the spec finished like every other free software foundation project

deep token
#

@sudden sun can you set friend nicknames and have them show in notifs

stiff urchin
#

wait @sudden sun can you post a screenshot with an attachment in the notification

#

i wanna see

wide hamlet
dawn iris
wide hamlet
fallow pawn
#

@sudden sun ping me

sudden sun
#

@fallow pawn

dawn iris
#

Upgrade

wide hamlet
boreal torrent
#

how is it an upgrade

fallow pawn
#

my notifications just refuse to work

boreal torrent
#

isn’t it just a forge port

fallen hinge
wide hamlet
dawn iris
#

They have a Fabric version too iirc

burnt maple
wide hamlet
sudden sun
somber leaf
#

A conservative using Linux is a very weird idea in my head

wide hamlet
sudden sun
#

@wide hamlet attachment didnt work

dawn iris
#

And do note, CaffineMC had a FOSS license. But when someone subjected forking it, they switched to Polyform non compete

sudden sun
#

me and luna tried

#

jsut bow

#

now

dawn iris
#

Sodium is not open source. It is source available.

#

Just like OptiFine

crude fern
somber leaf
#

Idk who that is

fallow pawn
burnt maple
fickle cosmos
boreal torrent
fickle cosmos
boreal torrent
#

Just not free software

fallen hinge
burnt maple
#

@prime python hii blushing bread face thing

dawn iris
#

You cannot copy from the source if your intent is to compete.

crystal atlas
fickle cosmos
stiff urchin
fallow pawn
#

@sudden sun @deep token

fickle cosmos
dawn iris
#

At the end of the day, how is this different from source available but ARR?

fallen hinge
sudden sun
#

@deep token @fallow pawn

prime python
dawn iris
#

I can take snippets of their stuff for unrelated projects is guess?

deep token
prime python
#

they LOVE me πŸ—£οΈ

fickle cosmos
#

My CCTV runs off fucking .bin files SKULL_SKELETON

prime python
#

@stiff urchin wtf you're gone

#

:(

wide hamlet
fallen hinge
west ore
#

purrrrmeow!

fickle cosmos
#

Please do

burnt maple
sudden sun
fickle cosmos
#

Hi sttn

fallow pawn
wide hamlet
west ore
sudden sun
fallow pawn
fallen hinge
# burnt maple

2 people in a healthy loving relationship
truly disgusting

fallow pawn
#

yw

burnt maple
willow widget
#

i got called an edgy grifter

#

what did i even do

west ore
#

tor in the chat:

burnt maple
#

@sudden sun @sudden sun @sudden sun

fallen hinge
prime python
prime python
#

hater?

west ore
#

hmmmmm

sudden sun
#

send twitter link i forgot to like it @burnt maple

burnt maple
sudden sun
#

so cute

burnt maple
wide hamlet
#

i wanna make a blog someday

crystal atlas
#

give soulz image perms when

fallow pawn
#

with your name, never

wide hamlet
crystal atlas
#

.re

grand crypt
#

first one probably

grand crypt
fallow pawn
crystal atlas
#

i did

#

cares?

#

i do

deep swallow
#

did some art :D

grand crypt
#

no like who is soulz

crystal atlas
#

who do u think

sudden sun
grand crypt
#

a nobody

fallen hinge
# fallow pawn

now draw them in a healthy father daughter relationship

grand crypt
#

aka no image perms

crystal atlas
#

@crystal atlas

burnt maple
crystal atlas
sudden sun
somber leaf
# fallow pawn

Poor neruo I remember when she could barely do 200 pp plays

crystal atlas
#

i take up the space of 1,386 million people

deep token
#

meow

somber leaf
#

She can. She 1v10 the top 10 players combined and won

deep swallow
#

how do i do image permshusk

sand citrus
prime python
#

get better

deep swallow
#

ok lol

somber leaf
#

Commit a felony

fallen hinge
#

Insert rant about p2w

somber leaf
#

Why does my emote for my role keep disappearing on mobile waaaa

sand citrus
# deep swallow ok lol

if ur active enough u will either automatically get the role or a mod will give it to u
or u can donate/boost

burnt maple
#

What is this true

fallow pawn
deep swallow
#

prototype is my 1st fave lol

somber leaf
fallow pawn
#

Very annoying

deep swallow
#

a npc from regretavator

sudden sun
burnt maple
west ore
#

AAAAAAA COMPLEX MATH

burnt maple
sudden sun
sand citrus
#

what the Flip is UPPPPPPPPPP mania

#

will u abuse

somber leaf
#

Did you know you can’t overdose on ibuprofen

sand citrus
#

you also cant od on paracetamol try it

#

dont try it

somber leaf
#

Sometimes it feels like I am

hollow jackal
#

please consider:

somber leaf
#

Very true

sand citrus
#

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

west ore
#

ah yes vencord drug discussion

sand citrus
#

and i heard it

fickle cosmos
sand citrus
#

it was so weird

#

they were playing something completely different

sand citrus
west ore
#

lmao

sand citrus
#

:3

#

loveu 2

#

hell yeah

#

ill give yhou some fent

undone shale
#

easy solution

sand citrus
#

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

somber leaf
undone shale
#

continue πŸ‘

keen kernel
deep token
#

meow

deep token
copper turtle
undone shale
#

no

#

I drink alcohol

copper turtle
#

oh

sand citrus
#

desire to participate

undone shale
#

everclear is yummy

boreal torrent
#

I’d never drink alcohol or partake on drugs

#

No interest

sand citrus
boreal torrent
#

At all

#

Never

undone shale
sand citrus
#

its more like

#

Throat death

#

probably

#

i wouldnt know

sand citrus
boreal torrent
#

AuDHD people love weed tho…,

keen kernel
boreal torrent
keen kernel
#

😳

keen junco
#

they fixed summaries πŸ”₯

sand citrus
fallow pawn
sand citrus
#

it helped me

keen kernel
#

What if Mario jumped a little too high and landed on the flagpole

sand citrus
#

but it changed my mind

#

on the whole thing

keen kernel
#

That's true...,,

#

Mario kart Wii so Racist

fallow pawn
sand citrus
#

So true

#

dont listen

#

its a trap

keen kernel
#

Ok but you need to add phone gyro support

#

So when I tilt my phone

#

It moves

fallow pawn
#

This but unironically

keen kernel
#

like a shiggy in my phone

fallow pawn
#

shiggy monkey ball

keen kernel
#

Reminds me of my ancient ancient ancient website

nocturne bough
keen kernel
lapis lava
#

hi vencord

keen kernel
#

It does it's just off center

#

Tilt phone more

#

it was made on an iphone

#

For an iphone

boreal torrent
keen kernel
#

Actually was probably made on an ipod

#

an iPod 5

sand citrus
fickle cosmos
#

Free bugir

open pasture
fickle cosmos
#

No

sand citrus
#

look at that cat in the pfp i think he deserves brbgr

#

like just one

open pasture
fallow pawn
#

no it doesn’t

sudden sun
#

kfd stands for kentucky fried dchicken

cerulean fog
#

Talking about yourself again?

errant chasm
cerulean fog
#

Damn

sudden sun
#

@open pasture @errant chasm meow

errant chasm
#

meow

boreal torrent
dull anvil
#

meow

cerulean fog
sand citrus
# boreal torrent I’m doing well. You?

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

cerulean fog
#

1 upped all of you

sand citrus
cerulean fog
#

He wanted snuggles but I was on the toilet

sand citrus
#

damn

cerulean fog
#

He got them later

sand citrus
#

awesome

cerulean fog
#

No, you cannot have any

sand citrus
#

not from u

grand crypt
#

FUCK YOU

cerulean fog
sand citrus
cerulean fog
#

He snuggles

#

He's 17 almost 18

#

He's just a lil baby guy

quaint stirrup
#

Did you know? 1 + 1 = 3

cerulean fog
#

(he's older than some people here probably)

magic root
#

nixos or arch

boreal torrent
magic root
#

is that true

boreal torrent
#

It's due to being an immutable system

daring cloud
#

yes, but there's the FHS helper

boreal torrent
#

i'm not a big fan of it (on desktops) either

jaunty stag
#

meow

daring cloud
#

also all the programs in nixpkgs are compiled using nix's structure

sand citrus
magic root
#

hm

#

grah

#

i hate choosing distros

fallen hinge
#

What are fedora users classified as

somber leaf
#

Arch is just the best distro lol

#

Use it anyways

fallen hinge
#

So relatively sane people

somber leaf
#

So true

sand citrus
fallow pawn
sand citrus
#

and destroy ur home

somber leaf
#

I forgot where I hid mine

fallow pawn
#

switch to debian

sand citrus
#

me2

fallow pawn
#

based

magic root
#

am i gay now

somber leaf
#

It does not if you know what you’re doing. It’s the ultimate filter for a real Linux user

fallow pawn
#

I love debian

#

I use it

daring cloud
#

doesn't arch die if you don't update it

somber leaf
#

@crude fern INSTALL ARCH

fallow pawn
#

soon you will switch to codeberg

hard kestrel
#

man burial is so good

magic root
somber leaf
boreal torrent
#

πŸ₯Ί

fallow pawn
#

switch anyway

#

switch anyway

daring cloud
boreal torrent
#

i'm already using it

#

πŸ”₯

daring cloud
#

codeberg mirror

fallow pawn
magic root
arctic seal
#

IF API

boreal torrent
cosmic otter
fallow pawn
#

huge

fallen hinge
#

If i use gitlab to store my stuff an i considered a heretic

somber leaf
#

If you use arch you cannot be straight it’s just a fact

daring cloud
fallow pawn
#

is that you

#

no way

daring cloud
boreal torrent
#

i think codeberg is the only place i got @ayuka lmfao

daring cloud
#

my old distro pre-nixos

fallen hinge
somber leaf
daring cloud
twilit portal
fallen hinge
#

What are lfs ppl seen as

boreal torrent
twilit portal
#

😒

somber leaf
twilit portal
#

Horror

boreal torrent
#

ubuntu is such a cute name for such a trash distro

somber leaf
boreal torrent
daring cloud
somber leaf
boreal torrent
#

No

boreal torrent
fallen hinge
#

Why is he after me

daring cloud
#

fuck y'all embeds going off again

boreal torrent
#

a need a new pfp

#

BRO

#

WHY IS THERE ONLY ANIME WOMEN ON MY PINTEREST

jaunty trellis
boreal torrent
#

not a single guy

#

it's insane....

sand citrus
fallow pawn
#

achoo

#

why do I have an instinct to type achoo when I sneeze in discord

somber leaf
#

Why didn’t God make me a anime girl

boreal torrent
#

i know a lot of woke people irl

boreal torrent
fallow pawn
fallen hinge
rain coral
sudden sun
#

stupid fucking process @somber leaf

boreal torrent
sudden sun
boreal torrent
#

no

sand citrus
#

money?

sudden sun
#

meow

boreal torrent
rain coral
fallen hinge
sand citrus
#

or you can scam people

#

easier

boreal torrent
#

no i got no intersets

#

interests

#

internet is dying AAAA

somber leaf
boreal torrent
sudden sun
rain coral
sudden sun
boreal torrent
#

WHAT THE FUCK IS THIS DOMAIN

somber leaf
# fallow pawn

The atom bomb isn’t the most scary the h bomb is. It’s literally the power of a dying star

fallen hinge
sudden sun
fallow pawn
#

yeah llsc's dock is tiny

#

how do u even see that

fallen hinge
#

Twss

boreal torrent
sudden sun
#

its not that small

fallow pawn
#

yeah it is

boreal torrent
sudden sun
#

perfectly fine

boreal torrent
#

so small

twilit flower
#

can u get banned for using modified discprd

fallen hinge
#

This is not helping your case

somber leaf
sudden sun
fallen hinge
fallow pawn
#

@twilit flower

boreal torrent
#

it's better for me to delete this

fallow pawn
#

wrong person

boreal torrent
#

it sounds weird

fallow pawn
#

hows my dock

boreal torrent
#

when i was using mac

#

i just used TWMs zzz

sudden sun
boreal torrent
#

but i uninstalled mac because

twilit flower
boreal torrent
#

crossover didn't work on my amd hackintosh

#

:/

#

i need gayming

fallen hinge
sudden sun
sudden sun
#

@fallow pawn @somber leaf do y'all think i should make a macos rice when i get apple silicon

boreal torrent
#

i opened an app on crossover

#

then a bit later it just suddenly closed

fallow pawn
boreal torrent
#

should i try mac again to see

fallen hinge
#

What can you even rice on macos

rain coral
sudden sun
somber leaf
boreal torrent
rain coral
#

its poke

fallow pawn
fallen hinge
#

I know theres an app to basically give macos tiling window manager things

boreal torrent
#

FIRE

sudden sun
#

i am very satisfied, but making some changes would be cool

boreal torrent
#

is there any way

#

to disable rounded corners on mac

sudden sun
boreal torrent
#

i dislike rounded corners zzz

sudden sun
boreal torrent
#

good

fallow pawn
rain axle
#

Guys if I deleted a message how long can other vencord users see my message for

stark herald
#

window s

boreal torrent
stark herald
#

vc

#

ayuka

somber leaf
#

Cpu sodalove

boreal torrent
#

bro i dont get why ppl hate TWMs then proceed to tile manually

fallow pawn
boreal torrent
stark herald
#

why are u protugues

boreal torrent
#

eu nao sou portuguesa

stark herald
#

brasileira

boreal torrent
#

sim

sudden sun
stark herald
#

com

sudden sun
#

when i upgrade ill do whatever

boreal torrent
somber leaf
#

SSD then ffs

boreal torrent
#

TWMs are REALLY lightweight

somber leaf
#

Hdd is pain

sudden sun
fallow pawn
#

LOL

boreal torrent
#

huh

fallow pawn
#

intel macbook moment

fallen hinge
boreal torrent
#

i hope u get better soon

#

@stark herald oi linda vamos invadir portugal juntas

sudden sun
#

my background apps

somber leaf
rain coral
#

what

stark herald
fallow pawn
sudden sun
#

my hands are very seriously red rn

fallow pawn
boreal torrent
#

r intel macs rly that hot?

somber leaf
boreal torrent
#

ok

#

so i'm never getting an intel mac

#

:3

stark herald
sudden sun
boreal torrent
#

i'm better off buying a thinkpad and hackintoshing

#

lmao

somber leaf
#

Devilbro my beloved

boreal torrent
sudden sun
#

@somber leaf @boreal torrent

fallow pawn
#

I wish my thinkpad was able to hackintosh

boreal torrent
#

que isso

fallow pawn
#

so sad that I cant

boreal torrent
stark herald
#

why do you need a pad to think lol i just don't think

fallow pawn
boreal torrent
#

(except by amds)

daring cloud
boreal torrent
boreal torrent
#

fres no quiere ensenarme espanol, que cabron

#

:/

stark herald
#

jajajajajaja

daring cloud
#

so until it quits

stark herald
#

nunca

fallen hinge
sudden sun
#

i might have a shit macbook

#

but fuck i love macos

stark herald
#

@median badger tu

daring cloud
#

however, aliucord saves a persistent db

stark herald
#

ensenale

rain coral
somber leaf
#

I have one of the best Mac’s money can buy and I fucking hate Mac OS

daring cloud
#

so don't run it as root?

sudden sun
#

oomf you're so confusing

fallow pawn
#

I love macos

tepid jungle
#

Aliens

sudden sun
#

same

fallow pawn
#

I prefer it over any other os

sudden sun
#

also same

fallow pawn
#

lol

somber leaf
#

I love arch Linux with KDE

sudden sun
#

ofc you do

somber leaf
boreal torrent