#🧊-off-topic-iceman-only

1 messages Β· Page 2655 of 1

dawn iris
lost furnace
#

I know

boreal torrent
#

istfg

lost furnace
#

Im waiting for the inevitable

boreal torrent
#

i have a fucking love-hate relationship with rust

dawn iris
#

If you encounter people like that, you hang out in the wrong spaces

boreal torrent
#

that language is evil sometimes

dawn iris
#

I only hate rust

#

And c++

boreal torrent
#

I made a post about it.

dawn iris
#

Both languages suck in their own ways

jolly nexusBOT
# boreal torrent https://wetdry.world/@ax/114107838322657686

Kids, be blissfully ignorant and don't learn the atrocities the Rust
compiler does under the hood.

Frankly, it's disappointing how allergic the compiler is to vtables and the fact it doesn't has a stable ABI and relies on excessive monomorphization hurts the developer as much it hurts the user. For instance:

  1. Many Rust features cannot really be expressed when you're limited only to the C ABI, such as traits on dynamic linked libraries;
  2. Your CPU is not as dumb as you might think. Zero-cost abstractions are a myth and you're just making your binary unnecessarily fat as fuck and slowing the compilation process for negligible gains (if there's any at all);
  3. It's a huge gamble for a lot of embedded systems that depend on stability and predictability, as even the slightest shifts in memory layout or field alignments may be extremely treacherous when interfacing with hardware.

Performance is for the most part a farce at this point and I'm 100% sure most developers will never write performance-critical software. As you long as write efficient code, even Java-level performance will suffice for most workload (although Java sucks, I think it's valid to use it as a yardstick). And of course that there are exceptions to this rule.

Perhaps don't do like some languages that use vtables almost everywhere if you don't know what you're doing. Swift does that, but hats off it to it, as it's a fast enough programming language and has a very stable ABI.

When you're not constrained by these trade-offs, Rust may still be a very robust programming language for your use case. Macros, type classes, ADTs, and pattern matching are very neat and unusual additions to a low-level programming language and I highly appreciate that effort.

boreal torrent
#

:3

#

i luv c99

lost furnace
#

eats your c99

dawn iris
#

Java is grand.

boreal torrent
#

nop

dawn iris
#

Does what you want it to.

boreal torrent
#

fuck java

dawn iris
#

Predicable

lost furnace
#

java is old

boreal torrent
dawn iris
#

Easy to read, for me at least

boreal torrent
#

java is just... weird to me

dawn iris
#

Rust and cpp?

red wyvern
#

oh whew, for some reason I thought Rust was a video game

boreal torrent
dawn iris
#

Literally unreadable

boreal torrent
#

how

#

rust is readable af

lost furnace
boreal torrent
#

C is old and good

dawn iris
#

You put ' and &

boreal torrent
#

I ❀️ C

dawn iris
#

As part of syntax

lost furnace
dawn iris
#

And I'm annoyed

weak vale
dawn iris
#

In C I understand

boreal torrent
#

what's wrong with ' and &

#

πŸ’”

dawn iris
#

In cpp I'm fucking horrified using the bloody = operator ever

lost furnace
#

I dont even understand C

dawn iris
#

Like what will it do???

boreal torrent
#

C syntax so simple

dawn iris
#

Copy? Move? Reference?

#

Idk

red wyvern
lost furnace
#

or C++

dawn iris
#

Check the assembly

lost furnace
#

or C#

#

never in my life

boreal torrent
dawn iris
#

At least it ain't python

#

Or JS

#

I enjoy Java and Zig

lost furnace
dawn iris
#

I can't read python either but that's for different reasons

#

Half the syntax is just

#

???

lost furnace
#

python is almost always constantly running on my pc

dawn iris
#

Epic

#

Now delete it

lost furnace
#

never

dawn iris
#

You have 5 minutes

#

To port it to Java

covert patio
#

@dawn iris hi

dawn iris
#

Get to it

lost furnace
#

nop

dawn iris
#

@covert patio hello

lost furnace
#

im gonna get a python dedicated shitty 2008 laptop and run python on it 24/7 primarily to piss ven off

boreal torrent
#

zig so good

dawn iris
#

The problem with Rust is that I don't want a compiler that tells me what's wrong.

covert patio
dawn iris
#

If they want this shit, put it in the LSP

boreal torrent
dawn iris
#

If the LSP doesn't cry, neither should the compiler.

boreal torrent
#

Try implementing a linked list in Rust

dawn iris
#

Simple as.

boreal torrent
#

shit's insufferable compared to C

#

the compiler gets on ur way so much

dawn iris
#

Linked list possible, dually linked requires boxing or unsafe

lost furnace
#

I havent touched my code in like 5 days or something for anything

weak vale
#

someone made a wm with zig, pretty cool

lost furnace
#

procrastination at its finest

dawn iris
#

Basically previous node "owns" the next

#

But I don't care about ownership

#

I don't want that.

#

If I want concurrency, I use pthread

#

Simple

boreal torrent
#

im cooking

lost furnace
#

im gonna make up a programming language im gonna call it banana and its just gonna be banana emojis with a shit ton of weird symbols

dawn iris
#

Rust just needs a better LSP

hollow surge
dawn iris
#

I don't care how hard it is

#

Make a blazing fast LSP that catches all the same errors as the compiler

#

Will make it half way bearable

#

Maybe RustRover can already do that idk

lost furnace
#
🍌.🍌🍌(^🍌)```
#

i might be cooking

dawn iris
#

Just make a C header with a bunch of macros

lost furnace
#
🍌.🍌🍌(^🍌)
<🍌*>
🍌🍌.🍌: 🍌🍌🍌(#🍌.🍌🍌)
#

im a proud Banana user now wires

bold adder
#

🍌 🍌 🍌 🍌 🍌 🍌

lost furnace
#

in this banana language ive made the shortest way (I think) to make it say something

#

(🍌"hello world")

#

easy

dawn iris
#

No way

#

Banana

lost furnace
#

yeah

#

now im interested in this

boreal torrent
lost furnace
#

great now im gonna spend like 2 months making a banana programming language just to leave it in the archive file

dawn iris
#

Simplest way to prototype something like this again

#

C header

lost furnace
#

how about binary

dawn iris
#

This would give u binary output

lost furnace
#

nah I wanna make it intentionally hard

dawn iris
#

Then what you need

#

Is a way to write the code

#

On paper

lost furnace
#

oh ive already made my own language

#

on paper before

dawn iris
#

Then take picture with phone

lost furnace
#

like human language

#

wont be that hard

dawn iris
#

And ocr into computer

#

So you have to make sure all the banan is correct

#

Very hard to use

lost furnace
#

real

dawn iris
#

And no compiler error

#

Only seg fault

lost furnace
#

how about

#

banana language doesnt have compiler error

#

it just either works or dont works

dawn iris
#

Integrated Ai auto complete on error

#

So it adds or removes banana

lost furnace
#

im not that terrible

dawn iris
#

It always works, but maybe not correctly

lost furnace
#

banana language will be AI free

dawn iris
#

Just uses image2image

#

Repainting the banana

lost furnace
#

what if

#

bananas just

#

randomly rot

dawn iris
#

Yoo

lost furnace
#

so you gotta replace them

dawn iris
#

So the progam needs to be updated regularly

lost furnace
#

yeah

dawn iris
#

Genius

lost furnace
#

the heat of the hardware rots your bananas

dawn iris
#

Sell refrigerator dlc

lost furnace
#

nah again im not that bad

#

itll be based on pc temp

#

like if your cpu is at 70

#

bananas will rot more likely

dawn iris
#

Laptop users:

lost furnace
#

if its at like

#

35

#

they'll rot less likely

lost furnace
dawn iris
#

Wtf pay to win

lost furnace
#

nah

dawn iris
#

Better cooler for more shelf life

lost furnace
#

because I have a really mid pc

#

the problem with it is

#

its too hot in this country

#

in general

#

and my room turns into a sauna

dawn iris
#

I have AC in my room

lost furnace
#

my pc barely gets above 60 degrees

#

both cpu and gpu

#

when its summer

#

it goes up to

dawn iris
#

Oh mine will thermal throttle ez

lost furnace
#

80

#

easily

dawn iris
#

Cpu and gpu

#

I need to repaste my GPU fr

#

Maybe pull off the cooler and just, strap big fans to it instead like I did to my old gpu

lost furnace
#

I have NEVER repasted my gpu or cpu

#

in the 7 years ive had this machine

#

7400 my beloved dont have to worry about too hot

#

(I need a new cpu)

#

(pls i beg)

glass shell
#

hi vencord

dawn iris
#

I need to do a GPU repaste soon cause my temps do get unreasonably hot

#

7900XT

#

Thermally limited for sure

bold adder
#

wow a 13 year old nominted for the position of agent in the secret service

#

what an honor

hollow surge
#

fuck off i have a chord in my head and i can't ptu it on the fucking midi it's pissing me off

#

ahghgh

bold adder
#

"DJ has been sworn in as an honorary law enforcement officer at police agencies around the country.

DJ reacted with a face of pure shock before his father hoisted him for the crowd to see. DJ proudly raised his new certificate and was met with claps, chants, and cheers."

#

wow so young

#

big dreams

spring trellis
#

me when someone’s profile doesn’t load so i think they blocked me

#

(they didn’t)

#

oh no one’s is

#

amazing

boreal torrent
mossy egret
#

@dawn iris

dawn iris
mossy egret
rigid silo
#

g

#

hi

hollow surge
#

back in my dark cabaret era

hollow surge
boreal torrent
#

I'll block you so that you will never have that issue again dw

#

at least not with me

hollow surge
#

you are horribly husk

boreal torrent
boreal torrent
#

wtf is that

dawn iris
#

Security system box

#

Me thinks

hollow surge
boreal torrent
#

que tela

hollow surge
#

porra mas tu Γ© lerda

#

isso era uma tela

boreal torrent
#

ta mas q porra de dispositivo eh esse

#

pra q serve essa merda

hollow surge
#

e um ringer bagulhinho

#

coisa de apartamento

boreal torrent
#

ah coisa de rico

hollow surge
#

tu aperta e ele toca o sino num andar

boreal torrent
#

de playboy

#

por isso q n entendo

hollow surge
#

aham

#

pobre

#

poor and mad

boreal torrent
#

die

hollow surge
#

watching dnd stories is so funny because it just feels like they gave a bunch of wizards reddit and they started to just post about their life

maiden lagoon
hollow surge
#

me when i'm on the wrong fucknig layer(the transparency over there is because i decided to draw on the background layer accidentally and when i went to erase i FUCKED IT UP!!!)

boreal torrent
#

i am gaming

#

πŸ”₯

deep token
sudden sun
#

@deep token hiiii

maiden lagoon
weak vale
#

wabadabadaba is that rimitrue

open pasture
boreal torrent
#

I can't read this word without bursting out laughing anymore. You fuckers ruined me

boreal torrent
sudden sun
#

i dont have ps plus

boreal torrent
#

aw

sudden sun
#

i prefer physical over digital anyways

sudden sun
#

though its annoying if using remote play from remote

sudden sun
#

@deep token @boreal torrent my sister so lucky

#

she got double furina

deep token
#

omg

bold adder
#

bwaa

bold adder
#

why the hell arent certain videos playing

#

guhhhh

sudden sun
boreal torrent
#

evil

bold adder
#

i wonder if they always drink water

digital kettle
bold adder
#

no way

#

what if it wasnt compatible

sudden sun
digital kettle
sudden sun
open pasture
#

hi

sudden sun
#

basically paying more for it

open pasture
#

oh no pic perms

#

sad

sudden sun
digital kettle
sudden sun
#

what

open pasture
digital kettle
digital kettle
mystic salmon
open pasture
sudden sun
#

not the same

sudden sun
#

very horror

sudden sun
mystic salmon
#

I hate when companies do that

wheat eagle
#

g

bold adder
#

i wanna take my blood pressure

#

im already lower than average

#

i dont think being sick twice helped

open pasture
#

can vesktop eat cookies

#

can we add snat as the second official vencord mascot

bold adder
#

vs

fallow pawn
#

snat vs snailcat

sudden sun
#

though its not like i scour their us and uk sites

harsh crest
#
poll_question_text

When a PR reaches one year, it's a...

victor_answer_votes

4

total_votes

6

victor_answer_id

1

victor_answer_text

Birthday

covert patio
#

PR is... Pull request?

#

I genuinely cant tell

sharp bramble
#

are they related

wooden socket
#

i got march 5th security patch on march 4th

random mulch
wooden socket
random mulch
fallen moth
#

Yo hi

tame lichen
#

WHAT DO YOU MEAN

rapid aurora
tame lichen
#

Women Kissing

rapid aurora
#

πŸ₯Ί

harsh crest
rapid aurora
tame lichen
#

installing osu lesbian_broken_heart

#

wish me luck

#

i might be cooked

glass shell
#

getting home and not hearing my dog bark certainly is a feeling

dense wind
#

vencord

sharp bramble
#

vencord

rigid silo
#

p

rapid aurora
#

@glass shell

rotund stag
#

what request does discord make to know the server folders and servers ur in and shiz? is it the websocket or can u get it with a regular web request bc i didnt see anything like that...

glass shell
rapid aurora
#

like just change it from the settings

glass shell
#

trip off a cliff

boreal torrent
#

If I get at least 3cm shorter after E, I'll be cheery

keen junco
keen junco
digital kettle
#

@keen junco

jaunty ore
tame lichen
#

ok Big Nutty

digital kettle
#

@boreal torrent @boreal torrent

boreal torrent
digital kettle
boreal torrent
spark crescent
tame lichen
#

<-- lesbian

#

and also i run a pinglist that people can join where i send Women Kissingℒ️ once a day

#

in the celeste discord

jaunty trellis
modern epoch
boreal torrent
#

<-- fag

modern epoch
winter needle
#

dolfies spotted

sour yew
#

u can get it w a regular req too

#

GET /users/@me/settings

winter needle
#

rly

#

that returns the proto right

sour yew
#

no

bitter nymph
#

no

winter needle
#

o

sour yew
winter needle
#

lmao

sour yew
#

i must know about all selfbot activity

winter needle
#

where did they move the new guild folders data
into proto settings?

sour yew
#

yeah everything in legacy settings is in proto

#

also they're "deprecated" but also prolly never getting removed lol

winter needle
#

yeah

harsh minnow
#

it gets it on startup

harsh minnow
#

he has a selfapp that uses ai to analyse messages (real)

sour yew
#

or when u say dolfies

#

thanks for another one

harsh minnow
sour yew
#

isnt that like the most common keywordnotify highlight xd

#

even before client mods there were bots to do that

winter needle
#

@sour yew @sour yew why aren't you sleeping

sour yew
#

um

harsh minnow
#

@winter needle @winter needle why aren't you sleeping boyo

sour yew
#

bro i couldnt tell you a single thing i did the past 5 hours

#

i have no answer

winter needle
#

same

harsh minnow
winter needle
#

yop

sour yew
#

no it's not 😭

harsh minnow
#

true

#

it sucks

sour yew
#

unless ur actually wasted

harsh minnow
#

but I still do it a lot

dense wind
#

macarrones cartulina

harsh minnow
#

i actually slept early for once last night

#

well tried to anyway

sour yew
#

i fall in a pit from time to time

harsh minnow
#

I was laying awake for like 3h just listening to music

sour yew
#

i think i was procrastinating

#

uhh

sour yew
#

ider

harsh minnow
sour yew
tame lichen
#

very fun

sour yew
#

oh i lied

#

that's broken

#

nvm

harsh minnow
#

L domain

winter needle
#

L

sour yew
harsh minnow
sour yew
#

oh both of you fall into both of those categories

winter needle
sour yew
#

two birds with one stone ahh message

winter needle
#

I would've bought rush.ii but its impossible to get

sour yew
#

too bad im too lazy to learn frontend and make a site

harsh minnow
harsh minnow
sour yew
#

oh not a tld

harsh minnow
#

sigma male

winter needle
#

before I changed name to rushii I also had rushie
and .ie was Ireland and limited to Irish citizens

sour yew
#

ask splat

#

.es is technically supposed to have spanish content

#

(it serves millions of reqs a month that are NOT spanish content)

winter needle
#

@sour yew @sour yew do you have a 88x31 site badge/button
I will add you

sour yew
#

.es is really weird and terribly managed though

winter needle
sour yew
#

2.83870968:1 aspect ratio

jaunty trellis
#

you love

sour yew
#

no i dont

#

hm

winter needle
#

makee

sour yew
#

hold on i will need my branding folder

harsh minnow
drifting carbon
#

hi

drifting carbon
harsh minnow
#

why did both omars spawn at the same time

sour yew
#

what could this image be

boreal torrent
#

soy .dev domain and chad .my and .net domains

modern epoch
#

Β―_(ツ)_/Β―

drifting carbon
#

we have different time zones

modern epoch
jaunty trellis
winter needle
#

fight for the name

boreal torrent
sudden sun
#

hiii oomfies

jaunty trellis
#

haiii

boreal torrent
#

haii

modern epoch
drifting carbon
#

because i didnt wanna buy a domain

sudden sun
#

idk why but if i leave my music app idle the volume bar causes lag

winter needle
#

I will sleep

#

night night

sudden sun
#

resuming playback stops any lag afterwards

jaunty trellis
jaunty ore
#

i should set up the dolfies alert but for protobuf....

eager marsh
#

hai

sour yew
#

im making 88x31 picture

eager marsh
drifting carbon
winter needle
drifting carbon
winter needle
#

I will add you to my site

boreal torrent
#
#

i need a better 88x31 banner

drifting carbon
boreal torrent
#

mine SUCKS

digital kettle
eager marsh
#

i hab the

drifting carbon
#

i just migrated to astro so yeah

eager marsh
#

mimi.23347.top

#

best domsin ever

drifting carbon
digital kettle
drifting carbon
boreal torrent
#

oneko

sour yew
winter needle
boreal torrent
#

i made mine in like 5 minutes that why its ass

#

I'll make a better one when i wake up

jaunty trellis
sour yew
winter needle
#

i love how people piggyback off of free subdomains
domains are pretty cheap already
although getting into actually buying one for the first time is kinda scary

boreal torrent
#

this is me btw

#

irl

#

(real)

winter needle
drifting carbon
digital kettle
#

anyone good with cameras

drifting carbon
#

idk why i used npm instead of deno

sour yew
#

ok wow this is incredibly terrible

#

i will never let this see the light of day

rapid aurora
sour yew
drifting carbon
#

its really slow

hollow surge
# tame lichen Women Kissing

dude i'm going to be real, i think having a folder of anime women kissing in your computer is not something normal

drifting carbon
jaunty ore
#

penis npm

drifting carbon
#

or maybe even pnpm alongside it

boreal torrent
hollow surge
#

common doesn't mean okay

deep token
#

fortnite

keen junco
deep token
tame lichen
#

i love women and want to kiss women and look at women kissing how is that not ok lmfao

jaunty ore
jaunty ore
#

i like men and i dont have a folder full of men on my desktop

tame lichen
#

oh they're all men that makes more sense

hollow surge
keen junco
#

why are people going so crazy for LaTeX support of all things

hollow surge
#

regardless of who's kissing who and what gender they are

jaunty ore
#

discords core audience

#

no life nerds who have never gotten pussy before in their entire life

tame lichen
keen junco
boreal torrent
boreal torrent
#

why would i

#

😭

hollow surge
#

you people have a weird conception of what is normal dude

boreal torrent
#

real

keen junco
winter needle
hollow surge
tame lichen
#

i do a thing where i ping like 60 people in a server with an image of women kissing

#

it's a daily thing i do

jaunty ore
#

not normal

boreal torrent
sour yew
tame lichen
#

look im just gay lmao why are you all so upset over this

hollow surge
#

i'm not upset

jaunty ore
#

automod can kiss my ass

#

πŸ˜‡

hollow surge
#

banned

sour yew
tame lichen
#

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

digital kettle
#

random astroid picture i took

#

i named him josh

winter needle
#

i bet there is gonna be latex exploits

sour yew
digital kettle
#

say hey to josh

sour yew
#

infinite dos potential

keen junco
hollow surge
digital kettle
#

he plays minecraft

boreal torrent
winter needle
#

oh the experiment is already out wow

hollow surge
digital kettle
#

yup

tame lichen
#

this is like a thing in that server, people have pinglists where they ping like 50+ people (WHO OPT IN TO JOIN IT) with like an image of a cat/rat/women kissing/whatever

hollow surge
#

not based

tame lichen
#

and i'm just hopping on the trend

hollow surge
#

modded minecraft is stinky poopoo

jaunty ore
#

not based

hollow surge
#

(i'm saying this because i'm salty that i didn't get a mod to run once)

tame lichen
#

wouldn't be that surprised tbh

hollow surge
#

shiggy blast!

drifting carbon
tame lichen
#

still can't believe people think i'm weird for having a folder of women kissing,,,,,,,

viral cape
digital kettle
sour yew
viral cape
#

can you crash other people with this

keen junco
digital kettle
jaunty ore
#

yeah

keen junco
#

yop

jaunty ore
#

?

#

lol

digital kettle
#

lmao

#

infinite loop

drifting carbon
#

why is there two blobcatcozy wires

sour yew
viral cape
#

I have the experiment enabled dm me latex crash if you are insane

jaunty ore
#

cozy inflation

drifting carbon
#

😭

sour yew
#

i have a few

hollow surge
#

france

spark crescent
#

what's latex

sour yew
#

my cozy collection

drifting carbon
viral cape
hollow surge
#

Who wants to be Franced!

jaunty ore
#

like the worst nerds

#

math nerds

rapid aurora
viral cape
#

@sour yew@sour yew@sour yew@sour yew where can i get more cozy

hollow surge
digital kettle
#

does husk get anything to you

spark crescent
digital kettle
#

or blobcatcozy

drifting carbon
#

ashley and dolfies takes up 2 reactions

digital kettle
#

is there a karma system

jaunty ore
drifting carbon
rapid aurora
viral cape
#

HORROR

rapid aurora
hollow surge
#

get franced

sour yew
drifting carbon
sour yew
#

i have put you all in the negative

#

with my aura

keen junco
drifting carbon
#

wait i shouldn't jinx myself

digital kettle
#

what does it do

viral cape
digital kettle
viral cape
sour yew
drifting carbon
viral cape
#

scammers will go crazy with this

keen junco
sour yew
#

not in vencord smh

digital kettle
#

whats God's phone number

sour yew
#

well actually everyone here's too antisocial to make a phone call anyway

hollow surge
#

@lapis lava you will make venkarma where it counts how many times youve been husked or blobcatcozied

keen junco
#

true

rapid aurora
#

Husk react me for husk react

sudden sun
#

SwiftUI Animatable

drifting carbon
viral cape
#

i hate calling customer service phone numbers

sudden sun
#

@drifting carbon hiii

rapid aurora
#

i remember that one period of time
where yt kids keep commenting "sub4sub"

drifting carbon
digital kettle
drifting carbon
#

thats what sub4sub is for

#

right

hollow surge
#

yeah

drifting carbon
#

yop

hollow surge
#

husk4husk

drifting carbon
keen junco
digital kettle
drifting carbon
#

you give me husk!!

#

actually wait

#

blobcatcozy4blobcatcozy is way better

hollow surge
keen junco
digital kettle
#

ai channels

digital kettle
drifting carbon
digital kettle
#

for how much minutes

digital kettle
# drifting carbon generated with michealsoft copilot

πŸŒβ˜„οΈ What Would Happen if an Asteroid Hit Earth? πŸ’₯

Asteroids have struck our planet before, and they will again. But what if a massive asteroid was heading straight for Earth? Would we have any chance to stop it? How devastating would the impact be?

In this video, you’ll discover:
πŸ”Ή What happens during an asteroid collision?
πŸ”Ή How b...

β–Ά Play video
#

look at this channel

drifting carbon
hollow surge
#

what would happens if i.... hits you in the face? 🀨

unreal siren
viral cape
keen junco
sour yew
viral cape
hollow surge
#

@ntts

viral cape
#

Zoot Interview

keen junco
hollow surge
#

zoot will be dissected

digital kettle
# viral cape βœ… You would die βœ… AI generated slop videos would also die

πŸš€ DART Mission: What Is It? πŸŒβ˜„οΈ

Can we protect Earth from a deadly asteroid impact? NASA’s DART (Double Asteroid Redirection Test) mission is humanity’s first real attempt to change the course of an asteroid! But how does it work, and what did we learn from this groundbreaking experiment?

In this video, you’ll discover:
πŸ”Ή What th...

β–Ά Play video
viral cape
#

@paper gate You will be teleported

paper gate
#

hi

slow urchin
hollow surge
#

@paper gate you will be dissected

slow urchin
#

Guhhh

viral cape
hollow surge
rapid aurora
#

a big percentage of anime target highschool
that stupid house
girl fall in love with a boy

#

i can't find a good anime

viral cape
#

this would happen

drifting carbon
#

(or another country)

drifting carbon
viral cape
hollow surge
#

despicable

#

vban @rapid aurora despicable

rapid aurora
#

i hate

stark herald
#

vban @rapid aurora

jaunty ore
keen junco
#

i wish for the times without widespread internet access to be back

sour yew
keen junco
#

where you would just play a video game and u wouldn't know how long it actually is because u never manage to get to the end

viral cape
sour yew
#

keep that in mind

viral cape
#

You will just have a bad time

viral cape
paper gate
keen junco
#

sure maybe its just something about old video games

#

because i remember playing crash bandicoot on my ps1 as a kid and i never finished it but have such fond memories of it

static valley
#

YAYYYYYYYYY

stark herald
#

@static valley what does they plural mean

static valley
drifting carbon
#

i didn't know linux had 6% market share in turkey

slow urchin
drifting carbon
#

the germans are switching to macos

slow urchin
drifting carbon
drifting carbon
graceful matrix
#

hai chat

digital kettle
#

hai

slow urchin
graceful matrix
slow urchin
#

As long as it isn't 11 I don't care

#

Lol

drifting carbon
slow urchin
drifting carbon
sour yew
drifting carbon
sour yew
#

no

drifting carbon
#

win11?

sour yew
#

mhm

#

i dual booted for a bit

slow urchin
#

Death

sour yew
#

had linux on my laptop

drifting carbon
#

oh

sour yew
#

gave up

#

well no didnt give up

#

i liked artix

#

but

#

gave up on dual booting cuz it was annoying

#

and i replaced my laptop xd

drifting carbon
#

linux is still kinda good tho

digital kettle
#

1px saturn @drifting carbon

sour yew
#

i fw artix heavy but linux des just suck major donkey balls

slow urchin
drifting carbon
#

gnome and kde by default sucks..

digital kettle
#

any aliens here

sour yew
#

it feels like a plane infotainment screen ui

drifting carbon
#

its also really hard to theme gnome

slow urchin
#

Literally looks like some weird ass Microsoft mobile device

drifting carbon
sour yew
#

hell nahhh

#

keep me away from that cursed ass operating system

slow urchin
#

Real

drifting carbon
#

maybe i can agree on this

sour yew
#

i really like macbooks (hardware)

#

i really don't like macos (software)

paper gate
#

thats reasonable

drifting carbon
#

fair

sour yew
#

and there's no point in getting a macbook anymore if you don't want macos

#

cuz linux on apple silicon sucks and windows support is nonexistant

#

we need a fork of macos or something

jaunty trellis
drifting carbon
#

ima replace npm with deno

#

because npm is really slow

#

i tested with both node and deno and node took two more seconds to start

slow urchin
slow urchin
#

Unless deno uses the same system

#

I dunno I didn't check it out for long

#

Are they interchangeable or something

drifting carbon
#

holy shit

#

deno is so fast

#

i dont have to wait 5 seconds each time i want npm to install something

#

or run a script

tame thorn
drifting carbon
tame thorn
#

kde is the prettiest thing i've seen since migrating from windows

paper gate
#

I like kde

spark crescent
drifting carbon
#

heck even windows 11 is better than kde

tame thorn
#

dont you love it when the system ui is the same white theme since 20 years ago

tame thorn
outer root
#

KDE, Gnome, and all of the other desktop environments have their own pros and cons I suppose

tame thorn
#

^ true

lapis lava
#

KDE can look absolutely stunning

drifting carbon
outer root
#

I've always felt like KDE feels more like a desktop, which is good and bad in some cases

I prefer Gnome since it's more simple, but gtk is a pain in the ass to theme

drifting carbon
#

not even with customiation

cloud hatch
lapis lava
paper gate
turbid tusk
#

Yooo

graceful matrix
#

blehh

lapis lava
#

@paper gate hii

safe kayak
#

h

paper gate
paper gate
safe kayak
#

cantsleep

#

didntlseepp

#

almost 7 ajm

#

bruh

keen junco
safe kayak
#

icant

drifting carbon
paper gate
paper gate
lapis lava
keen junco
paper gate
#

@lapis lava Nino Berber

keen junco
drifting carbon
lapis lava
#

and they said sleep now

safe kayak
#

what times it by you

stark herald
drifting carbon
#

/j

keen junco
deep token
modern epoch
spark crescent
#

shiggy

modern epoch
#

Peek

paper gate
stark herald
#

@paper gate theres a chance you wont make it to 8 am

digital kettle
safe kayak
raw panther
jaunty trellis
paper gate
slow urchin
#

All playlists are appearing as empty and can't be played in spotify

#

Even if I turn off school wifi or use a vpn

#

Actively having a panic attack

winter girder
#

@paper gate there are bugs crawling in your scalp

raw panther
#

zoot is the bugs

spark crescent
hollow surge
#

boioioioioioiong

stark herald
#

@paper gate

paper gate
#

@stark herald

#

@stark herald

stark herald
night blazeBOT
stark herald
#

how...

hollow surge
#

why is mexico so orange in american movies

#

@rigid silo do you live in mexico

mystic salmon
#

Whod've guessed

slow urchin
#

Spotify cracks don't work anymore except for spicetify

#

They force you to update the app now

hollow surge
#

this is why i have my music downloaded

#

classic winamp users try not to brag about classic winamp

slow urchin
#

😭

hollow surge
#

i am

slow crag
#

i'm tired

#

eepy

slow urchin
#

Now i just have to wait for someone to crack the newest Spotify version

graceful matrix
#

I would download my playlists but I don't know a way to bulk download music

slow urchin
#

Guhhh

slow urchin
#

And that

hollow surge
#

spotfl better

graceful matrix
#

I'm not on spotify

hollow surge
#

oh

slow urchin
#

Doesn't it also not transfer ur playlists

grim hearth
slow urchin
grim hearth
slow urchin
#

😭

grim hearth
#

idk

graceful matrix
#

I use yt music

#

cobalt.tools works but only on individual songs

#

Cant just drop a playlist link in

mossy anchor
#

is there a plugin that lets me change my banner in to any pic i want?

graceful matrix
#

no idea

#

also husk your bio concerns me

mossy anchor
#

my bio?? whats wrong with it

river thunderBOT
#

@hollow surge, <t:1741094796:R>: daily irasutoya 3

grim hearth
#

wrong reply

#

awesome

raw panther
graceful matrix
#

I know someone who constantly shills dark souls and refuses to say any game compares to it

#

Like

#

"Well its not dark souls so πŸ‘Ž "

grim hearth
#

the decor plugin gotta be my favourite one

hollow surge
#

!remindme 24h daily irasutoya 4

river thunderBOT
#

Alright @hollow surge, in 1 day: daily irasutoya 4

slow urchin
#

This is sick

#

Much better than cracked Spotify imo

#

Love

grim hearth
#

nice

#

the ui is clean

#

i like that

raw panther
wanton blaze
knotty sluice
#

Does anyone know how to make a gif into an emoji?

drifting carbon
brave quail
#

lemons

main wyvern
#

watermelons

lapis lava
#

@main wyvern

main wyvern
raw panther
#

blazingly safe and memory fast