Closed RichardLitt closed 9 years ago
Food for go-ipfs https://github.com/ipfs/pm/issues/28#issuecomment-133756372
needed in go-ipfs@0.3.8
ipfs update
@jbenet are we going full UDT or just supporting that primarily for now?
@diasdavid see https://github.com/ipfs/go-ipfs/issues/1738
Reminder: Only add things you can finish this sprint.
@rht add tasks to etherpad?
Lots of learning around both the go-ipfs codebase and how to do things The Right Way(tm) with golang -- loving the unixy tooling. Getting the ipget tool working was pretty easy once @whyrusleeping showed me how to get a fresh node up. No blockers.
edit:
Worked on:
Not done:
ipfs add
has to wait for 0.4.0 rebase.@rht is that done this week? or upcoming? you'll want to add next tasks to etherpad in #35
(sorry for misisng the timing, hopefully this compensates a bit)
@richardlitt:
dnslink-deploy
tool! def was a missing piece. https://github.com/ipfs/dnslink-deploy for those interested @diasdavid
@dignifiedquire
@lgierth
dnslink-deploy
tool! def was a missing piece. https://github.com/ipfs/dnslink-deploy for those interested @whyrusleeping
@rht
@noffle
@amstocker
also, thanks to:
and thanks to lots of other people that made IPFS lots better this week! \o/ :fireworks:
Started to fix it as @ion1 suggested and to add tests, but it's not so easy to add tests because of all the quoting.
All these are in java-ipfs-api
To Do
pushed the first complete arXiv archive
Thanks a lot for this. There is e.g. https://blog.lateral.io/2015/07/harvesting-research-arxiv/ (https://arxiv.lateral.io/), but definitely a lot more stuff can be done, etc. (haven't dumped my thoughts yet...)
No, finished neither of the 2 checklists.
Great initiative! Is there anything I can do to make markup.rocks easier to integrate?
Is there anything I can do to make markup.rocks easier to integrate?
@osener That would be great :). What I'd really like to do is replace the Dropbox open/save links with IPFS equivalents (similar to the IPFS wiki by @jamescarlyle). I've started on an IPFS Haskell API (ipfs/ipfs#4), which may be able to help with this.
Feel free to ping me (davidar) on http://chat.ipfs.io (or #ipfs on freenode) if you want to discuss this further.
@rht yes, definitely interested in hearing ideas for utilising the arxiv data. The ones I've thought of are:
Edit: see ipfs/apps#1
FWIW I'm planning to add a markdown parser to my ipfs-wiki, so that standard md syntax can be used (and then rendered as HTML)
Sprint Goals
Sprint Discussions
See https://github.com/ipfs/pm#sprint-discussion-schedule
Please take notes in a separate pad, if you can, and link it here.
Sprint Deliverables
@RichardLitt
@diasdavid || @daviddias
@dignifiedquire
Workable state of the electron app
@lgierth
@whyrusleeping
@amstocker
@jbenet
@rht
ipfs add
(I have a local branch where the bulk of core/commands/add.go is moved to core/coreunix/add.go...if this is preferable?) (and optionally investigate slow add but this is not guaranteed to finish)