#programming
1 messages · Page 331 of 1
Can I just send you the script?
I have no idea what code it contains
I only know what it does
send it to chatgpt 
Well thats the thing
HE made it
I told him what to do
:s
But he made the script
based
then tell chatgpt to add the stop/restart functionality you want 
He already did
It's all set up
3d game
The reason why I'm here is because I'm looking for a way to make the batch file silent
Trying at least
then tell it to do it without a batch file 
I ran out of gpt 5

And there's an attachment in the chat
you either learn to code yourself or pay for ai 
if ur learning i dont recommend relying on AI
for the sake of yourself and anyone who uses ur work
I'm not looking to learn programming
My goal here is to have a discord bot that integrates with the ai models I have on my pc
Free cloud experience on my phone
And that succeeded
BUT...
The commands apparently need syncing
Which takes about an hour
Godot is a 3D engine.
@tender river did say that Unreal has blueprints, which makes gamedev easier (no code).
And the commands work everywhere except in dms other than the with the bot
What will you do when it stops working because of some discord update
Or will your gpt5 replenish by then
Probably not
I would just sit and cry silently
ye anyway if you rely on ai know that real people cant help you because they expect whoever wants their help to know what they're doing
it's best to keep relying on ai in that case or at least mention very early on that you have no idea what you're doing
Okay thanks
Never said Unreal was good ;p
If I were learning game development from scratch, I would start with some sort of 2D rasterizer.
like in this case there are technical workarounds that a person who writes a discord bot would be capable of doing
A friend said unreal is better if I wanna make 3d that's why I downloaded unreal
but if you made a bot with ai, its your responsibility to deal with the consequences
its not
u can make good looking stuff in most 3D engines these days
It is indeed
Oh I forgot to mention I know a tiny bit of kotlin/Java. Would that help with python at all?
programming is not all too different across languages
though for beginners different languages may feel very different
Probably just my mindset, I'll go back to godot cuz I have moreish knowhow to it
Not on 3d part but
Well I recognized almost all things in the code except for everything discord.py related
The str, int, all that stuff
and understanding discord.py requires reading discord.py docs
good luck
Thanks
the only reason id move engines at all if u already have work done is because u need some sort of feature missing from the existing one
People think that Unreal Engine is a bloated (heavy, slow, low FPS) mess.
Don't be scared to learn C, or even assembly. From there, you can eventually build a rasterizer, which with other components, will allow you to build a game engine on your own, if you desire.

gotta love ur first OpenGL games
Make an osu competitior
Show them who you are
Assert dominance in the rhythm space
Reading just that dreads me
I've been playing around godot for some time ago
(this project is long gone)
Nice, good luck!
Eh, imo it can be more important that you proved to yourself that you can accomplish something than any particular technical knowledge you learned
You have to learn new things constantly anyways, so just knowing that it's possible and knowing that you could also probably do it goes a long way
Would've been fun 
hello again, here's the netbook update no one asked for: i don't think i'm good enough
i opened up the laptop, repasted the thing, but now none of the I/O works
so i don't have ethernet, and i don't have USB
one port was on the other side so it survived, but i need two ports (one for a keyboard and one for my installation USB)
what's worse is, my desk light died, so now i need to go buy a new desk light so i can open up the netbook again if i wanna salvage this
of all the things that could go wrong with reusing an old netbook for a home server, this was not what i expected
?.?
lots of this actually, in general
Desk light coming in handy to make the situation even worse
i was talking here a few days ago about getting alpine linux onto a very old netbook because that's the only spare hardware i have left after i've had a string of hardware failures
me realize why german and russian names for meringue comes from french "baiser" (kiss)
it because
meringue cookie called meringue kisses
also cupcakes didnt get soggy in fridge i think its because i used airtight box 
Its a different way of looking at things. Once you get it down, it's just syntax... Tbh Bo different than different languages in general
If you know how to program and are able to correctly write the tokens needed to get a LLM to do exactly what you want it to do is it actually any different than using high level languages? 
You don't need to know (for the most part) what the python code compiles to but you have to understand what it does. I think that is where people have an issue with vibe coding, you can create code that you don't hav a fundamental understanding of. With low level to high level you maintain that connection of I am writing this for this reason. With an Ai agent you lose this
At least the way I use them is I write the general code framework for a new feature and implement it via the agent because I'm lazy... Plus the problem solving stage gives dopamine, the implementation doesn't
it is different in the sense that you get different code
if you only care about end result it wont be different
if you care about code you will get an horrible mess (that still works if the task is simple enough)

and yes not caring about the process is how you end up with boring languages that cant do anything fun and boring tools to fill their shortcomings
"implementation doesn't give dopamine" is quite literally a skill issue
you have to find a way to implement it that makes the process fun
and if one doesnt exist, make it
its like if someone asked you to write an assembly program and you made a c program and gave them the output clang spat out at you
sure, it will be assembly
and it will work
but it wont be anything like something an actual assembly programmer would write
https://youtu.be/3yDXyW1WERg fex-emu talk 
https://media.ccc.de/v/39c3-breaking-architecture-barriers-running-x86-games-and-apps-on-arm
Presenting FEX, a translation layer to run x86 apps and games on ARM devices: Learn why x86 is such a pain to emulate, what tricks and techniques make your games fly with minimal translation overhead, and how we are seamless enough that you'll forget wh...
i saw in recommended but thought its about box86
True but I think the disconnect is I respect assembly coders
Nuh uh
or vice versa, if you asked some c programmer to write c++, you would get a program that works, but it wouldnt really be anything remotely similar to idiomatic c++
I mean I'll use agents but that's because I have them so I don't have to deal with stupid customers
thats the difference between llm code and human code
humans have lived experience
they get more experience and learn to make better decisions
llms make statistically average decisions
Idiomatic c++ 
which are not really all that good
I mean what is llm code? If I write the code and say "implement this using real variables is that llm code
llm is like someone who read a book on design pattern and algorithms and data structures and networking but never wrote a single big project or solved a single competitive programming problem in their life
and never will
worse yet, when you ask them to solve a problem, they pick the most statistically relevant way to solve it, not the "best" one (which you actually need human experience for)
i dont get what you mean
do you mean copy the same algorithm but use reals instead of integers?
"real variables" 
Semi psudo code dumbass
Fun fact most companies don't pay extra for good code. You owe them what they pay you

made up terms only make sense to those who made them up
anyway its best to use a high level language so you dont have to write a low level program in the first place; if you need low level control, it's generally still better to write a high level program with low level annotations for stuff that has to be set up in a particular way on the lower level
i couldn't care less about companies
balancing learning/personal growth/experimentation with career/getting stuff done/accomplishing management-set goals is a personal choice
Literally describing the next layer
except the difference is that llms are unreliable
a program in a high level language can be statically analyzed, typechecked, transformed, a prompt can only be chugged into an llm praying it gives you something that you want that wont be too different from what it gave last time
Yah, I felt like that until I realized I could give up moral superiority and still have the time for 4 stupid expensive hobbies
you not caring about your code is a personal choice as well
i just dont think programming as a field grows through people being like that
That's you imposing your morals on others. I don't care if you are the better person. I do programming, photography, cars and shooting. I don't have time to care
second time you're putting very insulting words into my mouth but whatever
i don't do hidden subtext, if i don't say you should use nix i don't think you should use nix, if i don't say you're a bad person i don't think you're a bad person
not being clueless isn't morals, it's just not being clueless 
Did programming as a field grow with high level programming? Most people don't know how to do low level programming anymore and will never learn. A tool is a tool and chances are that if I use chrome sockets on a high impact then I probably don't care if the class structure is correct if it works
it did actually
something as simple as lexical scoping, anonymous functions and garbage collection was introduced in the 1960s, but took a long time to reach mainstream
high level programming is not knowing less about your program, it's knowing more about your program
through knowing more about it, you can do more things with your program
I mean garbage collection doesn't matter if you have enough ram
no, unless you mean infinite ram
OK then why is Google chrome the most popular browser if it is objectively trash at handling garbage collection
high level programs are the most abstract programs, and thus the most reusable in different circumstances
But not the most efficient
low level programs are concrete, and thus only fit for the limited purpose they were made for
That's a tradeoff
because of being high level, you can actually better utilize information about the low level architecture and make dynamic optimization decisions 
in the abstract sense it's more efficient
if it's less efficient, it's simply due to unimplemented optimizations
Abstract. I can throw a abstract prompt into claude and get lunch
tl;dr the act of not caring is a scale of (saving wasted resources) to (shortcut)
shortcuts never really work as intended and thus waste resources later
therefore not caring is at best a tool but never a virtue
and we get to watch individuals and the industry bleed left and right all over the place missing that optimal middle
sure
whatever works for you
Though I'm usually dealing with router config at work
We've had ipv6 for forever yet most companies are still balancing route tables for ipv4/6 because corporate is cheap.
Goodmorning 
hi hi 
hi sam

turing machine requires infinite tape
if your language doesnt support infinite memory is it really turing complete

solution: support it like you support evil neuro
5 gift subs for turing complete language
we just need a streamer named "infinite memory"
ye ram-as-a-service
we're not in 2029 yet
I literally just remember how to make and add blocks and platform into godot while working tf, I think I can use the 2d stuff on 3d
Crazy
Brain is braining
seriously though imagine renting 64gb ddr5 for your PC for just $5 a month
No
Don't give them ideas
I dont want to imagine that
Id rather just rent a whole server i dont have to pay power for

60% off or the first 3 months? 
datacenter robbery
you can kill the processes
and they have weird ram inside them you can't use
Oh, then thats even easier to steal
they're also government authorized to shoot you
you are mandated to charge them, otherwise they shoot you
And even a back-up geberator will run out of fuel
basically they have to shoot everyone before they run out of power
to ensure no looting
and civilian compliance
Hows a robot with an empty battery gonna tell me what to do?
it won't because you'll be ripperoni in pepperoni before it runs out of battery, and therefore very invested in keeping it charged! 
i think i've solved dystopia
If i only go there once the batteries ran out then its free pickings
You realize im not gonna go there just to wait a whole day right?
Im gonna go when i dont need to wait
how about a phone that spies on you, and if it can't spy on you for more than 10 seconds it blows up with an explosion that kills everything in a 11 second radius
it is, and it means "however far you can get in 11 seconds"
so the explosion always gets you by definition
therefore you're invested in keeping the phone charged and ready to spy on you
Throw it
I just wouldnt buy that phone
you didn't know it was like that until you had it
If i throw it off a dam sure i can

Honestly
that dam goes down with you
ok i think the concept is now fleshed out, flawless and dystopian
This is like playing "what if" with a child thats like "no but i win because xyz"
we just need a sci-fi writer from the late 00s now
my favorite situation like that is "getting work done faster than expected" with your boss
they always find new work 😔
Dams are made to withstanda lot more power than the battery in a phone is able to provide.
An explosion wouldnt really do too much damage to it
nuclear powered phone batteries? 
Hmmm
Maybe
I think this qualifies under sword art online levels of technology tho
You'd get arrested
that's part of the plan
they take the phones as evidence
it's now theirs...

we're now spying on the police too
Can I pre-order and does it come charged to less than 5%?
You do realize the police generally dont carry active bombs around right?
They'd use bomb squads
now this is the spirit
you're getting 75% off for the first 6 months
and immediate silver loyalty program badge

Let me pre-order one to your adress
bureaucrat
i'm the one shipping them out
that would be just packaging and unpackaging one for no reason
my house could start the big bang
Only a matter of time before you slip up and have 1 explode.
Chain reaction with the others and you'd have a small crater the size of a big crater
see my house is like the archetype of the phone
if you let it explode this universe ends
so everyone is automatically invested
that's how i could afford the project
Bring the wink back smadge
true!!!
@sage crag me also need something to use egg yolk for so make eclair too 
might postpone it for tomorrow and only make cupcakes+swiss meringue today
eclair lots of work 
eclairs 
actually ye i'll make eclairs tomorrow my saucepan is currently occupied by curry ingredients
at least i dont have to buy uht milk
tried to buy it yesterday but they dont sell it in my closest grocery store
"uht" milk?
they dont sell piping bags either but i'll use bottle + syringe maybe 
ultra high temperature

oooh
called "ultra pasteurized" in russia
"uht melk" here apparently
not available in any stores ive been tho
unless i jsut didnt see it
wikipedia says 20% of milk consumption in netherlands in 2007 was uht (that probably includes industrial use though)
from what i can find
almost all the milk in belgium is uht
just doesnt get marketed

thats smart honestly, people are like "wtf this milk lasts for 6 months must not be real milk"
ive drank this milk for 18 years of my life
it has uht on the box
i just didn't know what it meant before
its also possible it didnt have "uht" on the box before 
they did change the packaging a couple years ago
nah even then it already was uht
supposedly most of it has been uht since the 70s
its cheaper because of not needing to cool it in transport and storage apparently
I always thought that was just the name for it being pasteurised, guess not 
Not that it'd be another level
Pasteurized milk uses lower heat for shorter times (around 72°C for 15s) for better flavor but has a short fridge life
UHT milk is superheated (135-150°C for seconds)

the ai overview said shorter times but its longer
UHT is only 3-5 seconds
🤔 i guess its more important in warmer climates
but maybe only in developed countries because of fancy equipment costs 
ye something liek that
the costs of the machines eventually outweight the cost of needing to cool the milk
but if labor is cheap in your country you just dont care
chart is very outdated and only shows europe so not good source
but it does show a trend i geuss
will be off for a while, first to supermarket and then baking
ohisee

in UK uht milk only used for baking and for "milk drink" milkshake
what the hell is a "milk drink" milkshake?
how is it different from a normal milkshake?

So like choccy milk?

Hey there, and welcome! If you love all things gaming PCs, computers, and tech, you've come to the right place. On this channel, we dive deep into the world of PC hardware, from building high-end gaming rigs to finding the best budget components. Expect detailed reviews, helpful guides, and the latest tech news.
Join me on this journey as we bu...
this idiot strikes again
this is like
"i jumped from a bridge and didn't break my legs, so its totally safe guys"
tbf he did say he would need to be careful if he upgraded his cpu or gpu
but just, upgrade the psu too at that point
i still wouldn't use that specific unit.
ye
that unit is objectively ass
transient is ass
then it doesn't even have any ocp on any rails
i wouldn't use it even on old office pc
literal fire hazard
wrr can you make ganache from 20% cream
me not find anything higher 
maybe add butter or something
typically you'd use heavy cream which is almost double that

yee 
you can use milk and butter ye

problem for tomorrow me
piping eclair without piping bag also problem for tomorrow me
piping eclair


true!
wrrr me make meringue with 3 egg whites and add 1 extra egg white to cupcake batter should give enough yolks for eclairs
can just make more meringue but dont wanna use too much butter
it expensive
usually something like 1 butter to 3 milk i guess

unsalted 
konii got that elite cooking knowledge
konii hav cookbook
me never buy salted anyway 
it would actually need to be whole milk though, not sure about the fat content of uht milk
probably fine
one thing i always wondered but i never find anything about it online or when i share this. my pitch perception changes in a very particular way when im hungover, its like +1 or +2 semitones on everything i hear. it fucks with your mind because of everyday sounds. like the microwave beeps and the way it spins up sounds wrong. notification sounds are wrong. etc
not have uht milk
but one i bought is probably around 3%
maybe someone experienced this


unrelated but yesterday i heard traffic light noises and it reminded me of some track from leroy's grave robbing 


autocorrect wins

i am not dead i think
i just havent been near a traffic light in a while
nueorbrushie
we have roundabouts
the pedestrian crossing ones do
i cycle
regular traffic lights have no reason to make noise
chayleave again

i lied, ive been in a car with car traffic lights
those are quiet tho

bwaa
Bwaa
gtk warnings everywhere
the process runs every second once
huh
i thought all os would idle like that?
oh
wait
I haven't touched win 11 yet
idk what i did to my cachy
but nixos with discord, firefox playing music, vscode, and 3 kitty windows is at 1%
oh
i mean
my low power state preset also makes my 13900 idle at 1% with discord and browser video playing

win 10
i find it funny that i can't even get win 11 because windows don't recognize my cpu lmao
good
I don't wanna move to win 11
i think i'm giving up on my dream of having a physically distinct homeserver
i've had a vm with everything in it for a while, i might as well have my PC run whenever i'm awake, and eat the electricity cost
it'll certainly be cheaper than replacing broken stuff, at least for a year or two

what specs
ryzen 7 5700x3d, RTX 3060, 32 gigs of memory
that's totally fine though
yeah, it's just that electricity gets expensive quick where i live
do undervolt on both cpu and gpu
i haven't tried undervolting my CPU yet
use the power saving preset
you should, its worth it
just might take time to figure it out
i have power saving turned on, and i'm running the LAVD scheduler
it's not the hardware's fault, don't worry
i just wanted to have something else run 24x7 so i can have things stay online
if done correctly your pc should idle at just below 70W
it does
bills won't sound too expensive, but purchasing power parity
50-60 USD a month with the PC running for around 15-18 hours a day
for just the pc that's a lot
obviously the rest of the house also exists
ah
but the bills drop to under 20 USD without the PC
oh damn
because the pricing goes up fast with extra usage

to the point my pc doesn't even make any difference
70 watts is pretty nice when it comes to heat because i don't have to cool anything, but my laptop has a 65w charger, so in power terms it's not the best for 24x7 operation
my own personal pc
i have no clue what our power bill is
soalr panels and stuff make me doubt my contribution is too high
what PC do you have
5950x, 3090
i have a server that pulls constant 2-3 kW
then this lil fucker @umbral thorn often stress tested her shit
with the threadripper

A DNA strand (
that's really nice
i was actually running a 1660 super until a month ago, i got the 3060 before they disappear due to RAM prices
So LLMs from scratch is a no.
i would try fine-tuning small models on it eventually but it's far beyond my paygrade at the moment
Can only do basic ones
pretraining is enterprise level funding lmao yeah
i would've liked a newer card because my hyperfixation interest lies more with video compression than language models, and ampere cards don't have a hardware AV1 encoder
so i don't have a hardware vs software encoding drag race to play with
i could bring it everywhere even hotels
but even the 40 series is a noticeable jump up from the 30 series in price
cool
i assume you never take a flight
it has no batteries, but i don't suppose airports or airlines find it very safe
i did
twice
i went from Australia to Indonesia to visit my family and i brought that
So either openai or some other open-source left
aura farmed at the security customs check, the security guy was chill enough to even joke about how i look like i would launch missiles with it
LMAO
i had a moment like that a few weeks ago
brought a 13 or so year old fujitsu laptop with me
i'd generally only want LLMs for context-aware search of my notes, tagging things, and maybe searching from my own offline copy of wikipedia or something
bro said "I havent seen those in a while"
its pretty much immune to customs fees
i9 13900 engineering sample isn't a retail chip
did you get it from aliexpress or something
so better than aliexpress
you gotta look into the steppings
mine is ES2 so pretty recent revision
handled -275mV undervolt like a champ
was a cherry picked sample
and i decided to just daily drive it now
rip
it's why i haven't touched my current CPU at all
also my 7950x engi sample isn't as good though but is pretty close to retail regardless
only handled -65mV
the motherboard kicked the bucket and MSI refused to get it replaced under RMA because they can't replicate the issue on their end, the RAM slowly died off, the PSU was one of the gigabyte models that explode, even the case had its power button and glass side panel break in a year

damn
what's worse is i bought it all from a store on the other end of the city on march 20th, 2020; we had our first wave of lockdowns from the very next day
you built a server from manufacturer error parts
that's rough
i'm very happy with the stability of my current setup by comparison
im looking to snatch a 7500f for like $90 next month
the only sad bit is that i got a smaller case to take up less space, but that means i can only fit a maximum of two hard drives; i now have 3, so i can't fit them all
just hang it somewhere lol
zen 4 CPUs are getting pretty cheap over here because the memory is getting so expensive that nobody's buying the CPUs anymore
you won't like my current solution any more than that
got my 7950x engi sample for $290 
it's sitting in a metal shroud outside the case, sandwiched between the computer and my UPS
got my 5950x + 64gb ram + x570 mobo for 300 euro 
bro robbed the guy fr
$352
eh tbf
got threadripper 3990x + 256gb ddr4 + trx40 board + strx4 noctua cooler for $1.3k
:)
l'eputer
sad
can't hunt as much pc parts as past 1 year anymore next year
god
i fucking hate openai so much
i shall refrain from talking about sam altman to remain within ToS but i don't like the situation we're in
are you sure
what were you gonna say to me?
sam triangle
i knew enough sams in my life, sam #243, for me to keep altman in his own coffin in my head
my opinion about sam altman is gonna be 
as member of the council of sam, we dont want him
quuck did you know that there are feral parakeets in the UK

"feral" = wild?
heard about it yeah, domesticated mostly
therefore feral
nice internet
here parakeet
this is 100% the reason
theres a whole wikipedia article on it
they're all domesticated
Feral parakeets in Great Britain are wild-living, non-native parakeets that are an introduced species into Great Britain. The population mainly consists of rose-ringed parakeets (Psittacula krameri), a non-migratory species of bird native to Africa and the Indian subcontinent, with a few, small breeding populations of monk parakeets, and other o...
not exactly, theyve been around in the wild since 1960s ish
ringnecks huh
the population are probably largely non-domestic
yeah, domesticated
they're not native in uk
nor any eu countries
how do i get icons to work?
they all turn into the weird squares with numbers inside
as of 2012 there were 32k in london alone
do you mean naturalised? or invasive?
font icons broken
domesticated usually have implication of tame when referring to animals
nope
domestication can happen quite long ago
and the said species change overtime
if they survived that long, they're likely invasive
fixed it 
fonts need a seperate fonts.packages
apparently
red triangle cpu
iwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwantiwant

i wonder what i would get on red triangle bench today
what cpu and gpu you got again?
id guess 50-60K
probably lower tbh
or did you just made another optimization that i missed 
god damn it
wait till i get my 13950hx
that one can overclock to 6ghz without much cooling
can someone send the bench
did you add a nix thing yet or do i have to go find that too
.
its hard to interpolate data from the leaderboard when we made different optimizations and stuff during the tests
the whole benchmark is also an intelligence benchmark for us to figure out the best optimization and compile flags for our system lol
you did do the triangle thing already tho at 10th place 26364fps
i think i can do better now
i can do it via the website i guess
om, it didnt spawn a window
spotify supposedly gets a different bg colour in waybar, and i wanted to test that.
so itried to log in via google but it said i don't have a spotify account linked to my google.
so then i went to sign up but there it complains i already have one linked to my google.

now i need to log in via facebook 
wtf
its very possible the window doesnt get rendered cuz of the size beign too small
gave me heart attack lmao
oh
i found it
well fuck me i guess i need to redo that shit
i had on cachy where the window being lower than 5x5 would break it
so its set to 5x5 standart i think
you know whats dumb some skid did a DoS(one-IP DDoS) from there home
it was a basic REST exploit based on the register API of my chat platform, I patched it easly
and reported the IP on abusedb and to the ISP she likely will be without internet and all cause she got jellous of my coding skills and wanted to shutdown my platform
I think this is one way to inhiliate yourself of the internet

log down my highest value of 108743 fps
god fucking damn

my platform looks good I wish I had image perms to show it
konii what the fuck did you do

yeah what the hell
yayyy!!!
konii how did you run it on your nix?
make run
ooh
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell rec {
nativeBuildInputs = with pkgs; [
lld
clang
gcc-unwrapped
];
buildInputs = with pkgs; [
glm
sdl3
vulkan-volk
vulkan-loader
vulkan-headers
];
env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
env.NIX_ENFORCE_NO_NATIVE = 0;
}
and heres the shell.nix
what the hell
how do i use a shell.nix? 
wait
nix-shell
uh
try the version that i posted
what is shell.nix
i did, its the latest from the git repository
is it like gradio
i just added the shell.nix
i mean this
just snatch the c++ code and stuff
i am in complete disbelief
how the fuck
naaaah im in complete disbelief
ohkay
might not work first time
KDE is kinda heavy I believe
hyprland
i do bring my samsung b die kit though so i might be able to do slight extreme overclock again
in case i need to beat the damn score
nah but like. how did she get to 100K now.
whats the science behind this?
this has to be either a bug or some thing that boosts performance
53k
idfk how much you got on the 5950x
41K on cachy
could i have some context
so 53K now?
what did you do different?
its the window size
my 102K score was on that same c++ code on my discord post

huh
what did you change about the window size?
okay try using the usual 300x200 window size on the new c++
nothing, its just the defaults from both
where is that in the code
i need my top scientists on this
wait till i get back to Australia where i have all my stuff
there's some hpp file with a long and bad name
const int MAX_FRAMES_IN_FLIGHT = 1;
const int WIDTH = 7;
const int HEIGHT = 6;
found it
noepe its still
no like
what are the dimensions again?
it could very well be a bug
wrr too much cupcake experiment today
add honey and not use self raising flour (because you said its not necessary so i wondered what the result would be)
added a bit too much honey (around 2 tbsp), right before the end cupcakes were boiling somehow, and they're a tiny bit sticky from the honey (it's clear it's not the batter) maybe would be better with self raising
but weirdest part was how i somehow ended up with 30% less batter despite having more ingredients 
anyway now i have smaller and less cupcakes but still tasty and fluffy and honey flavored
make eclair tomorrow anyway
ignore osu top right
meringue now 
Cachy is KDE no?
Wa
i used hyprland
USE_GPU=0 
koni scored 108K on a 7600... non x
i dint even make any differences, that repo has been the same for months
huh
wrr
its doubled for koni
On CachyOS?
Wuh
And what am I meant to do about that?
well, when i ran it the first time i got 27k
try it on your pc
But I'm the sole user though ????
now i get 53k on quuck's version and 108k on sam's version
Then I don't know, maybe different kernel or something? Or just different processes active
wog rfrog rsmog
That's a whole 12gb space that unreal will not be using wtf
oh my days
whats the difference????
Hem
I remember it being annoying to compile
My PC has also been unstable recently so I don't want to touch it too hard right now
Though since it didn't crash yesterday it's possible I fixed the crashes
its not even pinning my cpu
thats concerning ngl

def a bug...
16c 
i think my hw sensors may be a little broken
31c is air temperature in here
i dont have aio or anything
misinformation lies deceit propaganda fake psyop false distortion of fact mislead bias
insulation
friction
i mean i can also give you my bios config and nix config 
fiction
im a little overclocked but not by much
im not an overclocker
i think i did change something about which cpu cores were used soemwhere.
maybe quacks' uses the old one and im assuming what konii refers to as my version is the latest update to the repo????
Eh my PC probably makes my room warm like that too so not surprised about high air temp in a room with PC
im using the latest git
i could probably push up the frames even more if i fiddled with it

it probably doens tmatter too much but im intruiged
the biggest difference has to be in the code
hmmmm
i think i have an idea
i'll try it in about 7 days
keep the original new repo
editing the makefile rn, there's no real preference between clang and gcc right
though if you wanted a fair comparison she got 53K on the exact same version i used to get 102K
iirc gcc gives slightly more
i need to refactor this
i used clang 

how do i go to cpu rendering again?
for some reason the hardcoded core for the renderthread became const int core_id = 19; in the latest repo version
idk why
change the GPU scoring function to prefer llvmpipe IIRC
uuh i had plasma crash and close all my programs when i ran it

surely it has fallback?
please don't tell me my hardware has trouble again
oh ye i have a thing i programmed for that
nice old me
it freezes my system for a little bit too, i doubt its a stability issue but maybe
she's trying to completely beat us now
internet will be dogshit
7 days
imma take back that position
something or other
tried it a few more times, it seems to crash my entire wayland session apparently
because all my applications close too
it doesn't seem to be a memory leak, nor does it ping my CPU or my GPU to 100%, so i'm not sure what's going on
@true hemlock

i have to leave the house in 10 minutes, so i'll check this out tomorrow
ye my scores are shit
i have iommu disabled, smt disabled
Meanwhile my PC which has an iGPU but can't use it
but quack's high score of 100k uses 4070 super so its not like dgpu is always bad
oh sorry smt was enabled

i think igpu might just be op
time to fix my nixos
i'll try with igpu later
disabling smt put me down to 87k
overclock to sustained 7.6ghz
mem overclock i forgot but it was with really tight timings
and i get significantly way more than 2nd place
that's so weird
Graphics Model AMD Radeonâ„¢ Graphics
Graphics Core Count 2
Graphics Frequency 2200 MHz
those 2 graphics cores are beating our asses
fiddling with ram timings rn
I did one last run, the last number printed to the console before wayland crashes was something in the 90k range
I assume the numbers in the middle don't count through
probably just cpu usage
rebooting after fiddling with timings takes ages
mem retraining
I have run stress-ng in the past, that seemed to be stable enough
Though nvidia drivers have never played too well with me on linux
the program is only set to use 2 cores at msot tho (+ whatever vulkan is using in the bg)
id assume 3d vcache
new repo 
smol
3d vcache doesn't affect it
ye smol
i shouldnt be trusted to touch timings 
ill keep waiting and hope my heart rate doesnt increase
I'll try record it with my phone when I get back home
it might. vulkkan is pretty sizable
I'll also run it on my pentium silver laptop later just for shits and giggles
pentium 💀
might not have vulkan suppor
im losing it
It should, the pentium silver N5030 is relatively recent
im so losing it
2021 i think
i thought those were server cpu. didnt know they had igpu
neverâ„¢
soon, surely 
2019 apparently
its over
i think you might need to reset
yep
The boot sequence is over or the computer is joever
im gonna go get breakfast and let it do its thing
too tight
Pentium = weak consumer CPUs, Xeon = server (& sometimes workstation?) CPUs
workstation is extreme edition consumer cpu
xeons are always server
that's also server though?
don't think so, no
I've definitely seen Xeon workstations too
oh
my definition of server is low clock high core count with enterprise features
because i uh
associate workstation with the one slightly more similar with consumer
higher clocks
but with extra stuff

so basically threadrippers are workstation/prosumers in my book
aswell with i9 10900X
10980XE
something like those
can try just restarting during training a few times I think?
usually if memory training fails too often it should allow you to reset
gigabyte bios
w series apparently has high clocks
i forgot

lost all aura there
w9 3495x boost to 4.8ghz christ
yep that's workstation
My pc froze
oh
im back
on llvmpipe there isnt a single core in my pc going higher than 40% usage.
ye don't worry it's just confusing Intel naming 
arguably should not be called Xeon, should have a new label like Threadripper or Ryzen Pro instead
but it doesn't 
yeah
on 3090 it does 0fps, but when i resize the window it goes to 50K fps while making my hyprland unresponsvie
its so ass
maybe i need to change it to a different core
pls wake up

time to unplug 









