(marcelklehr) Can you guys try to access the following archive? I'm hosting using the dat cli, now, instead of beaker: b7777e3c824a8b8fb29c6c6187843aa4c807d87452c695c262a590f80c196e2e
notwes joined the channel
notwes has quit
notwes joined the channel
mafintosh
substack: @marcelklehr
whoops
too many mentions
@marcelklehr still here?
dat-gitter-bot
(marcelklehr) yup :)
mafintosh
substack: tree seems to work great on peermaps data set. using the non optimized lookup i can stat any antry in around 500ms on cold boot
gonna add delete support and start integrating it
@marcelklehr you still seeding that dat? i can try fetching it
dat-gitter-bot
(marcelklehr) yup, dat is till running
(marcelklehr) (recently I tried hosting with beaker, which didn't work, so now I'm trying the dat cli)
mafintosh
yea beaker still has some weird replication issue
let me try it then
@marcelklehr got it
dat-gitter-bot
(marcelklehr) yay! :)
(marcelklehr) awesome, thanks!
mafintosh
cool website
dat-gitter-bot
(marcelklehr) heh, it's still kind of raw. It's supposed to be a collaborative editor
(marcelklehr) hit create to create a new doc. Share the id of the new do with people, they can fork the dat archive, give you the id of the fork, you add them as collaborators, bang: collaborate.
(marcelklehr) *new doc
notwes
@marcelklehr link? If you don't mind me checking it out :)
that is what I get when I try to use dat-next clone on it. Known issue?
pfrazee joined the channel
and "old dat" says its an invalid link when i run `dat b7777e3c824a8b8fb29c6c6187843aa4c807d87452c695c262a590f80c196e2e test`
well technically I ran it with --temp
hmm, re-tried with old dat and it worked, no clue what I was doing wrong
jekrb joined the channel
ddem-bot1 joined the channel
ddem-bot has quit
jhand
notwes: oops forgot I did that breaking change in dat-next. The version on npm is kinda stale. I'll release much fresher dat-next this week. Not sure if its worth patching that old one.
notwes: didn't totally follow - but dat doctor uses links that aren't compatible with archives. so you can dat doctor with an archive hash. Its just a random hash so two peers can connect
notwes
jhand: cool, no rush. Was just playing with marcel's project. And I was just not clear what dat doctor did, but I am now
jhand
and we are working on some networking debugging tools so we can start systematically figuring out the beaker connection issues
notwes
jhand: is there a way to add usage descriptions to the subcommands? it would be nice to be able to run `$dat-next doctor --help`, and if there is I can submit a PR
jhand
notwes: no but that would be sweet.
notwes
jhand: yeah, that is one of the reasons I use commander for my cli's. Each of the sub commands can define its own full set of docs and usage instructions
jhand
notwes: ah cool. I'll check that out. If not I think I can hook up something basic with subcommand that you can PR to
notwes
jhand: cool! doesn't matter to me, but the help flag on each command would be great
and I am happy to contribute based on my noob expirence
jhand
notwes: Defnitely. I kept wanting to put more in the main usage but it was getting too big to print and read easily
notwes
jhand: yeah, man pages are nice for that as well, but harder to build and distribute. I think just breaking out all the sub commands would do the trick here
jhand
oh looks like the arg parser we are using does have a way to do help strings.
notwes
nice!
pfrazee joined the channel
jhand
ogd: published your doctor updates + added you to npm