Jeremy Stashewsky
Jeremy Stashewsky
Signing with asymmetric keys is distinct from encryption, but the article conflates them. https://webhooks.fyi/security/asymmetric-key-encryption "Asymmetric key encryption" is what you do to make contents secret, like in GPG where you're...
Hello! I had trouble compiling stud on Solaris (specifically a Joyent smartmachine) so I made a few patches that affect the `Makefile` and `stud.c`. Notes on the patches: Using `fcntl()`...
**Describe the bug** Given this script: ```lua filesystem.initFileSystem("/dev") filesystem.makeFileSystem("tmpfs", "tmp") filesystem.mount("/dev/tmp","/") local f = filesystem.open("/example.txt","w") print(type(f)) print(f) f:write("hello file!") f:close() ``` Running under FIN 0.3.19 (with _only_ FIN installed; all...