Oddbean new post about | logout
 I am pretty sure auth is working I tested with a bunch of clients and use it with ndk, but the mystery of the giftwraps.  I tried your tool, it has mleku.net deps still lingering I can't build it. 
 ah crap, i better fix that tomorrow

not sure why you aren't getting them from the go module proxy cache tho

yeah, tomorrow...

i'm currently working on a count encoder that appends to a buffer you pass it so you can reuse the buffer 
 i'm getting that done now btw, just running tests after moving all the required content into place so it's a monorepo then i'll check that everything in cmd and the root build correctly also, won't be long (one of the tests runs for a while haha) 
 it's done btw, you should now be able to do like 

go install github.com/Hubmakerlabs/replicatr/cmd/ingestr

and have it pull and build it, anyhow, it's there, i needed to fix it, i forgot it was totally broken 
 go install github.com/Hubmakerlabs/replicatr/cmd/ingestr@latest

lol 
 go install github.com/Hubmakerlabs/replicatr/cmd/ingestr@v1.2.17

better still, that is the actually what i just built now

me@iox:/src/github.com/Hubmakerlabs/replicatr$ ingestr
Usage: ingestr [--nsec NSEC] [--since SINCE] [--limit LIMIT] [--interval INTERVAL] [--pause PAUSE] [--follows FOLLOWS] DOWNLOADRELAY UPLOADRELAY
error: downloadrelay is required
 
 Thanks man, ya I found my bug.  String instead of bool. 🤦‍♂️ 
 i saw that, was just thinking maybe something in that stuff might have helped with the auth flow is all