hackily sort items by time

This commit is contained in:
Kartik K. Agaram 2021-08-11 18:40:10 -07:00
parent 2c401eb6e8
commit efcf321d15
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
# Step 3: construct a disk image out of the archives and avatars
# cd ../.. # go back to parent of images/
# dd if=/dev/zero of=data.img count=201600 # 100MB
# python path/to/convert_slack.py |dd of=data.img conv=notrunc
# python path/to/convert_slack.py > data.out
# (optionally sort items by timestamp; I currently do this in Vim by piping the latter half of data.out through `sort`)
# dd if=data.out of=data.img conv=notrunc
# Currently this process yields errors for ~300 items (~70 posts and their comments)
# on the Future of Software group (https://futureofcoding.org/community). We fail to load those.
#