- Manehattan MAS hub
- https://holanet.xyz
-
Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.
- Joined on
2022-08-07
Block a user
Need to skip over values we don't recognize
This also isn't done in the dynamic decoder, it simply returns an error if the destination type doesn't match the tag. Need to fix this too.
Ensure there are no overflows
tape.TagAny should be using reflection
Signedness is NOT semantic information and must be transmitted
Need to test generated decoder
TAPE dynamic encoding/decoding functions must support struct tags
tape.TagAny should be using reflection
Need to skip over values we don't recognize
Signedness is NOT semantic information and must be transmitted
LUI should just be LI. The former is awkward.
Signedness is NOT semantic information and must be transmitted
Will replace LI with LSI and LUI (large signed/unsigned integer). The numbers will be shifted so that LUI == 1 << 6 and LSI == 2 << 6, and everything under is shifted down, ending at 7
How to do users
passwd file Would we also be doing authentication using /etc/shadow or would there be a separate database of passwords?