Jeffrey Paul sneak
sneak pushed to master at sneak/hacks 2022-01-21 06:46:29 +00:00
60be955549 latest
sneak pushed to refactor/wwvb-simple-timer at sneak/mcu 2022-01-11 11:16:51 +00:00
d52dc0263c no longer crashes the mc
sneak created branch refactor/wwvb-simple-timer in sneak/mcu 2022-01-11 11:05:24 +00:00
sneak pushed to refactor/wwvb-simple-timer at sneak/mcu 2022-01-11 11:05:24 +00:00
b56272cfc6 builds, but has bugs and crashes in ISR
24c079663d gitignore
Compare 2 commits »
sneak pushed to master at sneak/mcu 2022-01-11 10:13:27 +00:00
3c68a5c9ba add readme
sneak created branch master in sneak/mcu 2022-01-11 10:09:54 +00:00
sneak pushed to master at sneak/mcu 2022-01-11 10:09:54 +00:00
2d9aa994a8 initial
sneak created repository sneak/mcu 2022-01-11 10:09:22 +00:00
sneak pushed to master at sneak/hacks 2022-01-10 12:59:06 +00:00
ae9c16e405 latest
sneak pushed to master at sneak/hacks 2022-01-09 13:41:06 +00:00
ac052d190a some arduino sketches
sneak pushed to master at sneak/hacks 2022-01-09 11:57:01 +00:00
94b5cae9ae jwztv music video scraper
sneak pushed to master at sneak/hacks 2022-01-08 02:08:20 +00:00
0adabd3efe put in warning
bab7810cd3 latest
a9590c0dce add go binary installer
Compare 3 commits »
sneak pushed to master at sneak/osx 2021-11-23 02:21:10 +00:00
d03c1e4b86 Update 'custompkg/root/etc/skel/Library/user-setup/100.install-caskroom-apps.sh'
sneak pushed to master at sneak/pub 2021-11-17 17:30:22 +00:00
b3416b9c37 add disable apple services mobileconfig profile
sneak pushed to master at sneak/hacks 2021-11-09 17:51:34 +00:00
4f80ad381a this script renames mullvad wireguard config files
16051c01c2 add microbtc conversion script
Compare 2 commits »
sneak commented on issue sneak/mfer#1 2021-11-08 12:43:20 +00:00
Deliverable 1: Spec document for file format

Yes, I agree - simpler is better.

sneak commented on issue sneak/mfer#1 2021-11-08 10:06:09 +00:00
Deliverable 1: Spec document for file format

Directories are not listed in the manifest, only regular files.

sneak commented on issue sneak/mfer#1 2021-11-08 09:57:43 +00:00
Deliverable 1: Spec document for file format

path attribute is relative to root directory where index.mf file lives.

sneak commented on issue sneak/mfer#1 2021-11-08 09:42:21 +00:00
Deliverable 1: Spec document for file format

Sounds good, and makes sense. I put the length at the end to detect truncation, but the length field does that just by existing, so it can go at the beginning and it will also work fine. :)

sneak commented on issue sneak/mfer#1 2021-11-08 09:35:05 +00:00
Deliverable 1: Spec document for file format

the file format description will be something like "the file begins with a magic number, a uint64 in network order, that is specified as constant X. the following bytes are zstd compressed data. the final data in the file is a uint64 in network order that specifies the size of the zstd data, the magic number, and the trailing size field. the zstd compressed data shall be...." etc