Jeffrey Paul sneak
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

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

No, this is just a markdown document that you will write from scratch that describes the file format, along with a description of steps used by implementations when creating or validating a manifest file.

sneak pushed to master at sneak/mfer 2021-11-03 11:23:18 +00:00
9dd2682b49 mtime/ctime/atime should be Timestamp
sneak pushed to master at sneak/mfer 2021-11-03 11:19:50 +00:00
4fd76850da renumber fields, add timestamp
sneak commented on issue sneak/mfer#2 2021-11-03 11:12:51 +00:00
Deliverable 2: Spec document for golang implementation of format

The spec for the golang implementation should also be committed into this repo, and can be removed once the go code is done.

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

The file format spec should be committed into this repo.

sneak commented on issue sneak/mfer#2 2021-11-03 11:08:04 +00:00
Deliverable 2: Spec document for golang implementation of format

Desired features for 1.0:

sneak commented on issue sneak/mfer#3 2021-11-03 11:05:44 +00:00
Deliverable 3: Golang implementation to spec

This is a working 1.0 in go.