#programming

1 messages ยท Page 99 of 1

rigid snow
#

i don't have the intention to learn no, or i don't intend to at least

#

not consciously i mean

hard raptor
trim valve
trim valve
rigid snow
#

but that's the full extent of me telling someone

trim valve
#

admittedly I don't really care about radio

rough bloom
rigid snow
#

only in very small fragments

#

that do not paint the whole picture

#

this is a fun language exercise i don't think i've fought my brain this hard recently to construct speech

hard raptor
#

I mainly want to use web radio tech so that i can do live djsets in discord vc's

rigid snow
#

live sets huh, what do you need this for

#

the language, why do you need it

hard raptor
#

Liquidsoap is used a lot for autodj in radio stations

rigid snow
#

when i hear "dj sets" i think of actual djing

#

like, rekordbox or serato, not foobar2000 or vlc

hard raptor
#

Yeahh... but first i never said i actually use liquidsoap a lot.. i do sometimes when i want to play back previous broadcasts tho

opaque sigil
#

i can't lie, when i see a language repo and there are no examples whatsoever i immediately want to click off

hard raptor
#

It's icecast that mainly does the broadcasting

#

But maybe i could do more like some radio stations here in the netherlands do, and do a combination of actually djing and "radio djing"

#

Wait hold on.. i just learned something new

#

Liquidsoap can also actually act the same way as icecast if done properly

rigid snow
rough bloom
hard raptor
#

I should first invest in an actual good pc though

noble zodiac
#

swiss army knife of multimedia streaming is a bold statement when ffmpeg exists

hard raptor
noble zodiac
#

it can do it all

hard raptor
#

Yeah fair

noble zodiac
#

I have a ffmpeg oneliner to stream to twitch with

rough bloom
trim valve
#

glueless ffmpeg mentioned, time to complain about how hard it is to make a typesafe wrapper for it in rust

noble zodiac
#

I would almost bet money that it uses ffmpeg as a dependency like every other multimedia program on this plant

hard raptor
#

I think you could see liquidsoap more as a sort of nginx for multimedia

#

But it can do more than just rerouting

#

Wait.. but if it can reroute

#

And it has a http library

#

Hold the frick on

noble zodiac
#

music generation languages are really fun

hard raptor
trim valve
#

like I get the feeling the average user would prefer to not care about stride bs even if it allows for funky SIMD stuff

hard raptor
#

SIMD is just really wierd... (by design tho)

#

It's wierd

#

But really powerful

trim valve
#

idk I don't think too hard about it

#

I just let stuff use it, and loosely try and design my code in a way that makes it possible to add simd if I really care

hard raptor
#

You are kinda gonna need SIMD if you wanna have efficient async (unlike js)

tender river
#

simd does NOT have anything to do with async

hard raptor
#

SIMD is a seperate concept

#

And async doesn't need it

#

But async performs better if it uses SIMD in certain ways under the hood

tender river
#

are you confusing concurrency and parallelism

hard raptor
#

No

trim valve
#

I was gonna say

#

why are you correlating SIMD and async

#

like yes SIMD can probably accelerate async

opaque sigil
#

i'm trying to think about how you'd implement async with simd but i don't get it

hard raptor
opaque sigil
#

or is the idea to use simd to make things faster

trim valve
#

(but I have no idea how)

tender river
#

i dont think scheduler code has literally any benefit from simd

#

besides like giving faster hashmaps or whatever

trim valve
#

glueless what if you make your scheduler with a data-driven ECS architecture so its blazingly fast

tender river
#

surely that will benefit from simd greatly because state machines are perfect for simd right

hard raptor
#

There is actually a whole article to combining async rust with SIMD

tender river
#

wow, an entire article

hard raptor
#

I must admit it is not common

#

But i have used things that way

#

It made things fast

#

Trust

trim valve
#

I should really try using simd more for my stuff

#

I bought a cpu with avx512 so surely I should trying to use it NeuroClueless

opaque sigil
#

you should

trim valve
#

idk what for though

#

it just gets used by ffmpeg occasionally

#

does a good job of drawing more power than I thought my cpu was able to draw

opaque sigil
#

anything you can process in chunks neuroPogHD

trim valve
#

sounds like time to rewrite one of the algos from the arg

opaque sigil
#

thankfully compilers are not too dumb sometimes so you might also be able to get away with just telling it it's okay to avx512 and it might even listen to you neuroPogHD

trim valve
#

give it a little prod with std::simd::Simd

trim valve
rare bramble
#

I have had weird things like this happen, though doing a windows 10 reinstall using the ISO with keeping files and applications has fixed those

takes couple of hours to do and doesnt require reinstall of apps and doesnt lose any files so it's pretty simple

nocturne olive
#

I had decided if my Windows ever becomes unusable I don't bother trying to fix it and get Linux
Well, it happened, so here we are

rigid snow
#

am i the luckiest person alive or what, i never had any major tech issues with windows

eager hamlet
#

linux pisses me off more than windows

rigid snow
#

i don't share that opinion but based

#

the actual worst is macos because apple is weird and has weird opinions

#

it's great stability wise, it's ok ux wise, but once you dig deeper you discover incomprehensible nonsense

#

polar opposite of linux in the "you control everything" regard

#

like this

tender river
#

i only found it thanks to windirstat

small anvil
#

part 5412 of why i hate c++

desert plaza
small anvil
#

i kid you not the only things i am using as dlopen and ptrace WHY is it doing this to me win11sob

opaque sigil
#

Did you by any chance compile the program on another system

#

your popos version is simply too old, they ship glibc 2.35

sage crag
#

statically linked binary supremacy

opaque sigil
desert plaza
#

to hell with optimal file sizes

sage crag
#

statically linking glibc shouldnt make my binary 500mb

desert plaza
#

oh gluttonous glibc smh my head

sage crag
#

the g in glibc stands for giant

desert plaza
small anvil
#

i should just make it in rust NeuroPossessed

hoary lion
#

bwaa

sage crag
small anvil
#

i reckoned that was the case too ๐Ÿ˜ญ

sage crag
#

or musl

#

link statically

#

be cool

desert plaza
#

zig ๐Ÿ˜Ž

small anvil
#

hmm

#

i mean i havent installed alot on this system i can always download a new one

#

relatively simple

small anvil
#

and anyways 24.04 looks nice

#

it is in alpha though

#

or i can just use ubuntu win11sob

sage crag
small anvil
sage crag
#

non-rolling distro users smh

desert plaza
#

yeah, if anything stops working i just reinstall my OS neuroEZ

small anvil
sage crag
#

all distros look the same enub

hoary lion
#

fixed hf datasets

#

now back to implementing original features

rigid snow
# sage crag link statically

why are flatpaks and appimages a thing. we should just link statically. we need 1gb kernel/os agnostic binaries

#

wait what i described is suspiciously similar to docker

midnight mirage
rigid snow
rigid snow
#

why

desert plaza
#

wtf

rigid snow
#

leave it like that i dare you

sage crag
rigid snow
sage crag
#

infinite logos

sage crag
# rigid snow leave it like that i dare you
mkdir -p ~/.config/fastfetch
echo -e "{\n    \"\$schema\": \"https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json\",\n    \"logo\": { \"source\": \"nixos\" }\n}" > ~/.config/fastfetch/config.jsonc

it wont break anything ReallyInnocent

olive sable
#

welp its not my birthday anymore

#

@cobalt vessel unbirthday me

rigid snow
sage crag
#

shouldnt cause any issues

#

but yk, ymmv

rigid snow
#

has the sarcasm ended

olive sable
#

??? why

sage crag
rigid snow
sage crag
#

its all you need really

#
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": { "source": "nixos" },
  "modules": [
    "title",
    "separator",
    "os",
    "host",
    "kernel",
    "uptime",
    "packages",
    "shell",
    "display",
    "de",
    "wm",
    "wmtheme",
    "theme",
    "icons",
    "font",
    "cursor",
    "terminal",
    "terminalfont",
    "cpu",
    "gpu",
    "memory",
    "swap",
    "disk",
    "localip",
    "battery",
    "poweradapter",
    "locale",
    "break",
    "colors"
  ]
}
#

paste that in there

rigid snow
#

well see

#

that's what i said initially

sage crag
#

i have no motive to spread misinformation

#

it was purely coincidental

olive sable
#

this motherfucker

#

oh he killed every single one of my screeps and then left

rigid snow
sage crag
#

i made a mistake giving this to you

#

i accidently spread awa to minyan box

olive sable
#

awa

cobalt vessel
#

awa

sage crag
#

moto

olive sable
#

i have been unborn

sage crag
#

degratulations

rigid snow
sage crag
#

its teto wednesday

olive sable
#

its wednesday my dudes

#

and konii

sage crag
olive sable
sage crag
olive sable
#

do you know what is poggers?

#

glMultiDrawArraysIndirect

sage crag
#

why samvangl

#

where samvanvk

olive sable
#

the game jam happened, and ive been working on that first

#

the paln is to get it working and then port to vulkan

#

since vulkan uses the same shaders anyways

rigid snow
#

is putting extensions in your server name a thing now? sam has cpp, computed has vue... what would i put there? i don't wanna do jsx or tsx. frontend is cringe af

rigid snow
#

absolutely not ReallyInnocent

rigid snow
#

i have decided that pissing computed off by being in chat is worth being cringe

desert plaza
rigid snow
#

these are fine

sage crag
#

.xml

rigid snow
#

uh oh

#

too late

desert plaza
#

am a brainfuck file now neuroGlorp

sage crag
#

still better than xml

desert plaza
#

still better than xml

olive sable
desert plaza
#

i can't echo that

sage crag
#

i can

desert plaza
#

i can

rigid snow
#

js is a good language and react is a great library. windows is not a bad os. python package management is fine

desert plaza
#

fuck

rigid snow
desert plaza
rigid snow
#

vedalEvilWave echo this

sage crag
#

p2w game

desert plaza
#

error: +[->,.----------<+>]

rigid snow
olive sable
#

obs distorts all my audio when its open, ig its fighting with apo eq bwaadow

rigid snow
rigid snow
#

am i winning

sage crag
#

no

rigid snow
#

then it's not p2w right

sage crag
#

clearly

rigid snow
#

went to go check how much a t3 is

#

great

#

is it UA based

sage crag
#

i always read your name as mlintcandy

rigid snow
#

m lint

#

i guess it's just mint right

desert plaza
#

how is your browser not supported lmao

sage crag
desert plaza
rigid snow
#

legacy reasons

rigid snow
#

basically latest ff

sage crag
#

might be some drm toggle

rigid snow
#

i mean probably not

#

and widevine is what netflix/spotify require iirc

#

or was netflix bad quality only without it

#

whatever

sage crag
#

amazon music requires it

#

twitch adjacent

#

or something

rigid snow
#

IT ISN't UA BASED

#

gg

sage crag
#

was i right enub

desert plaza
rigid snow
desert plaza
#

damn, guess you'll have to go with a real browser then neuroGlorp

rigid snow
#

wait no it has to be ua

sage crag
olive sable
rigid snow
#

on a post request

#

anyways it was the built in antitracker that i thought i disabled but i didn't completely

rigid snow
#

you should try a parametric eq it will change your life

olive sable
#

how do i turn of these fuckign v thingies, they're so fucking annoying

olive sable
olive sable
#

its a video of some moving lines and noises

rigid snow
#

this is what is possible with a parametric eq

olive sable
#

i just need more bass

#

the whole point of an eq for me is i set it once and never touch it again

rigid snow
#

ok jokes aside why do you need +9 dB of sub bass

olive sable
#

the sub in my room isnt that strong

#

or well, its 400W and 3 ohm but the included receiver only does 75W

rigid snow
#

can you not eq on the receiver

#

or at least make the sub louder

olive sable
#

it is also on +10 NeuroClueless

#

the max

rigid snow
#

that has to sound bad at this point lmao

olive sable
#

the other speakers are on -6 even, which is the lowest they go

rigid snow
#

???

olive sable
rigid snow
#

i refuse to believe you hear anything but sub bass

olive sable
#

but its 2am so cant show

olive sable
rigid snow
#

look i have 5" speakers, they don't even go lower than 40-ish hz

#

somehow it's plenty enough

#

they're supposed to be monitor speakers too so flat frequency response curve

olive sable
#

My speakers look like this and i have 4 of them connected

#

2 per channel, just in parallel

rigid snow
#

oh neuroAware

olive sable
#

the receiver is only 2.1

#

and im pretty sure each channel only gets 100W or even less form the receiver

#

The sub is this thing

#

the original speakers are 2 skinny but long 360W thingies, but i cant really use that on my desk hence the jvc thingies

rigid snow
#

i imagine the receiver is bad probably

olive sable
#

it might be

rigid snow
#

macos kiosk jumpscare

olive sable
#

to be fair, the subwoofer isnt powered

#

or how do you call that?

#

internal ap

rigid snow
#

it doesn't have to be powered

olive sable
#

i thought powered ones were better

rigid snow
#

aha maybe the receiver assumes that the sub has an amp

olive sable
#

the sub we have downstairs is only rated for 150W yet gets louder than this one

rigid snow
#

lower impedance/lighter cone

olive sable
#

its also twice the size

#

the cone i mean

#

this one has a small cone on the front, the other one a big one on the side

rigid snow
#

the speaker you mean

olive sable
#

the sub ye

rigid snow
olive sable
#

i might just need to find a better receiver thats able to do the 200W this thing is apparently rated for

glass flower
rigid snow
olive sable
#

how loud the sub gets isnt really the issue for me, cuz at max volume its enough to make me go deaf.
the problem is how loud it is compared to the other speakers

#

thats probably cuz it thinks its using the original long as tv speakers?

rigid snow
olive sable
#

my current speakers are 2x 100W 3ohm in parallel per channel. the original speakers are 360W 4ohm

#

that might be the reason?

rigid snow
#

the watts don't count i think, it's just what they'll draw at the loudest point before distortion

olive sable
#

They're just too huge to use at my desk

rigid snow
#

put them on your floor

olive sable
#

i dont think they'd sound very good on the floor

rigid snow
#

but you might actually want powered bookshelf ones and just put them on your desk, zero hassle outside of maybe having to buy an audio interface and cables

gritty dust
rigid snow
#

but that costs money

rigid snow
olive sable
#

where do you put them?

rigid snow
#

they have to be in a triangle with your head
too far? if 27" displays probably
too high? no, just angle them down

olive sable
#

cant do up

rigid snow
#

yeah i see

#

honestly just buy good headphones and an interface vedalCry

olive sable
#

i have decent headphones

#

i just like feeling the bass through my body

rigid snow
#

get a buttkicker ICANT

olive sable
#

"decent" its a sony wh-ch720n

#

good enough for me

olive sable
#

the current setup i have works and i dont have the money to spend on better speakers rn. and id prob just get a 5.1 receiver istead of better speakers

rigid snow
# rigid snow i have 2x adam audio t5v and i love them and i swear by them, they'll sound as g...

also funny thing is because of how the speakers are positioned in my apartment and the general unusual shape of it it becomes a standing wave spawn. when i have people over everyone tells me that the bathroom feels like a club bathroom because nothing gets there except for the sub bass at full power. you can be walking in the hall and have the sub bass blast you, then move 30cm and hear no bass

small anvil
#

it finally has glibc 2.41

#

i can finally build...

rigid snow
olive sable
#

0% usage, 133W. thanks nvidia

rigid snow
amber fractal
#

Speaking of audio, I'm drafting out a very stupid setup called "Hey what about I place an entire karaoke setup within a large sling bag." The one thing I'm missing is some form of bass/base for decent speakers that I can try and hook up to a usbc battery (odds are I'll need two just in general)

#

Surprisingly I have at least some idea or have everything else on hand already.

opaque wharf
olive sable
#

as much as i like linear actuators on my desk, my pc and monitors wont like that

amber fractal
sage crag
#

awa

olive sable
#

oh ye did yall see

sage crag
#

awawa

olive sable
#

awawawa

sage crag
olive sable
#

thats not you

#

you forgot the glasses

#

konii fr fr

sage crag
amber fractal
# sage crag

I summon expand eyes and give 'em a little tint :xdx:

olive sable
#

this is more acurate

#

yep seems acurate enough

#

@sage crag this u?

desert plaza
#

eych blang

olive sable
#

?

desert plaza
#

what

olive sable
amber fractal
desert plaza
olive sable
#

why?

desert plaza
#

wdym

#

how else would one pronounce it neuroGlorp

olive sable
#

where does the e come from???

#

or the y or the c?

amber fractal
olive sable
#

i alwars read it as h b lang

desert plaza
#

h blang sounds funnier

#

i mean eych

olive sable
#

but what is eych?

#

how id you even get that?

desert plaza
#

that's how you pronounce the letter "h"

#

right?

#

how do you pronounce h

olive sable
#

haydge

desert plaza
#

haydge neurOMEGALUL

olive sable
#

in dutch we just say "ha"

#

so haydge for english makes more sense to me than whatever the fuch eych is

desert plaza
#

well in norwegian we say hรฅ

olive sable
#

as one does

opaque wharf
desert plaza
amber fractal
olive sable
#

is it tho?

desert plaza
sage crag
olive sable
#

i think

opaque wharf
#

English has ghoti

desert plaza
#

at least in norwegian it is

amber fractal
#

I'm just used to vowels having a range instead of being precise evilBwaa

sage crag
#

in england, saying "h" as "haych" is generally considered as poor pronounciation

olive sable
#

so its diffrent in norweigen? or did i lrearn it wrong?

opaque wharf
sage crag
desert plaza
amber fractal
olive sable
#

google says its like the a in "law" evilShrug

sage crag
olive sable
#

i dislike words

amber fractal
sage crag
amber fractal
#

even memematic words make more sense (I made it up lol)

opaque wharf
#

French is even worse offender in regards to what is written vs how it is pronounced

sage crag
#

french has clearer rules though

sage crag
olive sable
#

yep, that is the thing i made in ms paint

sage crag
#

it has the wrong hair, sorry

amber fractal
#

We have rules in english? More like advisory.

olive sable
#

idfk what you're hair looks like, i dont have the source material

olive sable
#

bald

#

konii has chemotheraphy o7

sage crag
amber fractal
#

bald until proven otherwise

sage crag
#

two antennae

olive sable
#

antena ar emore like horns

#

you're a bicorn and you're bald

sage crag
opaque wharf
#

Saying awawa does not help the allegation

amber fractal
#

The small people to vtuber pipeline continues neuroTroll

sage crag
#

small alien idol, sams irl friend, more allegations tbd

opaque wharf
#

You're chay

sage crag
#

nyope sorry

opaque wharf
#

Do you like rust lang?

sage crag
sage crag
opaque wharf
#

Yep, konii is Jerry confirmed

olive sable
amber fractal
sage crag
#

get a haircut

amber fractal
#

noppers

olive sable
#

new and improved konii aproximation

sage crag
#

you last had a haircut 2 years ago

#

baldge

opaque wharf
amber fractal
olive sable
#

the ai remove hair from the body worked well enough

sage crag
#

i need a haircut

#

too many frayed ends

amber fractal
#

I was in mesh territory at the ends of hair

opaque wharf
amber fractal
#

needed it awhile ago

olive sable
amber fractal
#

Color picker my beloved

#

That is brown 100%

olive sable
#

no it isnt

amber fractal
#

It totally is

olive sable
#

i knw the colour of birdpoop when i see it

sage crag
#

needs to be darker to be brown

#

when i was younger my hair was closer to the s01 light blonde

#

as i got older it got darker

amber fractal
sage crag
#

awa

opaque wharf
opaque wharf
olive sable
sage crag
#

not me

#

too blue

opaque wharf
opaque wharf
sage crag
#

nope

#

i want to dye my hair blue at some point

opaque wharf
sage crag
#

its harder to bleach curly hair neuroSadge

opaque wharf
sage crag
amber fractal
#

We love dyed hair

olive sable
#

do we? i dont really get why people do it

opaque wharf
sage crag
amber fractal
olive sable
#

is it pretty?

sage crag
#

same reason someone might get piercings or wear their hair in a style or wear particular clothes

amber fractal
#

Depends on how it is done imo, not neon for me

olive sable
#

its just not for me ig

small anvil
#

update: it finally builds neuroBwaa

opaque wharf
#

Do you mean your other family member hair is dyed or is it naturally colourful?

#

Because if it is the latter, I think your family is a rare one ngl

sage crag
amber fractal
sage crag
amber fractal
#

I'm inclined to agree neurOMEGALUL

olive sable
#

i dont mean to relate the 2 things, but in general all the peole i know who coloured their hair were either old or gay

sage crag
#

its very pretty

opaque wharf
#

I honestly don't really think that much about someone's hair

sage crag
#

strange genes

sage crag
amber fractal
#

Only weird genes I have are color shifting eyes

#

that's about it

opaque wharf
amber fractal
#

we get a bad rap

sage crag
#

like a parrot

olive sable
#

it does check out i think

opaque wharf
sage crag
amber fractal
olive sable
#

my eyes are blue-ish

sage crag
#

my eyes are grey neuroSadge

ivory skiff
#

i mean a lot of people dye their hair poorly and it ends up looking damaged so gotta see some quality ones

olive sable
#

its jsut not my thing

opaque wharf
sage crag
#

hello?

olive sable
#

me jumpscare

amber fractal
opaque wharf
sage crag
#

im envious

olive sable
#

i knew some girls who cosplayed as the dudes from sk8 the infinity. i didnt really liek the bright neon red and green hair ngl

amber fractal
opaque wharf
#

Evil red eye

olive sable
#

thats the blood in your eyes actually

sage crag
#

red eyes are pretty but i think i would be hunted on crusade if i wore red contacts

opaque wharf
olive sable
#

i could make an exception if its for our beloved konii

gritty dust
sage crag
amber fractal
#

They'd go after her because she was casting curses and "blessings"

sage crag
#

wait i might be a witch

amber fractal
olive sable
#

idk where the boundry is with the bully konii jokes so i might stop it here

opaque wharf
sage crag
olive sable
opaque wharf
olive sable
#

what is this supposed to be???

gritty dust
amber fractal
#

She vibing

sage crag
olive sable
#

nobody was planning on do verb the duck

opaque wharf
#

I think konii is currently avoiding responsibility somewhere

gritty dust
olive sable
#

perd

sage crag
sage crag
gritty dust
amber fractal
sage crag
#

mr beast

opaque wharf
amber fractal
#

Surely she'll use it in only good situations and not be a chaosbringer ReallyInnocent

opaque wharf
#

I still got those heater

#

Pretty handy to cook with

olive sable
#

there is no real blessing

#

maybe the yuri she sends occasionally could count if you're into that

sage crag
opaque wharf
gritty dust
opaque wharf
#

Shonen, romance, comedy, philosophical

olive sable
amber fractal
gritty dust
olive sable
#

idk what the neurocord yuri policy is tho so better not send any

gritty dust
#

I realized I only ever sent konii one message lol

olive sable
#

you sent konii a message?

gritty dust
amber fractal
#

13+ rule mostly, otherwise safe space. Also def surely on topic for #programming

desert plaza
olive sable
#

girsl kissing apparently

gritty dust
olive sable
#

i welcome it tho

desert plaza
amber fractal
olive sable
#

its good decor between the people going insane

gritty dust
#

It's better than being angry at my crappy code haha

olive sable
#

wait i dont even have konii as a friend yet

gritty dust
#

damn

olive sable
#

i thought i did

#

shes been my yuri suplier for months

amber fractal
#

I have nearly no one as friends

gritty dust
desert plaza
#

surely it is illegal to send an unsolicited friend request

olive sable
#

i just did

#

its not really unsolicitred tho

opaque wharf
olive sable
#

uhhh

#

id rather not you know

gritty dust
olive sable
#

sounds kinda gay ngl, and while i respect people who are gay i myself am not

opaque wharf
#

Lmao, it is mostly lighthearted comedy manga

amber fractal
#

I'm not revealing my anime watch history

dire trout
#

ugh I didn't even get an chance to explain

#

they fumbled so hard though

olive sable
#

i just rewatched kaiju no.8 cuz its getting a s2 and then i watched ep1 of s2

dire trout
desert plaza
#

what

olive sable
#

io have a list on my phone of every single thing i watched for the last liek 6 years

#

these are the latest aditions

#

grranted most of it is isekai slop

gritty dust
olive sable
#

i jsut have a lot of time

gritty dust
#

I mean writing it all down lol

olive sable
#

that takes 5 seconds

gritty dust
gritty dust
olive sable
gritty dust
olive sable
#

i doubt discord compresion would allow me to send the full list

#

huh its fine

#

on pc at least, on mobile its fucked

gritty dust
opaque wharf
olive sable
#

thats very possible

#

id be suprised if there werent any other doubles

opaque wharf
olive sable
#

angel beats is good

gritty dust
#

Sam, you've inspired me, I'll make a list later this week if mine now haha

gritty dust
opaque wharf
gritty dust
olive sable
#

i watched it on the bus like 4 years ago i think

amber fractal
#

Angel beats neuroAware

#

Yeah I finished it as well

olive sable
#

PEAK

gritty dust
#

Have you guys seen Stein's gate

olive sable
#

yes

#

i have the manga

opaque wharf
#

Using the ending song there is goated lmao

olive sable
#

i have the game

gritty dust
gritty dust
gritty dust
olive sable
#

steins gate is my favorite anime ahnds down

gritty dust
olive sable
#

2nd place is probably the eminence in shadow cuz im a sucker for power fantasy

gritty dust
desert plaza
gritty dust
#

I am atomic ๐Ÿ’ฅ

opaque wharf
#

Komi can't communicate... konii can't communicate evilWheeze

opaque wharf
#

Please don't bless me konii

sage crag
#

the wheels on the bus

gritty dust
sage crag
#

wrong

#

the bus is parked

gritty dust
olive sable
sage crag
#

oh damn its 3:51

olive sable
#

yep

#

its almost 5am for me

#

fuuuuuck

gritty dust
gritty dust
olive sable
#

NOOOOOOOOOOOOOO

gritty dust
#

It's 11pm for me

sage crag
#

dont sleep, photosynthesise

gritty dust
gritty dust
olive sable
amber fractal
gritty dust
sage crag
olive sable
opaque wharf
olive sable
#

i have indeed not watched gintama

#

nor naruto

#

nor dragonbal

#

nor onepiece

amber fractal
sage crag
olive sable
#

too dman long

sage crag
gritty dust
desert plaza
#

1000 episode shows lmao

olive sable
sage crag
opaque wharf
desert plaza
olive sable
opaque wharf
#

Because they don't really have "story" save for the last season or so

gritty dust
sage crag
opaque wharf
desert plaza
olive sable
#

huh

gritty dust
#

man such insightful programming knowledge rn haha

olive sable
#

i like my isekai slop tho

desert plaza
#

i love programming

#

so much programming

gritty dust
sage crag
olive sable
#

as long as they put in at least some effort i will be there looking at the slop

gritty dust
opaque wharf
#

Kinenbi Manga is reverse isekai canonically

olive sable
#

my continue watching list says a lot about me probably

sage crag
#

too much

gritty dust
#

I saw that isekai and thought "too far for me" loll

olive sable
#

the ones at ap1 jsut havent been released yet, besides the 1st one i just havent gotten around to it yet

olive sable
sage crag
gritty dust
olive sable
#

he can trandsform into anything that counts as a vending machine

gritty dust
ivory skiff
#

transformer mentioned

olive sable
#

so in s2 he become || a fucking building ||

sage crag
#

what

olive sable
#

yep

gritty dust
#

Now I actually have to watch it

#

It might be so bad it's good

olive sable
#

its technically ||an ice despencing vending machine|| but its jsut huge

olive sable
#

its so stupd its beautiful

sage crag
sage crag
#

yeh

sage crag
opaque wharf
gritty dust
olive sable
#

konii what is the seasonal yuri anime?

opaque wharf
#

Hope he is doing ok

sage crag
olive sable
#

thank you

sage crag
#

oh also bad girl

gritty dust
opaque wharf
#

Sam ain't lying when he said konii is his dealer lmao

sage crag
#

rock is a lady's modesty

#

ave mujica might be last season

olive sable
sage crag
#

bwa

olive sable
#

bwaa

#

this is def to self insert isnt it?

#

otherwise you wouldnt be pulling these names out like this

amber fractal
sage crag
olive sable
#

thats like at least 5 you named

#

i cant even remember the last 5 animes ive watched

sage crag
#

i have a list

olive sable
#

we all have a list

olive sable
#

anyways i should get back to coding

hoary lion
#

ooh

#

finally fixed the huggingface datasets

#

now truly

#

aand now training step is broken

#

classic

amber fractal
#

Yessssssss one of the titles broke the markdown so links are no longer clickable

olive sable
hoary lion
desert plaza
gritty dust
amber fractal
#

I kept clicking links and it reset the history slider

#

I've had to scroll back down 4 times so far

amber fractal
desert plaza
hoary lion
#

o7 chain

olive sable
#

awa

#

awa

#

awa

sage crag
#

awa chain [x3]

olive sable
#

saying awa 3 times summons a konii

#

good to know

#

quick and easy snack

sage crag
olive sable
#

konii is aproximetly 2 cookies tall and made from edible materials

sage crag
#

fake news

#

fake

olive sable
#

nah its correct, aproximetly is doing some heavy lifting in that sentence

#

i never specified the margin of error

sage crag
#

you are approximately 1 atom give or take 1 universe

olive sable
#

see now you're getting it

#

idk why i enjoy bullying you so much, but you just let it happen

sage crag
#

placid plastic duck

#

i am passive and above conflict

olive sable
#

not me misreading that sentence ermFlushed

#

anyways grass

gritty dust
desert plaza
#

grass

gritty dust
#

I could never touch grass

olive sable
#

no no not real grass

#

im farming grass on my gpu

gritty dust
#

Gn I eep now

desert plaza
olive sable
#

grass

#

the waves arent that realistic yet but im plannign on fixing that

desert plaza
olive sable
olive sable
#

we love clang letting me hide public but not private

amber fractal
#

logic ๐Ÿ‘

olive sable
trim valve
olive sable
#

brother it compiles

#

stop complaining

trim valve
#

is it a real c++ project if the tooling isnt constantly
breaking

olive sable
#

idk

#

i expected the tooling to work cuz c++ is liek 2000 years old now

opaque wharf
olive sable
opaque wharf
olive sable
opaque wharf
#

Also, for the clang thing, it's usually compile_commands.json for vscode needs refresh

#

Either that or something terrible has happened

olive sable
#

i dont seem to have that one

opaque wharf
#

Somewhere on the output or release folder

#

But also, it needs to be strictly generated IIRC

olive sable
#

nope not here

#

also idk what woudl even generate that

opaque wharf
#

Oh, it is a build system thing

#

Wait no, I was correct, Clang could generate it

Clang has the ability to generate compilation database fragments via -MJ argument <clang -MJ<arg>>.

olive sable
#

i made a compile commands file myslef

#

it works

#

this folder is gettinh bloated tho i have wayt too much shit here

desert plaza
#

anyway, hello word in 132 bytes

olive sable
#

@konii how much was the hblang one?

#

huh

#

@sage crag

tacit plover
#

Does it make sense for git to track .tmp files

olive sable
#

it shouldnt

#

add it to .gitignore

#

this is my .gitignore

faint sandal
olive sable
#

might need to add .idx

olive sable
tacit plover
#

How do I fix this

split osprey
#

im gonna Loose my mind

faint sandal
#

it's a website that generates gitignroe based on your language/framework

split osprey
#

Why is training a state action model to move a game camera so Hard

olive sable
split osprey
#

the behavioral cloning clones discrete actions pretty well, but none of that matters if it cant manipulate the camera meaningfully

olive sable
#

unless you arent on windows

#

then i dont know

gritty dust
#

zoinks

tacit plover
#

Yeah I just clicked that

#

Thanks

olive sable
#

np

sage crag
#

not sure what it is rn

#

will check in a minute

hoary lion
trim valve
olive sable
sage crag
#

lol

olive sable
olive sable
olive sable
sage crag
#

need to optimise the elf it appears

olive sable
#

179 bytes is like 1432 bits

#

which is not that many

tender river
#

koni i thought you wanted to fix your sleep schedule neuroFumo

olive sable
desert plaza
#

yeah hand writing elf and machine code is best neuroGlorp

olive sable
#

i like how i can see who has a job based on when they're awake

tender river
sage crag
sage crag
opaque wharf
olive sable
#

oh wait im stupid

sage crag
olive sable
#

i thought the screen was 8000hz, not the touchscreen pulling rate

#

my bad

olive sable
opaque wharf
olive sable
#

id prefer something more along the lines of 1080p

opaque wharf
#

It has 10, so it counts

#

and 10x10 is 100, so more than 80

olive sable
#

why do lower res screens have a higher refresh rrate btw?

opaque wharf
#

Yes, it checks out

desert plaza
opaque wharf
olive sable
#

so its just a bandwith issue?

opaque wharf
#

Imagine sending 80kb vs 80MB file on the same 100Mbps speed

opaque wharf
olive sable
#

for a tablet they could use an internal 200 pin ribon cable no problem. i dont see why they dont

#

or just the full 1920

tender river
#

oh almost forgot to watch gwitch prologue i should probably do that before i forget

opaque wharf
sage crag
#

its very funny

sage crag
#

ELF is 70% of the binary

desert plaza
olive sable
#

in theory if you desing a tablet from the ground up it should be possible no? 8khz screen

#

it would be really expensive and probably not woth it, but so cool