Skip to content

Commit c814655

Browse files
committed
wip
1 parent 353362f commit c814655

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

papers/neurips-2025/main.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
% ====================
1313
% CONDITIONAL SETTINGS
1414
% ====================
15-
%\nonanonymoustrue % comment out to be anonymous
15+
\nonanonymoustrue % comment out to be anonymous
1616
\useacknowledgementtrue % comment out to remove acknowledgements
1717
\useappendixtrue % comment out to remove appendix
1818
% ====================
1919

2020
\ifnonanonymous
21-
\usepackage[final]{neurips_2025}
21+
\usepackage[nonatbib,final]{neurips_2025}
2222
% to compile a preprint version, e.g., for submission to arXiv, add add the
2323
% [preprint] option:
2424
% \usepackage[preprint]{neurips_2025}
2525
\else
2626
%\usepackage{neurips_2025}
27-
\usepackage[nonatbib]{neurips_2025}
27+
\usepackage[nonatbib,preprint]{neurips_2025}
2828
\fi
2929

3030
\newcommand{\redact}[1]{%

papers/neurips-2025/scripts/compress_pdf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.11"
4+
# dependencies = [
5+
# "ubelt",
6+
# "scriptconfig",
7+
# "rich",
8+
# ]
9+
# ///
210
import scriptconfig as scfg
311
import ubelt as ub
412

shitspotter/cid_revisions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ bafybeifrg4v45uhvkz72n27lcyh5jx7gzn6dnxxeyduw2as3r65eeizmmu
3333
bafybeie2nfp6km4x63ldpysnje4qaggijnh5jilgawjcdnahoddvxln3xm
3434
bafybeihsd6rwjha4kbeluwdjzizxshrkcsynkwgjx7fipm5pual6eexax4
3535
bafybeia2uv3ea3aoz27ytiwbyudrjzblfuen47hm6tyfrjt6dgf6iadta4
36+
37+
# ---
38+
ipfs pin add --name shitspotter-2025-04-21 --progress bafybeia2uv3ea3aoz27ytiwbyudrjzblfuen47hm6tyfrjt6dgf6iadta4
39+
ipfs swarm connect /p2p/12D3KooWCFcfiBevjQD42aRAELMUZXAGScRiN2NcAthokF4dMnVU
40+
ipfs swarm connect /p2p/12D3KooWPyQK2JEXnqK1QxiV9Y7bG3UsUQC5iQvDxn8bV1uqvsbi
41+
# ---
42+
43+

shitspotter/phone_manager.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,19 @@ def print_pin_instructions(shitspotter_dvc_dpath, new_shit_dpath):
644644
"
645645
646646
# Also see: ~/code/shitspotter/dev/sync_shit.sh
647+
648+
649+
NEW:
650+
651+
We also want to update the IPNS address
652+
653+
NEW_ROOT_CID=bafybeia2uv3ea3aoz27ytiwbyudrjzblfuen47hm6tyfrjt6dgf6iadta4
654+
crontab -l | sed "s/bafybe[^ ]* /$NEW_ROOT_CID /" | crontab -
655+
656+
# Cron entry should look like this:
657+
IPFS_PATH=/flash/ipfs
658+
0 0 * * * /home/joncrall/.local/bin/ipfs name publish --key=shitspotter-key /ipfs/bafybeia2uv3ea3aoz27ytiwbyudrjzblfuen47hm6tyfrjt6dgf6iadta4 >> ~/ipfs_cron.log 2>&1
659+
647660
'''
648661
)
649662
# Note:

0 commit comments

Comments
 (0)