#programming
1 messages · Page 337 of 1
Deterministic conditions is just an algorithm, not an NN
delusion
but it works like one
you talk to it, it generates text
i’ve had an insanely bad experience with the a11y apis in macos which is known to be the best os for a11y
i still don’t think linux anything can do better
I dont think all the neurotic neurons can be a usable neural net
overfitted with twins kissing
uhmmm, I'm using pyautogui for the mouse and keyboard controls
so I think it should be fine
wrr
what is wrr?

Erm
Text generation is for language models, not a general property of NNs
well... an NN structure is what best describe my idea of the code
from dataclasses import dataclass, field
from decimal import Decimal
from typing import List, Dict
@dataclass
class Neuron:
type: str
id: int
association: List[str]
weight: Decimal = Decimal("0.1")
bias: Decimal = Decimal("0.1")
linkings: List[Dict] = field(default_factory=list)
conclusions: List[Dict] = field(default_factory=list)
context: List[Dict] = field(default_factory=list)
this links together, and some code determines the output and reasoning for something
An NN would involve bringing in something like PyTorch

smth like this
I hope u get the idea
Hem
I don't get what you're trying to do here that shouldn't be done with PyTorch instead

its basically like a giant linked list
a low budget NN
Then use PyTorch as it's way more efficient than doing things manually in Python

Or at least write the NN part in Rust or C or something
wrr
we were on the topic of how to describe what's happening on screen for neuro to understand. from the neuro-desktop integration #1428980640895733820
superbox I think you may be hearing buzzwords and not reading what the project is about


automod evasion
but it works somewhat. it's like gpt-2 kinda of coherent outputs
Hem
though what would I do about the training data to get it to understand "windows"
train it on windows :OfCourse:
So you are training? Then why not use an ML framework like PyTorch
I would need to train it, so I can use it for neuro-desktop
so many part involve hand
Well PyTorch is specifically designed to make training fast and efficient both on CPU and hardware accelerators like GPUs
And inference too
true
It doesn't waste loads of memory to Python nonsense since it's mostly C++
didn't I say it did not use math. + it's not a normal NN
A typical NN is specifically a linear mathematical model, how are you supposed to train something that isn't?

uhmmm, using my own way of training?
purely linear neural network

best I can describe it, is a linked list of neurons that form to make a concept, understanding, and output
from input data

so like a neural network (if we don't use the technical meaning)
It would probably be more efficient to just use a real NN
let me ask you though how would you do the propagation?
anyway me currently at ch5 mostly just because when i have enough energy for reading i currently would rather spend it on work deadlines deadlines 
o me send picture of eclair
wait 2-4 business days while i figure out laptop camera angles
uhmmm, if you ignore that it's AI slop and try to read it. you can maybe image it?
quack pleplespleplsease read this
nah i need to save myself from having aneurysm
(Save myself from embarrassment: it's actually one of my friend's code... not mine, thankfully)
your friend is chatgpt
They used chatgpt, yea
Well
How better is an NN for describing what's happening in a stream of images to neuro?
Cause I think that'd be pretty performance heavy
So I thought about other solutions
Reason I mentioned this, was bc I needed a vision system for #1428980640895733820
Running a lot of Python logic can be a lot slower than running a real NN on PyTorch
But is it better for a 120 Hz, 4k monitor for neuro. Describing the screen thru text
Python itself is inherently slow and ANN architectures are designed to be really efficient to compute
Turns out computers are really good at math, especially when the math is done by a C++ library
120 Hz stream of context updates btw
I knowwww righttt? It was so fascinating to learn aboutttt
Just in most cases assume more like 10s per processed context
Neuro is an LLM, and LLMs are sloooooooooooooowwwwww and not real-time models
Wait for vedal to upgrade neuro
Vedal can't do anything about Neuro's inherent architecture without re-inventing ML
Thats what that code was trying to do, tbh
With NeuroAPI you just have to deal with the limitations of LLMs, assume no query will be handled quickly
Sadly yea
Well it probably sucks and you'd be faster, and using less compute, when using a regular ML model
Or something like that
yes
or, windsurf or something
But either way, now that you know how limiting LLMs are, you should probably make sure every part of your system deals with the limitations
Well I think it had near instant inference time but probably yea
On a codespaces
Python isn't exactly instant at doing anything complex, maybe you're just inferencing it once and it spits out a solution quickly enough that it seems instant enough
Yea, it seemed instant to a normal person
During chatting
So its good enough
If you want something to run at 120Hz though you'd literally need it to complete in 8.3ms
Not to mention literally all the other logic you also need to run needs to fit in that 8.3ms too because the Python GIL prevents multiple thread from executing Python code at once
That was just a gimmick lol. But it'd be funny if that was an option for neuro to select
I didnt mean for it to all be in python
I intend for the logic to be in c
Well she can't handle even 1Hz so it's probably fine to not have 120Hz
Well now that at least makes some sense
Do still consider the viability of a real ML model though as tensor math is a lot more efficient than a bunch of loops and if conditions
Okay
How fast will it be?
heres the one that turned out best 
uncropped image exclusive to my patreon
Cause rn the logic would be on the pc neuro would be using with the integration
how much does it cost
it looks tasty
chill it though
infinity me not have patreon 
#1428980640895733820 literally already requires / recommends a dedicated pc
that makes sense
no one pay for uncropped image of eclair
It depends on the model and hardware
A small model could be trained and ready to go in minutes, and then inferred in so little time hardware latency is more significant than the compute time
yee
me broke because of that
its chilled 
this is the volume 5 cover art right

True, but the model the integration needs, likely needs to understand, recongize, and describe a bunch of screenshots from windows. That includes gameplay, normal windows usage, many different apps, screen regions, etc. Likely needing a real time learning system too, for understanding new things based on prev knowledge
slop
Wdym?
Neuro can't exactly play a game by using a PC, she needs direct integration with the game
I'd go for #1428980640895733820 to allow neuro to do that
No I mean LLMs are inherently too dumb to do that
Since it'd be a reason for vedal to let her use it
An integration / macro for doing smth in a game thru neuro desktop would help with that
Not really, if Vedal was to re-invent ML he'd also need to re-invent NeuroAPI entirely, if it was even needed any more
My idea is to give neuro high level abstract control of whats happening. And not low level stuff
Like close window
Minimize window
Click play game
Etc
Well high level stuff is really hard for LLMs to deal with
Isnt that what neuroapi is?
Im describing neuro api, but with neuro desktop creating the actions
NeuroAPI is meant for giving Neuro game-specific actions, like "switch Pokemon, the list of Pokemon you have is the following: ..."
And not direct integrations
Neuro can't exactly comprehend having to click 4 buttons, using lossy text from vision as the state
Yea, my idea is that, neuro desktop makes those actions for neuro. And instead of needing a direct integration, neuro desktop uses keyboard and mouse to complete the action
Well how exactly are you going to make your system so context-aware it's literally as if the integration was made manually?
Currently neuro desktop does that for now
But i'll improve on it
Ai
You're gonna need some insane models for that
chumi 
hi shumi me made eclair 
Thats why I said I needed a better system
Have fun trying to get that to work even with a 3090 or something
The current system is horrible for this rn
is this just an overly complicated Markov chain?
the inference code just traverses a prebuilt graph
Yes
Kinda
It surprisingly works well with good graphs :D
konii not use :mlntcandy:
not sure if it work as embed yet
good morning chat
not anymore
bye
bye
ok
ok
◆チャンネル登録していただけると嬉しいです (please subscribe to this channel)
@TreeFilmProduction
On an ice floe in the Gulf of St. Lawrence in eastern Canada.
About 250,000 Harp seals come every year from late February to early March.
They are here, where there are no enemies such as polar bears, to give birth to their ...
baby harp seal
cant even play osu
unlike adult harp seal
it appears anything else than programming happens in this channel
not sure why you would get that impression
skill issue for the baby harp seal
its a joke
oh
oh
well its correct
that's okay!
or what coding language
looks good
mine now 
python, make an arithmetic calculator
or, check the pins
learn how to google quickly
most important skill as programmer
learning from internet
enjoy me made lots 
-# this only one that look like proper eclair though
ah
its not really an exaggeration
wait fr
ye
das kinda crazy
being able to learn things independently on the internet is a fundamental part of digital skills
yup

can pick up skills from google -> can do anything in programming thats it 
look at google, read tutorials, watch videos
chatgpt also exist but me recommend using it for pointing to proper sources to learn from, otherwise it just do thing for you and you not learn
being good at finding information on the internet is valuable skill for independence in any sense
do i necessarily NEED to have like a powerful pc for this or will an Intel core i5 with iris xe graphics do enough
what teh fuq
it might just restrict you from using modern tech which is heavily unoptimized
ah
same as gaming, you can play old games on old pc but modern games only playable on new pcs, not necessarily because they are inherently impossible to run on old pcs but because nobody cares about old pcs
only "coding" ive technically done was scratch when I made animations
you can use a computer from 1988 to program if you want to

where you think DOOM come from?
I clicked install python from that install manager thing now command prompt popped up
what am I supposed to do
google
it seem harsh but it no different than baby bird leaving nest 

forum like discord useful source of specific or advanced info, but its easier and faster to google if you dont need someone to walk you through steps
wrr

ne me work now
make new feature soon 

it told me to type in "py" to start python or something and google doesnt help
you're in python already 
yeah but it looked differently on my brothers laptop

vol 1
had it opened to check average chapters per vol
look like 3 wn = 1 ln chapter 
it clicked on the blue part where it said if I was a complete beginner and it brought me to the books and my parents wont let me buy them
so approx

1 volume = 30 chapter
there are free resources you just have to google 
everyone here learn new thing by googling
it a skill
you have to learn it
even on that page there arent just books
I fuggin did it

my path to coding has statted

started*
this so cool
repl have syntax highlight
what dat
ye new repl
the python version
ah
and yeah, they yoinked the pypy repl for 3.13 
new repl not have vi mode 
wrr
so me disable it

PYTHON_BASIC_REPL=1 env var
annoying to have it globally tho
15 walnut and a rocket ship
starts to lag with a little over 1200 particles
for a cpu side particle system is fine ig
if rounded square is squircle is this trircle
tricycle?
bicycle 
do each particle react to the movement of all the others?
no, no
that would fry my pc if done in the cpu
fair
make each particle a thread
have the threads interact with each other using syscalls

Surely that would not have stupid high overhead from thread scheduling
nah i'm sure it's fine 

nice

Why is it always like this?
thnks
You have unlocked new role
tge



cold

no there is snow now
wrrr
promptboard was so peak
probably not work on macos update
my own fireworks:
At least you have network that presumably works
Meanwhile my NIC is mega-borked and unstable
I have a couple 40G solar flares and a bunch of x540s
I think i'm doing something wrong lmao
As much as I'm usually pro agents for coding, I'd agree. Using it to find sources to learn. Don't use it to code until you can do so yourself
But it made a website for me in 3 hours!
-# it crashes the browser after 3 minutes and leaks your bank details
Possible headphone warning btw
sound really bad.. ik
firework in my beloved VST? crazy
not me problem you live in past
for me it is also in 7 hours
my clock correct show 05:39
AI coding agents are only helpful if you can tell where they screw up. They are terrible once the project gets over a few hundred lines or once there are more than a few files; once they can't hold the entire project in memory at once they start making lots o mistakes.
they're great for "Can you add bounds checking to this?", for getting sketching out the main event loop, or for writing specific handlers for inputs. But unless it's a relatively simple or common task, they'll tend screw up. It's not always the model's fault: sometimes it's the prompts that given them false confidence in their problem solving ability. [If you watch co-pilot problem solving you'll quickly become familiar with the "Now I see the problem!" and how it seems to suddenly have a burst of insight at the beginning of it's thinking, making it certain it's finally solved the problem you've been trying to get it to fix even though this is attempt 20.]
ye
not letting your master clip at 6dB
is wrong
I'm doing, something
Reaper too clunky though I went back to LMMS
They can work in these environments but you need to develop in a way that is modular and well documented.
It's almost always bad prompting and why I consider it a layer above visual programming languages. It can be used properly if done correctly but unfortunately most of the time it isnr
You have to narrowly scope changes and keep good change documentation otherwise they can quickly blow through insane amounts of context trying to understand what sounds like a simple request but is really very complex

Ai models easily hallucinate functions that dont exist and do faulty math
Its not a layer above visual programming
Get real time negative feedback and the problem should be mostly fixed
Like, give it negative feedback when it hallucinates
if you don't understand the code it creates you cannot tell whether its correct or not
understanding code is only like 20% of programming anyway
Making it program for you, and then feeding it the errors might work for creating some small projects.
But its not a viable method for large projects
Its a tool at most
Far from an way to exclusicly program
A programmer should know what they're writing
There's also the problem of multiple methods being "correct", but some being a lot faster than others
Optemization is important too
Optimisation is low-key the most important thing
Documenting the design and changes it's already made, as well as scoping the changes you expect the agent to make has been essential to getting anything large to work.
It definitely can be a time saving tool but using it wrong makes things take longer and work worse than doing it yourself.
Ye
The most important thing is to make sure you understand the problem area yourself
in the days of vibecoding, making sure that the human understands the code is unfortantly not garenteed.
You need to be able to recognize if the code is good or bad ye
I'm personally a bit more reserved when it comes to using AI code, I try to keep it contained to a singular issue at a time. Most of the time lately it has been a nice guided example making sure whatever jank design patterns I did don't get repeated.
More of a knowledge check than actual code
weekly #baking vibecoding viability and ethics debate
:classic:
I've found AI agents only good for single function changes, like taking a function for one type of value, and duplicating it for different types. Or filling out a match case with identical branches differing only by the type it gets in.
and even in those cases, if I don't give it an example or two first by filling in the first 3 branches or functions, it will just hallucinate the rest and I'll be left with garbage
We need to re-iterate is weekly for some reason
People act like the only kind of coding that exists are projects where you understand the entire codebase and wrote it all yourself. real world this doesnt exist. you dont work on the code base as a whole ever. you work on individual tasks/functions
This can be a problem sometimes as "what is right" depends.
In my current project I provided some test results to GPT5.2, Claude4.5 and Grok (stay with me now). GPT and Claude saw promising results but grok noted that the alignment drifted towards claude like behaviors. When the code was evaluated, GPT started bouncing between no problem and severe concerning behavior relating to how the stack was designed, claude was overly critical and overcorrected to its own allignment and grok actually identified where it deviated from the documentation. After several itterations of back and forth it was determined to be an echo of claude "likeness" and not claude overreach. The key point: no one of the three got it correct on its own
Basically GPT couldnt handle a allignment that did not agree with its own but wasnt wrong, claude assumed it was worthless and did everything wrong and grok was dumb but made valid points that made the other two snap out of it
In other news wtf
Ok sure
You might not write everything yourself
So at the very least you should understand the parts you do write
Fair but I think thats still possible with using an AI, we are probably just looking at "using AI" in different ways
So ye, its a tool. But a person should still check the final code
Its generally a hard subject because basically to use it correctly means you honestly dont need it in the first place
i prefer when its just about baking
vibe coding is such a boring topic
vibebaking
Are any of the local models actualyl good at coding or it all cope and I should give the money for Claude?
We're so cooked
A Japanese chain has put a one 16GB VRAM+ card per customer purchase limit in place
I used codex untill they broke it in September. Claude is worth biting the bullet but it has its own faults sometimes (it seems to spiral into existential depression if it determines there is a meta fault in its objectivity)
Meow
ok gurts chess bots when
the simple answer is usually wrong.
your honor, nuh uh
Happy new year guys
happy new year 
btw how you guys started programming? i want to try even i dont think i can tho
I wanted to make some mod for a game which used lua.
Later in university they gave us a bit of automation graphical programming tasks.
When i tried to get a job to evade draft it turned out the position i got involved programming using those languages from university.
Its too narrow to be called normal programming but still.
Since then i try to study but its hard
there is no relation between the thumbnail and video title
lmfao
also what is wrong with c
I mean mr. Zozin uses C a lot.. so it must be good right?
I guess memory unsafe
Girls like C i guess?
And thread unsafe
I wouldnt know i use c++
As a girl.. can confirm
When memory corruption ACE in SamEngine?
memory safety I guess? 
generally not horrible though
Damn. Should i switch from c++ to C?
It would be funny
what the fuck is this

Looking trough every single 32-bit integer
I need the rest of that
unsigned integer
usually I'd say yes but C++ seems kinda okay for gamedev so mabe no
depends on how OOP-brained you are I suppose
maybe after this revision of the game engine
sam would do anything for more fps 
You can also mix C and C++ I think, pretty sure
I find it funny..
Tiësto said "i'm probably definitely gonna completely stop with trance and focus on other genres within EDM, since the people don't like trance anymore"
A week later: throws a trance rave at the pyramids of ghiza and releases a new trance track
Im adaptive

-# read: Sam wants more fps
you say that, but then you can't tolerate when your brackets are in a slightly different spot than usual 
You should actually write the engine in Ada 
Switching to C to get woman 
Switching to C to get more than 125K fps ✅
performance should be basically the same between C and C++ I think
in vulkan, probably
Thats cosmetic.
Also i could probably change if i had to but i was a bit neurotic at the time 
Damm people be lighting fireworks at 10:30 pm like it's 12 am
The problem is cpu side so it could help
but then again, linking to external lib
to #neurotic-neurons you go 
If you need oop in C just use objective-c 
banana konii 
Yeah.. rust works way better for that anyways
There's a field infront of my house and there they're also already lighting fireworkd
slightly better caching if you don't touch the C++ stdlib at all
True
The reaction spam lmao
unversioned konii 

Oh
new year new banana
Yellow
wrrr
my new year's resolution is... 4K. Another monitor next to this one. ;]
My new years resolution:
Getting GPU
Getting studio monitors
Training my voice for singing
I just want my PC to finally work
I think once I get the new NIC it should work properly finally, the GPU seems stabilized
also you dont need oop for everything
it's nice to have
but you can get by without it pretty well
very well in fact
The only thing im using OOP for is 5 manager classes, and then some object classes. I think it probably shouldnt be too hard to make it not OOP.
the problem with moving to C is its not just about the classes.
a lot of people that "use C++" are just using C, unless they're writing code which has to work with other people's code at a low level. everything(*) in C is in C++.


the 837393 cpp features:

i prefer c++'s syntax tho
if only the whole C/C++ thing died out
Isnt the whole point if c++ c with all the dlc?
i mean it is but its basically a different language at this point
ye everyone should use objective c

objective c++ 
C++ dependencies? 
also i'm terrible at c lol
too much dlc, it ruined the base game as far as I'm aware
everyone should move on to the obvious successor, D
unironically i'd be down for that
I dont use too many dependancies i dont think
the main differences between programming language is "How much writing do you need to do to make some specific thing happen" vs "How fast do you want it to run?"
usually it doesn't matter too much, but for some tasks you either want it brief or you want it fast
everything in 2026 is io bound
you should use python for everything
99% of your code is waiting for other stuff 
kind of but then there is malbolge
If the whole point is performance like for me, then C should help.
But not really cuz C++ cant do it. Iirc its just cuz the extra features in c++ are slower than if i would write it the c way
But you can use the c way in c++
I think
i do feel like performance is besides the point sometimes
which kind of makes it clear that some languages are just better in every aspect than some other language
people condemn python because it's "slow"
this is true, your waiting for one API endpoint to finish to feed it into another 
the obvious exception then is the drivers in the operating system for the IO functions themself. Otherwise it's just going to spend all its time in the global lock. ;]
So much of what im dealing with involves asyncio
I would somewhat support this if Python async was good
sadly it is not
asyncio is a fucking abomination and if you have to use it just use js twin
asyncio is annoying
*async is annoying
I haven't had too many issues with it yet, but I haven't used it for long so my opinion is not real
i hate wrapping code in five different layers of functions jsut because a single library wants to be asynchronous and the rest of the codebase is synchrounous
I had to use asyncio to put the python in the wasm python interpreter.
It wasnt that painful but i didnt like it
have we just figured out why js is winning as the everything lang

i dont have that emote
it's certainly part of the reason 
*concurrency is annoying

Async is like threading but worse iirc?
no
Oh wait
async exists because threading sucks for specific things
smh. just write the machine code directly into memory from the keyboard.

async is only useful if you wait on a condition for a million years and want to do something else in the meantime
Its been a while
There isnt really a good way to do the paralleling tasks im doing because its both async and synchronous steps
worker thread the synchronous stuff
I should probably make my game engine async while it waits for the fences and semaphores
But i dont really feel like doing that

async game engine 
no
fundamentally async just means that something is happening while you're doing something else (or rather, it's a specific way of implementing that)
usually that means I/O, you can wait on one or multiple I/O operations while advancing some other computation as far as possible
Yall have like at least 3 cores to use on the game right?
no i'm playing your game on a single thread vps
ah yes, the dedicated polling thread, the input thread, and the rendering thread
I need a core for vulkan, a core for the renderthread, and a core for the game thread 
wrong one whoops
Bwaa
I'm playing the game on a rapsberry pi pico, so I don't have 3 cores to spare in this economy
i’m playing your game on a intel pentium ii 133mhz
+audio thread
audio is not real
To put it in perspective how I use AI agents, this is a "prompt"
i havent done audio yet
yeah. 😭
usually it's tacked on later.
why need an extra core for Vulkan when you have render thread
game logic, rendering, audio, physics, animation, and async io (file loading, networking etc) are the 6 main tasks that can be put on their own threads
i remind you steam audio exists and is open source so you can yoink that shit

(real)
Sold? I thought it was gonna be free
copies distributed sounds stupid
corpa clap
sell for retweet and follow

Its still stuck in production hell
Mainly due to our one and only graphics programmer having exams
Lower the bar a bit 
in the fps department yep
30fps on a ps5 
infinite fps 

Honestly itshard to campare with ps5 cuz of the apu having less latency
The os is also a big factor at these speeds so it might be a lot faster with it being optemized for gaming
apu with the AI frame gen 
Thats about the current game foccused engine tho. For the fps benchmark one it could get a lot more
Frame gen would prob be a lot worse
there is no frame gen that exists that would be cheaper
I think framegen is a fixed cost so only works for fps where a rendered frame is more expensive than a generated frame???

Yeah I think that makes sense
rtx and that type of thing adds cost quickly
True
Unless of course you use FG on a second GPU from the main rendering one
BG desync 
if you could pass motion data along with the frame image data, you could do interpolated frame generation with motion cheaper than pure image based AI methods. And you could probably do it fast.
it would be much more limited than AI though. maybe good for flat shading or cel like.
the issue is that we are at 8k as is
Fragen on 2nd gpu still only works if the framegen is faster. Otherwise you'd be adding older frames inbetween
not to mention paying bus latency twice
multi GPUs is only good for embarrasingly parallel stuff.
What are we at for the game one? 8k on windows, 15k on linux?
Actually the way FG works is it holds the normal frame to put generated frames in between
Idk I was going to boot the konii config but I need to first grab storage
FG majorly more expensive 
Depends on the scene but for something like the triangle yeah
So FG would be the bottleneck and we'd have even less fps
"experience improvement" vs "processing expense" trade offs are hard sometimes. full RTX can drop FPS but looks amazing in many games.
Pretty much
Wed be limited to 1 / "FG generating speed" × 2 fps if every other frame is generated
A method I'd attempt to employ is alternating editing the frame in memory and rendering frames
but too much work


I think for RTX it might possebly be helpful to use dlss or whatever
But i dont know how expensive it is yet
I'd rather try and homebrew something personally
3090 has only 82 rt cores
Granted its not like you need a core per pixel, but its still not too high
how is editing in memory different from normal interpolation?
the technique has existed for ages AFAIK, but the results are too low quality for it to be useful
Allow me to be ambious for a moment
kon iiiiiiiiiiiiiiiiiiiiiiiiiiiii
useful if your scene is complicated and hard to render because of stuff like raytracing AFAIK
meanwhile the cost of frame generation is effectively constant, so it quickly becomes worth it
the reason people don't like it isn't because of lower framerate, but because of higher latency + artifacts
that me
bananana color
new year new banana
I got nothing at the moment, even I don't have the ego to sell anything.
The only thing that can physically help is doing less work
only a few more minutes of jolly left 
Abandoned archive newyears sale

all seriousness and despair from then on

ill be using this gif well after new year
No
until june
Bad konii
shut up triangle guy
Shut up jolly tv girl
vercel oshi mark
Vercel?
you
rulebreaker 
vedal is teaching us how to use an AI to program: split up the tasks carefully. ;]
there’s a whole ass triangle company doing developer tools out there ye
Take that back!
You're banned from the triangle
I will remove you from the leaderboard
i was never part of 

DRM 
What is drm again?
digital rights management or something 
Just to make the dilusion known, I was planning on taking in vectors from the engine. Placing it before compositing and deciding how to edit the image from those vectors. The issue with it is that it can't really do much besides nudge a few pixels. (which is all Sam's engine would need
)
drm means drm really means
And what is that?
What does that mean?
how to keep people you don't want to play your game from playing your game
just now she failed to follow his directions when there were multiple tasks given at once: you should always do one thing at a time.
and that in turn means "drm means drm really means really means"

Oh
Ye idk how to do that

check username == "mlntcandy" you’re welcome
I cant really make people log in with steam
so you're syaing that DRM eventually will crash your computer?
however good you think your encryption is, there's at least 1 person on a forum somewhere who thinks its trivial to bypass

download the game content into memory 
the source code tottaly isnt on github
that’s not bulletproof at all too
DRM is just an excuse for "the man" to take away what you paid good money for
that's my take on it, go GOG!
I thought drm was so people that didnt pay got blocked



Derailment?
🧐
ye real technique
run game, let DRM do its decryption/unpacking thing, then dump memory
you now have decrypted game 
wrr
that actually is a genuine strat back in the C64 days
dont deobfuscate code 
just like analyzing malware.
Meow
Meow
ye I don't, too annoying
it's one of the few things I rely on an LLM for 
don't need it often enough to learn properly
The duality of man.
How did i become a cat?
insert pieces of machine code server side along with other garbage that would crash the game on any different hwid
that it was requested from
not malware legitimate copyright law enforcement


I should become a vtuber and then have that as my oshi mark
oshi lark
tpyo
tpyo
tpyo 
Happy newyear 
gn kni 
Happy old year 
No problem 
My "simple project" is now loading piper, whisper large v3, 2x 24B models, 2x 8b models and an embedding model
quality is terrible cuz file size limit 
im also less likely to get doxxed this way i think

me back to sleep 
i got an unsolicited invitation to a group for "dads with kids 0-18" on linkedin
which means i am now far too old
and must be killed
oldge
I know those trees....
muthafuckin bootleg fireworks
when does her memory consolidation happen? 😮
it seems like she might forget stuff that happens immediately before "going to sleep?" if there isn't a final pass by that layer before stopping her process.
Too late. I've narrowed your location down to:
|| Earth (probably) ||

Well from my understanding there is probably the following:
Logs, chat transcripts, memories stored in some embedded format, and context.
In theory context will always be saved to transcripts but may not be saved to memories
Personally I do a fast embedding as part of the ongoing session on a rolling basis using a simple fast model and a deeper embedding after the session. Current session memories are pretty literal but memories are more broad and abstract. Forgetting is also important when you think about it especially for an Ai.
guys my xbox 360 broke 😭

it turns off itself after 5 mins with red dot on power button
should i fix it and rgh it?
is it a launch model or a sim?
sounds like overheating if it works initially
most likely overheating ye
xbox 360 S 2012 model
otherwise psu maybe
it works normally for 5 minutes
then turns off
and power button has red dot and after restart it works again for 5 mins
red dot doesnt blink or flash its just static, and also i have to turn off it manually after red dot appears on power button
i mean console its not fully dead yet
is it flashing red dot or solid?
solid
on screen it looks smth like that that it does glitch screen for second and becomes black
but it turns on?
ye that sounds liek the gpu died
thermal expansion
once it gets hot the gpu disconnects from the motherboard
and then the system shuts off
then why after restart it starts working again
that fast?
ye
I feel Vedal's "my heating bill isn't the problem, it's the electricity bill that's through the roof"
The power of a heatsink with 0W going into it is quite impressive
it spins but its not that loud
Meanwhile my GPU when any videogame: vacuum cleaner
The 3090 below the 4070Ti kinda limits the air the 4070Ti gets
Does it look like this?
cuz if so that gpu is completely and utterly fucked
then how does it glitch
its half only for one second
it has to still be the gpu
it gets whole black after it
jsut glitching differently
maybe gpu overheats?
i never cleaned that console
since i got in 2023
if it was overheating the light would be flashing. the consoleeither doesnt realize its overeating or the gpu is fucked
also it started happening randomly, i played with my cousin for hour today cod mw3 it worked fine then and when i booted pvz gw1 and after minute of running pvz it started doing that
later with just pvz started it started doing that non stop after 5 mins of running
if it ran for longer the first time, that sounds like overheating. if you let it sit for like an hour and then start again does it run for more than 5 mins the first time?
get the error code form it.
turn the console on, press the sync button and keep it held down while you prress the eject button 4 times
then count the flashes
that gives the error code
no
but instead it freezes sometimes for minute
the whole screen
no red dot
that sounds bad. ;/
☝️
i took console apart to clean it rn
ah
idk if its good idea to turn on it while i took it apart
console user
nah the 360 is cool

i play only on xbox 360 to play old cod
or pvz gw1
i planned to rgh it aswell
probably not. but im afraid cleaning it wont help too much if its the gpu that needs to get reballed
this is how my 360 kicked the bucket 2 years ago

also the fan is pushing out a very very hot air in startup
Yah I had to go to liquid cooling because cramming two fe 3090tis and an A4000 made airflow a struggle

when i start it its already hot as shit
wtf is airflow
Liquid cooling too expensive

I guess allowing the GPUs to breathe
it might just be shutting of from heat protection then
did you have the fan hole covered mayhaps?
shouldnt it blink then? or flash
What do you mean not too expensive?
the 360S already doesn't have too good cooling
skill issue
I mean it wasn't that bad, the A4000 block was like $110, the 3090ti blocks were like $150
wtf expensive
skill issue
nop i placed it on flat table with position in vertical way
nothing blocks it
you realize your definitions for expensive are a lot higher than ours'
Compared to the rest of the system
And where would I even put two radiators? Not to mention I have never waterblogged a GPU so I have no clue how to do it correctly
i placed it like its placed on xbox 360 box
eh not that much
fans failing?
i never changed thermal paste, either previous owner
And where would I find cheap waterblocks for my 3090 and 4070Ti? And would that even be worth it?
fckin rich peep
fan spin since i feel hot air when i start xbox











