[ot][spam][crazy][personal] karl miniupdate
recently i was working a little on gneuralnetworks. not totally sure why, it kind of came to me as just something i could work a little on moving forward on. i submitted a gnu application for a new project! to fork it! anyway i made lots of progress on fixing its bugs. next there is a segfault when a training plan is added to the network script. something about saving data after parsing. lots of fun !!
"Sunlight!" sang the apical meristem of the blade of grass, and the chloroplasts of the leaf cells, as it stretched and stretched upwards! The blade of grass swayed in the wind, back and forth. Sometimes a big gust would come along, and it would whip up and down hard as the gust blew it. Gathering sunlight the whole time!
The more sunlight the blade of grass gathered, the tougher and bigger it became. The sunlight was sweet and energizing, and it would send the energy down to its roots via its phloem, so that other blades could share in the wonderfulness of the sun.
----- Once upon a time software developer began losing his mind again. "Oh no," thought the software developer, as he began to feel himself losing touch with reality and the current moment. "I wonder if this is what it's like to have your duck on fire."
1234 ET i'm engaging a bug in neural network training plans in gneural networks. the call to memcpy was backward, copying the new unallocated memory over the data that was set. have not yet verified that i am interpreting the bug correctly.
i thought i fixed it, but it didn't seem to help yet. i'm sure looking at it more would resolve this.
On 8/30/22, Undiscussed Groomed for Male Slavery, One Victim of Many <gmkarl@gmail.com> wrote:
1234 ET
i'm engaging a bug in neural network training plans in gneural networks. the call to memcpy was backward, copying the new unallocated memory over the data that was set. have not yet verified that i am interpreting the bug correctly.
more detail: there are a handful of parallel functions that put a structure on the stack as well as a pointer to it. the structure is filled via this pointer, rather than direct access to the stack object. after the structure is filled, the pointer is reseated to point to memory on the heap. a copy is then performed from the heap memory, to the stack. (the thing that seems a big error to me) then the unallocated heap memory is returned to the program. in two of the functions it looks to me like the copy is made from a different buffer with a similar name that has unrelated content. the error strikes me because it is similar to errors i struggle with in day to day activities, with a reversal that trashes the intent maybe paired with a use of the reversed thing before or under its reversal this thing i am scared of is not the main issue, as far as i can tell, it's still failing when i swap it to look right, so i may be describing my thinking issues rather than the code, who knows
participants (1)
-
Undiscussed Groomed for Male Slavery, One Victim of Many