calledit

Results 15 issues of calledit

This is a short overview of the things that I think are important in tinygrad. There might be shortcomings in the overview as I do not know every single detail...

George managed to nerd snipe me, and I spend a few hours trying to decompile the EdgeTPU compiler. Got some useful results.

Example: box A has scroll It contains box B box B contains box C When you scroll one line up, box B will move one line up And box C...

Line: https://github.com/riolet/nope.c/blob/master/nope.c#L224 getLine(client, buf, sizeof(buf)); All requests with a first line longer than 1024 bytes will fail. As the server stops ignores the rest of the line.