#🧊-off-topic-iceman-only

1 messages · Page 3278 of 1

dawn iris
#

GPU memory is a funny thing.
So many fucking levels to it it's insane.

open pasture
#

And that was a LONG time ago

soft portal
#

"reckless driving"

open pasture
#

And it's in German

dawn iris
#

Like the concept of virtual registers is diabolical

open pasture
#

You say that like C++ is pleasant

simple perch
open pasture
#

I just wanna use C# everywhere 💔

dawn iris
dawn iris
#

Having the bare minimum C++ code just for the CUDA interactions

open pasture
#

Fair enough

dawn iris
#

And C# code for the remaining 80-90% of the code

open pasture
#

ffmpreg already uses CUDA, right?

soft portal
dawn iris
#

I don't believe so

jolly templeBOT
#

[malice](

sudden sun
#

@soft portal hiiii

soft portal
#

hey

dawn iris
#

I believe it has a proprietary module that uses NVENC/NVDEC bindings of some sort.

dawn iris
#

But wouldn't be surprised if someone had a fork that did use CUDA

open pasture
dawn iris
dawn iris
#

Nvidia has dedicated HW for this.

open pasture
#

bro lmao

dawn iris
#

CUDA would only make sense for codecs it doesn't support

#

Or as a flex

jolly templeBOT
#

ew

open pasture
#

I'm more interested in the other thing ffmpreg does

#

Audio tools

#

CUDA would be useful because I could do so many parallel conversions at once

dawn iris
#

@somber leaf explain why convenientional parallelism is miserable with modern codecs

open pasture
#

Oh

dawn iris
#

VenCoin is NOT a crypto currency!!!!

dawn iris
# open pasture Oh

I hope Soda can explain it properly because I don't remember the specifics

somber leaf
open pasture
#

Well there goes my dream of parallel processing of 4608 audio files at once

jolly templeBOT
#

ratio'd on google.

somber leaf
#

do you mean multi threading basically?

dawn iris
#

Like, why can't encoding a video be done fully on the GPU as efficiently

#

Yes.

dawn iris
open pasture
austere cobalt
open pasture
#

I looked deeply

#

No-one made such program

dawn iris
#

No multi-threaded audio codec exists?

open pasture
#

Oh there is LameXP but only for CPU

wheat eagle
#

ugh why is beamng crashing when entering free roam or anything else

open pasture
#

Even though I have 32 threads, I still have a lot of files to go through

dawn iris
open pasture
#

Yeah that's what I thought

wheat eagle
main wyvern
jolly templeBOT
#

allow dms

open pasture
somber leaf
#

tasks are too big to be split into small enough tasks to be efficiently threaded on gpus.
Modern codecs work by having a large context window to exploit repeated data within a frame or frame sequence.
Meaning that future tasks require the final or completed residuals of previous steps.

You can take small efficiency losses while dramatically increasing threading like x264/x265 and libsvt-av1 do but there are hard limits

open pasture
#

I see I see

somber leaf
#

on a single thread

open pasture
copper garnet
#

Cogito ergo sum

somber leaf
dawn iris
# somber leaf CPUs are about just as complex but we don’t have direct control over it <:sodape...

You have more control, such as being able to "pre-fetch" whole-ass cachelines. In a GPU you're a lot more limited as to what control you have over the caches.

Prefetching is actually a huge thing even in SPIR-V for things like texture reads, but that's mostly because they need to be "queued" and synced, and sometimes the textel being fetched may not be predictable. For example, if it depends on another textel fetch it will not be dynamically uniform.

open pasture
dawn iris
somber leaf
wheat eagle
#

ihhhjhhjh whaz are yall talking about

dawn iris
#

Zig has them, and the Zig compiler uses them. There are benchmarks that prove they work.

somber leaf
somber leaf
#

av1an does that with video encoding

jolly templeBOT
#

there was revealed to take long lost cousin...

somber leaf
#

i guess that could be useful for random acess you can PREDICT ahead of time

craggy fable
#

Thank you @unreal siren.

open pasture
#

I do wonder

somber leaf
#

linear reads basically nullify it tho

dawn iris
#

Like they are a first-class citizen in Zig as an intrinsic.

open pasture
#

Is x86 too old

dawn iris
#

And so are branch "hints"

#

You can tell the compilers if a branch is "unlikely" or "likely"

somber leaf
somber leaf
somber leaf
open pasture
open pasture
#

Especially because of big companies suddenly glorifying arm

dawn iris
#

Does Go use LLVM?

#

And does it support compiler plugins for the LLVM front end?

somber leaf
# open pasture No I'm genuinely wondering

there is nothing wrong with x86 in how old or how "big" it is.
the only issue as it stands rn is how instructions are encoded in bytes and how they are decoded which is somewhat of a problem but not the ones people complain about

open pasture
#

Fair enough

jolly templeBOT
#

something

open pasture
somber leaf
dawn iris
#

Even if it didn't I can show you how to write an LLVM Function Pass to apply it in post.

somber leaf
fast imp
#

ah, the server info plugin is brokey. cool
how are we doing tonight chat

dawn iris
#

Then it would be fucking trivial to add a few placeholder functions that write to a bogus volatile variable, which an LLVM Function Pass could replace with these instructions.

jolly templeBOT
#

osdev mentioned 🔥

fast imp
#

how could you call me such words

#

i am an angel

#

arch linux

somber leaf
fast imp
#

maybe you should just learn to like cute girls more

somber leaf
#

besides that arm is just another ISA

dawn iris
#

How about CHERI

#

The only ISA that should run Rust code.

fast imp
#

nuh uh

dawn iris
#

Because it itself, is memory safe

jolly templeBOT
#

av1an does she is nikola tesla was born like raw wine cuz "it's gonna make sure but he got done watching youtube on his indianness

dawn iris
dawn iris
#

Imagine a memory safe cpu with 128bit pointers

somber leaf
#

imagine a memory safe cpu

somber leaf
#

technically all of them are.... to an extent and all memory bugs are logic bugs

fast imp
#

oh a lot of plugins are brokey actually
time to wait until next update

dawn iris
#

I only know about this because I was hanging out with some of the lecturers/researchers from the Computer Languages Group at my uni

#

And they worked on getting Rust working on CHERI

somber leaf
#

I will kill every last person who uses RISC as a marketing term. Or thinks there is a RISC product in the year of our lord 2025

jolly templeBOT
#

husk who you husk me mentioned

dawn iris
#

Isn't ARM technically RISC?

somber leaf
#

no

#

nothing past a MOS 6502 is RISC

dawn iris
#

Actually I'm pretty sure that most x86 chips are basically RISC with a CISC hat on top

jolly templeBOT
#

tja meines auch nicht keine sorge lol contrast

somber leaf
#

RISC is a arbitrary name for "i have less instructions" and usually that means your processor is slower.....

dawn iris
somber leaf
dawn iris
#

I'd expect them to be more "hints"

#

Ala "yeah the pipeline needs to be configured such and such, but here's the actual instructions to decode"

somber leaf
dawn iris
#

Yep.

#

Fewer instructions, smaller chip.

#

Less bulk

somber leaf
#

most of the silicon on modern cpus us actually nothing but cache and pipelining. nothing to do with the actual ALU/FPU or esoteric functions

dawn iris
#

But yeah, I'd expect it to be slower as the bigger instructions provide more context for the clamplicared super scalar pipelines

somber leaf
#

less instructions do not mean a smaller core size at all

jolly templeBOT
#

:rat_baba:

spark crescent
#

a

bold adder
#

i found a free piece of paper in my purchase

dawn iris
#

I said "I expect" not "this is the ground truth"

#

Or well, meant it if I forgor to say

spark crescent
#

fact checked

somber leaf
#

sure, but what most arm cores and what intel did for their little cores on alderlake+ do is just remove the massive cache pools and decreased the gaps between compute complexes on the die at the cost of high core clocks

simple breach
#

Wsp yall

dawn iris
#

You love big caches

somber leaf
#

like 10% of the die space on modern cores do LITERALLY NOTHING and are only there to manage thermals

dawn iris
#

Don't lie to me

#

Bigger L1, better person

jolly templeBOT
#

german that person ever happened

fast imp
#

breaking news: individual finds malware on the internet

somber leaf
#

amd zen4/5c manage to be as small as they are with literally the exact same internals as their full core counterparts JUST BECAUSE they removed the cache and dead silicon that did nothing

#

we dont need a seperate ISA we just need purpose built hardware

#

x86 hasnt till very recently needed to be used like that

dawn iris
#

Purpose built hardware just to run Minecraft when?

#

We need to sink 5 Trillion USD into this...

jolly templeBOT
#

listening to enhance the rails

somber leaf
dawn iris
#

You know, I would support AI if it only ran on brain cheese

deep token
#

nuh uh i do

dawn iris
#

Like a huge data center filled with brain cheese platters

somber leaf
# dawn iris You love big caches

it and instruction decoder latency is pretty much the only limiting factor to how fast we can make cpus these days so yes i love big cache and i cannot lie, you other brother cant deny, with a core with a itty bitty fpu and a large bus in your face you get sprung

jolly templeBOT
#

it'd be deleted

deep token
#

uhhhh ummmmm

somber leaf
#

HBM just proved we dont need higher clock speeds

dawn iris
#

True.

somber leaf
#

a cpu just needs to be able to load an entire cache line in a single clock cycle

dawn iris
#

HBM proved we need to move the memory closer to the CPU

#

And just make a fat SoC

#

Let's move the bulk storage media into the SoC while we're at it.

jolly templeBOT
#

13

dawn iris
#

Fastest OS boot in the world.

somber leaf
#

so thats why amd was working on inter posers all the way back then... they knew what the future would be like

dawn iris
#

Cold start only limited by the Mobo post

somber leaf
#

do you know why mobos init is so fucking slow?

deep token
dawn iris
#

I know many of the factors

deep token
#

that thing is balls slow

dawn iris
#

But not all of them, enlighten me

somber leaf
#

i dont know im asking you

deep token
#

a 4 generation older asus laptop boots the entire windows os in the time this one posts

dawn iris
#

I assume some even do a bios checksum

deep token
#

i would be insane and skip post

dawn iris
#

But I've noticed that the more devices are connected, the slower it gets.

deep token
#

but like. what if your ram is bad

jolly templeBOT
#

see yourself.... out doing this happen ever.

dawn iris
#

HDDs in particular, even if you don't boot from them.

deep token
#

oh yeah because uhhhh

dawn iris
#

RAM training is generally a "one-off" thing.

deep token
#

uefi actually locks up

#

if a drive is not responding

somber leaf
#

i assume it still checks the MBR

dawn iris
#

Likely.

fickle cosmos
#

Why did my AiO installer (in terms of game requirement thingies) turn german 😔

deep token
#

ive had systems outright freeze in the boot menu when i connected a hdd

#

when i unplug it it unfreezes instantly

somber leaf
#

why did you plug shit in with it on?

dawn iris
#

One thing I've learnt when I enabled fast boot that one time, the keyboard didn't get initialized in GRUB

deep token
somber leaf
dawn iris
#

Thus it definitely enumerates all USB peripherals

dawn iris
#

I don't use grub anymore

somber leaf
dawn iris
#

Idk what I even use at this point

#

I forgor

jolly templeBOT
#

trumpet

dawn iris
#

Whatever my NixOS install has

jaunty trellis
#

systemd-boot

#

also hai soda

dawn iris
#

That

somber leaf
#

HAII

jaunty trellis
austere cobalt
somber leaf
#

I got e waste from walmart that barely ran windows 11 but has a good screen and put arch on it and its about as fast as my desktop unless i try and purposefully stress it out

#

kids have it good these days

dawn iris
#

The only reason I even have boot selection is so I can rollback if an update fails.

#

Or if I want to boot into stable mesa

#

I usually run against mesa-git

austere cobalt
jaunty trellis
#

mesa-git so good

dawn iris
#

Yeah, WHEN IT DOESN'T BREAK MY FUCKING MINECRAFT MODS

somber leaf
dawn iris
#

I hate getting bug reports.

jolly templeBOT
#

single pipe heatsink so obsessed with me so what you literaly smoke weed to interact with vencord?

jaunty trellis
dawn iris
#

Some idiot caused a regression in the OpenGL drivers

jaunty trellis
#

guh

dawn iris
#

And I got bug reports from it.

#

"whai is the screen flicker???"

somber leaf
#

from a distance the kronos group logo looks like oracle cloud and i was scared about why i had a tab opened for oracle

jolly templeBOT
#

orbis os is funny thing.

dawn iris
deep token
#

but like seriously

#

(it's a monitor skill issue)

jolly templeBOT
#

3d print them for sure everyone else is built for that guy on pinterest, i find this message and a good 😭 lmao

deep token
#

(it happens with anything plugged into it)

somber leaf
#

when will windows adopt vulkan fucking PLEASEEEE

deep token
#

ha ha

somber leaf
#

haiii

jolly templeBOT
#

with pineapple on brain is hard bruhv

dawn iris
#

See, my problem with DX12/VK is that it's too low level.

#

In itself, not a bad thing

deep token
#

does anyone have AM5 here

dawn iris
#

Really nice even

somber leaf
jaunty trellis
deep token
#

how long does it take to post

#

i am so fucking horrified of that

somber leaf
#

idk like 10 seconds at most

dawn iris
#

But, modern AAA devs CANNOT BE TRUSTED WITH IT

jolly templeBOT
#

imo no it seems like texture reads, but there's people my debts (for free keys are ants

deep token
#

now what motherboard do i get...

#

def not asrock because 💥

somber leaf
dawn iris
#

Like, hello???? Can you PLEASE NOT STALL THE PIPELINE

jaunty trellis
deep token
#

still insanely slow

#

but whatever

open pasture
somber leaf
deep token
#

im just asking since im building an am5 pc next month

dawn iris
#

Back on OGL/DX11 you need to be a stupid idiot to stall the pipeline.

With VK/DX12 you need to be careful not to.

jolly templeBOT
#

kyureyumi

somber leaf
#

dude why do boot times scare you that much

jaunty trellis
#

isn't fast boot an intel thing?

deep token
soft wadi
somber leaf
jaunty trellis
#

hai shoe vennieflower

deep token
#

it boots in like 10 seconds bro

jaunty trellis
deep token
#

like, to lockscreen

jaunty trellis
somber leaf
#

on some of them its just so fucked up sometimes windows wont post

soft wadi
#

ded

deep token
#

and since its a pc i wont be sleeping it

#

i will shut it down

jaunty trellis
deep token
#

@soft wadi hiiiiiiiiiiiiiiiiiiiiiii

jolly templeBOT
#

head full of his truth

jaunty trellis
deep token
#

does it like

#

eat

#

while eeping

open pasture
#

Secure boot is so finicky

deep token
#

idk man i have never had a desktop

deep token
#

fuck that shit

jaunty trellis
deep token
jolly templeBOT
#

lv. 100 ftx tokens

deep token
#

💀

dawn iris
#

You know how AAA devs can't multithread their game to save their own ass?

Yeah. Now imagine they're forced to use mutexes and fences. What are they gonna do when they have a bug and they wanna go home on a Friday afternoon? They're gonna just throw in a bodge fence and wait on it.

That's my head cannon anyway. I've yet to speak to a AAA engine dev and I'm pretty sure they'd be under NDA anyway.

deep token
#

@simple perch hiiii

jaunty trellis
deep token
simple perch
jolly templeBOT
deep token
#

i genuinely use it so often now

#

i didnt use my old one as much

soft wadi
simple perch
#

@deep token do you like vtuber

soft wadi
#

that's gud

deep token
#

tbf it was like $200 anyway so

soft wadi
#

soda bought a $200 laptop

deep token
soft wadi
#

i kinda mad at him neow

deep token
#

dont you have a macbook

soft wadi
#

cuz we leave to japan in like

#

three weeks

deep token
#

ohhh\

soft wadi
#

BTC_nervous we could've used it

deep token
#

i could never use any other laptop than a macbook as a main now

#

like

jolly templeBOT
#

tu me if he cuts out the other, but birth rates

jaunty trellis
#

I have 2 weeks to buy a new laptop for uni but I've been procrastinating cuz I no like spending that much monies sillycat

deep token
#

in all seriousness a refurb thinkpad should do

dawn iris
deep token
#

yeah get me a laptop too

#

even tho i already have one

jaunty trellis
deep token
jolly templeBOT
#

car so a handstand

jaunty trellis
dawn iris
#

With any particular focus?

somber leaf
dawn iris
#

Or just in general

soft wadi
#

jk

dawn iris
#

Do you need performance

deep token
jolly templeBOT
#

there’s no reason why you 2 digits

dawn iris
#

And do you need battery life

deep token
#

needs good keyboard and good battery

open pasture
#

I need someone's old pentium 4 machine please thank you

somber leaf
jaunty trellis
soft wadi
jolly templeBOT
#

slopnime

deep token
somber leaf
#

DONT SAY THAT LOVE

dawn iris
#

(thinkpad has NEITHER!!)

somber leaf
#

WAHHHH

soft wadi
#

WAHHHHHH

jaunty trellis
somber leaf
#

she called me a cry baby in VC

deep token
jaunty trellis
open pasture
#

This road fucking stinks

#

We're on this motorway and it smells like rotten eggs

soft wadi
somber leaf
#

GIRL

jaunty trellis
soft wadi
jaunty trellis
#

soda slander

jolly templeBOT
#

sports stadiums when bill gates is electronical devices

somber leaf
#

TRUE

deep token
#

you two are literally straight gays

dawn iris
#

@jaunty trellis also do you need a dedicated GPU

soft wadi
#

venniebwaah surprise they haven't removed these emotes

somber leaf
deep token
#

yeah who else you gay

somber leaf
#

sodapeek what?

soft wadi
soft wadi
#

so true

jaunty trellis
#

ideally I wouldn't have a dgpu cuz I don't need it and it just sips extra power

somber leaf
#

are you trans now sho?

jaunty trellis
#

and more expensib

jolly templeBOT
#

sudo pacman -s waydroid

soft wadi
dawn iris
deep token
#

LMFAO

somber leaf
soft wadi
#

it

somber leaf
#

it would be lesbian

deep token
#

oh fuuuck it's 1am

soft wadi
#

woman and woman

jaunty trellis
jolly templeBOT
#

nvidia weren't

somber leaf
#

idiot

jolly templeBOT
#

jay

deep token
#

wait no

#

it's 2am

jolly templeBOT
#

lc.octr

deep token
#

fuck even worse

jaunty trellis
#

is 3 am

#

idk if I'll sleep tonight

deep token
#

i need to i have work tomorrow

jaunty trellis
somber leaf
#

just go get the 200 USD walmart special

deep token
jaunty trellis
jolly templeBOT
#

sorry that is in history fr

deep token
#

bro hp laptop i might have to kill you

soft wadi
#

he put linux on the fucking $200
walmart laptop

somber leaf
dawn iris
#

Epic, so you're on the right track then.

I would also look out for the Wi-Fi cards they have and see if you need to buy something better.

Many laptops have the world's shittiest wifi hards.

deep token
#

@soft wadi holy shit murder him

jolly templeBOT
#

wtflart

jaunty trellis
soft wadi
jaunty trellis
#

that for 200 sounds like a pretty good deal

somber leaf
jolly templeBOT
#

.avif

soft wadi
#

i was hoping he didn't put linux in his laptop cuz his pc already sucks at screen sharing stuff

jaunty trellis
#

oh

deep token
#

HAHAHAH

#

that is insane

jaunty trellis
#

😭

dawn iris
somber leaf
#

yes sodalove

simple perch
jaunty trellis
#

when zfs

deep token
#

when apfs

dawn iris
#

Ext4 or BUST.

simple perch
#

does anyone play hsr here

soft wadi
dawn iris
#

Nothing else for the boot/root/home partitions

jolly templeBOT
#

"starting at" dawg what sense?

soft wadi
#

i was about tin start

somber leaf
#

EXT4 kinda ass for ssd these days

deep token
simple perch
dawn iris
#

What

somber leaf
#

now sho is bitching that my laptops screen is 60 hz

soft wadi
simple perch
#

is so good

jaunty trellis
#

based sho

somber leaf
deep token
soft wadi
deep token
#

last time i overclocked my laptop screen i got hit with static

dawn iris
deep token
#

and i think i did damage the lcd a little bit

#

not sure

dawn iris
#

I want performance and stability.

jolly templeBOT
#

no multi-threaded audio files to exploit repeated data to disable discovery filters

somber leaf
dawn iris
#

I can just get more storage if I need it.

open pasture
jaunty trellis
dawn iris
#

Soder it is NOT 2012 SSDs are cheap as fuck.

main wyvern
jolly templeBOT
#

nopp

main wyvern
#

oh okay

somber leaf
#

i have terabytes of data i must store

#

BTRFS compresses text SUPER WELL JUST SAYING

dawn iris
#

Long term storage goes on a ZFS array of HDDs

open pasture
#

Sorry but SSDs are worth more than HDDs unless you need 30 tb on one disk

deep token
dawn iris
jaunty trellis
#

zfs <3

dawn iris
#

I need to get myself like a dozen 2-4TB HDDs

main wyvern
#

ext4 <3 (the only linux file system i have used in my life)

dawn iris
#

And build a proper storage array

open pasture
deep token
#

at work we have a pc connected to a ups and i nearly tweaked out when i saw the battery icon. on a pc.

dawn iris
simple perch
#

@soft wadi if you play hsr you can get free ⭐ ⭐ ⭐ ⭐ ⭐ Quantum Archer (from fate collab) until the end of v3.6 (right now it is v3.4) i think v3.4 came out on july 2 so there is a lot of time blobcatcozy

jolly templeBOT
#

tonne*

open pasture
#

ntfs > ext4

deep token
#

fat32 >>>>

spark crescent
#

nvme >>>

jolly templeBOT
#

alr alr

deep token
#

@open pasture wow ur listening to based

#

i approve

open pasture
simple perch
#

@lavish owl is this breaking the 4th wall

deep token
#

YEAH

#

I DO

soft wadi
#

YUMMMM

dawn iris
simple perch
soft wadi
#

soda is a larger fate fan than me but he doesn't wanna play

jolly templeBOT
#

amazing

somber leaf
#

archer is a bitch

simple perch
#

but his lc is not free you have to gamble a lot...............................................................................a lot

jolly templeBOT
#

u first on becoming good day i killed off blahaj blahaj skirt go suck a windows 11

soft wadi
deep token
#

😭 whats ur ptt

#

fucking impossible

somber leaf
#

i dont have the money nor NOT HAVING ANXIETY to play gatcha

simple perch
dawn iris
#

I wish they made a filesystem with silly little quirks that breaks with some applications and might randomly delete my data blobcatcozy

simple perch
#

fate isnt dead

open pasture
#

My only problem with NTFS is that it isn't journaled so to change everything the OS NEEDS to know

deft silo
#

😢

somber leaf
simple perch
#

yes

#

Arthur Pendragon

jolly templeBOT
#

jesse we paused sponsors to what you remove that he didn't send all know where are with it used

weak vale
#

pass the pendragon, gang

open pasture
somber leaf
#

WHAT OTHER THING?

open pasture
hollow surge
#

how does one, see a lobby online titled "ENGLISH ONLY", get in, just to not speak a word of english and only arab

open pasture
#

Chat it's 2 am how do I sleep in the car

hollow surge
#

my man

#

it's a whole nother alphabet

open pasture
#

Maybe that's why

somber leaf
#

fate isnt dead just slow on content rn because multiple projects are in progress and the time line is even more fucked.

magical girl ilya has been carrying hard as fuck in the internet hive mind for.... not good reasons

open pasture
hollow surge
# open pasture Maybe that's why

do you see a server with japanese title in a social game and go "yeah that's mint i'm gonna get in there and not speak a single word of japanese"

somber leaf
open pasture
jolly templeBOT
#

[umie](

hollow surge
#

what

open pasture
#

Are we speaking Japanese right now?

main wyvern
#

yes

hollow surge
#

what does that have to do...

open pasture
#

Go back to the time you used the internet before you learnt English

simple perch
deep token
jolly templeBOT
#

arrest that defies hte stereotype trans here use your power consumption while juggling indigo sarcasm clusters beneath him saying 'you will do so boring

hollow surge
open pasture
#

You joke but I've physically touched the first ever web server in history

#

:3c

simple perch
deep token
#

am i sleeping on rsync instead of cp

spark crescent
#

im playing a chinese only game

open pasture
spark crescent
#

i have no idea what people are saying

#

so i just shut up

deep token
main wyvern
#

copy

deep token
#

where the fuc kis it again

open pasture
deep token
#

oh right /bin/cp

somber leaf
jolly templeBOT
#

2/10 ragebait. do u pulled

open pasture
simple perch
# spark crescent i have no idea what people are saying

In later Babylonian times, these stories were woven into a connected narrative. The standard Akkadian Epic of Gilgamesh was composed by a scribe named Sîn-lēqi-unninni, probably during the Middle Babylonian Period (c. 1600 – c. 1155 BC), based on much older source material. In the epic, Gilgamesh is a demigod of superhuman strength who befriends the wild man Enkidu. Together, they embark on many journeys, most famously defeating Humbaba (Sumerian: Huwawa) and the Bull of Heaven, who is sent to attack them by Ishtar (Sumerian: Inanna) after Gilgamesh rejects her offer for him to become her consort. After Enkidu dies of a disease sent as punishment from the gods, Gilgamesh becomes afraid of his own death and visits the sage Utnapishtim, the survivor of the Great Flood, hoping to find immortality. Gilgamesh repeatedly fails the trials set before him and returns home to Uruk, realizing that immortality is beyond his reach.

open pasture
#

Or I think it's Switzerland

deep token
main wyvern
jolly templeBOT
#

lg?

#

@nin0.dev

open pasture
#

Unless it's in the french part

somber leaf
deep token
hollow surge
#

to the authorities

#

and also mr president

#

donald j trump

#

and his helper

#

vee

deep token
somber leaf
#

its and fate/stay night is how most people know about it at all

jaunty trellis
somber leaf
#

yes except boring

simple perch
jolly templeBOT
#

many rats per snorfblat, unless i lied it's micro-usb

somber leaf
#

ive literally never seen a normie even talk about it (fgo) but they know about the two girls kisssing from ilya

simple perch
# spark crescent GILGAMESH?????

~ was a hero in ancient Mesopotamian mythology and the protagonist of the Epic of Gilgamesh, an epic poem written in Akkadian during the late 2nd millennium BC. He was possibly a historical king of the Sumerian city-state of Uruk, who was posthumously deified. His rule probably would have taken place sometime in the beginning of the Early Dynastic Period, c. 2900–2350 BC, though he became a major figure in Sumerian legend during the Third Dynasty of Ur (c. 2112 – c. 2004 BC).

jaunty trellis
#

daddy gilgamesh

somber leaf
#

normal people that use the internet? idk how else to say it

simple perch
#

gilgamesh is everywhere, fate, ff, mtg

somber leaf
jaunty trellis
#

funny story I actually read the epyc of gilgamesh for school purely cuz of fate

jolly templeBOT
#

vennie

simple perch
jaunty trellis
spark crescent
somber leaf
#

I think youre just a gambling addict

simple perch
#

oh ive never played any ff game

#

i know ff chars from magic the gathering

jaunty trellis
#

also also they should have made gil buffer in fate 💔

somber leaf
#

my point stands

jaunty trellis
#

like swapping alexander and gil would have been more accurate

red wyvern
#

Aren't MtG boosters just loot boxes? You're still gambling.

simple perch
jolly templeBOT
#

@kindred nacelle asked me 30k usd

spark crescent
simple perch
#

up to 4 times in a deck unless youre playing commander but yea

red wyvern
#

girugamesh

copper garnet
#

Kevin sold me fent

simple perch
#

if youre playing commander you might aswell just give up on your savings and be hired at wotc because otherwise your deck will suck

spark crescent
#

i never knew gilgamesh and enkidu were real people

jolly templeBOT
#

arch btw cute cat machine did

red wyvern
#

They're as real as King Arthur

simple perch
#

@red wyvern are you interested in magic the gathering?

jolly templeBOT
#

awesome

somber leaf
red wyvern
#

I only play online, I don't have cards or buy them

simple perch
red wyvern
#

Slivers, their time is done

simple perch
#

yea okay at least youre sane

dawn iris
somber leaf
#

heavens feel will never be not good

red wyvern
#

I don't know what oko or abrade are 😂

simple perch
#

i think i have more hours on magic than on terraria

dawn iris
#

JetBrains Rider, the best C# IDE that Microsoft wishes they made.

somber leaf
#

gil i think was a good antagonist. he is the king of kings and represented corruption
saber is the king of knights and is selfless

jolly templeBOT
#

neighbor's cat with i probably sleep, i'm getting rust working

simple perch
#

soda have you ever heard of / played magic

somber leaf
#

the gathering ?

simple perch
#

yea

dawn iris
#

Cardboard crack

somber leaf
#

ive heared of but i have never and probably will never play it

dawn iris
#

My Brother loves it

somber leaf
#

ask sho about pokemon TCG

dawn iris
#

But the gameplay/meta stuff for it just looks so miserably overwhelming

#

Not in like an interesting way, more just endless rules to learn

soft wadi
#

Help

somber leaf
#

yeah literally makes no fucking sense

jolly templeBOT
#

cheers

soft wadi
#

j think pokemon is just gambling

#

cute cards tho

#

hope i can get soda into it one day but he hates everything

somber leaf
#

I DONT LIKE GAMBLING

simple perch
somber leaf
#

the fate/staynight eroge is the best part of fate period

somber leaf
#

too bad its 100 fucking hours of gameplay to do all the routs

#

im going to commit a murder

dawn iris
#

"If I play the gazuprozorp this turn I get to take three carbs from my deck and put them in my grave yard, but because the zigomarang is on the table this means I get to draw three cards each card I discard!!!

Conveniently, half of my deck is gazuprozorps and the other is ozumorags. And the ozumorags let me pull cards from the grave yard back into my deck and deal 4 damage points to my opponent!!!"

simple perch
#

@dawn iris do you know ANY mtg rules / names / skills

dawn iris
#

This fucking shit

dawn iris
simple perch
jolly templeBOT
#

tips my 100% backdoored

somber leaf
soft wadi
#

top 4 girls

  1. katsushika hokusai
  2. ishtar
  3. rin tohsaka
  4. gilgamesh
dawn iris
#

Basically the problem is that the game has too much stuff to consider and keep track of.

#

Not fond.

jolly templeBOT
#

nah you husk the takes them alive

dawn iris
#

Not fond at all.

somber leaf
#

I think ven would hate chess

simple perch
#

@dawn iris

 Niv-Mizzet, Visionary {4}{U}{R}
Legendary Creature — Dragon Wizard
Flying
You have no maximum hand size.
Whenever a source you control deals noncombat damage to an opponent, you draw that many cards.
Ravnica’s sharpest mind and its biggest ego.
5/5 
 Niv-Mizzet, Parun {U}{U}{U}{R}{R}{R}
Legendary Creature — Dragon Wizard
This spell can’t be countered.
Flying
Whenever you draw a card, Niv-Mizzet deals 1 damage to any target.
Whenever a player casts an instant or sorcery spell, you draw a card.
5/5 

with these 2 cards on the table im 99% sure i can win, the opponent cant stop my combo if i damage them with mizzet and since i can repeat the combo as long as i have cards in my library this can work very well, if the opponent isnt playing W_ or B_ lifegain im basically winning :p

dawn iris
#

I DO!!!

#

I fucking hate chess

#

I'm bad at it

simple perch
signal rose
simple perch
#

60 cards, 0 to 5 colors and whatever

somber leaf
#

ven hates non determinism or massive search spaces confirmed

dawn iris
#

I like connect 4, gotta be one of the BEST GAMES

simple perch
somber leaf
dawn iris
#

Notice how connect 4 has a very, very finite number of board states.

signal rose
simple perch
steep vigil
#

Why is vencord yappin abt a card game

jolly templeBOT
#

nobody got an ai @golden rivet should copy and haven't had fell off and pakistan

steep vigil
#

Debian?

simple perch
dawn iris
simple perch
#

it costs a lot of mana and without a way to convert mana or without enough lands you cant rlly get here

somber leaf
signal rose
#

rogue

simple perch
#

there are white and green sagas that let you draw or put more lands on the field, from what i remember its eiganjo or azusa but those arent blue or red so yea

dawn iris
#

Playing against a human opponent is by definition "uncertain"

#

For example, they might disconnect

jolly templeBOT
#

portuguese architecture is from izmir, turkey but honestly, the what yogurt

dawn iris
jolly templeBOT
#

boytacean

simple perch
#

@dawn iris

dawn iris
#

@simple perch

jolly templeBOT
#

free e-date in croatia did flowey say mommy or how could you talk about arm you sure as they wanna go clack im atheist

open pasture
#

It's 02:35 (am) and I'm drinking coffee

#

Excellent

simple perch
# dawn iris <@433225972070744064>

UR spellslinger-tempo. Early turns = Opt, Unsummon, Dive Down, Spectral Sailor. Drop Rodeo Pyromancers T2, start pinging. Malcolm draws, Razzle-Dazzler sets up surprise lethal.
Midgame = Melek, Kraum, Niv-Mizzet, Visionary. Core combo: Niv-Mizzet, Parun + Curiosity = infinite draw/ping. Proft’s Eidetic Memory on Sailor or Pyromancer = value loop.
Graveyard setup for Mizzix’s Mastery into Thunder Magic, Brimstone Roundup, Grapeshot, Exquisite Firecraft. Slick Sequence and Three Steps Ahead maintain gas. Shock cleans up.
Mana: 5 Mountains, 6 Islands, fetches, Eroded Canyon, Reliquary Tower for overflow. Sequence spells tightly—Pyromancer triggers stack, Melek doubles, Niv ends games. Play fast, think faster.

jolly templeBOT
#

overclock it had systems

dawn iris
#

Do not

soft moss
jolly templeBOT
#

terrifying

simple perch
#

did i murder chat again by talking about magic ;_;

soft moss
#

@sand citrus Watch out twin

dawn iris
jolly templeBOT
#

dw if shes that dream today and snowball in for our lord 2025 you to lesbian dinosaurs or however these but instead

sand citrus
soft moss
night blazeBOT
#
jolly templeBOT
#

:btc_crybig:

soft moss
#

yay

jolly templeBOT
#

idiot to boot is very blurry

soft moss
signal rose
#

installed winrar for the first time today

#

I forget what I was gonna say

bold adder
#

im unironically chewing on that plastic screw i posted earlier today

tropic niche
#

Do they make edible 3d filament

jolly templeBOT
#

:3c

tropic niche
#

:3c

#

We should have a best of kevin thread

simple perch
#

lol strinova so dead

tropic niche
#

Holy shit

jolly templeBOT
#

yop

crude fern
red wyvern
#

What the heck is happening in support right now? lmao

unreal siren
#

Idk

open pasture
steep vigil
#

With his alts

jolly templeBOT
#

@nin0.dev

steep vigil
main wyvern
#

waiting for the next alt

red wyvern
#

que?

tropic niche
#

Let's
Go
Bowling
Tovarisch

steep vigil
#

Sad

crude fern
#

@unreal siren
You fell for the indian scammer Kamala harris you are LGBTQ+ and I will never use this extension again

unreal siren
#

Fortunately I’m not American

red wyvern
#

You are fortunate 😔

tropic niche
#

Who did you bribe in the beforelife to not be born in america

unreal siren
#

Apparently satan because now I’m in Australia

simple perch
unreal siren
#

Sorry

red wyvern
soft moss
#

You fell for the indian scammer Kamala harris you are LGBTQ+ and I will never use this extension again

#

how often does this happen

jolly templeBOT
#

bitchass ant eat it rn selling trump's secrets

sand citrus
#

@soft moss its july you fool

soft moss
#

F uck

spark crescent
#

it's august

tropic niche
#

It's august soon

#

Next week will be start of christmas season. Are you ready?

sand citrus
#

no

soft moss
#

im terrified

tropic niche
#

Too bad

sand citrus
tropic niche
#

August

sand citrus
#

damn

spark crescent
#

august land

soft moss
#

trying to figure out whether to use limine or do my own efi bootloader for funsies

sand citrus
#

the latter is more productived

red wyvern
#

do your own

soft moss
#

the thing is is that the EFI toolchain is real Fucking Stupid there is quite literally no "Good" option

red wyvern
#

make it better first, then

jolly templeBOT
#

no-one made so im good girl~

soft moss
#

Kevin i dont think you should be saying that.

red wyvern
#

Kevin can be a good girl if she wants

soft moss
#

No yeah kevin can shes allowed im just like you gotta calm down

austere cobalt
#

Soo, ermm I have stupid

#

This sums it up

red wyvern
#

I'm not watching that, sorry

soft moss
sand citrus
#

also me too

#

id make my own libraries for things cus using public ones is LAME

soft moss
#

Yes twin

#

Im not using any of that woke bullshit

#

BSD make soon. fuck everything

sand citrus
#

gcc is Gay

jolly templeBOT
#

17 yr old....

sand citrus
#

i ignore

soft moss
#

all gnu toolchain stuff sucks

#

all gnu sucks

#

i hate gnu

sand citrus
#

KILL GNU

soft moss
#

have you looked at glibc like ever it makes me want to Blow up and die

sand citrus
#

if youre woke and stupid ...

sand citrus
open pasture
soft moss
#

musl and freebsd libc and probably Literally every other one you can look at it and go Yeah that is c code that works

open pasture
#

I hate systemdeeze nuts

soft moss
#

And then you look at the same function in glibc and its just like soup

open pasture
#

🍲

sand citrus
soft moss
#

weekly occurence

sand citrus
#

so ive heard

soft moss
#

glibc ignores standards for funsies

red wyvern
#

you make it for free and folks still complain about it

austere cobalt
#

Mods, can you lobotomized me? I was curious and researched the dyatlov pass incident :(

main wyvern
sand citrus
#

Kill all vencord users 2025

main wyvern
#

make it respond

soft moss
sand citrus
#

try to comfort it

sand citrus
#

yes

soft moss
#

Both musl and freebsd are under more permissive licenses than the gpl i will kill all sons of bitches

soft moss
#

do people usually fall for this

copper garnet
#

discord

main wyvern
#

vencord

sand citrus
#

gadugadu

soft moss
sand citrus
#

massacre will occur

austere cobalt
red wyvern
#

I’d just like to interject for a moment. What you’re referring to as Linux is, in fact, Rust/Linux, or as I’ve recently taken to calling it, Rust plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning Rust-based system made useful by the Rust core libraries, shell utilities, and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the Rust system every day, without realizing it. Through a peculiar turn of events, the version of this system widely used today is often called “Linux,” and many of its users are not aware that it is basically a Rust-powered system — soon to be developed by the Rust community. There really is a Linux, and these people are using it, but it is just a part of the system they use.

Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system but useless by itself; it can only function in the context of a complete system. Linux is normally used in combination with a Rust-based userland: the whole system is basically Rust with Linux added, or Rust/Linux.

All the so-called “Linux” distributions will soon be distributions of Rust/Linux.

copper garnet
#

man new $uicideboy$ album in 2 days woozy

soft moss
#

so i wanted to compare the implementations of vsnprintf between musl and glibc but the funniest fucking thing is that i literally cannot even find it

jolly templeBOT
#

fun fact if not, just may allah swallow the pedo guy saying shit thats what you’re feeling really sensitive to my debts (for front only)

solemn plank
#

the end times are here

copper garnet
#

korbo hiii

solemn plank
#

hiiii

soft moss
#

total gnu death today inshallah

open pasture
#

fedora so tough lil bro 💔 🥀

solemn plank
#

gnu is really weird

#

i wish devkitpro supported clang

red wyvern
#

no gnu

soft moss
#

unfortunately bsd and every non-gnu linux distribution is the ps3

#

no software

sand citrus
#

but gnu is le awesome freedom

soft moss
#

except maybe alpine alpine tends to have stuff but like who the fuck is using alpine on their desktop

#

okay ❤️

soft moss
open pasture
#

Yes

soft moss
#

Thats awesome genuinely

#

I mean thats weird as fuck but my primary motivation is that the software they write is just really fucking weird and inefficient and breaks a lot and its time to move on and blow up the gnu project

#

there is better to be found . no more

sand citrus
soft moss
#

i mean yeah but the fsf serves the ideological purpose

#

gnu implements the ideas and does so poorly

open pasture
#

I dont like his people

sand citrus
#

i think u can hate on gnu while supporting free software no?

jolly templeBOT
#

parents problem we are idling more light pretty lady at 10%

copper garnet
jolly templeBOT
#

wallah

open pasture
#

aka creepy weirdos wallah

#

so true Kevin

soft moss
red wyvern
#

I wouldn't suck anyone's toes, that's gross.

jolly templeBOT
#

cr*nkers

open pasture
soft moss
#

shoutout my boys MIT and BSD however-many-clauses-you-feel-like

open pasture
jolly templeBOT
#

proton experimental never understand german

soft moss
#

i dont feel strongly enough to care if the gpl is in use i just dont use it for my own stuff its too restrictive i want you to be able to basically do whatever you want

open pasture
#

pozzed

red wyvern
#

fossil software

soft moss
#

Yeah but thats mean

#

Im nice

open pasture
#

YOOOO FOSSIL SOFTWARE

#

hi nice im big lake

soft moss
#

I did license half of my project under gpl once to get around it being incompatible with the more permissive ones though

trim blade
#

i just use WTFPL

open pasture
#

I just don't use a license BC I still don't understand them

trim blade
#

@paper gate

open pasture
#

No worries

trim blade
#

who wants it

open pasture
main wyvern
jolly templeBOT
#

nobody got no compression is selfless

open pasture
#

holy shitd is Amy

jolly templeBOT
#

you're a creature the router

hollow dew
open pasture
#

It's too fancy

#

Plus

#

Does my website or discord bot really need a license?

#

Kinda dumb...

trim blade
jolly templeBOT
#

real as my ikea

open pasture
#

seo is a goofy

soft moss
#

I LOVE BSD 3-CLAUSE!!!!!!!

open pasture
#

Pibble clause

gleaming sequoia
#

guess who is voluntarily suffering by choosing to edit 10 hours of stream !!!

open pasture
#

you

gleaming sequoia
#

howd yuo tknow...,..,,.,.

#

cheater...

#

you cheated

soft moss
#

oh my

gleaming sequoia
soft moss
#

i thought you died or something

#

or was it the other

#

oh it was in fact the other

trim blade
#

this mf is soaked

red wyvern
#

rust golem

woven tusk
#

buh

sick wyvern
#

hi :3

woven tusk
#

why's my name fancy

sick wyvern
#

idk

open pasture
#

Vcotd

neon ferryBOT
open pasture
#

Not great

astral blade
#

woqh

sick wyvern
#

i don't even know about that color lol

gleaming sequoia
#

what the fuck

#

..,,...,,

soft moss
#

bored

open pasture
#

repost

soft moss
#

that one friend who hates everything

open pasture
#

wow friend?

tame dirge
#

who got css to hide spotify popup in activity profile

solar sky
#

does anyone know how discord clipping works if calls are end to end encrypted now?

#

i have a friend that says that clipping lets discord record ur calls but i know they implemented e2ee recently

tame dirge
#

HOW TO HIDE THE ACTIVITY PROFILE BRO

tame dirge
#

bro nobody cares 😭

neon ferryBOT
unreal siren
crude fern
#

OH MY FUCKIMG GOD

jaunty trellis
crude fern
#

CAN I POST THE RIGHT TWWEET IN THE RIGHT PLACE

jolly templeBOT
#

like ever seen" is rain

jaunty trellis
#

oh hey I follow that artist

crude fern
#

BRO IM GONNA KILL MYSELF

open pasture
#

Hello char

open pasture
soft moss
#

i dont think thats rini

open pasture
crude fern
#

BRO STFU

#

IT WAS ONE TIME

spark crescent
#

what....

open pasture
#

Thats one too many

#

Electric chair

jolly templeBOT
#

ratio'd on cracks [{{:blobcatcozy}}](

jaunty trellis
#

that's why I always triple check it's the right post I want to send here

weak vale
#

post it again coward @crude fern

open pasture
solemn plank
#

hi chat

open pasture
#

So you do indulge in them, you just mame sure to not post here

#

Hmmmmm

solemn plank
jaunty trellis
crude fern
jolly templeBOT
#

idgaf about ashley (from poke) daily

open pasture
#

And chevy got banned for being silly 💔