Alexandru Stan
Alexandru Stan
I tought more about it, I don't know if I even want elk to do the layout for this. The thing is, airwires, especially when just coming out of one...
> I'm thinking the effect could be simulated by drawing it manually after the fact at elk to svg generation time. The extra padding around the chip could be achieved...
> and only on one the board that I have I can confirm this is the correct transform matrix for all chromebooks and that this matrix is also consistent across...
> The subvolume snapshot command is modelled after `cp`, so the semantics is similar to something people already know. Looks like cp has 3 modes for this: ``` cp [OPTION]......
Did @Zygo just tell me a workaround? Just add a `/.` as a suffix to src. ``` alex@alex-framework /mnt/fs $ sudo btrfs subvolume create src Create subvolume './src' alex@alex-framework /mnt/fs...
> If we then have more black, we find the initial black never got put into the index Yeah, the spec should clarify that the [index starts set to all...
> [It does](https://github.com/phoboslab/qoi/blob/master/qoi.h#L87) :) Sorry, I guess I was looking at your one pager and considering that as the "spec".
> I think it probably would be worth specifying that invalid files must error. When one implementing a decoder/encoder, one should probably follow https://deviq.com/laws/postels-law I wouldn't add too many checks/error...
> (If anyone was curious, I'm making a real-time decoder on an embedded device with a 67mhz CPU. Nice! > Not doing error checking made my decoder twice as fast....
For now this is how a `pkg/` looks like: ``` . ./mister-computer-ao486 ./mister-computer-ao486/media ./mister-computer-ao486/media/fat ./mister-computer-ao486/media/fat/mister-computer-ao486 ./mister-computer-ao486/media/fat/mister-computer-ao486/docs ./mister-computer-ao486/media/fat/mister-computer-ao486/docs/AO486 ./mister-computer-ao486/media/fat/mister-computer-ao486/docs/AO486/README.md ./mister-computer-ao486/media/fat/mister-computer-ao486/games ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486 ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/MISTERFB.DRV ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/MISTERFB.INF ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/misterfs.exe ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/imgset.exe ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/sbctl.exe ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/modem9x.inf ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/mpuctl.exe ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/drv/sysctl.exe ./mister-computer-ao486/media/fat/mister-computer-ao486/games/AO486/boot0.rom...