lgierth changed the topic of #ipfs to: Current release: go-ipfs v0.4.4 on dist.ipfs.io | Dev chatter: #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
shizy has quit [Ping timeout: 250 seconds]
<daviddias> mafintosh: oh, the 17th? I'm landing in Lisbon on the 16th at noon, I might actually be able to make it! Are people doing the full weekend?
<daviddias> and thank you for inviting me 😃)
bsm117532 has joined #ipfs
s_kunk has quit [Ping timeout: 260 seconds]
bsm117532 has quit [Ping timeout: 265 seconds]
gabsbo has joined #ipfs
<ianopolous> whyrusleeping: great work on the memory usage! Very nice to hear.
<whyrusleeping> ianopolous: don't thank me yet! theres still a long road ahead of us
<whyrusleeping> but ipfs at least runs on a 1GB vps for more than an hour
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<ianopolous> 10MiB is great
<whyrusleeping> would be great
<ianopolous> oh, did I read wrong?
<whyrusleeping> probably, lol
<ianopolous> ah, damn. sorry :-)
<whyrusleeping> haha
<whyrusleeping> i've got tweaks that get things down to ~50MB, but its pretty hacky
<whyrusleeping> and require more updates to be pushed out all over
<ianopolous> right
<whyrusleeping> past that, there will be a lot of refining and adding config options like "don't keep a cache here"
<ianopolous> that will be very useful for us :-)
<whyrusleeping> yeah, its coming, right now the bottleneck is testing and code review
<ianopolous> or keep a cache, but only serve it to localhost, not the network
anewuser has joined #ipfs
pawal has quit [Ping timeout: 248 seconds]
gabsbo has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
maxlath has quit [Quit: maxlath]
gabsbo has joined #ipfs
gabsbo has quit [Client Quit]
fleeky_ has joined #ipfs
bsm117532 has joined #ipfs
pawal_ has joined #ipfs
fleeky__ has quit [Ping timeout: 250 seconds]
anonymuse has joined #ipfs
Kane` has quit [Ping timeout: 258 seconds]
<fleeky_> so im curious is it a best practice to install an ipfs daemon per user or systemwide?
<fleeky_> seems like its geared more towards installing stuff in /home but im a bit confused on this
Kane` has joined #ipfs
<lgierth> you can do either
<lgierth> totally depends on what you wanna do :)
DiCE1904 has quit [Ping timeout: 244 seconds]
Kane` has quit [Remote host closed the connection]
DiCE1904 has joined #ipfs
Kane` has joined #ipfs
<fleeky_> k just checking
bwerthmann has joined #ipfs
Kane` has quit [Ping timeout: 260 seconds]
geemili has quit [Ping timeout: 260 seconds]
theseb has quit [Ping timeout: 248 seconds]
<fleeky_> on master branch, running go 1.7.3 i am getting import cycle not allowed , any idea ?
<lgierth> did you run make deps? (just to make sure)
Kane` has joined #ipfs
<fleeky_> just did
<fleeky_> redid make same thing
reit has quit [Ping timeout: 250 seconds]
Mateon3 has joined #ipfs
<lgierth> fleeky_: can you try building a minimal go program as described in https://github.com/ipfs/go-ipfs/issues/2899#issuecomment-228392843
Mateon2 has quit [Ping timeout: 250 seconds]
<jbenet> whyrusleeping: we should do what cjdns does: have a test that limits mem usage (on a vm or whatever) to kMB.
anonymuse has quit [Remote host closed the connection]
<lgierth> jbenet: oh it's not the test that has a mem limit -- it's the runtime itself
<lgierth> it allocates exactly once, at startup, then just forbids any further allocs
<Kubuxu> jbenet: cjdns doesn't have a test that does that, it has allocator that won't allocate more than that
<lgierth> first!!
<Kubuxu> and also cjdns is much smaller than go-ipfs
<lgierth> first again!
<Kubuxu> :/
<lgierth> :)
fleeky_ has quit [Quit: Ex-Chat]
elico has quit [Read error: Connection reset by peer]
ianopolous has quit [Ping timeout: 258 seconds]
elico has joined #ipfs
cemerick has joined #ipfs
sandbank has joined #ipfs
leerspace has joined #ipfs
<leerspace> Does anyone know if any IPFS devs are working on a proposal to back up Archive.org using IPFS? http://www.archiveteam.org/index.php?title=INTERNETARCHIVE.BAK/ipfs_implementation
elico has quit [Quit: Leaving.]
cubemonk1y has joined #ipfs
SuperPhly has joined #ipfs
fleeky has joined #ipfs
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ianopolous has joined #ipfs
leerspace has quit [Quit: Page closed]
andoma has quit [Read error: Connection reset by peer]
geemili has joined #ipfs
andoma has joined #ipfs
ivo_ has quit [Ping timeout: 245 seconds]
dignifiedquire has quit [Quit: Connection closed for inactivity]
ivo_ has joined #ipfs
cemerick has quit [Ping timeout: 248 seconds]
cubemonk1y has quit [Ping timeout: 256 seconds]
espadrine has quit [Ping timeout: 260 seconds]
gabsbo has joined #ipfs
gabsbo has quit [Client Quit]
HostFat_ has joined #ipfs
pfrazee has joined #ipfs
gabsbo has joined #ipfs
HostFat has quit [Ping timeout: 258 seconds]
trvon has quit [Ping timeout: 258 seconds]
HenryNguyen5 has quit [Ping timeout: 260 seconds]
ianopolous_ has joined #ipfs
<fleeky> how is the whole ipns entries working as a git commit chain thing going ?
nunofmn has quit [Quit: Connection closed for inactivity]
gabsbo has quit [Ping timeout: 245 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
mib_kd743naq has joined #ipfs
<mib_kd743naq> in master
sandbank has quit [Quit: Connection closed for inactivity]
<mib_kd743naq> Following Go code is not formatted.
<mib_kd743naq> ./blocks/blockstore/util/remove.go
<mib_kd743naq> ( was trying a `make test` run )
slothbag has quit [Quit: Leaving.]
<mib_kd743naq> hm... fixing that I now get what seem to be real failures at: Makefile:29: recipe for target 't0040-add-and-cat.sh' failed
* mib_kd743naq checks CI...
geemili has quit [Ping timeout: 246 seconds]
<mib_kd743naq> ah I see... everything runs with TEST_NO_FUSE=1
* mib_kd743naq doesn't run FUSE so will start ignoring it here too (though icky)
<mib_kd743naq> whyrusleeping: ^^ known issue?
anewuser has quit [Quit: anewuser]
mguentner2 has quit [Quit: WeeChat 1.6]
mguentner has joined #ipfs
trn has joined #ipfs
<mib_kd743naq> protoc-gen-gogo: program not found or is not executable
<mib_kd743naq> where do you folks get this one from? this gx stuff is pretty daunting :/
<mib_kd743naq> ( I know ipfs uses a much older protoc lib so just getting the official lib is a no-go )
ygrek has quit [Ping timeout: 248 seconds]
<mib_kd743naq> ok giving up for today, too many twisty deps all alike :/
SuperPhly has joined #ipfs
ugjka has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ipfs
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
muvlon_ has joined #ipfs
<whyrusleeping> mib_kd743naq: what are you trying to do?
<whyrusleeping> the gogo protobuf generator is here: https://github.com/gogo/protobuf
<mib_kd743naq> whyrusleeping: submit a PR to change required to option of MIMEType in the metadata .pn, which means I need to regenerate the go source that goes with it
<whyrusleeping> ah, gotcha
<mib_kd743naq> whyrusleeping: I can't use the official thing: see https://botbot.me/freenode/ipfs/2016-12-02/?msg=77342903&page=1
<whyrusleeping> yeah, go get github.com/gogo/protobuf/protoc-gen-gogo
<mib_kd743naq> ( and yes - I did try: it produces an entirely different file, almost fully rewritten )
<mib_kd743naq> for starters your gx stuff is stripped etc
<alu> is there a best practice guide to using your own ipfs server as to reduce dependency on ipfs.io ?
<whyrusleeping> just run gx-go rewrite
<whyrusleeping> or if gx isnt installed, ./bin/gx-go rewrite
<whyrusleeping> alu: hrm... i'm not sure if there is
<mib_kd743naq> whyrusleeping: yeah still no dice, the new lib adds a hard-version-require which bombs everything out because go-ipfs uses an older one
<whyrusleeping> eh?
<mib_kd743naq> the little change on top results in this massive upgrade of the file
<mib_kd743naq> the +const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package is what trips up the recompilation of ipfs itself
<whyrusleeping> thats weird
<mib_kd743naq> whyrusleeping: there is also https://github.com/ipfs/go-ipfs/issues/3214 by some people you know
<whyrusleeping> mmmm
<mib_kd743naq> huh... that's an interesting idea: https://github.com/ipfs/go-ipfs/issues/3214#issuecomment-262772065
<whyrusleeping> thats troublesome
<mib_kd743naq> whyrusleeping: anyway - all I really wanted to submit was the first hunk of this diff to get the ball rolling: https://ipfs.io/ipfs/QmcsEpT4UXp7DdX8rntr4S4z1xA2PsgegchsxsTBKynsT6
<mib_kd743naq> but I can't really compile anything with that change, so can't test, so will stop here
<whyrusleeping> cant you just remove that line?
<whyrusleeping> it seems to me like you could just manually select the parts of the diff that work
<mib_kd743naq> I can but... it's a generated file... surely I can't PR it your way like that...?
SuperPhly has joined #ipfs
<whyrusleeping> seems better than many of the alternatives at this point
<mib_kd743naq> lemme try then
<mib_kd743naq> ../../unixfs/pb/unixfs.pb.go:133: undefined: proto.RegisterFile
<mib_kd743naq> yeah no.
<mib_kd743naq> clearly too many things changed in the new generator, and my golang is terrible to fish this out
<mib_kd743naq> sorry :/
<whyrusleeping> what is that fileDescriptorProto thing?
<whyrusleeping> is that related to what youre doing?
jager has joined #ipfs
<mib_kd743naq> I see you mean 'delete more stuff'
<mib_kd743naq> let me try...
Madcap^Jake^ has joined #ipfs
<whyrusleeping> looks to me like all you really need to do is change the line where it says :
<whyrusleeping> -MimeType *string `protobuf:"bytes,1,req" json:"MimeType,omitempty"`
<whyrusleeping> +MimeType *string `protobuf:"bytes,1,opt,name=MimeType" json:"MimeType,omitempty"`
Madcap^Jake^ is now known as MadcapJake
<whyrusleeping> and probably don't even need to add the 'name' bit in
<whyrusleeping> just s/req/opt/
<whyrusleeping> (i still have the old protoc-goo thing installed)
<mib_kd743naq> whyrusleeping: don't lose that one ;)
<mib_kd743naq> whyrusleeping: did you make your diff by hand, or was it literally all your protoc-gogo made?
<whyrusleeping> oh, we won't, you can always go install gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/protoc-gen-gogo
<whyrusleeping> i just ran make
<whyrusleeping> (forgot to mention installing the correct version from gx, whoops)
<mib_kd743naq> see that could have saved me <entire time we had this conversation>
<whyrusleeping> i'm sorry, i literally just remembered you could do that
<whyrusleeping> right after you said "don't lose that", i thought "we don't lose things... OH!"
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Mateon3 is now known as Mateon1
<mib_kd743naq> whyrusleeping: any word on https://botbot.me/freenode/ipfs/2016-12-02/?msg=77341957&page=1 ?
robattila256 has quit [Ping timeout: 244 seconds]
<whyrusleeping> Fuse? We can't run it on CI boxes easily
Aranjedeath has joined #ipfs
<mib_kd743naq> whyrusleeping: I mean it fails tests for me locally all over the place
<mib_kd743naq> ( tests pass if I disable it like on CI )
<mib_kd743naq> if not a "known issue" - I will file a bunch of bugs later, already spent way too much time on this today
mib_kd743naq has quit [Quit: Page closed]
ygrek has joined #ipfs
ianopolous has quit [Quit: Bye]
xnaveira has quit [Quit: WeeChat 0.4.2]
pfrazee has quit [Remote host closed the connection]
pfrazee has joined #ipfs
Oatmeal has joined #ipfs
pfrazee has quit [Ping timeout: 250 seconds]
chris613 has quit [Quit: Leaving.]
ulrichard has joined #ipfs
kvda has quit [Quit: Textual IRC Client: www.textualapp.com]
Aranjedeath has quit [Quit: Three sheets to the wind]
sametsisartenep has joined #ipfs
rugu has joined #ipfs
<rugu> haad: daviddias: Hey, thans for accepting access to the repo. Not sure if you had the time to check it out, but wanted to have a 5-10min discussion with you. Do let me know when you have 10min to spare. Thanks
herzmeister has quit [Ping timeout: 250 seconds]
<rugu> haad: The repo is a bit of a mess, trying to structure it
herzmeister has joined #ipfs
ribasushi has quit [Ping timeout: 245 seconds]
muvlon_ has quit [Ping timeout: 260 seconds]
ribasushi has joined #ipfs
ralphthe1inja is now known as ralphtheninja
ygrek has quit [Ping timeout: 240 seconds]
dignifiedquire has joined #ipfs
jchevalay has joined #ipfs
silwol[m] is now known as silwol[m]1
silwol[m]1 is now known as silwol[m]2
silwol[m]2 is now known as silwol[m]
silwol[m] is now known as silwol
reit has joined #ipfs
ygrek has joined #ipfs
<kenCode[m]1> making lots of headway on c-ipfs now..
SuperPhly has joined #ipfs
ylp1 has joined #ipfs
ygrek has quit [Ping timeout: 240 seconds]
<hashcookie> whyrusleeping: I see thanks
muvlon_ has joined #ipfs
<muvlon_> are there any other public http gateways besides ipfs.io?
www-bukolay-net has joined #ipfs
chriscool1 has joined #ipfs
reit has quit [Remote host closed the connection]
Guest18 has joined #ipfs
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 260 seconds]
ulrichard has quit [Ping timeout: 265 seconds]
gully-foyle has quit [Quit: Leaving]
s_kunk has joined #ipfs
elico has joined #ipfs
ugjka has joined #ipfs
chriscool1 has quit [Ping timeout: 250 seconds]
demize has quit [Quit: Do Androids Dream of Electric Sheep?]
krzysiekj has quit [Ping timeout: 245 seconds]
demize has joined #ipfs
krzysiekj has joined #ipfs
muvlon[m] has joined #ipfs
Guest18 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rugu has quit [Remote host closed the connection]
rendar has joined #ipfs
bastianilso_____ has joined #ipfs
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
maxlath has joined #ipfs
ylp1 has quit [Ping timeout: 246 seconds]
ulrichard has joined #ipfs
bastianilso_____ has quit [Quit: bastianilso_____]
muvlon_ has quit [Ping timeout: 260 seconds]
slothbag has joined #ipfs
ylp1 has joined #ipfs
reit has joined #ipfs
cwahlers_ has joined #ipfs
cwahlers has quit [Ping timeout: 245 seconds]
IlanGodik has joined #ipfs
muvlon_ has joined #ipfs
ylp1 has quit [Ping timeout: 250 seconds]
geir_ has quit [Ping timeout: 260 seconds]
PseudoNoob has joined #ipfs
trn has quit [Ping timeout: 246 seconds]
ylp1 has joined #ipfs
geir_ has joined #ipfs
Kane` has quit [Ping timeout: 258 seconds]
myeagleflies has joined #ipfs
<myeagleflies> hi
<jchevalay> hi
<myeagleflies> just learnt about ipfs
<myeagleflies> watching some talk
<jchevalay> welcome
<myeagleflies> ;)
<jchevalay> don't hesite ask your questions =)
<myeagleflies> hehe, checking how to install it under ubuntu
espadrine has joined #ipfs
Kane` has joined #ipfs
lkcl has quit [Read error: Connection reset by peer]
lkcl has joined #ipfs
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 250 seconds]
sivachandran has joined #ipfs
rugu has joined #ipfs
<rugu> hey anyone here?
<jchevalay> hi
bastianilso_____ has joined #ipfs
<jchevalay> @rugu do you need help ?
<rugu> jchevalay: hey you familiar with Orbit?
<rugu> its a decentralized chat app based on ipfs-js made by haad:
<jchevalay> yes i know a bit
<rugu> hmmm I was trying to make a similar chat but only using libp2p-js but needed some help.
<rugu> named it galaxy following orbit's naming trend :D
trn has joined #ipfs
<rugu> was looking for some tips on how to proceed with it : https://github.com/varunagarwal315/galaxy
sivachandran has quit [Quit: Leaving...]
kaotisk has joined #ipfs
kaotisk has quit [Read error: Connection reset by peer]
kaotisk has joined #ipfs
frmendes has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
bastianilso_____ has quit [Quit: bastianilso_____]
gsec has joined #ipfs
PseudoNoob has quit [Remote host closed the connection]
ebel has quit [Ping timeout: 258 seconds]
<jchevalay> i think you can use see it : https://github.com/haadcode/orbit-db
gsec has quit [Quit: leaving]
muvlon_ has quit [Quit: Leaving]
<rugu> jchevalay: Yes I have used it, its made using full IPFS, I want to build using libp2p exclusively.
ulrichard has quit [Ping timeout: 260 seconds]
<jchevalay> ok
<jchevalay> What was your question about orbit ?
<jchevalay> sorry what was you need ?
<rugu> jchevalay: Advice and feedback on my repository. Just made is yesterday, got a loooong way to go
<jchevalay> i mean
<jchevalay> =)
ebel has joined #ipfs
<jchevalay> rugu i'm not an expert but i think refactor this part : https://github.com/varunagarwal315/galaxy/blob/master/tests/basic-chat/tertiary.js#L34
Kane` has quit [Ping timeout: 258 seconds]
<jchevalay> rugu with ids.map( () => {//your works}) and declare an nodes where push your peerNode i think
<jchevalay> rugu i think will be more clear =)
Kane` has joined #ipfs
<rugu> jchevalay: ya will check it out. for now just used async.parallel and left it at that. Thanks
<jchevalay> after that i think the principal topic to check if to create an indepent node
<jchevalay> for exemple your node need keep an hash table all node which know
maxlath has quit [Ping timeout: 268 seconds]
<jchevalay> an share that each node where is connect
<rugu> yes as of now, I have hardcoded it to just ensure communication etc. is working. Then I will work on additional features and making it scalable.
domanic has joined #ipfs
<jchevalay> rugu ok good luck for your adventure :p
jcmj has joined #ipfs
ulrichard has joined #ipfs
slothbag has quit [Quit: Leaving.]
rugu has quit [Quit: ChatZilla 0.9.93 [Firefox 50.0/20161114144739]]
kaotisk has quit [Quit: Leaving]
elico has quit [Quit: Leaving.]
frmendes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nunofmn has joined #ipfs
teaspoon_ has joined #ipfs
anonymuse has joined #ipfs
elico has joined #ipfs
maxlath has joined #ipfs
anonymuse has quit [Remote host closed the connection]
anonymuse has joined #ipfs
anonymuse has quit [Ping timeout: 244 seconds]
ulrichard has quit [Ping timeout: 248 seconds]
bwerthmann has quit [Ping timeout: 240 seconds]
johndoe__ has joined #ipfs
elico has quit [Quit: Leaving.]
johndoe__ has quit [Client Quit]
geemili has joined #ipfs
domanic has quit [Quit: Konversation terminated!]
domanic has joined #ipfs
pfrazee has joined #ipfs
<dignifiedquire> daviddias:
<daviddias> woot :D
<daviddias> The italic text looks a bit off
<daviddias> why did the search disappear ?
<daviddias> will the version be a dropdown?
<dignifiedquire> because I didn't implement one yet
<dignifiedquire> no version won't be a dropdown, that would be super complicated
<dignifiedquire> as we we don't keep old docs around currently
<daviddias> ok, roger
<dignifiedquire> styling is not finished yet, lots of more tweaks and things, but wanted something out :)
<daviddias> I remember seeing a search bar before, maybe I'm confusing with Async
<daviddias> it is awesome that the whole thing comes from jsdoc!
pfrazee has quit [Ping timeout: 245 seconds]
HostFat__ has joined #ipfs
<dignifiedquire> daviddias: you can see the source here https://github.com/libp2p/js-peer-id/pull/41
anewuser has joined #ipfs
pfrazee has joined #ipfs
HostFat_ has quit [Ping timeout: 260 seconds]
anewuser has quit [Client Quit]
teaspoon_ has quit [Read error: Connection reset by peer]
geemili has quit [Ping timeout: 246 seconds]
geemili has joined #ipfs
geemili has quit [Ping timeout: 246 seconds]
bwerthmann has joined #ipfs
ulrichard has joined #ipfs
pfrazee has quit [Remote host closed the connection]
pfrazee has joined #ipfs
ylp1 has quit [Quit: Leaving.]
ylp1 has joined #ipfs
sametsisartenep has quit [Quit: zZz]
ulrichard has quit [Remote host closed the connection]
pfrazee has quit [Ping timeout: 260 seconds]
shizy has joined #ipfs
<dignifiedquire> daviddias: still around?
nunofmn_ has joined #ipfs
ashark has joined #ipfs
<dignifiedquire> daviddias: updated http://libp2p.github.io/js-peer-id with variation of the design which I like better
frmendes has joined #ipfs
<jchevalay> hi have an issue with design on http://libp2p.github.io/js-peer-id
PrinceOfPeeves has joined #ipfs
Kane` has quit [Ping timeout: 258 seconds]
<jchevalay> the summary tab eat text depail
<jchevalay> the summary tab eat text detail
<dignifiedquire> jchevalay: could you explain, I'm not sure what you mean
<dignifiedquire> lobster pic, too many uploads
<jchevalay> dignifiedquire i upload a screenshot
Kane` has joined #ipfs
hashcookie has quit [Quit: leaving]
<dignifiedquire> do you mean the navigation on the left side? try scrolling it to see everything
<jchevalay> yes navigation section overload the middle part
<dignifiedquire> did you try scrolling inside of it?
<jchevalay> no i can't
<dignifiedquire> hmm that's a bug
<dignifiedquire> which browser?
<jchevalay> google chrome version 54.0.2840.99
<seharder> daviddias: Good morning David. I have a question for you if you have time.
brianhoffman_ has joined #ipfs
domanic has quit [Ping timeout: 268 seconds]
<jchevalay> dignifiedquire
<jchevalay> dignifiedquire do you see that ?
<jchevalay> dignifiedquire
<dignifiedquire> ohh interesting
<dignifiedquire> thanks
<jchevalay> yw
<jchevalay> maybe my resolution ??
<jchevalay> 1680 * 1050
brianhoffman has quit [Ping timeout: 265 seconds]
brianhoffman_ is now known as brianhoffman
<haad> dignifiedquire: I also like the latter design more for the docs :+1:
<dignifiedquire> jchevalay: yeah I developed on 1280 resolution that's why haven't seen it yet
<dignifiedquire> haad: cool :)
<haad> dignifiedquire: although, the code higlight colors are a little aggressive, perhaps try once more if you can find a more fitting higlight colors.
shizy has quit [Read error: Connection reset by peer]
<dignifiedquire> aggggreessssivve
<dignifiedquire> :D
frmendes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shizy has joined #ipfs
frmendes has joined #ipfs
bsm117532 has quit [Read error: Connection reset by peer]
bsm117532 has joined #ipfs
<jchevalay> i like ref to code line on github it's very pretty =)
Qwertie has quit [Read error: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac]
Qwertie has joined #ipfs
shizy has quit [Read error: Connection reset by peer]
shizy has joined #ipfs
m0ns00n_ has joined #ipfs
nunofmn_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
m0ns00n_ has quit [Quit: quit]
<dignifiedquire> haad: jchevalay pushed some changes
taaem has joined #ipfs
<Kubuxu> collecting coverage in go-ipfs is harder than I thought
<jchevalay> haad dignifiedquire yes it's good
<haad> dignifiedquire: that look fanastatic!
<dignifiedquire> :)
* haad claps
dcallagh has quit [Remote host closed the connection]
dcallagh has joined #ipfs
<haad> dignifiedquire: oh, one more, the navigation links on the left, they need a little padding/margin so that they're not as closely together vertically, just a tiny bit
<haad> otherwise, ship it!
<dignifiedquire> thanks haad, gotta run feel free to leave issues here : https://github.com/dignifiedquire/clean-documentation-theme/issues
<dignifiedquire> (if you find anything else)
zanadar has joined #ipfs
dcallagh_ has joined #ipfs
dcallagh has quit [Read error: Connection reset by peer]
ulrichard has joined #ipfs
Encrypt has joined #ipfs
iczero is now known as wlp1s1
robattila256 has joined #ipfs
ulrichard has quit [Remote host closed the connection]
ashark has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
Pharyngeal has quit [*.net *.split]
brianhoffman_ has joined #ipfs
brianhoffman has quit [Ping timeout: 260 seconds]
brianhoffman_ is now known as brianhoffman
PseudoNoob has joined #ipfs
shizy has quit [Read error: Connection reset by peer]
<richardlitt> Morning.
shizy has joined #ipfs
<pjz_> morning
pjz_ is now known as pjz
shizy has quit [Client Quit]
nunofmn_ has joined #ipfs
robattila256 has quit [Quit: WeeChat 1.6]
shizy has joined #ipfs
robattila256 has joined #ipfs
frmendes has quit [Quit: Textual IRC Client: www.textualapp.com]
ylp1 has quit [Quit: Leaving.]
Pharyngeal has joined #ipfs
trvon has joined #ipfs
brianhoffman_ has joined #ipfs
brianhoffman has quit [Ping timeout: 240 seconds]
brianhoffman_ is now known as brianhoffman
trvon has quit [Ping timeout: 260 seconds]
<victorbjelkholm> dignifiedquire: great job with the code docs, looks amazing! :)
<victorbjelkholm> issues about the docs themselves goes into where? Aegir?
Pharyngeal_ has joined #ipfs
<dignifiedquire> see link above
<dignifiedquire> for display issues
<dignifiedquire> thanks :) happy you like it
teaspoon_ has joined #ipfs
Pharyngeal has quit [Ping timeout: 268 seconds]
maxlath has quit [Ping timeout: 244 seconds]
<richardlitt> nicolagreco: Ready for the IPLD call?
<richardlitt> victorbjelkholm?
jchevalay has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<nicolagreco> @richardlitt: I am having some problems to start it now
<nicolagreco> Maybe @victorbjelkholm could take over until I am available?
<nicolagreco> Sorry for the last minute issue
<richardlitt> No worries. Let me check the agenda items.
<richardlitt> Doesn't look like there is anything.
<richardlitt> victorbjelkholm: Let's jump on, anyway. I'll lead this session.
<victorbjelkholm> richardlitt nicolagreco should we not wait for Nicola? I have no problem waiting
<richardlitt> nicolagreco: How long will you take?
<victorbjelkholm> just want to go through the issues quickly
<victorbjelkholm> on the website at least
<victorbjelkholm> !pin QmZseVpMKTaJ2xikMn6zN9oA4umzBkV9PTrdU3StN9xzLw latest-ipld.io
<pinbot> now pinning /ipfs/QmZseVpMKTaJ2xikMn6zN9oA4umzBkV9PTrdU3StN9xzLw
<pinbot> [host 2] failed to pin /ipfs/QmZseVpMKTaJ2xikMn6zN9oA4umzBkV9PTrdU3StN9xzLw: cannot store pin state: write /data/ipfs/datastore/369121.log: no space left on device
<victorbjelkholm> !botsnack
<pinbot> om nom nom
<richardlitt> pinbot: om nom nom?
<nicolagreco> victorbjelkholm: it is going to take 5-10 min
<victorbjelkholm> lets wait then
<richardlitt> ++
<Kubuxu> and again failure with coverage stats for go-ipfs D:
<nicolagreco> victorbjelkholm: it is going to take 3-5 more minutes
<nicolagreco> (Is there someone else in the call? Since you might start discussing other things meanwhile)
<richardlitt> We're not on it yet
<richardlitt> There's really no rush
<sprint-helper1> ========================= IPFS Sprint: IPLD =========================
<sprint-helper1> Join Call: https://zoom.us/j/899308430
<sprint-helper1> Sprint Issue: https://github.com/ipfs/pm/issues/267
<sprint-helper1> Topic: IPLD
<sprint-helper1> =================================================================
<sprint-helper1> Watch Stream: No stream today.
nunofmn has quit [Quit: Connection closed for inactivity]
maxlath has joined #ipfs
<victorbjelkholm> \o/
<nicolagreco> There in a sec
chris613 has joined #ipfs
<richardlitt> For this call, so we don't flood the channel, we've opened a channel for #ipld
chris_ has joined #ipfs
ebel has quit [Ping timeout: 250 seconds]
<daviddias> victorbjelkholm: what are you planning to do with the 2 CCC tickets you got? Are you going anyways? //cc wa7son
<daviddias> seharder: I'm around :)
<daviddias> what's up?
<chris_> Hi there IPFS community - good work on everything so far! I have a question re: the security of files stored in IPFS. I understand that in order to access content stored on the network, I need to have the hash (e.g. https://ipfs.io/ipfs/QmWSwsdgzZVJJzyPJRp6JEtU9NqrG3NSi65Q2x75nddqSx), but my question is: is it possible to "sniff" these hashes over the network, and then access content directly (for free), instead of accessing it via a se
<Kubuxu> yes it is possible to "sniff" them
<daviddias> chris_: we will have primitives for encrypting files inside IPFS
<daviddias> right now, files are stored in plaintext
<daviddias> and by default nodes publish the hashes they have to the DHT
<daviddias> you can disable the DHT
<daviddias> and encrypt the content before adding it to IPFS
<daviddias> manually
<chris_> OK, thanks @daviddias
ebel has joined #ipfs
<daviddias> you bet :)
ygrek has joined #ipfs
<daviddias> I'm going to continue logging my WAT momments at libp2p-crypto https://github.com/libp2p/js-libp2p-crypto/issues?q=is%3Aissue+is%3Aopen+label%3AWAT
Guest88994 has joined #ipfs
<daviddias> hopefully, someday they will be useful when we get the chance to improve that API
<whyrusleeping> hows js-ipfs goin?
<hsanjuan> does anyone have the hash of to a 100mb-200mb object at hand? i need to quickly test something
<whyrusleeping> uh, i can make one
<hsanjuan> thatd be great
<whyrusleeping> QmPK2Q2VmjnTXbcks6SchbHioEEsR7kwBjouSn1HDq3M7Z
<hsanjuan> thanks!
ygrek has quit [Ping timeout: 258 seconds]
<whyrusleeping> though that machine is pretty angry right now
galois_dmz has joined #ipfs
<victorbjelkholm> daviddias: I'll probably go, haven't decided yet, some other things happening around that needs to be locked down before...
<victorbjelkholm> I got one spare ticket though!
maxlath has quit [Ping timeout: 248 seconds]
<seharder> daviddias: I was working on issue 304 in js-ipfs-api and just want to make sure I did things correctly. I cloned js-ipfs-api and then created a branch, made some changes, then pushed the branch back up. I then created a pull request.
<seharder> daviddias: Is this what you were expecting?
<daviddias> looks good to me seharder :)
<daviddias> whyrusleeping: wanna chime in at: https://github.com/ipfs/interface-ipfs-core/pull/99
<whyrusleeping> daviddias: reading
<richardlitt> thanks chris_!
<richardlitt> If you have the time, would be awesome to add that question and answer to ipfs/faq
s_kunk has quit [Ping timeout: 245 seconds]
<daviddias> seharder: gave you feedback, essentially it requires to change the way the instance is created
<seharder> Thanks.
nunofmn_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<whyrusleeping> daviddias: dag remove deletes the item from disk?
<daviddias> yeah, from disk
<whyrusleeping> and checks if its pinned or not, yeah?
<whyrusleeping> (expensive operation)
<daviddias> should we always leave that for pinning API?
<daviddias> it would have to account that
<daviddias> otherwise it can cause problems
<whyrusleeping> yeah, you *have* to check if somethings pinned before deleting it
<whyrusleeping> otherwise you break things
<daviddias> ok, I'll add a note on that to the description, so that it is clear to everyone
<whyrusleeping> other than that, seems pretty uncontroversial
<whyrusleeping> anything in particular you wanted my opinion on?
<daviddias> the DAGBuilder/Workbench stuff
<whyrusleeping> how does that work over the api?
<daviddias> does github load for you the comments on the thread?
<daviddias> or are you just seeing the PR comment
<whyrusleeping> i mean over the http api
<whyrusleeping> does wb.put(...) happen locally?
<whyrusleeping> or does it make a request?
nunofmn has joined #ipfs
<daviddias> The API should support that mode and then we can have smarter clients that save requests by keeping that state themselves
<whyrusleeping> seems... complicated
<whyrusleeping> what would the API supporting that mode look like?
<daviddias> at a first step, we would just need the API to support it
<whyrusleeping> how would you reference the workbench?
<daviddias> with a token/id thing
<whyrusleeping> this is starting to feel like my original mfs proposal, lol
<whyrusleeping> "tokens are bad, paths are good"
maxlath has joined #ipfs
<whyrusleeping> although if we let the daemon generate the token it should result in happier things
<daviddias> yeah, so it is really connected to mfs right? It is the same problem: flush true/false/when?
<whyrusleeping> yeah
<whyrusleeping> shits hard, yo
<daviddias> ahah
<daviddias> seharder: in order to make that 'version checking' really nice, it might be possible that the best is to finally start using the version at the API in go-ipfs. Because note that even go-ipfs changes the http-api almost with every release. See this thread: https://github.com/ipfs/http-api-spec/issues/116 <- this long has a long beard
<daviddias> seharder: anyways, I know you have some time and will to contribute and I really should have had sent more tasks in your direction earlier this week. Here is a couple I would love help to get done
<daviddias> seharder: https://github.com/ipfs/js-ipfs/issues/92 missing cli command. Also checking if every command supports the same options as go-ipfs would be stellar
<daviddias> seharder: getting the levelDB part of the IPFS Repo done, so that we can access the records and pinset like go-ipfs https://github.com/ipfs/js-ipfs/issues/51 (this will unblock the work done by AdamStone on pinning)
<daviddias> seharder: migrating the output of the CLI to logger https://github.com/ipfs/js-ipfs/issues/495
<daviddias> seharder: deprecating this option in the codebase https://github.com/ipfs/js-ipfs/issues/515 (we don't support to force init anymore)
<seharder> daviddias: So I should abandon issue 304 and start on some of these others?
<daviddias> seharder: I'm afraid that 304 might be a thing that will take its time. I'll remove the help wanted from that one
<seharder> daviddias: I will take a look at these other issues and pick one. Thanks for your help.
<daviddias> whyrusleeping: so, wanna brain dump all the magic tricks you pulled to make mfs happen? I'm liking the `bench` idea to keep threads of mutation
<daviddias> seharder: thank you for the help! :)
<whyrusleeping> yeah, the bench idea is pretty much the dageditor thing that ipfs object patch uses
<whyrusleeping> except we don't allow multiple commands between 'commits'
<whyrusleeping> i was thinking it would be cool to let object patch take multiple operations
<daviddias> I got the commits and reverts from wanderer
<whyrusleeping> but, that reminds me of the first problem we need to look at solving
<whyrusleeping> what does a 'patch' operation look like in ipld?
<daviddias> here are some thoughts https://github.com/ipld/js-ipld-resolver/issues/66
<daviddias> I'm leaning towards "sets the value and bubbles up the changes"
<whyrusleeping> bubbles how?
<whyrusleeping> and where does it create intermediate nodes?
<daviddias> my definition of bubble up (or at least when I say it) is: "I change a value within some hashchain and then I go and update all of the hashes, returning the new root"
<whyrusleeping> okay
<whyrusleeping> and when creating new paths, how do you make the decision on where node boundaries go?
<daviddias> I don't think that patch should be able to create new nodes
<daviddias> if patch(cid, /a/b/c, 10)
Guest88994 has quit [Ping timeout: 260 seconds]
<daviddias> if the path doesn't exist as a node or as a path within any of the nodes resolved (as in, in order to set c to 10, I would have to create nodes), patch should fail, simply because that would add another question: "what should be the type of the nodes patch creates"
<whyrusleeping> hrm...
<whyrusleeping> how do you create new nodes then?
<daviddias> ipfs.dag.put(<some instance of node you created>)
<whyrusleeping> but how do you put that node as a child at some path within an existing dag?
<daviddias> ipfs.dag.put(newNode)
<whyrusleeping> keks: you around?
<daviddias> ipfs.dag.patch(cidOfAnotherNode, /a, { / : cid(newNode) })
<whyrusleeping> daviddias: and what if i want it at /a/b/c/d ?
<whyrusleeping> and maybe c doesnt exist yet?
<daviddias> (note, I'm giving examples based on what I've built so far, feel free to say "nono, there is a simpler and more nice way, let's do it like X)
<daviddias> whyrusleeping: I would say, that if you want to do a lot of stiching
<daviddias> it would seem to me that a new dag is being created
<daviddias> and if that is the case
<daviddias> just better create node d, then node c, then node b, then node a and put them all
<whyrusleeping> hrm, okay
s_kunk has joined #ipfs
<whyrusleeping> the problem i see is that writing a series of these to accomplish a certain goal gets complicated
<whyrusleeping> because now we have to add in conditional checks
<whyrusleeping> because if i'm not sure if 'c' exists in my source dag, but i want to patch something in at /a/b/c/d
<whyrusleeping> i have to check first if 'c' exists
<whyrusleeping> then if it doesnt, create it, then go about inserting 'd'
<daviddias> true
<daviddias> is there a nice language to do that?
<whyrusleeping> there is when you have types :P
<whyrusleeping> 'mkdir -P /a/b/c/d'
<whyrusleeping> it knows that 'c' needs to be a directory
s_kunk has quit [Remote host closed the connection]
<whyrusleeping> whereas with ipld, 'c' could either be a separate node, or an extra subpath within the parent
Encrypt has quit [Quit: Dinner time!]
s_kunk has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
<daviddias> I believe people will be able to create those domain specific interfaces on top of this dag API so that they don't have to repeat themselves over and overf
<daviddias> but creating a generic foundation without going 10 pages long of documentation might not be possible :D
ygrek has joined #ipfs
<whyrusleeping> yeah...
<whyrusleeping> but the thing is, people are going to have to write this for themselves every time they want to use patch
jedahan has joined #ipfs
ylp has joined #ipfs
trvon has joined #ipfs
<pjz> is v0.4.5 out yet?
<pjz> oh, hm, guess not
<whyrusleeping> pjz: i'm thinkin about it
<haad> jbenet: that's finally possible
<pjz> whyrusleeping: I'm just watching an idle ipfs daemon crash every couple of days oom
<whyrusleeping> yeah... i know :(
<whyrusleeping> daviddias: Kubuxu sorry, sharding and private networks arent making it into 0.4.5
<whyrusleeping> going to get the last few perf things in and cut an rc
rendar has quit [Ping timeout: 244 seconds]
<haad> niiiiice
Kane` has quit [Ping timeout: 258 seconds]
Kane` has joined #ipfs
<haad> !pin QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY orbit-0.4.5-pre1
<pinbot> now pinning /ipfs/QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY
anonymuse has joined #ipfs
gully-foyle has joined #ipfs
gully-foyle has quit [Client Quit]
Guest88994 has joined #ipfs
teaspoon_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pinbot> [host 2] failed to pin /ipfs/QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY: cannot store pin state: write /data/ipfs/datastore/369121.log: no space left on device
brianhoffman has quit [Quit: brianhoffman]
MadcapJake has quit [Ping timeout: 250 seconds]
Guest88994 has quit [Remote host closed the connection]
horrified has joined #ipfs
<haad> !pin QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY orbit-0.4.5-pre1
<pinbot> now pinning /ipfs/QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY
<haad> again!
<pinbot> [host 2] failed to pin /ipfs/QmZV6eoqNv4fkwYZEDCnw12fPuiajHc3JLwMDYta4PYrCY: cannot store pin state: write /data/ipfs/datastore/369121.log: no space left on device
<haad> fine
bwerthmann has quit [Quit: Lost terminal]
<whyrusleeping> lol
lkcl has quit [Ping timeout: 250 seconds]
lkcl has joined #ipfs
bastianilso_____ has joined #ipfs
<haad> anyways, that's binaries for early orbit-with-0.4.5. along with fresh go-ipfs, there's some long waited new features like a config screen. see the board: https://waffle.io/haadcode/orbit.
<haad> I'm out o/ -->
rendar has joined #ipfs
nunofmn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
PrinceOfPeeves has quit [Quit: Leaving]
cemerick has joined #ipfs
maxlath has quit [Remote host closed the connection]
maxlath has joined #ipfs
nunofmn has joined #ipfs
teaspoon_ has joined #ipfs
<fiatjaf> can I run IPFS without DHT yet?
<Kubuxu> there is client dht mode
<Kubuxu> that is experimental
zanadar has quit [Ping timeout: 268 seconds]
prettymuchbryce has quit [Remote host closed the connection]
ebarch has quit [Remote host closed the connection]
lohkey has quit [Remote host closed the connection]
jclay has quit [Remote host closed the connection]
bitspill has quit [Remote host closed the connection]
mappum has quit [Remote host closed the connection]
risk has quit [Remote host closed the connection]
shaunooo has quit [Remote host closed the connection]
bengl has quit [Remote host closed the connection]
bcavileer has quit [Remote host closed the connection]
zielmicha_ has quit [Remote host closed the connection]
jbenet has quit [Remote host closed the connection]
karissa has quit [Remote host closed the connection]
voxelot has quit [Remote host closed the connection]
mbrock has quit [Remote host closed the connection]
manveru has quit [Remote host closed the connection]
Encrypt has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
espadrine has quit [Ping timeout: 256 seconds]
<whyrusleeping> who runs ipfs-search?
<whyrusleeping> i would love it if they would update their ipfs version, lol
ebarch has joined #ipfs
jbenet has joined #ipfs
<kpcyrd> interesting
<kpcyrd> haven't seen that before
<kpcyrd> but their index seems to be a bit small
Madcap^Jake^ has joined #ipfs
Madcap^Jake^ is now known as MadcapJake
zielmicha_ has joined #ipfs
<kpcyrd> whyrusleeping: this one? https://github.com/doesntgolf/ipfs-search
<whyrusleeping> ah, no. its this one: https://github.com/dokterbob/ipfs-search
<whyrusleeping> theyre using an older version of ipfs thats being pretty annoying about bitswap streams
reit has quit [Ping timeout: 250 seconds]
lohkey has joined #ipfs
bcavileer has joined #ipfs
manveru has joined #ipfs
bitspill has joined #ipfs
MadcapJake has quit [Ping timeout: 260 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mappum has joined #ipfs
karissa has joined #ipfs
<kpcyrd> whyrusleeping: thanks, their results are a bit weird. I searched for "butter" and half the results link to a binary download
prettymuchbryce has joined #ipfs
mbrock has joined #ipfs
mguentner has quit [Ping timeout: 250 seconds]
ianopolous__ has joined #ipfs
ianopolous_ has quit [Read error: Connection reset by peer]
risk has joined #ipfs
bengl has joined #ipfs
SuperPhly has joined #ipfs
shaunooo has joined #ipfs
voxelot has joined #ipfs
jclay has joined #ipfs
trvon has quit [Ping timeout: 258 seconds]
jedahan has joined #ipfs
mguentner has joined #ipfs
ianopolous has joined #ipfs
mguentner has quit [Ping timeout: 246 seconds]
ianopolous__ has quit [Ping timeout: 250 seconds]
<nunofmn> daviddias: there is any common interface for libp2p discovery modules?
mguentner has joined #ipfs
nunofmn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pedrot has joined #ipfs
pedrot_ has joined #ipfs
Madcap^Jake^ has joined #ipfs
nunofmn has joined #ipfs
Madcap^Jake^ is now known as MadcapJake
nunofmn has quit [Client Quit]
nunofmn has joined #ipfs
pedrot_ has quit [Client Quit]
MadcapJake has quit [Ping timeout: 240 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
k0ng has quit [Quit: Leaving]
jedahan has quit [Client Quit]
zanadar has joined #ipfs
Pent2 has quit [Ping timeout: 245 seconds]
zanadar has quit [Ping timeout: 248 seconds]
Guest18 has joined #ipfs
Madcap^Jake^ has joined #ipfs
Madcap^Jake^ is now known as MadcapJake
spilotro has quit [Ping timeout: 260 seconds]
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
MadcapJake has quit [Ping timeout: 250 seconds]
spilotro has joined #ipfs
atrapado_ has joined #ipfs
Encrypt has quit [Quit: Quit]
galois_d_ has joined #ipfs
JustinDrake has joined #ipfs
galois_dmz has quit [Ping timeout: 260 seconds]
Guest18 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cubemonk1y has joined #ipfs
Guest18 has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
jmbarbier has joined #ipfs
Guest18 has quit [Remote host closed the connection]
www-bukolay-net has quit []
kegsay_ has quit [Ping timeout: 265 seconds]
kegsay_ has joined #ipfs
bastianilso_____ has quit [Quit: bastianilso_____]
ashark has quit [Ping timeout: 250 seconds]
shizy has quit [Quit: WeeChat 1.6]
nunofmn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kegsay_ has quit [Ping timeout: 268 seconds]
shizy has joined #ipfs
kegsay_ has joined #ipfs
JustinDrake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teaspoon_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Madcap^Jake^ has joined #ipfs
Madcap^Jake^ is now known as MadcapJake
teaspoon_ has joined #ipfs
nixze has joined #ipfs
MadcapJake has quit [Ping timeout: 246 seconds]
beknowly has joined #ipfs
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
JustinDrake has joined #ipfs
atrapado_ has quit [Quit: Leaving]
JustinDrake has quit [Client Quit]
teaspoon_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bsm117532 has quit [Remote host closed the connection]
IlanGodik has quit [Quit: Connection closed for inactivity]
maxlath has quit [Quit: maxlath]
warner has joined #ipfs
bsm117532 has joined #ipfs
shizy has quit [Ping timeout: 250 seconds]
bsm117532 has quit [Client Quit]
zanadar has joined #ipfs
cubemonk1y has quit [Ping timeout: 265 seconds]
zanadar has quit [Ping timeout: 248 seconds]
nunofmn has joined #ipfs
ianopolous_ has joined #ipfs
nunofmn has quit [Client Quit]
ianopolous has quit [Ping timeout: 268 seconds]
galois_d_ has joined #ipfs