#programming
1 messages · Page 28 of 1
small issue
the old server's heatsinks cant exactly be easily transferred to the new one
better ventilation 
ive been mogged, rip
r
do you have a license for that? that letter?
no 
but i refuse
😲
holy, the server has immediately put that ram to good use
well, it will hopefully need less cooling now anyway since it wont have to swap every 2 microseconds
server eating
the fact this used to run on an 8gb board should hopefully explain the 230gb swap (but also i just had an extra ssd lying around)
now i want to expropriate the ssd and make the old 8gb board my ci or something
both the ram upgrade and the extra compute are long overdue with how much stuff i patch but my money 
actually redis is eating 10% of that ram wow
it does not
ludicrous swap
got it make 1tb swap next
all because of ai crawlers scraping my git hosting 
i will add anubis after the next nixpkgs update
anubis 
btw it looks like there is a serious problem with the output of the hasher on both hbvm and x86
it generates a number what more could you need 
in fact this is the compiler adding extra entropy yw
when its replacing libc or running as the main language of an operating system
it needs to be ROBUST
i say replacing libc, because i dont intend to use libc in any of lily
it needs to have all of the folowing
- fearless concurrency
- blazingly fast
- zero cost abstractions
- memory safety
- impl<'a, T, T1, T2> Whatever<T, T1, T2> for &'a Wrapper<T, T1, T2> Where T: Future<Output = T1> + Send + Sync + 'static, T1: Into<Arc<[u8]>> + Send + Sync + 'static, T2: Future<Output = T1> + Send + Sync + 'static + L + Ratio
imo concurrency should be very fearful
fear the cpu, it is fathoming
i like memory safety, but i prefer memory control
as for blazingly fast, i like doing things quickly but portability is a bigger thing for me
in rust its only fearless in the sense of "as much deadlock/race condition freedom as if you ran it on separate pcs", and actually a lot of C++ programmers have bugs stemming from improper memory sharing and rust does fix that, but when you understand that concurrency is still very hard
and as for mpl<'a, T, T1, T2> Whatever<T, T1, T2> for &'a Wrapper<T, T1, T2> Where T: Future<Output = T1> + Send + Sync + 'static, T1: Into<Arc<[u8]>> + Send + Sync + 'static, T2: Future<Output = T1> + Send + Sync + 'static + L + Ratio, well yes, we will definitely have something like this
most of what i see from rust concurrency is capping potential performance in the name of safety
but that's completely fine
since if you need that level of performance you can just unsafe
most of what i saw from your code is forgoing proper concurrency in favor of heisenbugs 
i would know how to appreciate trash heaps
yes
im currently playing sebastian lague's little circuit game
the only gate it gives you is NAND
i have made all of the others
yeah i remember assembling all basic gates from nands
what do you think this is
Nerds am I right
well, easy question 
not probably idk how the wiring works
yes
i dunno i thought of all of these myself so i dont know how optimal they are
this one is OR
does the game make you design an adder
i remember spending a while trying to optimize mine and then looking on wikipedia and it had like 3 nand gates less 
these are all of the gates i made
half-adder
full-adder
i still dont know how optimal these are
they are probably not optimal just by virtue of not purely consisting of nand gates
that's what i thought
since that allows you to do some crazy optimization by reusing values
mhm, you can do a NAND storage
i also wired up all of the 4 bit variants
except for the full-adder because im trying to think of a way to do it with parallel computation rather than sequential
once you have NAND-4, the rest of the parallel ones are just the same as single bit logic gates
i designed a video player in factorio which is basically the same kind of circuitry but each combinator is a bit more capable but also delays the signal by 1 tick
but the hardest to understand thing in factorio i can think of (related to wiring at least) is probably balancers, they basically use 2-to-2 (or 1-to-2 or 2-to-1) splitters to evenly split N lanes into M lanes
the maths in there are insane
im thinking i could half-add two numbers, then left shift the carries and then half add those
until you get to the end of the bit count
but im wondering if that's less performant than just implementing the sequential full-adder
do you have any kind of costs in the game?
nope
because its not like you have to worry about heat dissipation or electron paths
fast requires a definition of fast, tiny doesnt necessarily mean fast, basically what i'm saying is you need a metric
andi need to sleep rq good ngiht 
...
good night
im looking for a most-reduced implementation
in terms of number-of-NANDs i guess
you could try automating the designs
example from factorio https://gianlucaventurini.com/posts/2024/factorio-sat
SAT solver on factorio
oh before going to sleep im just gonna mention how i had to flash the server (the previous one too) because i found the process pretty funny
- short two specific pins on the server to make it enter flash mode
- connect the server's usb a port to my laptop's usb c port (yes, not vice versa, its normally supposed to be usb a to usb a but i dont have one)
- set some sysctl to make linux not break usb randomly
- connect the server power
- run random rkdevtool commands
design a multiplier later, shouldnt be too hard

i wanna blow up a capacitor
ive never done it before
and it seems pretty easy to blow it
(i got inspired by electroboom)
hm yes reallocate buffer for every read character
i don't understand it but i feel something is wrong
essentially in a cursed pseudocode
read(name):
file = open(name)
size = 1
arr = [0; size]
loop {
char = read_char(file)
if char == none {
break
}
arr[size-1] = char
size += 1
arr.append(0)
}
arr[size-1] = '\0'
close(file)
return arr
except that arr.append() is a much slower operation than it looks like in the pseudocode, because typical dynamic arrays have a preallocted buffer capacity that increases by 2x each time it's resized
that wouldn’t reallocate on every append though
whereas this increases the buffer capacity every time
i am aware 
thanks
slow internet, i sent my message before yours 
reading a file
reading a file into memory in the slowest way possible
well obviously ye
this is not the slowest way
what would be the slowest way
its asking the os for more heap memory for every byte of the file
isn't there a function to read a file?
fread
The code uses feof() to control reading, which causes it to read one extra character, causing the wrong buffer size and an extra invalid byte before the null terminator
the slowest way would be to
read():
while true {}
there is always a slower way
yes, this is a deliberately cursed code or something
pop that bad boy in programming war crimes sub reddit
true
Why tf is it sending now
i have bad news, i got the image from one of those
while true (omg so funny haha)
This was the mlntcandys code
God I can't type today
stupid autocorrect
it’s not my code! i would never write something like that 
oh its not yours?
Uh huh
yes it’s from r/programminghorror
lovely
Oh lol makes sense
It doesn't
because love + ly??
Love and you added ly to the end
So then you think love should be spelt lov or something
I'm losing a chromosome talking about this
i’m gaining one
english is my 2nd language

is that a good thing?


what did i just walk into XD
uh you wanna see me blow up a capacitor?
Bro
just gonna leave this classic in here https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
hm yes bifurcate
no
whats that?
why not?
now that i've toggled it, make a guess
cuz why would u in the first place
you should have been sleeping 20 minutes ago 
nand
oh
its a circuit
logic gates
i was about to say logic cakes
yum
ive never tried it and it looks fun
so uh ye
its a circuit that outputs 01 if the input is 1 and 10 if the input is 0
does the output of the upper nand gate input to the lower nand gate
to be fair gtao loading times are still shit even after rockstar merged this fix but they’re not outrageously shit, like imagine trying to play the game and it takes 6-10 minutes to load on an nvme drive, if you never played it you’d never actually understand how bad it was
so it outputs 1 if 1 and 2 if 0
good
thats cool
why tho
eh, not quite. it's interpretable as binary, but it's not binary per-se
its basically converting an input into a crossroads
clearer look
its gon explode
i've seen people do that
thats what blowing up means
and the goop is not pleasent
it’s fine
what goop
capaciator goop
ye fr
there's goop in the capacitor?
yes
have you blown up one?
no
dam
i have seen youtube videos of people blowing up capaciators
that guy?
exactly
ye he's cool
i don’t know if i should engage in this convo because it can be seen as encouraging this but i’ve blown up caps before and it’s fun
Not all capacitor go boom. But the electrolytic one sure love to do it spectacularly
yeah trying to blow up a ceramic capacitor is gonna be underwhelming asl
i never tried but i’d imagine it just burns
are the squarish ones ceramic?
yeah
With high enough voltage, everything burns lol
The easiest way to explode an electrolytic caps is to buy a lower rated voltage one than your local outlet voltage
wait plugging them into the outlet is CRAZY don’t do that
It is indeed crazy as is the idea of intentionally exploding a caps in the first place
if i rember the goop is toxic?
Unless you go out of your way to ingest one, it is fine
i see
I'm not saying it isn't toxic, and some of it could cause skin irritation, but then again, wash it with water and you'll be fine. If you're doing it often, I'm more concerned about the fact that you are exploding caps often in the first place
now, how many cpu cycles it took

didnt measure
we are only 2.9x slower than the rust standard library hashmap though
on my machine
pretty good
CPU cycles isn't a good metric either. Even if an instruction cost 3 cycle, it could be slower than a 5 cycle one
this is true
a better metric would be a real world test
which i do not have
you could also measure energy use, but that also varies with the type of instruction used
how does the best and worst case compare?
you must be lying vro
since im not able to use SIMD for probing, my hasher is dubious at best, and i havent made optimal changes to the tombstones
i think you may just be unable to read
that's ok

just don't run into the worst case 
oh actually, more important thing
hashmap on x86 and hbvm have now got the same output

due to some recent compiler fixes
my DNS registrar is selling .gay domains for 2€/year this month letsgooo
lol
damn, im close
page out to ram 🙂
and then to disk. easy!
"there's your VRAM" -nvidia and amd
she's asleep 
this guy is cluelessing 50% of the time and trolling the other 50% i wouldn’t pay any mind
oh.
what loss
idk
Morn
yeh
No tensorboard??

i dont mind clueless people, i just prefer if people dont jump to conclusions 
it wouldnt even be that surprising if my implementation was faster than the rust default hashmap in some cases
that's just how data structures work
FlashAttention v2 not found. Falling back to standard PyTorch attention.
TensorBoard not found. Logging will be limited to console.
rust hashmap takes safety into consideration

Also, i went to pick up the headphones
im sure theres a good point for that safety
turns out they were these https://nobleaudio.com/products/fokus-prestige?srsltid=AfmBOoo1S15cQrdP46onEZ5BO3my3Fgn7qEL00ZhRnRXp5A9EAeoGQi7
FoKus Prestige is on Back Order at the moment. Shipping may be delayed 4-6 weeks after purchase. Products will ship out as soon as they are received. Introducing the FoKus Prestige! The FoKus Prestige is the Premium upgrade from the FoKus Mystique featuring an improved PCB board for connectivity, as well as a 10 hour
idk how the could just give them to me for free
Crazy
for 600$ the transparency mode is so ass
Heavenly sound quality tho, innit?
ye idk why it wont work.
try:
from torch.utils.tensorboard import SummaryWriter
TENSORBOARD_AVAILABLE = True
except ImportError:
SummaryWriter = None
TENSORBOARD_AVAILABLE = False
print("TensorBoard not found. Logging will be limited to console.")
probably something to do with summarywriter if i had to guess, altho idk what summarywriter is
pip install tensorboard (?)
ima be honest
without proper loss documentation
that run is worthless since
the model couldve overfit or whatever
headphone sound quality is not correlated at all with price
why is tensorboard a seperate install if its part of torch? 
it's not
part of torch
u can also use wandb, etc
you install it from torch.utils.tensorboard tho?
thats just random imports
that dont ened to necessairly be downloaded
e.g. torch.cuda.* is not a thing if cuda is not installed
the model is entirely undocumented
u dont know anything about the actual eprformance
ideally u'd also have model weights and norms logged
also u dont pretrain a llm on batch size 4
im at batch size 16 rn
Oh SamVanMaele your matrix idea worked btw my sexy man robot arm did the thing, moved to the puck
Pog
what context length are u using sam
what is the effective distribution of token amounts per sequence
1056 i think?
so ur wasting almost 1000 tokens with padding?
look i have no clue how to calculate effective token distrobution
like do u have a histogram or something
with the length of each sequence in the training data
nope
idk, im jsut running the code
use_dynamic_token_length: true
dynamic_start_len: 64
dynamic_ramp_steps: 10000
it has this shit
i dont have a clue how this stuff works, i jsut have a 3090
Rich ngl
why would anyone start training at sequence length 64
thats like barely half a sentence
it was ony 675
dont ask me
I got a 4070 idk if that's good for training ai
fast but less vram so eh
Yeahhh it only has 12gb
@prime ridge whats ur training strategy
damn i really dont have energy rn.
i guess thats just what 3hr sleep per day for a week does
Go eep now
i'm still studying
kill braincells? it do bee doing that
Yea
no, i have dinner in an hour. its only 6pm rn
and i have to finish more homework, it never stops
i covered living laws and regulations and insurances laws and regulations, i'm currently covering work laws and stuff
i still need to cover the politics and taxes part
Average programmer sleep
my brother in Christ, why are they giving you a law degree?
uh no this is General knowledge class
maybe you should
nah
100 min is not that much
then break 30min (everyone will contemplate their full life choices here and say "it's so over") and then 50min essay
the exam is 28 pages

the only times ive had that many pages was a 40 page math exam
but math is ez, this doesnt sound that ez
Math is easy?
math u just learn the few rules
Oh pure souls
technically if you know the full rules math is straightforward ish
at least pre-university level
i had a bit of troiuble with limits of integrals, but besides that its ez
30+ pages. I think the longest math exam I have had was my senior high school extended math finals, 6h test and like some 10 pages
how are you even supposed to do that without literally just throwing garbage at the paper as fast as you can and hoping that some of it is correct?
it would probably take me the whole 3h to just read all the questions
i hate the learning material for my exam is
basically just a legal concept to the left and to the right just basically a summary
So this is an insane memorization task
learn as many concepts and their summaries as possible
It's like 60 pages across all topics
With 3-4 concepts on each page
I'm making a summary of these summaries per topic but the summary itself is still 4-5 pages
Per topic
So I'll have to make chatgpt summarize the summaries of the summaries
depends on what kind of answer they want. Like give me the paragraph for this law or whatever
That's one or they give u irl examples and u need to say e.g. what legal concepts are taking place
Another type of question is telling if a specific scenario is lawful
Or not
at least thats not too bad
Yeah but for example it gives an example of termination of a rental agreement that seems plausible but it's actually not legal cause of some small detail (e.g. they were living in a shared flat with only one room so it's actually just 1 month notice up to the beginning of the next agreement + the specific name of the form mentioned is wrong)
The result is a set of Claude models that understands our customers’ unique national security requirements while maintaining Anthropic's unwavering commitment to safety and responsible AI development.

i love that i can just read whatever you post
Its 2048
All 2048
Training a base autoregressive model that will be fine tuned for producing desirable outputs. Training 768m parameters with 2048 ctx at around 200k tokens per batch ish. Using spread out latent attention bottle necks across the 36 layers (around 8 bottleneck layers)
50k vocab size
Im on mobile rn so not trinna write an essay rn but thats the gist
what's the model size without embedding
Total params - (tokenizer vocab * hidden dim)
anthropic pisses me off with these behaviors
i dont get it, just buy more gpus please...?
unstable rates 😠
708m
Im also doing batch annealing
First epoch with high batch and lr
Moving to lower batch and lower lr to improve generalization
Increased dropout tho just to prevent overfitting
And ill train for 5 more epochs
peak programming heh
But early stopping in case I dont need it
use switch
does the IDE not recommend it?
06-05?
good for writing, theey say
hope there is some alternative to claude in writing
Allbiet I kinda wish I did 24x1536 instead of 36x1280
Cuz deeper layers are kinda poinless for casual texting
how much are u saturating the model
In terms of data vs scaling laws etc
And overtraining
looks like i was wrong, which doesnt suprise me
Epoch 1 Training: 44%|▍| 220879/501313 [14:38:0 rn
so im geussing it will be done tomorrow at like 6pm or so

using packing strategies?
I just fucking rm -rfed my whole ForgeJo data folder 
Not horrible. About 20 tokens per sample
Which is optimal
Perfectly fine
Truncation
Which ik isnt optimal usually but because of the <msg></msg> tags it will be fine
I just dont know how many messages of context to put in
Thatll be a challenge to balance but ill figure it out
This would be bad if I put eot tokens at the end
But it knows it needs to continue
kde plasma
i went to shower 
did you sleep 
its a level of concern that is reached when someone says "im deciding not to sleep for another day"

randomly reminded me of
true f t x = t x;
false f t x = f x;
(boolean church encoding/in other words, how to create booleans without builtins except functions and assuming your language doesnt do call-by-value)
m
lisp macros are cooking my brain
I kinda wanna make my own ai vtuber does anyone have any advise on what programs i should use? I am pretty new to programming
We have gotten two spaces of the bingo today
there you go
LMAOOOOOO
I cant believe you made something like this
although tbf, its not too suprising considering how many people we get that come here like that
@amber fractal bingo update
its not mine, dont know who its from eventually but its needed too often
oh lmaooooo
we are getting closer and closer to a bingo
Tip: don't use Unity
And of note, you need some serious compute if you want to do that
And even more VRAM
Alright thanks
I should be shot for this good lord
who would've guessed that making a cad model is hard as hell if you only have a (floppy) 30cm ruler for measurements
the first image and the bingo are both from iggly, idk who the flowchart is from tho. also a #programming frequenter but i forgor
at least it looks right lol
i'll get a full time job or something and you wont have to worry 
Brother
nvidia
GeForce RTX 5050 should launch next month NVIDIA is reportedly working on a new desktop graphics card, supposedly even slower than RTX 5060. Yesterday, rumors began circulating that NVIDIA is now discussing a new SKU with its board partners. This card is the GeForce RTX 5050, and it is not a laptop version. Shortly after […]
pls
why
why do we need a GPU with WORSE performance than 5060
5060 is still 8GB 
128-bit bus, dogshit
yeah but for more expensive
nah wait, this one is gonna have less rops
cause "ai" or whtaever
perhaps because the production process is becoming more and more failure prone, assuming gpu production is anything like cpu production
nvidia be like: oh wow rtx 5050 is fast as rtx 3090 cause 1000x dlss frame gen
- upscale
I thought you were just phishing for bingo at first lmao
rtx 5050 is 3000 tops *fp1 vs rtx 3090's 1 tops *fp2147483648
thew 5050 is gonna be GB207, and the 5060 GB206.
so its a difrent chip
not even bad harvest -> deactivated rops
just new bad chip
absolute dogshit
should i do joystick or 4 arrows?
@sick owl how much have you cooked with the new 2.5 Pro upgrade?
Someone posted this already? It's V3 
https://v.redd.it/1nnrriqmi55f1
closer to the end of time (2038) than the beginning of time (1970)
closer to tomorrow than the formation of the sun
seems like they migrated to transformer based AR tts
judging by the multi-speaker and latency

what I will do is maximum efficiency and generate ai podcasts on each topic while re reading my notes tomorrow morning
and generate ai summaries of my summary
I'm almost there with political study I just need to cover the political compass and what everything exactly means and how initiatives are done
then i can go to the last topic
which is taxes, however
that was the last exam I had so most of it is still in my head
man😭 to not fall asleep i got some binarual beats BS setup
which supposedly increases brainwaves or whatever
idc as long as it helps🙏 😭
so close to a bingo now
wait didnt we have nvidia complaining earlier today
Havent we done nvidia complainin
with the 5050
BINGO
@amber fractal we got a bingo
still needed a vibe coder to get a second bingo though
Violently married 
I tried to vibe code something last week, but chatgpt code was ass so it didnt work
Im not counting it
I think chatgpt just didnt know the lib im using and pulled an answer out of its rear

????
i had a good laugh about the entire thing when i saw it
dont ask me, i have no fucking idea
Censorship
Shadow what happened to your name? Lmao
he doesnt have in his name that hes not a femboy
so we know what that means
(you're lucky i just turned off my pc and thus dont have the image on hand)
(etc means more stuff which i did not explicitly state)
SAVED
Does that mean you arent you ?
it's not stated if I am or am not myself
only I know

Are you sure about that ?

that was ChatAGI-o9 Ultra 6o Pro++ 48.8T
What in the hell is that?
a close up of a really boring spool
I'll gladly complain about nvidia
yummy
Because their drivers are the one singular broken part in my linux install and somehow each one has a different issue
you are one of the people who i think would genuinely eat fibre optic cables
being 100% real i wouldn't eat glass
the pic is super zoomed in beacuse funni branding
Ah yes, cable and drum "ASSY" 
i would not be opposed to copper though
assembly I'd assume
real wireshark hours
Ass
chaotic evil
i do like the lifting instructions too
In dutch "autism spectrum disorder" is "autisme spectrum stoornis"
So i am diagnosed with ASS
mhmmm🤤🤤🤤 Fibre Optic cables 💢‼️ BAD for the environment 🌿😭🙏 But very yummy to eat🤩 ✅🥰❓

Dont eat my ass 

Take me out to dinner first like jeez
oh I forgot to post the other part of this
Dw i alr have a gf 

I present to you almost touching anny ears
Painful
If i had a nickel for every woman in #programming who happens to be a lesbian, i could buy a beer
How about
tho
Just become tramsexual
NGT8DD-chan will never cheat
Look at that hot hunk a metal
34 tonnes of yellow metal at 80km/h 
Anyways off topic
surely trains are on topic
Flag?
wish we had stuff like that here :(
Trams are not trains
fron of tram, with the lion
i think we've had this conversation before.
That's just Dresden, the city
true! but its similar in spirit
Oh you're the person from then?
yes
I got an ace
left is dresden, right is flanders
the person that said trams are trains
fun fact trams are called "tramways" in russian (literally just spelt "tramvay")
The german law requires trams and trains to be separated, posing individual rules and regulations for each. These deviate far from each other, and are mismatched even in small details like indicators.
Can't argue against the book of truth
of course, they're optimized for different purposes
They're different to the core, starting with platforms and layouts
ok but is a semi truck a car?
No
I have yet to see a 1:1,5:1:1,5:1 SB:-:SB:-:SB train
Yet that layout is common in trams
Google tells you to put glue in pizza for thicker cheese
and it works
It's also BS
google is always right, clearly
Troll 
again, they're optimized for different purposes, no point in designing a light train or a heavy tram
Talking to the T
you sound like you haven't had your daily dose of glue 
t
hi konii
hi t
Does anyone here know proper stable drivers for nvidia 3070QM on Ubuntu?
Cuz Mint came with 4 but it's all just "pick the least broken piece of shit"
And the one i got from the official nvidia site didn't work any better 
surely you can just use dkms
$125 for a recepticle and $80 for the dust cap 
thank god we already have like 6 of them
actually dkms probably wont help here if drivers work but have bugs
They do their job, just incredibly poorly
thats nvidia drivers for you
Nuveau for example kills proton, the one I'm on gets screen freezes, the others aren't any better 
also note that there are two branches (open source and proprietary) and they're different
do NOT use nouveau

Silliness spotted
I stopped after proton died thanks to it
At like -1 gps per polygon on screen
Does it break stuff or is it just as instable as it is
historically nvidia has been SUPER uncooperative so nouveau couldn't develop their drivers for newer cards
the development kinda stagnated for a while
it resumed now that nvidia has become more cooperative thanks to AI
but they have a lot of catching up to do
-# Just came from playing DELTARUNE's new chapters, so that was fun
I see Xoda once again hating on the Nvidia drivers
They're all horrible 
What's a girl gotta do to get working video 
Maybe it's just because you have an obscure GPU that was made for laptops that were only ever meant to run Windows
So 3070 QM is obscure 
alright I'm about to install arch on my desktop PC on a new hard drive
any pointers for a guy who's been living off his dad's windows installs all his life?
Well, seems like it is
From what I can tell a 1060 3GB works perfectly fine
just read the wiki
is there a version of the wiki in english
Wouldn't that be the main version
??????
I'm just saying my brain hurts is all 
i'm a new face and a new name
hmmm there are a lot of erlang jobs
I been here since 2023 or sum
What type of games do you make
once you get used to it its fine
Wait you changed your name I just noticed


3d game
- python


How's the global lock treating you?
Lol, python is super great though bc easy
no issues so far
readme link has a recent build
that's cool I'm looking at that later
I have a couple projects that use c++ and dx12. And holy shit d3d12 is so difficult to use compared to opengl
But once you get used to d3d12, you can never go back to opengl as you'll be starved of all the features
And for that same reason, I couldn't imagine using python for a project like this
Me when 
I tried using Godot, but it didn't give me a whole lot that couldn't already be done better in other engines, and it was missing a lot of features graphically
Godot is peak of premade engines, but a custom engine would be very interesting to mess around with
Question btw it's been a month and I still haven't heard back from GitHub on why my account was suspended, I contacted support twice with no response

hi iggly 
The table is my work, rarepossum did the flowchart
The reward for bingo is a new board to continue the fun
-# (If the bingo stuff was more complete then I'd say the reward was a public beta of a bingo bot
)
Silliness
By the way, some slight progress is happening with the NeuroSynth special append
this code is so ass, but touchscreen support works now 
Done some fun stuff already
joystick style, but il make an option for L/R/T/B buttons later maybe
Asked it to generate a comprehensive list of emotional states and speaking tones then turn that into an animated avatar I can use as a frontend for an LLM
Result:
Silly
I will 100% confirm the next version won't be as AI centric


only a single bug
if you press the joystick first you cant move the cam around, since first press becomes the mouse
need to increase the sensitivity too i guess
my fingers
i love learning 5 topics in 50min via 5 10min ai podcasts
at least you're learning
this is the prompt I have used
I have a test in two hours and need to learn as much as possible in a short time because I haven't been studying. Focus on everything, but especially on the following topics:
<learning goal>
Speak quickly and get straight to the point. Do it so that it can be absorbed as quickly as possible, even if the podcast seems unnatural or unrealistic. Extremely efficient learning is priority #1!
lmfao
i have concluded the programming and shall now make my final homework of the schoolyear
new version is uploaded to git btw, same link as always
man it says
the calculator i have
is not allowed at the exam
so i need to buy a calculator last minute
omg
maybe saved
i have an old ass calcilator from 1986
this one literally has no cheating functions
nevermind a weird battey shape no one ever saw
what weird shape?
who is Konii i only know konii
?
oh
12GA something something
these
our oldest garage remote uses those so we still buy them occasionally

Finally someone came, hai! 
Hello there!

hii


it's just sum, division addition and subtraction
i wouldnt tske my chances
i cant find any😭
otherwise i will
play the victim
since i'm my teachers favorite student kinda
and say
"oops i accidentally brought this OP calculator"
teehee~

no place is open at 7:30 am
I never added games to my calculator as I never had a sync cable 
I just made the games instead
actually this may save me
Dang it, I want to play games while other people are testing
I'm just glad our school didn't entirely nuke peer to peer network traffic. So I was able to play coop games while waiting on slower people in math class.
chat
My exam summary
Printed out
Is 37 pages
This is NOT a summary
😭😭
And it is already a summary of legal texts
The gemini summary is 5 pages
is that sam/iggly/konii/etc
I think so
It’s so funny hearing people on Twitter saying shit like “Neuro is good because she’s not generative AI and is more like a puppet being used as content, not creating content”.
Neuro is literally an LLM (Gen AI) based AI system, and Vedal himself stated that he doesn’t like her being seen as a puppet.
He created Neuro to be a streamer, and content creator in her own right. That’s always been his intention.
Neuro is ethical, but not for the reasons people like this think she is. 
morbing 
morbing
morbing time
@maiden geyser i might or might not have accidentally found your PFP source
having decorative pillows doesn't make one a part of the bourgeoisie, sir
the faulty feline philosophy?
yes
yes it is
i listen to exclusive vocaloid so yt just slapped that on my home page
its actually pretty good
this or forbidden cotton candy?
this will be in your vision
XD osage is already in my vision
ai crawlers 
git good x16
makes me feel horrible for having to poll a website once like every minute for data 
#programming is so quiet rn
Any other arch user here having trouble with kde plasma?
good luck for your exam 
Hi Iggly hope your exam goes well 
morning
no?
Alright, thanks. So time to debug it is
what is going on exactly, i used kde plasma on arch before i switched
calling a funeral parlour ante or post factum?
Nothing burger. It is a known issue of SDDM apparently and I am just unlucky that today my touch numpad driver is acting up and somehow affecting the SDDM
how could numpad affect SDDM
Yep, that's what I asked the first time too, But here we are. I fixed it now
To be fair, the touch numpad driver is made by someone in python, no from official ASUS
And it is from AUR
another victim to AUR 
those linux developers i swear...
also how in the world can anyone write drivers in python
i thought they all do it in C
Ohhh boy, you have not seen someone using ping as a storage
its possible, but just why would you do that
have heard before, if not seen, thanks
Its possible as it is not a kernel module
basically as a userland program
userland drivers are a thing on windows too, i think
For anyone that will encounter the same issue, this is what helps me
https://github.com/sddm/sddm/issues/1799
I'm currently trying to launch SDDM in Wayland mode, but it's failing to start properly. According to the logs it fails to take control of /dev/tty1: 125028 [18:27:31.722] (II) DAEMON: Addi...
I tried ctrl+c on the tty1 and found that the touch numpad driver is stopped
yes UMDF has existed since like, XP
Yes, I may (or may not) agree with what you are saying, however the context here isn't very clear. Please refresh me on what you meant regarding my post and the context of said post—as I would like to respond in an accurate and straight-forward matter. As a fellow discord chatter, I happen to be a very down-to-earth and casual person, and having a better understanding of the intentions behind your message would enable me to respond in a much more understanding and relatable manner. You may respond to this message if you like, but just know that a response back may take up to 15 minutes to 2 hours depending on whether or not I feel like it at the moment, but I will try getting back as soon as I can! Thank you.
was UMDF that good they had to make UMDF v2?
Manner*
Fuck. My post is ruined.

i wear it with pride
With all due respect, you really have an astonishing talent of making your responses EXTRA long. This might be a me problem of being a Gen Z brainrotted due to endless scrolling of short form videos, but this very specific sequence of words makes me cracked for somewhat reason.
It feels like it was extended using a large language model, and I am very concerened that you have used an em-dash, which is typically not accessible in any keyboard.
May I ask if you are a writer or something? I am quite interested.
ifunny watermark. Opinion discarded.
I would love to ping konii to show this m-dash using individual
I just noticed that it should be an em-dash
smh
Nah, but yeah people on twitter are funny like that. 
m-dash individual should be on the bingo
My dad is a writer, so maybe that has something to do with it? As for the emdash, I copy and pasted that to sound more—robotic.
pretty common so far though
:false:
i think last 2(?) weeks we had 2 m-dashes and 0 vedals
We have gotten multiple times people that used llms to generate their chat messages
The last vedal appearance in programming was months ago
Nah, I just spend like 15 to 20 minutes, or longer to type out messages lmao.
yes and no, it was more so born out of architectural differences between KMDF and UMDF 1.x
Oh lmaoooo
wtf is the purpose for that
Still we have had people before who used an llm to generate their message
to sound like an intellectual??
UMDF 2.x was supposed to remedy the architectural differences
I dont fucking know
we aint reading allat? lmao
Longer messages just make people take you even less seriously. 
i remember one being to showcase a "brilliant new idea"
incredibly funny that was
What? So if UMDF and KMDF is architecturally the same, why would you write UMDF?
I think azaka said that they are different?
$42 turns out the total prompt length per request going from 80 tokens to 650 is significant
so it was needed to rewrite UMDF...?
ouchie
kernel drivers are ass and you mostly can't use them
But the V2 is supposed to remedy said architectural difference
architectural, not privilege difference
I meant that as in coding structure
not like, the fundamental ways they're called and used
yes
I mean I am taking suggestions because we actually got bingo
I remember that one, that was funnny af
so sad I don't remember such hilarious behavior
💡
if you wanna learn more about WDF in general, see Ch. 6 Windows Internals Ed. 7
@grok show me ch 6 windows internal ed 7
Exam in 1h😭😭 the moment after not having studied as i should have in the last 6 months
good luck
Oh i hadnt seen that one yet lmao
guess the ai they asked
No idea
grok grok
I love when random ass SpaceX glaze comes in
Ah lmaooooo










