lgierth changed the topic of #ipfs to: go-ipfs 0.4.3 has been released! what's changed: https://ipfs.io/blog/19-ipfs-0-4-3-released -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
LegalResale has joined #ipfs
cemerick has joined #ipfs
jedahan has joined #ipfs
flyingzumwalt_ has quit [Quit: Connection closed for inactivity]
jedahan has quit [Remote host closed the connection]
jedahan has joined #ipfs
jedahan has quit [Client Quit]
jedahan has joined #ipfs
jedahan has quit [Remote host closed the connection]
jedahan has joined #ipfs
anonymuse has quit [Remote host closed the connection]
herzmeister has quit [Quit: Leaving]
Kane` has joined #ipfs
herzmeister has joined #ipfs
anewuser has joined #ipfs
<whyrusleeping> kevina: huh, where?
<whyrusleeping> (as in, which PR)
kulelu88 has quit [Ping timeout: 256 seconds]
bonesso has quit [Quit: Leaving]
hello has joined #ipfs
<hello> ipfs is cool
hello has quit [Client Quit]
<kevina> I am basically going to just push each commit of #2634 to make sure the tests pass
<whyrusleeping> kevina: hrm... weird
<whyrusleeping> how old is that?
<kevina> several months
<whyrusleeping> i might have lost some deps from about 8 months ago
<kevina> Apr 21
<whyrusleeping> not seeing any providers for QmQgRCmDMVcbP42bVDgWRZbZnNHRRGSKmmjuU35oKEC7D1
<kevina> But it was rebased on acd5765bb606406dc67324cd0db5464c32c24050, date: 2016-06-01 16:28:35
<kevina> whyrusleeping: Any ideas how to fix?
pfrazee has quit [Remote host closed the connection]
<whyrusleeping> kevina: uhm... update to newer deps
<passstab> haad, electron-prebuilt is now electron
<passstab> and on version 1.4.2
<kevina> whyrusleeping: that is not likely to work well, the idea was to retest old commits
<kevina> whyrusleeping: this might not be possible
<whyrusleeping> then i don't know what to tell you
<whyrusleeping> i was under the impression you were going to squash some of those commits donw
<whyrusleeping> not put all of them back on again
<kevina> As i was trying to explain that a lot of the earlier commits won't apply to the tip because to many things have changed.
<kevina> And all I was going to do was make sure the tests pass on the old commits.
<richardlitt> this is an interesting question. whyrusleeping, you know about multihash right? https://github.com/multiformats/multihash/issues/52
<kevina> whyrusleeping: I still have the contents of 'QmQgRCmDMVcbP42bVDgWRZbZnNHRRGSKmmjuU35oKEC7D1' (and maybe others) on my hard drive.
<passstab> haad, here are other messages i get about outdated deps
<whyrusleeping> kevina: youre going to eventually have to have it rebased off of master before it merges, so either now or later is fine with me
<whyrusleeping> and squashed
<kevina> I though we agreed that we could avoid that!
<kevina> We just talked about that.
<whyrusleeping> I think i misread what you were saying.
<whyrusleeping> by cleaning up the commits some i thought you meant squashing things down
<kevina> I am of the rather strong opinion, this is way to much code to squash.
<whyrusleeping> if you like, i can do it for you when we get there
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kevina> Do what?
<whyrusleeping> the easiest way that i've done before is to squash the entire thing into a single commit, then break that commit up logically
jedahan has joined #ipfs
<whyrusleeping> merging something with so many commits over such a large timescale would make life hell for anyone trying to bisect a bug
AurabindoJ[m] has quit [Quit: node-irc says goodbye]
<kevina> That will lose all history, and lead to really big commits that do many things at once.
<whyrusleeping> hrmm
jedahan has quit [Client Quit]
jedahan has joined #ipfs
<kevina> I will be lying if I say i don't have a problem squashing all this, but if that is what you really want I can most certainly do it.
jedahan has quit [Client Quit]
<whyrusleeping> lets hold off until we're ready to actually do it
<whyrusleeping> we've got more PRs to split off and merge into master
<kevina> Do you want me to split off ever bit of non-filestore code into a new PR?
<kevina> Understanding, the reason for a lot of them could be difficult.
<kevina> But I can give you the context, if that will help.
<kevina> I might also need to start putting in stubs...
<whyrusleeping> kevina: one more comment on the GetLinks: https://github.com/ipfs/go-ipfs/pull/3255/files#r82104848
<whyrusleeping> i need to take another look over the filestore diff to figure out the way forward from here
<kevina> Okay, github is not a good way due to all the unmerged PR. One second and I will give you a better way...
cketti has quit [Quit: Leaving]
M-AndrewGaspar has quit [Quit: node-irc says goodbye]
<kevina> whyrusleeping: you will need to fetch from my fork then:
<kevina> git diff next..f47854813a59cd90a94c7eff7893ffdb08c0c6de
<kevina> where 'next' is a branch on my fork https://github.com/ipfs-filestore/go-ipfs
jeffl42 is now known as jeffl35
jeffl35 is now known as jeffl42
<kevina> and f47854813a59cd90a94c7eff7893ffdb08c0c6de is an older commit of kevina/filestore
<kevina> basically I created the 'next' branch my merging in each of the PRs I created so I can see what's left
<kevina> and the commit f47854813a59cd90a94c7eff7893ffdb08c0c6de is the commit I originally used for the compassion
jedahan has joined #ipfs
<kevina> whyrusleeping: let me know if this makes sense
<whyrusleeping> Yeah, i'm looking through it
<whyrusleeping> btw, you can also do 'git diff branch...master' to diff against the point you branched off of master
<kevina> I know! Don't do that.
<kevina> Too much noise. Do to the unmerged PR.
<whyrusleeping> ah, right
<kevina> The above command will show what is left after I merged the PR.
<kevina> That is why I created the `next` branch. So I can see what is going on.
<kevina> If you are doing it right than "git diff --stat next..f47854813a59cd90a94c7eff7893ffdb08c0c6de" should show 49 files changed
<kevina> Note, only two dots "..". If you use three "..." you will still get too much noise.
<kevina> Github always uses "..."
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
anonymuse has joined #ipfs
pfrazee has joined #ipfs
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
jedahan has joined #ipfs
pfrazee has quit [Ping timeout: 252 seconds]
<ne1> hello what channels are there on orbit?
<kevina> whyrusleeping: Lets take this to IRC "I was thinking that all the logic youre doing with multiple blockstores could be abstracted into the blockservice. Your modified blockservice could have a blockstore, a filestore, and an exchange."
<kevina> So the multiblockstore is about retrieving blocks.
<kevina> There is no way to get around that both the normal data/blockstore and the filestore will need to checked.
<kevina> Or am I missing something.
<kevina> ?
<ne1> im not seeing anyone anyone on #ipfs, or #orbit
<whyrusleeping> kevina: one sec...
<kevina> sure
<kevina> Yeah, after rereading your comment I released you where looking for something like that. I suppose I could make it work, but would be a fairly large effort.
<kevina> It not like just disabling something, that I did with the Server side adds.
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kevina> Do you not like the idea of a multi-blockstore?
<kevina> If you don't. I could put a day or so effort into eliminating it and see if I run into any snags.
PrinceOfPeeves has quit [Quit: Leaving]
<kevina> However, I got a felling we are going to want something like multi-blockstore in the future.
<kevina> I always try to find more general solutions to problems.
lkcl has joined #ipfs
jedahan has joined #ipfs
jedahan has quit [Client Quit]
reit has quit [Ping timeout: 264 seconds]
mgue has quit [Quit: WeeChat 1.5]
<whyrusleeping> agreed on finding general solutions to problems
<whyrusleeping> lets try and think this out before going down and implementing stuff
<whyrusleeping> my hesitation on the multiblockstore idea is that it adds a lot of complexity to the base case
ygrek_ has quit [Ping timeout: 256 seconds]
<whyrusleeping> if i'm not using a filestore, i still have a bunch of extra stuff in the way
<whyrusleeping> plus, to make the multiblockstore work, we're overloading blocks with extra information
<whyrusleeping> (which we're going to have to do in either case)
<whyrusleeping> i tend to prefer 'swappable' as a means of making things general over 'extensible'
<whyrusleeping> swappable means picking different lego bricks, extensible means having multipurpose lego bricks
mgue has joined #ipfs
<kevina> So are you every going to want to use more than one data/blockstore at once?
<kevina> How do you envision doing that?
<kevina> That is the reason I opted for the more general solution.
pfrazee has joined #ipfs
<kevina> (Note I am working now on a better specialized BlockService for adding blocks to the blockstore)
rgrinberg has joined #ipfs
vmatekol_ has joined #ipfs
anewuser has quit [Quit: anewuser]
ceez has joined #ipfs
vmatekole has quit [Ping timeout: 272 seconds]
Kane` has quit [Ping timeout: 244 seconds]
Kane` has joined #ipfs
anonymuse has quit [Remote host closed the connection]
<whyrusleeping> kevina: what do you think of this put method: https://gist.github.com/whyrusleeping/3bee7edcf803a98674586ab585b1aece
chris613 has joined #ipfs
<zignig_> whyrusleeping: got a weird one...
<whyrusleeping> kangaroo? or koala?
<zignig_> drop bear...
<whyrusleeping> themr scary
<zignig_> if I copy a ref into mfs.
<whyrusleeping> mmkay
<zignig_> I know that the top block are available but some of the sub folders are not online.
* whyrusleeping is following so far
<kevina> whyrusleeping: what are you after. If the add pipeline has its own blockservice no special casing will be needed.
<zignig_> if I do a files ls , it hangs ( to be expected ), but all other file ls on that sub tree block even after a ^C
<whyrusleeping> kevina: hrm?
<whyrusleeping> zignig_: hrm... thats weird.
<whyrusleeping> can you ipfs files stat that subtree?
<kevina> whyrusleeping: I am not following.
<kevina> whyrusleeping: in any case I need to make blockservice an interface, I am going to assume you are okay with that :)
<whyrusleeping> oh yeah, thats needed doing for a while
<zignig_> nope , just hangs
<whyrusleeping> zignig_: odd...
<whyrusleeping> zignig_: can you do two things for me:
<whyrusleeping> first, file an issue
<whyrusleeping> second, can you make a small script to reproduce the issue?
ilyaigpetrov has joined #ipfs
<whyrusleeping> if not i'm sure we can handle doing so as well
<whyrusleeping> kevina: are you going to short circuit the entire thing in case of a filestore add?
<whyrusleeping> like, its an entirely separate stack?
<kevina> whyrusleeping: I already am.
<kevina> Using a special purpose blockstore already, now a special purpose blockservice.
<whyrusleeping> hrm... perhaps i misunderstood something earlier then...
<whyrusleeping> i'm much more comfortable with that
<kevina> and what is that?
Aerides has joined #ipfs
Aerides has joined #ipfs
Aerides has quit [Changing host]
Aeon has quit [Ping timeout: 252 seconds]
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
<whyrusleeping> kevina: sorry for spacing out. earlier i was thinking it was definitely weird for the normal block write path to have to go through the filestore checks
<whyrusleeping> but i remembered/realized that you construct your own stack for those puts
<kevina> So are you okay with the idea of a multiblockstore? There is no filestore code in that. It is only about being able to get blocks from multiple blockstores.
<kevina> Something I think will be _very_ useful in the future, with or without the filestore.
<kevina> Write operations only go to one blockstore, the cache, so there is no complex code there.
<whyrusleeping> but the multiblockstore wont be in the chain of things for the normal non-filestore usecase, will it?
<kevina> one sec.
<kevina> It is. Becuase making it _not_ in the chain of things will be more complicated.
<kevina> That will involve all sorts of special cases.
<kevina> The the filestore is enabled than use it, if it is not than don't/
wallacoloo has joined #ipfs
<kevina> Again, I was trying to lay a framework for supping multiple block/datastores at once.
<kevina> I thought it was a good idea.
<kevina> If that is something you don't want know I am going to have to do some rethinking.
<whyrusleeping> let me think about it a bit, it might be okay
<kevina> Thanks.
<kevina> And I can't type. :( supping = supporting, "you don't want know" = "you don't want right now". :)
trn has quit [K-Lined]
JesseW has quit [Ping timeout: 264 seconds]
Tv` has quit [Quit: Connection closed for inactivity]
dmr has joined #ipfs
Aerides has quit [Read error: Connection reset by peer]
Aeon has joined #ipfs
Aeon has joined #ipfs
Aeon has quit [Changing host]
dmr has quit [Max SendQ exceeded]
dmr has joined #ipfs
<whyrusleeping> kevina: i'm alright with the multiblockstore idea, still thinking about how its going to fit in. I'm not on board with the Put call returning blocks
<whyrusleeping> and it might be easier to avoid the put call returning blocks if we go with the modified blockservice
<kevina> whyrusleeping: okay, I am working on a modified blockservice now.
<kevina> I am thinking about using a modified blockservice for all Adds (not just filestore ones)
<kevina> This way we can restore the behaviour of re-adding a file to republish it.
<whyrusleeping> Yeah, thats fine. Pretty simple switch over a nil filestore
<kevina> okay, that what I will do, I am actually on the east cost and it is now 1:00 am, so expect something tomorrow :)
<kevina> But I will fix my rebase screwup in #3255 tonight.
<whyrusleeping> haha, arent you normally west coast?
<kevina> Nope, I just go to bed late.
<whyrusleeping> ah, nice
<whyrusleeping> well go get some sleep
warner has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
pfrazee has quit [Remote host closed the connection]
cemerick has quit [Ping timeout: 256 seconds]
rgrinberg has quit [Ping timeout: 244 seconds]
lkcl has quit [Ping timeout: 264 seconds]
cyberwolf has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cyberwolf has quit [Quit: Konversation terminated!]
ygrek_ has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
taw00 has quit [Ping timeout: 256 seconds]
kvda has joined #ipfs
taw00 has joined #ipfs
Akaibu has quit [Ping timeout: 272 seconds]
mildred has joined #ipfs
<haad> passstab: thanks for the logs! will check the deps again today
Akaibu has joined #ipfs
<haad> whyrusleeping: since you're still up: was there any other changes to floodsub than the API changes recently? anything related to the discovery?
<haad> ne1: if you were test123 last night, I saw you, but weren't online at the time
<ribasushi> greetings
<ribasushi> regarding the "logical capacity" of ipfs - would files with e.g. ~250,000 chunks pose a problem resolution/computation wise?
Foxcool has quit [Ping timeout: 264 seconds]
<ribasushi> I am basically asking whether there is experience running at such scale
<ribasushi> I guess I will have to tias
Akaibu has quit [Ping timeout: 252 seconds]
captain_morgan has quit [Ping timeout: 252 seconds]
Akaibu has joined #ipfs
ylp1 has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
edrex has quit [Ping timeout: 244 seconds]
edrex has joined #ipfs
G-Ray has joined #ipfs
lnxw37[m] has quit [Quit: node-irc says goodbye]
Foxcool has joined #ipfs
s_kunk has quit [Ping timeout: 252 seconds]
zorglub27 has joined #ipfs
edrex has quit [Ping timeout: 256 seconds]
edrex has joined #ipfs
Guest61185 is now known as evilhackerdude
evilhackerdude is now known as ehd
dignifiedquire has joined #ipfs
ehd is now known as ehd_
ehd_ is now known as ehd
zorglub27 has quit [Quit: zorglub27]
wallacoloo has quit [Quit: wallacoloo]
cyberwolf has joined #ipfs
Kane` has quit [Remote host closed the connection]
kenshyx has joined #ipfs
tibor__ is now known as tibor
chungy has quit [Quit: ZNC - http://znc.in]
mgue has quit [Ping timeout: 264 seconds]
chungy has joined #ipfs
Oatmeal has quit [Ping timeout: 244 seconds]
ion has quit [Ping timeout: 244 seconds]
ylp has quit [Ping timeout: 252 seconds]
ygrek_ has quit [Ping timeout: 244 seconds]
ylp has joined #ipfs
s_kunk has joined #ipfs
mgue has joined #ipfs
ion has joined #ipfs
chriscool1 has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jager has joined #ipfs
espadrine has joined #ipfs
cyberwolf has quit [Quit: Konversation terminated!]
ZaZ has joined #ipfs
m0ns00n_ has joined #ipfs
m0ns00n_ has quit [Client Quit]
reit has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
ylp1 has quit [Ping timeout: 252 seconds]
ylp1 has joined #ipfs
m0ns00n_ has joined #ipfs
PseudoNoob has joined #ipfs
Kane` has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
rsync has joined #ipfs
<haad> whyrusleeping: some notes from testing pubsub: it can take a long time to peer local peers (up to 1 minute is ongest I've seen), discovery flag is on
MarkOtaris has quit [Remote host closed the connection]
panicbit-M has quit [Remote host closed the connection]
neurocis[m] has quit [Remote host closed the connection]
kegan[m] has quit [Remote host closed the connection]
M-Ingo has quit [Remote host closed the connection]
SARANKUMAR[m] has quit [Remote host closed the connection]
LugariusMtrx has quit [Remote host closed the connection]
mythmon- has quit [Remote host closed the connection]
M-leer10 has quit [Remote host closed the connection]
ntninja has quit [Remote host closed the connection]
M-manveru has quit [Remote host closed the connection]
M-amblin has quit [Remote host closed the connection]
M-jfred has quit [Remote host closed the connection]
qandilious[m] has quit [Remote host closed the connection]
plindner has quit [Remote host closed the connection]
disgusting[m]1 has quit [Write error: Connection reset by peer]
knutz[m] has quit [Remote host closed the connection]
M-pfista has quit [Remote host closed the connection]
doctrv[m] has quit [Remote host closed the connection]
M-gary123 has quit [Remote host closed the connection]
M-3798 has quit [Remote host closed the connection]
M-fabrixxm has quit [Remote host closed the connection]
M-jacktang has quit [Remote host closed the connection]
neoV[m] has quit [Remote host closed the connection]
M-2617 has quit [Remote host closed the connection]
Dineshsac[m] has quit [Remote host closed the connection]
M-3974 has quit [Remote host closed the connection]
jlprince21[m] has quit [Remote host closed the connection]
Guest53543[m] has quit [Remote host closed the connection]
hartmanroberte[m has quit [Remote host closed the connection]
wildanonymous[m] has quit [Remote host closed the connection]
M-3444 has quit [Remote host closed the connection]
pik[m] has quit [Remote host closed the connection]
Guest35894[m] has quit [Remote host closed the connection]
RyuKurisu[m] has quit [Remote host closed the connection]
Guest47833[m] has quit [Remote host closed the connection]
M-slang has quit [Remote host closed the connection]
M-osener has quit [Remote host closed the connection]
AMIR[m] has quit [Remote host closed the connection]
njm14823[m] has quit [Remote host closed the connection]
M-victorm has quit [Remote host closed the connection]
M-1976 has quit [Remote host closed the connection]
Matthew[m] has quit [Remote host closed the connection]
Remramm has quit [Remote host closed the connection]
M-frabrunelle has quit [Remote host closed the connection]
eternaleye has quit [Remote host closed the connection]
Olivier[matrix] has quit [Remote host closed the connection]
M-hash has quit [Remote host closed the connection]
M-kcinjp has quit [Write error: Broken pipe]
ix3[m] has quit [Write error: Broken pipe]
M-JayJay has quit [Write error: Connection reset by peer]
M-darknumbers has quit [Write error: Broken pipe]
edu[m] has quit [Write error: Broken pipe]
airsickpayload[m has quit [Write error: Connection reset by peer]
edsilv[m] has quit [Write error: Connection reset by peer]
mw[m] has quit [Write error: Connection reset by peer]
M-2223 has quit [Write error: Connection reset by peer]
timthelion[m] has quit [Write error: Connection reset by peer]
M-2129 has quit [Write error: Broken pipe]
Guest53398[m] has quit [Write error: Broken pipe]
sull[m] has quit [Write error: Connection reset by peer]
M-keverets has quit [Write error: Broken pipe]
M-9743 has quit [Write error: Broken pipe]
Guest18687[m] has quit [Write error: Connection reset by peer]
M-bp5 has quit [Write error: Connection reset by peer]
Guest26265[m] has quit [Write error: Broken pipe]
M-13288 has quit [Write error: Broken pipe]
M-cryptix has quit [Write error: Connection reset by peer]
lukeboswell[m] has quit [Write error: Broken pipe]
Guest34181[m] has quit [Write error: Broken pipe]
nass[m] has quit [Write error: Broken pipe]
M-6561 has quit [Write error: Broken pipe]
p0psicle[m] has quit [Write error: Broken pipe]
Guest28905[m] has quit [Write error: Broken pipe]
peapeaxiong[m] has quit [Write error: Connection reset by peer]
onic[m] has quit [Write error: Broken pipe]
blackflag[m] has quit [Write error: Broken pipe]
guaraqe[m] has quit [Write error: Broken pipe]
M-5703 has quit [Write error: Broken pipe]
M-javissimo has quit [Write error: Broken pipe]
M18643[m] has quit [Write error: Broken pipe]
bilowan[m] has quit [Write error: Broken pipe]
blasagna[m] has quit [Write error: Broken pipe]
M-neoteo has quit [Write error: Broken pipe]
xtream1101[m] has quit [Write error: Connection reset by peer]
M-sliker has quit [Write error: Connection reset by peer]
M-austinhc has quit [Write error: Broken pipe]
enick_430 has quit [Write error: Broken pipe]
Jellybeanmommy[m has quit [Write error: Broken pipe]
M-cyzoonic has quit [Write error: Broken pipe]
gabishu[m] has quit [Write error: Broken pipe]
qzo[m] has quit [Write error: Broken pipe]
M-3891 has quit [Write error: Broken pipe]
M-3676 has quit [Write error: Connection reset by peer]
M-11367 has quit [Write error: Broken pipe]
M-6781 has quit [Write error: Broken pipe]
M-g has quit [Write error: Broken pipe]
onetom[m] has quit [Write error: Connection reset by peer]
M-AbhishekDutt has quit [Write error: Connection reset by peer]
TiagoDanin[m] has quit [Write error: Broken pipe]
M-selpreload has quit [Write error: Broken pipe]
M-rjan has quit [Write error: Broken pipe]
Guest45538[m] has quit [Write error: Broken pipe]
M-volobuev has quit [Write error: Broken pipe]
rfb[m] has quit [Write error: Broken pipe]
Guest26812[m] has quit [Write error: Connection reset by peer]
Karalix[m] has quit [Write error: Connection reset by peer]
Meroje[m]1 has quit [Write error: Broken pipe]
disinibito[m] has quit [Write error: Connection reset by peer]
teglafal[m] has quit [Write error: Connection reset by peer]
M-cyan has quit [Write error: Broken pipe]
Hossbeast[m] has quit [Write error: Broken pipe]
l64376[m] has quit [Write error: Broken pipe]
kxra[m] has quit [Write error: Connection reset by peer]
michaelmure[m] has quit [Write error: Connection reset by peer]
Guest18694[m] has quit [Write error: Broken pipe]
berninoz[m] has quit [Write error: Connection reset by peer]
M-wwwi7891 has quit [Write error: Connection reset by peer]
M-player33 has quit [Write error: Connection reset by peer]
Guest21903[m] has quit [Write error: Connection reset by peer]
M-sokoow has quit [Write error: Connection reset by peer]
quux[m] has quit [Write error: Connection reset by peer]
M-BostonEnginer4 has quit [Write error: Connection reset by peer]
Guest23322[m] has quit [Write error: Connection reset by peer]
M-9364 has quit [Write error: Connection reset by peer]
M-joshumax has quit [Write error: Connection reset by peer]
am5a03[m] has quit [Write error: Broken pipe]
M-fermuch has quit [Write error: Connection reset by peer]
Guest22356[m] has quit [Write error: Connection reset by peer]
M-podviaznikov has quit [Write error: Connection reset by peer]
Guest19048[m] has quit [Write error: Connection reset by peer]
M-ming8 has quit [Write error: Connection reset by peer]
M- has quit [Write error: Connection reset by peer]
M-hostbbb has quit [Write error: Connection reset by peer]
GeorgeAntoniadis has quit [Write error: Connection reset by peer]
Usr[m] has quit [Write error: Connection reset by peer]
fredddy42[m] has quit [Write error: Broken pipe]
hermann-tab[m] has quit [Write error: Connection reset by peer]
M-metamattj has quit [Write error: Connection reset by peer]
Patrik[m] has quit [Write error: Connection reset by peer]
ShawkHawk[m]1 has quit [Write error: Connection reset by peer]
ghtdak[m] has quit [Write error: Broken pipe]
Guest23234[m] has quit [Write error: Connection reset by peer]
Guest43355[m] has quit [Write error: Connection reset by peer]
M-2194 has quit [Write error: Connection reset by peer]
Guest46793[m] has quit [Write error: Connection reset by peer]
M-3870 has quit [Write error: Connection reset by peer]
Frank[m]1 has quit [Write error: Broken pipe]
pik[m]1 has quit [Write error: Connection reset by peer]
M-amstocker has quit [Write error: Connection reset by peer]
hendry[m] has quit [Write error: Connection reset by peer]
M-mubot has quit [Write error: Broken pipe]
H3g3m0n[m] has quit [Write error: Connection reset by peer]
M-HirmeS has quit [Write error: Broken pipe]
M-roblabla has quit [Write error: Broken pipe]
boliboli[m] has quit [Write error: Broken pipe]
jon[m]1 has quit [Write error: Broken pipe]
M-jackal has quit [Write error: Connection reset by peer]
M-blide has quit [Write error: Broken pipe]
terence977[m] has quit [Write error: Broken pipe]
Guest50383[m] has quit [Write error: Connection reset by peer]
HugeMungus[m] has quit [Write error: Broken pipe]
JOduMonT[m] has quit [Write error: Broken pipe]
rodarima[m] has quit [Write error: Connection reset by peer]
yuryk[m] has quit [Write error: Connection reset by peer]
Natanael[m] has quit [Write error: Connection reset by peer]
Guest30983[m] has quit [Write error: Connection reset by peer]
Guest46230[m] has quit [Write error: Connection reset by peer]
M-edrex has quit [Write error: Broken pipe]
M-Val has quit [Write error: Connection reset by peer]
M-geir has quit [Write error: Broken pipe]
M-mseri has quit [Write error: Broken pipe]
gillisig1 has quit [Write error: Broken pipe]
Miikka[m] has quit [Write error: Connection reset by peer]
Ulises[m] has quit [Write error: Connection reset by peer]
M-leeola has quit [Write error: Connection reset by peer]
Guest22481[m] has quit [Write error: Connection reset by peer]
valdek[m] has quit [Write error: Connection reset by peer]
M-liathit has quit [Write error: Connection reset by peer]
jackyquack[m] has quit [Write error: Connection reset by peer]
rajeevn[m] has quit [Write error: Broken pipe]
M-codebam has quit [Write error: Broken pipe]
Meroje[m] has quit [Write error: Broken pipe]
M-toor has quit [Write error: Broken pipe]
M-alwi has quit [Write error: Connection reset by peer]
Guest29626[m] has quit [Write error: Connection reset by peer]
M-rryan has quit [Write error: Broken pipe]
M-16865 has quit [Write error: Connection reset by peer]
cr[m] has quit [Write error: Connection reset by peer]
M-abdessamadhoud has quit [Write error: Connection reset by peer]
M-6581 has quit [Write error: Connection reset by peer]
M-JayCarpenter has quit [Write error: Connection reset by peer]
M-whyrusleeping has quit [Write error: Connection reset by peer]
M18695[m] has quit [Write error: Connection reset by peer]
sibi[m] has quit [Write error: Connection reset by peer]
M-7141 has quit [Write error: Connection reset by peer]
Guest30871[m] has quit [Write error: Connection reset by peer]
Guest42293[m] has quit [Write error: Connection reset by peer]
M-14321 has quit [Write error: Connection reset by peer]
Guest21158[m] has quit [Write error: Broken pipe]
Guest26084[m] has quit [Write error: Broken pipe]
M-12490 has quit [Write error: Broken pipe]
alistair77[m] has quit [Write error: Broken pipe]
Guest28775[m] has quit [Write error: Broken pipe]
M-thia has quit [Write error: Connection reset by peer]
M-jeffreybpeters has quit [Write error: Connection reset by peer]
M-giodamelio has quit [Write error: Connection reset by peer]
Guest47022[m] has quit [Write error: Connection reset by peer]
M-kupskups9 has quit [Write error: Connection reset by peer]
g215[m] has quit [Write error: Connection reset by peer]
joshb[m] has quit [Write error: Broken pipe]
nixyne[m] has quit [Write error: Broken pipe]
vasachi[m] has quit [Write error: Broken pipe]
basilgohar[m] has quit [Write error: Broken pipe]
Lazybone[m] has quit [Write error: Connection reset by peer]
muhriddin[m] has quit [Write error: Broken pipe]
Guest31481[m] has quit [Write error: Connection reset by peer]
lovecrafthobbit[ has quit [Write error: Connection reset by peer]
M-kode54 has quit [Write error: Connection reset by peer]
Jacob[m] has quit [Write error: Connection reset by peer]
loco[m] has quit [Write error: Connection reset by peer]
Guest49679[m] has quit [Write error: Connection reset by peer]
steven[m] has quit [Write error: Broken pipe]
tester30297[m] has quit [Write error: Connection reset by peer]
M-Dan has quit [Write error: Broken pipe]
vikneshwaren[m] has quit [Write error: Broken pipe]
kostera[m] has quit [Write error: Broken pipe]
Guest44591[m] has quit [Write error: Broken pipe]
M-alri has quit [Write error: Broken pipe]
M21100[m] has quit [Write error: Broken pipe]
M-gdr has quit [Write error: Connection reset by peer]
M-internetjanito has quit [Write error: Connection reset by peer]
Guest19040[m] has quit [Write error: Connection reset by peer]
Guest18705[m] has quit [Write error: Connection reset by peer]
M-mikael has quit [Write error: Connection reset by peer]
qgnox[m] has quit [Write error: Connection reset by peer]
M-jh has quit [Write error: Connection reset by peer]
M-Nickfost has quit [Write error: Connection reset by peer]
dc167[m] has quit [Write error: Connection reset by peer]
Avinash[m] has quit [Write error: Connection reset by peer]
M-jackvt93 has quit [Write error: Connection reset by peer]
TheReverend403[m has quit [Write error: Connection reset by peer]
benhylau[m]1 has quit [Write error: Connection reset by peer]
M-boli has quit [Write error: Connection reset by peer]
mokhtar[m] has quit [Write error: Connection reset by peer]
M-Xorkle has quit [Write error: Connection reset by peer]
jamespedwards42[ has quit [Write error: Connection reset by peer]
M-lilien1010 has quit [Write error: Connection reset by peer]
M-Tribex10 has quit [Write error: Connection reset by peer]
guybrush[m] has quit [Write error: Connection reset by peer]
Guest50356[m] has quit [Write error: Connection reset by peer]
gsf[m] has quit [Write error: Connection reset by peer]
Catz[m] has quit [Write error: Connection reset by peer]
monzoon[m] has quit [Write error: Connection reset by peer]
victorbjelkholm[ has quit [Write error: Connection reset by peer]
M-mousereeve has quit [Write error: Connection reset by peer]
Guest23523[m] has quit [Write error: Connection reset by peer]
M-alphakamp has quit [Write error: Connection reset by peer]
M-4447 has quit [Write error: Connection reset by peer]
M-Eliza has quit [Write error: Connection reset by peer]
M-gst has quit [Write error: Broken pipe]
Askaban[m]1 has quit [Write error: Broken pipe]
Stormy[m] has quit [Write error: Connection reset by peer]
M-foxxy has quit [Write error: Connection reset by peer]
M-10670 has quit [Write error: Connection reset by peer]
rt2016[m] has quit [Write error: Connection reset by peer]
M-3045 has quit [Write error: Broken pipe]
M-hierophantos has quit [Write error: Connection reset by peer]
M-dtg has quit [Write error: Broken pipe]
masoodahm[m] has quit [Write error: Connection reset by peer]
M-1982 has quit [Write error: Connection reset by peer]
doge_with_sungla has quit [Write error: Connection reset by peer]
R4FKEN[m] has quit [Write error: Connection reset by peer]
M-bungle has quit [Write error: Broken pipe]
Guest42119[m] has quit [Write error: Broken pipe]
Paul[m] has quit [Write error: Connection reset by peer]
M-8842 has quit [Write error: Connection reset by peer]
M-ryanwilliams has quit [Write error: Connection reset by peer]
cel[m] has quit [Write error: Broken pipe]
probitlabs[m] has quit [Write error: Connection reset by peer]
M-Samim has quit [Write error: Connection reset by peer]
Ravneson[m] has quit [Write error: Connection reset by peer]
ChrisDeChef[m] has quit [Write error: Broken pipe]
M-4267 has quit [Write error: Connection reset by peer]
M-apolo11 has quit [Write error: Connection reset by peer]
i[m] has quit [Write error: Broken pipe]
containsliquid[m has quit [Write error: Connection reset by peer]
M-Lawrence_Pritc has quit [Write error: Connection reset by peer]
M-7416 has quit [Write error: Connection reset by peer]
M-kalmi has quit [Write error: Broken pipe]
M-ngu has quit [Write error: Connection reset by peer]
PseudoNoob[m] has quit [Write error: Connection reset by peer]
LouisJencka[m] has quit [Write error: Broken pipe]
because[m] has quit [Write error: Connection reset by peer]
M-rschulman has quit [Write error: Broken pipe]
SShrike has quit [Write error: Broken pipe]
M-Shrike has quit [Write error: Connection reset by peer]
alexvoda[m] has quit [Write error: Connection reset by peer]
M-brain has quit [Write error: Connection reset by peer]
johnhenry[m] has quit [Write error: Connection reset by peer]
ztl8702[m] has quit [Write error: Connection reset by peer]
erikj` has quit [Write error: Connection reset by peer]
onlnr has quit [Remote host closed the connection]
igork[m] has quit [Remote host closed the connection]
M-iav has quit [Remote host closed the connection]
M-jimt has quit [Remote host closed the connection]
disgusting[m] has quit [Remote host closed the connection]
M-martinklepsch has quit [Remote host closed the connection]
mirek1337[m] has quit [Remote host closed the connection]
M-phaverkamp has quit [Remote host closed the connection]
M-liberdiko has quit [Remote host closed the connection]
M-Magnap has quit [Remote host closed the connection]
M-krsiehl has quit [Remote host closed the connection]
M-flyingzumwalt has quit [Remote host closed the connection]
M-trashrabbit has quit [Remote host closed the connection]
jfred[m] has quit [Remote host closed the connection]
torarne has quit [Remote host closed the connection]
rdesfo[m] has quit [Remote host closed the connection]
WinterFox[m] has quit [Remote host closed the connection]
davidar has quit [Remote host closed the connection]
M-leoc has quit [Remote host closed the connection]
TheGillies has quit [Remote host closed the connection]
swift110[m] has quit [Remote host closed the connection]
Leer10[m] has quit [Remote host closed the connection]
M-wkennington has quit [Remote host closed the connection]
miladmaster[m] has quit [Remote host closed the connection]
monikp[m] has quit [Write error: Broken pipe]
M-ikreymer has quit [Write error: Broken pipe]
Ineentho[m] has quit [Write error: Broken pipe]
benhylau[m] has quit [Write error: Broken pipe]
rschulman has quit [Write error: Broken pipe]
M-david has quit [Write error: Broken pipe]
kszys[m] has quit [Write error: Broken pipe]
Guest17335 has quit [Write error: Broken pipe]
david[m] has quit [Write error: Broken pipe]
M-s6 has quit [Write error: Broken pipe]
M-Dave has quit [Write error: Broken pipe]
Ralith has quit [Write error: Broken pipe]
irx[m] has quit [Write error: Broken pipe]
M-2128 has quit [Write error: Connection reset by peer]
M-vro has quit [Write error: Connection reset by peer]
M-pims has quit [Write error: Connection reset by peer]
M-mckaydavis has quit [Write error: Connection reset by peer]
M-espadrine has quit [Write error: Connection reset by peer]
orapouso[m] has quit [Write error: Connection reset by peer]
red5d[m] has quit [Write error: Connection reset by peer]
M-16544 has quit [Write error: Connection reset by peer]
sibi[m]1 has quit [Write error: Connection reset by peer]
qwertyuioppo[m] has quit [Write error: Connection reset by peer]
xamino[m] has quit [Write error: Connection reset by peer]
mads[m] has quit [Write error: Connection reset by peer]
naggie[m] has quit [Write error: Connection reset by peer]
mungwi[m] has quit [Write error: Connection reset by peer]
M-jbenet has quit [Write error: Connection reset by peer]
M-3511 has quit [Write error: Connection reset by peer]
M-king_size1953 has quit [Write error: Connection reset by peer]
M-12044 has quit [Write error: Connection reset by peer]
M-fiatjaf has quit [Write error: Connection reset by peer]
M-zick has quit [Write error: Connection reset by peer]
M-nated has quit [Write error: Connection reset by peer]
M-erwin has quit [Write error: Connection reset by peer]
M18693[m] has quit [Write error: Connection reset by peer]
M-Peer2Peer has quit [Write error: Connection reset by peer]
M-Guest2152 has quit [Write error: Connection reset by peer]
brunomvsouza[m] has quit [Remote host closed the connection]
Guest22220[m] has quit [Write error: Connection reset by peer]
fortyfoxes[m] has quit [Remote host closed the connection]
blabla2[m] has quit [Remote host closed the connection]
M-oddvar has quit [Remote host closed the connection]
M-Amandine has quit [Remote host closed the connection]
M2ezit[m] has quit [Remote host closed the connection]
M-nd has quit [Remote host closed the connection]
SeriousBug[m] has quit [Remote host closed the connection]
claas[m] has quit [Remote host closed the connection]
Guest20690[m] has quit [Remote host closed the connection]
M-2234 has quit [Remote host closed the connection]
dudezer0_bot[m] has quit [Remote host closed the connection]
M-jgrowl has quit [Remote host closed the connection]
M18489[m] has quit [Remote host closed the connection]
M-greymr has quit [Remote host closed the connection]
M18337[m] has quit [Remote host closed the connection]
M-3526 has quit [Remote host closed the connection]
Guest26163[m] has quit [Remote host closed the connection]
M-lucnsy has quit [Remote host closed the connection]
Guest35126[m] has quit [Write error: Connection reset by peer]
atomet[m] has quit [Write error: Connection reset by peer]
DavidAmorn[m] has quit [Write error: Connection reset by peer]
M-hellomoto has quit [Write error: Connection reset by peer]
kenCode[m] has quit [Write error: Connection reset by peer]
M-16355 has quit [Write error: Connection reset by peer]
M-GereG has quit [Write error: Connection reset by peer]
Polychrome[m] has quit [Write error: Connection reset by peer]
M-madsurgeon has quit [Write error: Connection reset by peer]
M-3725 has quit [Write error: Connection reset by peer]
Richardsdkjflsfj has quit [Write error: Connection reset by peer]
arkadiy[m] has quit [Write error: Connection reset by peer]
Beneficence[m] has quit [Write error: Connection reset by peer]
M-infpetal has quit [Write error: Connection reset by peer]
M-uhiiued7278 has quit [Write error: Connection reset by peer]
M-15922 has quit [Write error: Connection reset by peer]
trytrytry[m] has quit [Write error: Connection reset by peer]
M-WolfNightly has quit [Write error: Connection reset by peer]
M-12989 has quit [Write error: Connection reset by peer]
M-4485 has quit [Write error: Connection reset by peer]
ShawkHawk[m] has quit [Write error: Connection reset by peer]
M21634[m] has quit [Write error: Connection reset by peer]
M-10660 has quit [Write error: Connection reset by peer]
M-thomasbeta has quit [Write error: Connection reset by peer]
msmart[m] has quit [Write error: Connection reset by peer]
M-aatchison has quit [Write error: Connection reset by peer]
Caquilala[m]1 has quit [Write error: Connection reset by peer]
Askaban[m] has quit [Write error: Connection reset by peer]
M-phorse has quit [Write error: Connection reset by peer]
lanzafame[m] has quit [Write error: Connection reset by peer]
Lord[m] has quit [Write error: Connection reset by peer]
robin[m] has quit [Write error: Connection reset by peer]
simonv3[m] has quit [Write error: Connection reset by peer]
M-male has quit [Write error: Connection reset by peer]
Fathack[m] has quit [Write error: Connection reset by peer]
Guest20001[m] has quit [Write error: Connection reset by peer]
M-sivachandran has quit [Write error: Connection reset by peer]
GarbageDay[m] has quit [Write error: Connection reset by peer]
Guest44356[m] has quit [Write error: Connection reset by peer]
HansMeiser[m] has quit [Write error: Connection reset by peer]
M-2255 has quit [Write error: Connection reset by peer]
Guest18692[m] has quit [Write error: Connection reset by peer]
wehlutyk[m] has quit [Write error: Connection reset by peer]
denkyemx[m] has quit [Write error: Connection reset by peer]
Guest25254[m] has quit [Write error: Connection reset by peer]
cva[m] has quit [Write error: Connection reset by peer]
M-8319 has quit [Write error: Connection reset by peer]
morozevich73[m] has quit [Write error: Connection reset by peer]
am2on[m] has quit [Write error: Connection reset by peer]
nicolae[m] has quit [Write error: Connection reset by peer]
M-16549 has quit [Write error: Connection reset by peer]
M-staplemac has quit [Write error: Connection reset by peer]
M-davidar-test has quit [Write error: Connection reset by peer]
Cleopatra7[m] has quit [Write error: Connection reset by peer]
M-ms has quit [Write error: Connection reset by peer]
Guest21923[m] has quit [Write error: Connection reset by peer]
M-hungle has quit [Write error: Connection reset by peer]
Dawg[m] has quit [Write error: Connection reset by peer]
M-Guillaume has quit [Write error: Connection reset by peer]
themightychris[m has quit [Write error: Connection reset by peer]
M-14382 has quit [Write error: Connection reset by peer]
M-eitland has quit [Write error: Connection reset by peer]
TestName[m] has quit [Write error: Connection reset by peer]
Guest19042[m] has quit [Write error: Connection reset by peer]
patrickr[m] has quit [Write error: Connection reset by peer]
soradet[m] has quit [Write error: Connection reset by peer]
M-jaxondu has quit [Write error: Broken pipe]
M-drwasho has quit [Write error: Broken pipe]
lexik[m] has quit [Write error: Broken pipe]
M-cocci has quit [Write error: Broken pipe]
M0x52[m] has quit [Write error: Broken pipe]
Hongar[m] has quit [Write error: Broken pipe]
M-alien has quit [Write error: Connection reset by peer]
solariiknight[m] has quit [Write error: Broken pipe]
NathanBraswell[m has quit [Write error: Broken pipe]
M6e7961[m] has quit [Write error: Broken pipe]
M18645[m] has quit [Write error: Broken pipe]
Ericson2314[m] has quit [Write error: Broken pipe]
Sandhose[m] has quit [Write error: Broken pipe]
dd[m] has quit [Write error: Broken pipe]
M-16194 has quit [Write error: Broken pipe]
dnull[m] has quit [Write error: Broken pipe]
M-TidyKoala has quit [Write error: Connection reset by peer]
tkorrison[m] has quit [Write error: Broken pipe]
M22536[m] has quit [Write error: Connection reset by peer]
M-3630 has quit [Write error: Connection reset by peer]
M-jabl has quit [Write error: Connection reset by peer]
Guest24121[m] has quit [Write error: Connection reset by peer]
Guest45495[m] has quit [Write error: Connection reset by peer]
Guest26833[m] has quit [Write error: Connection reset by peer]
demian[m] has quit [Write error: Connection reset by peer]
Guest44466[m] has quit [Write error: Connection reset by peer]
M18523[m] has quit [Write error: Connection reset by peer]
arby[m] has quit [Write error: Connection reset by peer]
M-3714 has quit [Write error: Connection reset by peer]
gwillen[m] has quit [Write error: Connection reset by peer]
shenbaa[m] has quit [Write error: Connection reset by peer]
cmp[m] has quit [Write error: Connection reset by peer]
M18691[m] has quit [Write error: Connection reset by peer]
M-ed has quit [Write error: Connection reset by peer]
M-epsilon has quit [Write error: Connection reset by peer]
M-p0pa has quit [Write error: Connection reset by peer]
Sharavanabhava[m has quit [Write error: Connection reset by peer]
M-harlan has quit [Write error: Connection reset by peer]
Craeckie[m] has quit [Write error: Connection reset by peer]
M-brasilikum has quit [Write error: Connection reset by peer]
pigeons[m] has quit [Write error: Connection reset by peer]
Caquilala[m] has quit [Write error: Connection reset by peer]
Guest22926[m] has quit [Write error: Connection reset by peer]
chevdor[m] has quit [Write error: Connection reset by peer]
Guest52361[m] has quit [Write error: Connection reset by peer]
M-17739 has quit [Write error: Connection reset by peer]
matrixtest[m] has quit [Write error: Connection reset by peer]
djfdfjoijijeoif[ has quit [Write error: Connection reset by peer]
Flieh[m] has quit [Write error: Connection reset by peer]
iwxzr[m] has quit [Write error: Connection reset by peer]
M-wldhx has quit [Write error: Connection reset by peer]
protestContest[m has quit [Write error: Connection reset by peer]
Claus[m] has quit [Write error: Connection reset by peer]
muxueqz[m] has quit [Write error: Connection reset by peer]
M-pesterhazy has quit [Write error: Connection reset by peer]
ThePurgingPanda[ has quit [Write error: Connection reset by peer]
Guest33346[m] has quit [Write error: Connection reset by peer]
HansF[m] has quit [Write error: Connection reset by peer]
M-5459 has quit [Write error: Connection reset by peer]
kenCode[m]1 has quit [Write error: Connection reset by peer]
Futuro[m] has quit [Write error: Connection reset by peer]
toto42[m] has quit [Write error: Connection reset by peer]
themsay[m] has quit [Write error: Connection reset by peer]
JosiahHaswell[m] has quit [Write error: Connection reset by peer]
M-3509 has quit [Write error: Connection reset by peer]
M18690[m] has quit [Write error: Connection reset by peer]
M-jmesserli has quit [Write error: Connection reset by peer]
ivegotasthma[m] has quit [Write error: Connection reset by peer]
Johnny81[m] has quit [Write error: Connection reset by peer]
palesz[m] has quit [Write error: Connection reset by peer]
aburkett[m] has quit [Write error: Connection reset by peer]
M-Robin has quit [Write error: Connection reset by peer]
gdt[m] has quit [Write error: Connection reset by peer]
computerfreak[m] has quit [Write error: Connection reset by peer]
Guest31078[m] has quit [Write error: Connection reset by peer]
M-erikgarrison has quit [Write error: Connection reset by peer]
M-pieohpah has quit [Write error: Connection reset by peer]
edsilv[m]1 has quit [Write error: Connection reset by peer]
M-scio_ has quit [Write error: Connection reset by peer]
M-sraja has quit [Write error: Connection reset by peer]
M-bastinik has quit [Write error: Connection reset by peer]
NikolayKolev[m] has quit [Write error: Connection reset by peer]
corvinux has joined #ipfs
keks___ has quit [Ping timeout: 252 seconds]
keks_ has joined #ipfs
<ribasushi> hmmm... the chunker stuff seems to be underdocumented
kenshyx has quit [Quit: Leaving]
<ribasushi> where can I find all the available chunkers and their behaviors?
<ribasushi> is it a case of "read the source" or is there some doc I am overlooking?
<dignifiedquire> ribasushi: it's mostly a case of read the source at the momemnt I'm afraid
<ribasushi> ok
<ribasushi> I am not very proficient at go - can you point me at an "entry point" of sorts?
<ribasushi> file X line Y kind of thing
SARANKUMAR[m] has joined #ipfs
<dignifiedquire> wrong link
<dignifiedquire> there is a fixed size chunker which is https://github.com/ipfs/go-ipfs/blob/master/importer/chunk/splitting.go
<dignifiedquire> which actually lives at https://github.com/whyrusleeping/chunker
JOduMonT[m] has joined #ipfs
plindner has joined #ipfs
lnxw37[m] has joined #ipfs
jfred[m] has joined #ipfs
mirek1337[m] has joined #ipfs
M-kcinjp has joined #ipfs
M-jimt has joined #ipfs
M-liberdiko has joined #ipfs
M-rschulman has joined #ipfs
benhylau[m] has joined #ipfs
mythmon- has joined #ipfs
M-amblin has joined #ipfs
DavidAmorn[m] has joined #ipfs
M-12044 has joined #ipfs
M-Ingo has joined #ipfs
M-hellomoto has joined #ipfs
M-wkennington has joined #ipfs
disinibito[m] has joined #ipfs
M-hostbbb has joined #ipfs
qandilious[m] has joined #ipfs
rdesfo[m] has joined #ipfs
M-Peer2Peer has joined #ipfs
panicbit-M has joined #ipfs
M-Guest2152 has joined #ipfs
M-8842 has joined #ipfs
MarkOtaris has joined #ipfs
M-leoc has joined #ipfs
<ribasushi> dignifiedquire: and the name I supply to ipfs add --chunker is the actual name of the .../importer/<the name>.go
M-jabl has joined #ipfs
Guest24121[m] has joined #ipfs
Futuro[m] has joined #ipfs
swift110[m] has joined #ipfs
Guest44466[m] has joined #ipfs
M-3509 has joined #ipfs
M-12490 has joined #ipfs
JosiahHaswell[m] has joined #ipfs
rschulman has joined #ipfs
probitlabs[m] has joined #ipfs
M18523[m] has joined #ipfs
neurocis[m] has joined #ipfs
gwillen[m] has joined #ipfs
M-Eliza has joined #ipfs
alistair77[m] has joined #ipfs
M-drwasho has joined #ipfs
M-thia has joined #ipfs
doctrv[m] has joined #ipfs
M-AndrewGaspar has joined #ipfs
kegan[m] has joined #ipfs
M-gst has joined #ipfs
M-manveru has joined #ipfs
Hongar[m] has joined #ipfs
davidar has joined #ipfs
<ribasushi> correct?
claas[m] has joined #ipfs
SeriousBug[m] has joined #ipfs
Guest46793[m] has joined #ipfs
ntninja has joined #ipfs
disgusting[m] has joined #ipfs
edu[m] has joined #ipfs
torarne has joined #ipfs
toto42[m] has joined #ipfs
M18691[m] has joined #ipfs
airsickpayload[m has joined #ipfs
trytrytry[m] has joined #ipfs
M-jeffreybpeters has joined #ipfs
rodarima[m] has joined #ipfs
Guest22356[m] has joined #ipfs
tkorrison[m] has joined #ipfs
blabla2[m] has joined #ipfs
palesz[m] has joined #ipfs
igork[m] has joined #ipfs
M-Val has joined #ipfs
M-martinklepsch has joined #ipfs
M21634[m] has joined #ipfs
sull[m] has joined #ipfs
zielmicha[m] has joined #ipfs
arkadiy[m] has joined #ipfs
M-10660 has joined #ipfs
M-podviaznikov has joined #ipfs
M-david has joined #ipfs
M-geir has joined #ipfs
vasachi[m] has joined #ipfs
Remramm has joined #ipfs
M-rongladney has joined #ipfs
M-fabrixxm has joined #ipfs
nixyne[m] has joined #ipfs
M-hash has joined #ipfs
dz[m] has joined #ipfs
RyuKurisu[m] has joined #ipfs
iwxzr[m] has joined #ipfs
gillisig1 has joined #ipfs
Ineentho[m] has joined #ipfs
ThePurgingPanda[ has joined #ipfs
SShrike has joined #ipfs
M-3798 has joined #ipfs
M-keverets has joined #ipfs
onlnr has joined #ipfs
david[m] has joined #ipfs
LouisJencka[m] has joined #ipfs
Guest26265[m] has joined #ipfs
i[m] has joined #ipfs
erikj` has joined #ipfs
enick_773 has joined #ipfs
M2ezit[m] has joined #ipfs
musicmatze[m] has joined #ipfs
M-mistake has joined #ipfs
M-phaverkamp has joined #ipfs
M-edrex has joined #ipfs
M-bp5 has joined #ipfs
Lazybone[m] has joined #ipfs
patrickr[m] has joined #ipfs
M-wldhx has joined #ipfs
lovecrafthobbit[ has joined #ipfs
Guest26812[m] has joined #ipfs
cr[m] has joined #ipfs
Jellybeanmommy[m has joined #ipfs
bilowan[m] has joined #ipfs
Ericson2314[m] has joined #ipfs
M-lucnsy has joined #ipfs
M- has joined #ipfs
soradet[m] has joined #ipfs
computerfreak[m] has joined #ipfs
neoV[m] has joined #ipfs
gdt[m] has joined #ipfs
Karalix[m] has joined #ipfs
M-TidyKoala has joined #ipfs
Guest35126[m] has joined #ipfs
because[m] has joined #ipfs
Lord[m] has joined #ipfs
M-6561 has joined #ipfs
teglafal[m] has joined #ipfs
M-3444 has joined #ipfs
M-3045 has joined #ipfs
M-jaxondu has joined #ipfs
Guest30983[m] has joined #ipfs
Dineshsac[m] has joined #ipfs
M-fiatjaf has joined #ipfs
lanzafame[m] has joined #ipfs
M-12989 has joined #ipfs
nass[m] has joined #ipfs
knutz[m] has joined #ipfs
M6e7961[m] has joined #ipfs
M-ming8 has joined #ipfs
pigeons[m] has joined #ipfs
M18337[m] has joined #ipfs
M-mubot has joined #ipfs
atomet[m] has joined #ipfs
TheGillies has joined #ipfs
M-Guillaume has joined #ipfs
M-slang has joined #ipfs
M-aatchison has joined #ipfs
M-mseri has joined #ipfs
M-jacktang has joined #ipfs
M-thomasbeta has joined #ipfs
M-zick has joined #ipfs
protestContest[m has joined #ipfs
p0psicle[m] has joined #ipfs
rt2016[m] has joined #ipfs
M-kode54 has joined #ipfs
M22536[m] has joined #ipfs
Guest33346[m] has joined #ipfs
Caquilala[m] has joined #ipfs
Frank[m]1 has joined #ipfs
M-3526 has joined #ipfs
M-Dave has joined #ipfs
M-trashrabbit has joined #ipfs
M-jfred has joined #ipfs
M-Shrike has joined #ipfs
Ulises[m] has joined #ipfs
M-player33 has joined #ipfs
disgusting[m]1 has joined #ipfs
M-13288 has joined #ipfs
M-4485 has joined #ipfs
Guest22926[m] has joined #ipfs
M-cyzoonic has joined #ipfs
Askaban[m] has joined #ipfs
M-9364 has joined #ipfs
M18695[m] has joined #ipfs
djfdfjoijijeoif[ has joined #ipfs
Guest53398[m] has joined #ipfs
M-WolfNightly has joined #ipfs
M-Tribex10 has joined #ipfs
M18693[m] has joined #ipfs
M-sivachandran has joined #ipfs
Cleopatra7[m] has joined #ipfs
blasagna[m] has joined #ipfs
M-male has joined #ipfs
Fathack[m] has joined #ipfs
Hossbeast[m] has joined #ipfs
M-mousereeve has joined #ipfs
loco[m] has joined #ipfs
peapeaxiong[m] has joined #ipfs
M-3630 has joined #ipfs
Guest23523[m] has joined #ipfs
lukeboswell[m] has joined #ipfs
Guest52361[m] has joined #ipfs
M-9743 has joined #ipfs
M-pims has joined #ipfs
M-ryanwilliams has joined #ipfs
Guest42293[m] has joined #ipfs
cel[m] has joined #ipfs
Miikka[m] has joined #ipfs
Guest23234[m] has joined #ipfs
Sandhose[m] has joined #ipfs
M-2128 has joined #ipfs
matrixtest[m] has joined #ipfs
Guest20001[m] has joined #ipfs
Guest45495[m] has joined #ipfs
M-2234 has joined #ipfs
M-sokoow has joined #ipfs
michaelmure[m] has joined #ipfs
M-alphakamp has joined #ipfs
gabishu[m] has joined #ipfs
qzo[m] has joined #ipfs
HansMeiser[m] has joined #ipfs
M-Magnap has joined #ipfs
M-bastinik has joined #ipfs
M-oddvar has joined #ipfs
Richardsdkjflsfj has joined #ipfs
kenCode[m] has joined #ipfs
M-ms has joined #ipfs
edsilv[m] has joined #ipfs
Caquilala[m]1 has joined #ipfs
Guest21158[m] has joined #ipfs
M-14321 has joined #ipfs
demian[m] has joined #ipfs
M-11367 has joined #ipfs
M-davidar-test has joined #ipfs
M-mckaydavis has joined #ipfs
WinterFox[m] has joined #ipfs
M-Amandine has joined #ipfs
M-krsiehl has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-s6 has joined #ipfs
kenCode[m]1 has joined #ipfs
irx[m] has joined #ipfs
Guest18694[m] has joined #ipfs
NikolayKolev[m] has joined #ipfs
M-toor has joined #ipfs
onetom[m] has joined #ipfs
shenbaa[m] has joined #ipfs
cmp[m] has joined #ipfs
M-AbhishekDutt has joined #ipfs
brunomvsouza[m] has joined #ipfs
M-joshumax has joined #ipfs
kszys[m] has joined #ipfs
TiagoDanin[m] has joined #ipfs
M-JayJay has joined #ipfs
M-selpreload has joined #ipfs
lexik[m] has joined #ipfs
eternaleye has joined #ipfs
Olivier[matrix] has joined #ipfs
JacobGadikian[m] has joined #ipfs
red5d[m] has joined #ipfs
M-rryan has joined #ipfs
Ralith has joined #ipfs
Guest47833[m] has joined #ipfs
solariiknight[m] has joined #ipfs
am5a03[m] has joined #ipfs
Askaban[m]1 has joined #ipfs
qwertyuioppo[m] has joined #ipfs
doge_with_sungla has joined #ipfs
M-alien has joined #ipfs
M-uhiiued7278 has joined #ipfs
Meroje[m] has joined #ipfs
M-fermuch has joined #ipfs
quux[m] has joined #ipfs
M-pesterhazy has joined #ipfs
Leer10[m] has joined #ipfs
Guest67192 has joined #ipfs
njm14823[m] has joined #ipfs
Stormy[m] has joined #ipfs
edsilv[m]1 has joined #ipfs
Matthew[m] has joined #ipfs
M-alwi has joined #ipfs
johnhenry[m] has joined #ipfs
M-frabrunelle has joined #ipfs
themsay[m] has joined #ipfs
AurabindoJ[m] has joined #ipfs
Guest47022[m] has joined #ipfs
Guest42119[m] has joined #ipfs
M-epsilon has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
TheReverend403[m has joined #ipfs
jamespedwards42[ has joined #ipfs
mokhtar[m] has joined #ipfs
M-javissimo has joined #ipfs
Dawg[m] has joined #ipfs
M-lilien1010 has joined #ipfs
M-metamattj has joined #ipfs
M-nated has joined #ipfs
GeorgeAntoniadis has joined #ipfs
dudezer0_bot[m] has joined #ipfs
M-cyan has joined #ipfs
M-erwin has joined #ipfs
g215[m] has joined #ipfs
M-BostonEnginer4 has joined #ipfs
Guest18687[m] has joined #ipfs
M-7416 has joined #ipfs
terence977[m] has joined #ipfs
morozevich73[m] has joined #ipfs
fredddy42[m] has joined #ipfs
Catz[m] has joined #ipfs
Guest19048[m] has joined #ipfs
M-Robin has joined #ipfs
Guest31481[m] has joined #ipfs
Jacob[m] has joined #ipfs
M-greymr has joined #ipfs
Patrik[m] has joined #ipfs
M-14382 has joined #ipfs
Guest49679[m] has joined #ipfs
Guest44356[m] has joined #ipfs
Guest22481[m] has joined #ipfs
M-2255 has joined #ipfs
M-pfista has joined #ipfs
M-leer10 has joined #ipfs
M-blide has joined #ipfs
M-g has joined #ipfs
M21100[m] has joined #ipfs
M-cocci has joined #ipfs
M-gdr has joined #ipfs
Polychrome[m] has joined #ipfs
cva[m] has joined #ipfs
am2on[m] has joined #ipfs
jlprince21[m] has joined #ipfs
M-alri has joined #ipfs
M-darknumbers has joined #ipfs
M-eitland has joined #ipfs
PseudoNoob[m] has joined #ipfs
M-2617 has joined #ipfs
vikneshwaren[m] has joined #ipfs
miladmaster[m] has joined #ipfs
Johnny81[m] has joined #ipfs
M-3676 has joined #ipfs
M-codebam has joined #ipfs
M-Nickfost has joined #ipfs
M-wwwi7891 has joined #ipfs
Guest28775[m] has joined #ipfs
HugeMungus[m] has joined #ipfs
monikp[m] has joined #ipfs
dc167[m] has joined #ipfs
M-jackvt93 has joined #ipfs
Guest45538[m] has joined #ipfs
Guest25254[m] has joined #ipfs
M-2223 has joined #ipfs
LugariusMtrx has joined #ipfs
Avinash[m] has joined #ipfs
M-3974 has joined #ipfs
M-harlan has joined #ipfs
GarbageDay[m] has joined #ipfs
M-5459 has joined #ipfs
M-boli has joined #ipfs
M-king_size1953 has joined #ipfs
M18643[m] has joined #ipfs
timthelion[m] has joined #ipfs
Sharavanabhava[m has joined #ipfs
mw[m] has joined #ipfs
Paul[m] has joined #ipfs
M-mikael has joined #ipfs
M-Samim has joined #ipfs
onic[m] has joined #ipfs
M-whyrusleeping has joined #ipfs
aburkett[m] has joined #ipfs
M-2194 has joined #ipfs
M-16549 has joined #ipfs
M-volobuev has joined #ipfs
guybrush[m] has joined #ipfs
M-ngu has joined #ipfs
M-6581 has joined #ipfs
M-neoteo has joined #ipfs
Guest21923[m] has joined #ipfs
M-jbenet has joined #ipfs
sibi[m] has joined #ipfs
ShawkHawk[m] has joined #ipfs
Meroje[m]1 has joined #ipfs
themightychris[m has joined #ipfs
rfb[m] has joined #ipfs
steven[m] has joined #ipfs
AMIR[m] has joined #ipfs
M-abdessamadhoud has joined #ipfs
M-8319 has joined #ipfs
Guest26163[m] has joined #ipfs
M-foxxy has joined #ipfs
Guest31078[m] has joined #ipfs
mungwi[m] has joined #ipfs
Guest20690[m] has joined #ipfs
Ravneson[m] has joined #ipfs
M-2129 has joined #ipfs
sibi[m]1 has joined #ipfs
M-HirmeS has joined #ipfs
Guest50356[m] has joined #ipfs
M-kalmi has joined #ipfs
Guest19040[m] has joined #ipfs
M-4267 has joined #ipfs
NathanBraswell[m has joined #ipfs
M-pieohpah has joined #ipfs
M-kupskups9 has joined #ipfs
hendry[m] has joined #ipfs
ix3[m] has joined #ipfs
xtream1101[m] has joined #ipfs
TestName[m] has joined #ipfs
Beneficence[m] has joined #ipfs
M18489[m] has joined #ipfs
ShawkHawk[m]1 has joined #ipfs
M-ed has joined #ipfs
benhylau[m]1 has joined #ipfs
boliboli[m] has joined #ipfs
M-10670 has joined #ipfs
Guest26084[m] has joined #ipfs
msmart[m] has joined #ipfs
arby[m] has joined #ipfs
M0x52[m] has joined #ipfs
M-victorm has joined #ipfs
tester30297[m] has joined #ipfs
yuryk[m] has joined #ipfs
M-scio_ has joined #ipfs
M-17739 has joined #ipfs
M-7141 has joined #ipfs
M-Dan has joined #ipfs
wehlutyk[m] has joined #ipfs
simonv3[m] has joined #ipfs
Claus[m] has joined #ipfs
M-16355 has joined #ipfs
M-jgrowl has joined #ipfs
muhriddin[m] has joined #ipfs
Guest46230[m] has joined #ipfs
M-16194 has joined #ipfs
valdek[m] has joined #ipfs
blackflag[m] has joined #ipfs
hartmanroberte[m has joined #ipfs
M-3870 has joined #ipfs
ztl8702[m] has joined #ipfs
M-osener has joined #ipfs
victorbjelkholm[ has joined #ipfs
guaraqe[m] has joined #ipfs
jon[m]1 has joined #ipfs
naggie[m] has joined #ipfs
M-apolo11 has joined #ipfs
joshb[m] has joined #ipfs
M-brasilikum has joined #ipfs
robin[m] has joined #ipfs
M-Xorkle has joined #ipfs
chevdor[m] has joined #ipfs
M-vro has joined #ipfs
M-liathit has joined #ipfs
Flieh[m] has joined #ipfs
M-erikgarrison has joined #ipfs
M-4447 has joined #ipfs
M-iav has joined #ipfs
M-leeola has joined #ipfs
dd[m] has joined #ipfs
wildanonymous[m] has joined #ipfs
Guest21903[m] has joined #ipfs
M-jackal has joined #ipfs
M-espadrine has joined #ipfs
M-6781 has joined #ipfs
M-JayCarpenter has joined #ipfs
HansF[m] has joined #ipfs
Guest30871[m] has joined #ipfs
Guest43355[m] has joined #ipfs
M-hierophantos has joined #ipfs
M-3891 has joined #ipfs
Guest22220[m] has joined #ipfs
M-infpetal has joined #ipfs
M-sliker has joined #ipfs
ghtdak[m] has joined #ipfs
orapouso[m] has joined #ipfs
Guest18692[m] has joined #ipfs
M-GereG has joined #ipfs
kostera[m] has joined #ipfs
muxueqz[m] has joined #ipfs
masoodahm[m] has joined #ipfs
M-5703 has joined #ipfs
Guest44591[m] has joined #ipfs
M-giodamelio has joined #ipfs
M-jmesserli has joined #ipfs
M-16544 has joined #ipfs
M-sraja has joined #ipfs
M-gary123 has joined #ipfs
nicolae[m] has joined #ipfs
M-dtg has joined #ipfs
qgnox[m] has joined #ipfs
M18690[m] has joined #ipfs
M-phorse has joined #ipfs
M-3714 has joined #ipfs
jackyquack[m] has joined #ipfs
M-internetjanito has joined #ipfs
M-rjan has joined #ipfs
containsliquid[m has joined #ipfs
Guest34181[m] has joined #ipfs
rajeevn[m] has joined #ipfs
berninoz[m] has joined #ipfs
M-1976 has joined #ipfs
R4FKEN[m] has joined #ipfs
M-1982 has joined #ipfs
pik[m]1 has joined #ipfs
basilgohar[m] has joined #ipfs
denkyemx[m] has joined #ipfs
Guest35894[m] has joined #ipfs
M-cryptix has joined #ipfs
pik[m] has joined #ipfs
Natanael[m] has joined #ipfs
M18645[m] has joined #ipfs
Guest26833[m] has joined #ipfs
M-staplemac has joined #ipfs
M-ikreymer has joined #ipfs
M-16865 has joined #ipfs
M-austinhc has joined #ipfs
xamino[m] has joined #ipfs
Guest19042[m] has joined #ipfs
ivegotasthma[m] has joined #ipfs
Guest28905[m] has joined #ipfs
M-madsurgeon has joined #ipfs
M-jh has joined #ipfs
alexvoda[m] has joined #ipfs
mads[m] has joined #ipfs
Guest29626[m] has joined #ipfs
M-amstocker has joined #ipfs
M-3725 has joined #ipfs
H3g3m0n[m] has joined #ipfs
M-p0pa has joined #ipfs
l64376[m] has joined #ipfs
ChrisDeChef[m] has joined #ipfs
kxra[m] has joined #ipfs
M-hungle has joined #ipfs
M-roblabla has joined #ipfs
Usr[m] has joined #ipfs
hermann-tab[m] has joined #ipfs
Guest50383[m] has joined #ipfs
M-bungle has joined #ipfs
monzoon[m] has joined #ipfs
Guest23322[m] has joined #ipfs
<ribasushi> dignifiedquire: thank you, this should be enough for me to go on for now
<dignifiedquire> happy to help :)
Guest18705[m] has joined #ipfs
<ribasushi> actually sorry one more question
M-kcinjp has quit [Ping timeout: 272 seconds]
Guest53543[m] has joined #ipfs
M-15922 has joined #ipfs
M-3511 has joined #ipfs
Guest21158[m] has quit [Ping timeout: 266 seconds]
Caquilala[m]1 has quit [Ping timeout: 266 seconds]
M-sokoow has quit [Ping timeout: 266 seconds]
loco[m] has quit [Ping timeout: 266 seconds]
M-bastinik has quit [Ping timeout: 266 seconds]
<ribasushi> do I understand correctly that the default is *not* to chunk - i.e. by default a file through add is represented by a mdag with the entire payload as data and no links?
M-brain has joined #ipfs
<ribasushi> s/through add/given to ipfs add/
gsf[m] has joined #ipfs
M-sraja has quit [Ping timeout: 272 seconds]
M-dtg has quit [Ping timeout: 272 seconds]
WinterFox[m] has quit [Ping timeout: 272 seconds]
peapeaxiong[m] has quit [Ping timeout: 272 seconds]
M-9743 has quit [Ping timeout: 272 seconds]
cel[m] has quit [Ping timeout: 272 seconds]
Sandhose[m] has quit [Ping timeout: 272 seconds]
yuryk[m] has quit [Ping timeout: 272 seconds]
Guest20690[m] has quit [Ping timeout: 272 seconds]
M-kupskups9 has quit [Ping timeout: 272 seconds]
M-4267 has quit [Ping timeout: 272 seconds]
M-2194 has quit [Ping timeout: 272 seconds]
M-16549 has quit [Ping timeout: 272 seconds]
Guest19040[m] has quit [Ping timeout: 272 seconds]
Guest31078[m] has quit [Ping timeout: 272 seconds]
M-neoteo has quit [Ping timeout: 272 seconds]
M-Amandine has quit [Ping timeout: 272 seconds]
M-leer10 has quit [Ping timeout: 272 seconds]
M-2194 has joined #ipfs
yuryk[m] has joined #ipfs
Guest31078[m] has joined #ipfs
M-4267 has joined #ipfs
M-kupskups9 has joined #ipfs
M-neoteo has joined #ipfs
M-Amandine has joined #ipfs
Guest19040[m] has joined #ipfs
M-kcinjp has joined #ipfs
loco[m] has joined #ipfs
M-sokoow has joined #ipfs
Caquilala[m]1 has joined #ipfs
Guest21158[m] has joined #ipfs
M-bastinik has joined #ipfs
M-sraja has joined #ipfs
M-dtg has joined #ipfs
WinterFox[m] has joined #ipfs
M-9743 has joined #ipfs
fortyfoxes[m] has joined #ipfs
cel[m] has joined #ipfs
Sandhose[m] has joined #ipfs
M-16549 has joined #ipfs
Guest20690[m] has joined #ipfs
M-leer10 has joined #ipfs
tmg has joined #ipfs
tmg has left #ipfs [#ipfs]
peapeaxiong[m] has joined #ipfs
M-HirmeS has quit [Ping timeout: 272 seconds]
M-bastinik has quit [Ping timeout: 272 seconds]
themsay[m] has quit [Ping timeout: 272 seconds]
M-jimt has quit [Ping timeout: 272 seconds]
M-trashrabbit has quit [Ping timeout: 272 seconds]
<lgierth> no the default is fixed-size chunking
<lgierth> with 256K chunks which fit nicely into disk block
<lgierth> *disk blocks
<ribasushi> got it
M-pims has quit [Ping timeout: 272 seconds]
Guest52361[m] has quit [Ping timeout: 272 seconds]
M-ryanwilliams has quit [Ping timeout: 272 seconds]
Miikka[m] has quit [Ping timeout: 272 seconds]
M-2128 has quit [Ping timeout: 272 seconds]
Askaban[m] has quit [Ping timeout: 272 seconds]
M-cyzoonic has quit [Ping timeout: 272 seconds]
M-9364 has quit [Ping timeout: 272 seconds]
M-Tribex10 has quit [Ping timeout: 272 seconds]
djfdfjoijijeoif[ has quit [Ping timeout: 272 seconds]
M18695[m] has quit [Ping timeout: 272 seconds]
M-WolfNightly has quit [Ping timeout: 272 seconds]
Cleopatra7[m] has quit [Ping timeout: 272 seconds]
M-Guillaume has quit [Ping timeout: 272 seconds]
M-jacktang has quit [Ping timeout: 272 seconds]
M-slang has quit [Ping timeout: 272 seconds]
M-aatchison has quit [Ping timeout: 272 seconds]
protestContest[m has quit [Ping timeout: 272 seconds]
gdt[m] has quit [Ping timeout: 272 seconds]
Guest35126[m] has quit [Ping timeout: 272 seconds]
M-TidyKoala has quit [Ping timeout: 272 seconds]
Karalix[m] has quit [Ping timeout: 272 seconds]
Lord[m] has quit [Ping timeout: 272 seconds]
M-6561 has quit [Ping timeout: 272 seconds]
teglafal[m] has quit [Ping timeout: 272 seconds]
M-3444 has quit [Ping timeout: 272 seconds]
Guest30983[m] has quit [Ping timeout: 272 seconds]
M-3045 has quit [Ping timeout: 272 seconds]
Dineshsac[m] has quit [Ping timeout: 272 seconds]
lanzafame[m] has quit [Ping timeout: 272 seconds]
nass[m] has quit [Ping timeout: 272 seconds]
M-12989 has quit [Ping timeout: 272 seconds]
M6e7961[m] has quit [Ping timeout: 272 seconds]
M-ming8 has quit [Ping timeout: 272 seconds]
bilowan[m] has quit [Ping timeout: 272 seconds]
neoV[m] has quit [Ping timeout: 272 seconds]
M-edrex has quit [Ping timeout: 272 seconds]
M-Dave has quit [Ping timeout: 272 seconds]
M-frabrunelle has quit [Ping timeout: 272 seconds]
SARANKUMAR[m] has quit [Ping timeout: 272 seconds]
M-phaverkamp has quit [Ping timeout: 272 seconds]
plindner has quit [Ping timeout: 272 seconds]
M-geir has quit [Ping timeout: 272 seconds]
Guest67192 has quit [Ping timeout: 272 seconds]
eternaleye has quit [Ping timeout: 272 seconds]
M-flyingzumwalt has quit [Ping timeout: 272 seconds]
<ribasushi> btw I got an exception half-way through playing with the daemon (just built it an hour ago off github): https://ipfs.io/ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
M-HirmeS has joined #ipfs
M-bastinik has joined #ipfs
<ribasushi> ( it still works, after dumping that on stderr, evidenced by my being able to publish )
kegan[m] has quit [Ping timeout: 272 seconds]
M-jimt has joined #ipfs
<ribasushi> where could I read about the rules ipfs.io *itself* uses to keep/prune/gc data once it has loaded it for display?
themsay[m] has joined #ipfs
kegan[m] has joined #ipfs
M-trashrabbit has joined #ipfs
<ribasushi> or is it as simple as "indefinitely while we are in alpha" ?
<ribasushi> ( I am not looking to abuse the thing, mind, just curious what the mechanics are )
M-12989 has joined #ipfs
M-ming8 has joined #ipfs
djfdfjoijijeoif[ has joined #ipfs
M-2128 has joined #ipfs
Karalix[m] has joined #ipfs
Guest30983[m] has joined #ipfs
protestContest[m has joined #ipfs
M-pims has joined #ipfs
M-Guillaume has joined #ipfs
M-geir has joined #ipfs
M-Dave has joined #ipfs
M-jacktang has joined #ipfs
M6e7961[m] has joined #ipfs
M-slang has joined #ipfs
M-phaverkamp has joined #ipfs
teglafal[m] has joined #ipfs
neoV[m] has joined #ipfs
bilowan[m] has joined #ipfs
Miikka[m] has joined #ipfs
Guest52361[m] has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-9364 has joined #ipfs
M-TidyKoala has joined #ipfs
nass[m] has joined #ipfs
M-cyzoonic has joined #ipfs
Cleopatra7[m] has joined #ipfs
Dineshsac[m] has joined #ipfs
M-3444 has joined #ipfs
M-6561 has joined #ipfs
M-frabrunelle has joined #ipfs
M-edrex has joined #ipfs
M-Tribex10 has joined #ipfs
plindner has joined #ipfs
Guest67192 has joined #ipfs
M-ryanwilliams has joined #ipfs
lanzafame[m] has joined #ipfs
Lord[m] has joined #ipfs
Askaban[m] has joined #ipfs
Guest35126[m] has joined #ipfs
M-3045 has joined #ipfs
gdt[m] has joined #ipfs
M-WolfNightly has joined #ipfs
M-aatchison has joined #ipfs
SARANKUMAR[m] has joined #ipfs
M18695[m] has joined #ipfs
eternaleye has joined #ipfs
<lgierth> when it gets low on diskspace, it runs gc and throws everything away that isn't pinned
<lgierth> interesting stacktrace
<lgierth> mind filing an issue with that? ^
WinterFox[m] has quit [Ping timeout: 272 seconds]
SeriousBug[m] has quit [Ping timeout: 272 seconds]
M-flyingzumwalt has quit [Ping timeout: 272 seconds]
<ribasushi> lgierth: https://github.com/ipfs/go-ipfs/issues/3286 I hope this is sufficient info
M-internetjanito has quit [Ping timeout: 272 seconds]
NathanBraswell[m has quit [Ping timeout: 272 seconds]
Meroje[m]1 has quit [Ping timeout: 272 seconds]
SeriousBug[m] has joined #ipfs
WinterFox[m] has joined #ipfs
plindner has quit [Ping timeout: 272 seconds]
M-TidyKoala has quit [Ping timeout: 272 seconds]
M-HirmeS has quit [Ping timeout: 272 seconds]
M-flyingzumwalt has joined #ipfs
M-TidyKoala has joined #ipfs
M-HirmeS has joined #ipfs
plindner has joined #ipfs
M-internetjanito has joined #ipfs
NathanBraswell[m has joined #ipfs
Meroje[m]1 has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
<apiarian> haad: any hints for dealing with forward sequence data (log entries) in a world where the data is actually backwards linked (IPFS commit-ish objects)? Last time I tried this sort of thing I ended up pulling the commits into an array for easy traversal and comparison (merges). Figured you might have run into this sort of thing with orbit
ylp has quit [Ping timeout: 252 seconds]
wuch has joined #ipfs
ylp has joined #ipfs
Sandhose[m] has quit [Ping timeout: 272 seconds]
loco[m] has quit [Ping timeout: 272 seconds]
Guest53398[m] has quit [Ping timeout: 272 seconds]
<haad> apiarian: if I understand you correctly, this is what ipfs-log does. e0 <-- e1 <-- e2 <-- ... is that what you mean?
lkcl has joined #ipfs
loco[m] has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
Guest53398[m] has joined #ipfs
soloojos has quit [Ping timeout: 258 seconds]
Sandhose[m] has joined #ipfs
rsync has quit [Quit: Leaving]
Oatmeal has joined #ipfs
ylp has joined #ipfs
bonesso has joined #ipfs
Kane` has quit [Ping timeout: 272 seconds]
vmatekole has joined #ipfs
vmatekole has quit [Remote host closed the connection]
Kane` has joined #ipfs
<lgierth> richardlitt: perfect, thanks
<lgierth> go-multibase is still new so we haven't caught all bugs yet
vmatekol_ has quit [Ping timeout: 244 seconds]
espadrine_ has joined #ipfs
Kane` has quit [Ping timeout: 256 seconds]
Kane` has joined #ipfs
Akaibu has quit [Ping timeout: 265 seconds]
espadrine has quit [Ping timeout: 256 seconds]
dignifiedquire has quit [Ping timeout: 265 seconds]
ylp has quit [Ping timeout: 252 seconds]
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<pinbot> [host 4] failed to pin /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<lgierth> ooops
ylp has joined #ipfs
<lgierth> fun -- monitoring tells me that none is out of space
Akaibu has joined #ipfs
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<pinbot> [host 4] failed to pin /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<apiarian> haad: yup, so the storage has the links pointing backwards, but often for processing one might want the links pointing forward
dignifiedquire has joined #ipfs
<lgierth> saturn doesn't seem to want to run gc -- doing it manually
<haad> apiarian: right, ok. so in that case, if your use case allows, I would recommend to use orbitdb.eventlog database. it'll give you a (ordered) list of database entries (where entry can be your "IPFS commit-ish object"). if not, take a look at ipfs-log and see if that gives you an idea how to do it in non-JS environments. there's also some work being done for go-ipfs-log but it's not quite ready yet.
<haad> apiarian: that all said, in all of the orbit-db/ipfs-log stuff, there are no "forward" pointing object (not sure how you would do that with a DAG)
PrinceOfPeeves has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
anonymuse has joined #ipfs
mrhavercamp has joined #ipfs
mrhavercamp has quit [Client Quit]
ylp has joined #ipfs
<passstab> haad, i should be clear, that wasn't the complete log
<passstab> just the part i thought relevant
anonymuse has quit [Remote host closed the connection]
<haad> passstab: thanks for reporting those! fixed them last night (I think), working on making sure to lose all missing deps. if you run into any more problems, please let me know! :)
ylp has quit [Ping timeout: 252 seconds]
<passstab> haad, i'll check in a minute, but package.json still refers to electron-prebuilt
<passstab> as does gruntfile.js
soloojos has joined #ipfs
<haad> passstab: right, that's still on my computer (they just renamed electron-prebuilt --> electron, which makes a lot of sense)
<passstab> oh, ok
vmatekole has joined #ipfs
ylp has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
<haad> hey, are there any mathematicians here who *know* what semilattice is (https://en.wikipedia.org/wiki/Semilattice)? if so, would you be able to explain it in layman's terms? :)
ylp has joined #ipfs
<hsanjuan> I think I understand it but I dare not explain it :P
cemerick has joined #ipfs
rgrinberg has joined #ipfs
<haad> :)
<haad> I mean I also know what it is but I'm looking for some very detailed knowledge to describe the different types and compositions
<haad> trying to map my programming knowledge to the (real) math
jedahan has joined #ipfs
zielmicha[m] has quit [Quit: node-irc says goodbye]
anonymuse has joined #ipfs
cemerick has quit [Ping timeout: 252 seconds]
M-mistake has quit [Quit: node-irc says goodbye]
JesseW has joined #ipfs
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<pinbot> [host 4] failed to pin /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<lgierth> pffff
kobigurk has joined #ipfs
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<pinbot> [host 4] failed to pin /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<lgierth> now it's getting ridiculous
gmoro has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
<dignifiedquire> haad: give me bit to read through it (need to translate my German math to English) then I can explain it to you
<lgierth> oh right, what do we have a mathematician for :)
<dignifiedquire> those 5.5 years need to be good for something :P
<dignifiedquire> haad: could you explain what exactly you want to know/do with it?
<haad> dignifiedquire: just thinking about naming and what kind of (semi)lattice a "log" (ipfs-log) is, or if they're logs or if logs are something else, etc :)
<passstab> haad, does orbit start it's own instance of ipfs even if I already have one running?
<haad> dignifiedquire: but basically what I take from there is that ipfs-log - partially ordered list of entries - is a semilattice, but what particular type it is I'm not sure and if the properties of a semilattice and ipfs-log are the same (in terms of ordering)
<dignifiedquire> well you would first need to proplery define the ordering
<haad> passstab: yes, it starts its own isolated daemon, ipfs data path in ~/Library/Application Support/orbit in OSX, ~/.config/orbit in Linux
<dignifiedquire> so what relation are you exactly using for the log?
m0ns00n_ has quit [Quit: quit]
<dignifiedquire> haad: doesn't ipfs-log actually define a total ordering?
<haad> dignifiedquire: that's the part I don't quite understand. how do you (how can you?) define the ordering? are there order-dependant semilattices (like, one type of ordering is some-semilattice and another oe is another)?
<haad> dignifiedquire: no, partial order
<dignifiedquire> in what case would neither x<y nor y < x be given?
rendar has joined #ipfs
<haad> I have no idea what you're talking about :)
<dignifiedquire> :D
<dignifiedquire> the definition of a total ordering, i.e. a partial ordering becomes a total ordering on the set S if for all x,y in S x < y or y < x
<hsanjuan> how do I find the actual exact size of a file added to ipfs (let's assume its big)?
lkcl has quit [Ping timeout: 265 seconds]
ylp has joined #ipfs
<dignifiedquire> hsanjuan: ipfs object stat <myfile>
<dignifiedquire> and then the "Cumulative Size"
<apiarian> haad: thanks, i'll take a look. i'm thinking of a forward pointing object in memory, not actually in the wild
<dignifiedquire> haad: so I'm guessing the order would be defined sth like this: x < y if and only if exists such that x ≤ z1 ≤ .. ≤ zn ≤ z, where ≤ is defined as "next" relation ship, i.e a ≤ b if and only if a.next = b
ashark has joined #ipfs
<dignifiedquire> hmm no this doens't work
<dignifiedquire> as x < x is not given
corvinux has quit [Ping timeout: 256 seconds]
<dignifiedquire> no it does work, that just means < is a strict partial ordering
<dignifiedquire> i.e
<dignifiedquire> 1. not x < x (irreflexive)
<dignifiedquire> 2. x < y and y < z => x < z (transitive)
<dignifiedquire> so that's all good
<hsanjuan> dignifiedquire: that shows a cummulative size which is close but not exactly the size of the original file.. Do I need to do some math with metadata sizes to reach the original data size?
anewuser has joined #ipfs
<dignifiedquire> hsanjuan: the original size is not stored in ipfs, the cumulative size is what it takes up inside ipfs
<dignifiedquire> this is after chunking
<A124> hsanjuan you could just ask gateway over http for a header, I guess.
<haad> dignifiedquire: sounds all very mathy, need to ask you in person :)
<dignifiedquire> haad: now you can deduce that the set S of all log entries is a both a join and a meet lattice, together with < defined as above, as we have the partial ordering and both the greatest lower bound exists as well as the least upper bound exist
<dignifiedquire> haad: so ipfs-log is actually a lettice
<dignifiedquire> *lattice
ylp has quit [Ping timeout: 252 seconds]
<dignifiedquire> hmm wait, can this structure exist in an ipfs-log: a < b an a < c ?
<dignifiedquire> i.e. can "next" be multiple entries?
<dignifiedquire> haad: ^^
anonymuse has quit []
anonymuse has joined #ipfs
* dignifiedquire wondering if it actually is a semilattice
Kane` has quit [Ping timeout: 272 seconds]
<dignifiedquire> nvm I'm just confused
<dignifiedquire> let's do this in person, then we can see if we can write down some nice proofs :)
Kane` has joined #ipfs
mildred has quit [Ping timeout: 256 seconds]
mildred has joined #ipfs
kulelu88 has joined #ipfs
ylp has joined #ipfs
<haad> yup :)
<haad> dignifiedquire: yes, "next" can be multiple entries
Kane` has quit [Ping timeout: 256 seconds]
Kane` has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
<A124> How do I track what kind of stuff (at least by hash of file is being downloaded from me?)
<A124> I may have pinned some popular public stuff like from IPFS website, or something and people look like crazy getting that or some bug.
anewuser has quit [Quit: anewuser]
ogd has quit [Ping timeout: 265 seconds]
rfw has quit [Ping timeout: 265 seconds]
emschwartz has quit [Ping timeout: 272 seconds]
feross has quit [Ping timeout: 265 seconds]
SoreGums has quit [Ping timeout: 265 seconds]
nullstyle has quit [Ping timeout: 272 seconds]
aaaaaaaaa____ has quit [Ping timeout: 265 seconds]
<A124> Is 4001 used only for DHT, swarm, discovery, or what else, or also for data?
mesch__ has quit [Ping timeout: 265 seconds]
caseorganic has quit [Ping timeout: 265 seconds]
NeoTeo has quit [Remote host closed the connection]
sega01 has quit [Remote host closed the connection]
ffmad_ has quit [Remote host closed the connection]
tibor has quit [Remote host closed the connection]
oleavr has quit [Remote host closed the connection]
robmyers has quit [Remote host closed the connection]
sugarpuff has quit [Remote host closed the connection]
sickill has quit [Remote host closed the connection]
prosody has quit [Read error: Connection reset by peer]
bmpvieira has quit [Remote host closed the connection]
hsanjuan has quit [Remote host closed the connection]
anderspree_ has quit [Remote host closed the connection]
mafintosh has quit [Remote host closed the connection]
ekroon has quit [Remote host closed the connection]
jhiesey has quit [Remote host closed the connection]
retrohacker has quit [Remote host closed the connection]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Kubuxu> both
<A124> Damn. Is there yet any tool to analyze logs?
cketti has joined #ipfs
cketti has joined #ipfs
cketti has quit [Changing host]
keks_ has quit [Ping timeout: 265 seconds]
<A124> I think it is a bug looking purely at the events.
ylp has joined #ipfs
keks__ has joined #ipfs
hsanjuan has joined #ipfs
<A124> What info you need to be able to determine?
oleavr has joined #ipfs
<Kubuxu> no idea about that, whyrusleeping might know more but he is probably not awake yet
sickill has joined #ipfs
cwahlers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<A124> Alright, gonna kill it, update, and see, and wait.
Tv` has joined #ipfs
* A124 thinks there should be version command, giving version and build commit hash
ekroon has joined #ipfs
mafintosh has joined #ipfs
bmpvieira has joined #ipfs
<Kubuxu> ipfs version --all
tibor has joined #ipfs
bhaan_afk has joined #ipfs
retrohacker has joined #ipfs
prosody has joined #ipfs
mesch__ has joined #ipfs
ffmad_ has joined #ipfs
<lgierth> Kubuxu: any way to graph the system threads?
<lgierth> from within go-ipfs
<A124> Can I get a proper way to upgrade ipfs from github?
emschwartz has joined #ipfs
<lgierth> A124: git pull && make install?
ylp1 has quit [Quit: Leaving.]
<A124> I did even rm -rf, but version says 0.4.0
<A124> So is... go get -d github.com/ipfs/go-ipfs broken?
<lgierth> yes
<Kubuxu> no only: `ls /proc/$(pgrep os.Args[0])/task -1 | wc -l`
JesseW has quit [Ping timeout: 265 seconds]
<Kubuxu> go get go-ipfs doesn't work for a long time
aaaaaaaaa____ has joined #ipfs
<lgierth> A124: did you find any install docs that don't mention that go get is broken?
<Kubuxu> and even if it worked you missed -u there
<A124> Then why the hell is it in Readme.md
<lgierth> we'll get it back working soon-ish
<lgierth> well there are 2 more steps after go get -d in the readme;)
<A124> I did those too.
<Kubuxu> do go get -u
<Kubuxu> go get -u -d
<Kubuxu> download update
captain_morgan has joined #ipfs
robmyers has joined #ipfs
<A124> Alright, thanks. I wish I had more energy to write all down for everyone, but I am bad at style.
<A124> whyrusleeping disregard any profs I sent you until now.
rfw has joined #ipfs
<lgierth> A124: ah, let me add -u to these readme instructions
<lgierth> thanks
ogd has joined #ipfs
jhiesey has joined #ipfs
nullstyle has joined #ipfs
<A124> Well, you are welcome, of course, but I am the one in thanks here. The thing is there is a lot more around ipfs that could be written down. Some kind of wiki. I liked the one ZeroNet has. IPFS running fine now.
caseorganic has joined #ipfs
sugarpuff has joined #ipfs
feross has joined #ipfs
jedahan has joined #ipfs
anderspree_ has joined #ipfs
NeoTeo has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
SoreGums has joined #ipfs
sega01 has joined #ipfs
mungwi[m] has quit [Ping timeout: 272 seconds]
Guest45538[m] has quit [Ping timeout: 272 seconds]
because[m] has quit [Ping timeout: 272 seconds]
M-fiatjaf has quit [Ping timeout: 272 seconds]
se3000 has joined #ipfs
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
captain_morgan has quit [Ping timeout: 256 seconds]
<lgierth> A124: yeah we need to get that in order
<lgierth> how to easily contribute documentations
because[m] has joined #ipfs
<lgierth> we wanna do something along the lines of wtfm: http://www.roaming-initiative.com/blog/posts/wtfm
<A124> Community wiki would be great. Some that is not strict on style and moderation.
Guest45538[m] has joined #ipfs
mungwi[m] has joined #ipfs
<A124> Will look in a while... TCP stopped working :D
<lgierth> i disagree, a plain classic wiki is likely not enough
M-fiatjaf has joined #ipfs
<lgierth> it's more about process than that
ylp has quit [Ping timeout: 252 seconds]
<A124> Well I meant wiki in addition to that.
<A124> So people can slap stup there. A hybrid between pastebin and wiki, with markdown.
Tv` has quit [Ping timeout: 265 seconds]
A124 has quit [Quit: '']
Tv` has joined #ipfs
jfred[m] has quit [Quit: node-irc says goodbye]
ylp has joined #ipfs
A124 has joined #ipfs
bhaan_afk has left #ipfs [#ipfs]
vmatekole has quit [Remote host closed the connection]
vmatekole has joined #ipfs
apiarian has quit [Ping timeout: 264 seconds]
ygrek_ has joined #ipfs
Oatmeal has quit [Ping timeout: 256 seconds]
<kevina> Kubuxu: The build server is having trouble downloading from the gateway: https://ipfs.io/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp/gx-go/v1.3.0/gx-go_v1.3.0_linux-amd64.tar.gz
<kevina> 2016-10-06 16:06:38 ERROR 504: Gateway Time-out.
<kevina> I can download it just fine from my computer...
apiarian has joined #ipfs
<kevina> rebuilding yet again, let's see if it works this time
LugariusMtrx has quit [Ping timeout: 272 seconds]
jedahan has joined #ipfs
LugariusMtrx has joined #ipfs
jedahan has quit [Ping timeout: 272 seconds]
ylp has quit [Ping timeout: 252 seconds]
<A124> kevina the gateway had problem itself.
<A124> I noticed those problems already, they affect both ipfs.io and user gateways. If you request too much, it just gets locked or something.
<A124> Was loading blog at the same moment you did post the error, had to wait and refresh, then everything worked.
captain_morgan has joined #ipfs
ylp has joined #ipfs
Aranjedeath has joined #ipfs
Oatmeal has joined #ipfs
wuch has quit [Quit: WeeChat 1.5]
jedahan has joined #ipfs
<lgierth> kevina: yes whyrusleeping mentioned the same last night -- i.e. 504 timeouts
<lgierth> i'm not sure yet how to debug
<lgierth> Kubuxu: might that be the same pin lock issue you were seeing?
<lgierth> when did we last change that code
<Kubuxu> long time ago
<Kubuxu> try add and pin rm, check how long will it take
<Kubuxu> last time I think it took minutes to remove it
<Kubuxu> or maybe it is GC
<Kubuxu> wouldn't long GC timeout transfers?
ylp has quit [Ping timeout: 252 seconds]
jedahan has quit [Ping timeout: 256 seconds]
espadrine_ has quit [Ping timeout: 244 seconds]
ylp has joined #ipfs
PseudoNoob has quit [Remote host closed the connection]
ygrek_ has quit [Ping timeout: 244 seconds]
jedahan has joined #ipfs
clownpriest has joined #ipfs
zorglub27 has joined #ipfs
<lgierth> eeeh yeah that's what i ment
<lgierth> not pin lock
<lgierth> gc starts, takes some lock, gateway requests something new, which can't be stored until the lock is released
<lgierth> something like that?
jedahan has quit [Ping timeout: 256 seconds]
<Kubuxu> yeah, request starts, it downloads blocks, puts them into blockstore, suddenly GC kicks in, blocks the progress of downloading, which them timesout
taaem has joined #ipfs
cwahlers has joined #ipfs
_whitelogger_ has joined #ipfs
_whitelogger has quit [Remote host closed the connection]
G-Ray has quit [Remote host closed the connection]
M-liberdiko has quit [Quit: node-irc says goodbye]
ylp has joined #ipfs
arpu has joined #ipfs
<lgierth> ah. i don't think it's gc. or if it's just long gc, there's another bug involved
<lgierth> the proxy timeout in nginx is 1800 seconds
<lgierth> no gc run ever takes that long
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<lgierth> i think it's just saturn being stubborn
<lgierth> let's see what this pin comes up with
<pinbot> [host 4] failed to grab refs for /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: Post http://[fc3d:9a4e:3c96:2fd2:1afa:18fe:8dd2:b602]:5001/api/v0/refs?arg=/ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv&encoding=json&stream-channels=true&r=true&: dial tcp [fc3d:9a4e:3c96:2fd2:1afa:18fe:8dd2:b602]:5001: getsockopt: connection timed out
Mateon1 has joined #ipfs
ygrek_ has joined #ipfs
<lgierth> mh okay that error is unrelated (it's cjdns routing messed up between deimos and jupiter)
<lgierth> can't wait for supernode routing in cjdns
<A124> lgierth In FF, I do not get timeout, but it is waiting infinitely (at least for localhost)
matoro has quit [Ping timeout: 272 seconds]
<lgierth> yeah it waits half an hour, then nginx decides it's enough
<A124> when I try to open too many stuff at once.
<lgierth> A124: is it reproducible for you? with the same hash?
<A124> Same for local and same for ipfs.io.
<A124> Hang on.
<lgierth> richardlitt: let me know when you have a hash for me
<A124> Downloading and works on localhost with current dev version
<Mateon1> haad: If you're still interested in what a Semilattice is: https://hackage.haskell.org/package/lattices-1.5.0/docs/Algebra-Lattice.html - You can always find nice documentation for what a math concept is if you Google "<concept> site:hackage.haskell.org"
<A124> If you meant something else, let me know. But what I spoke about, was loading the gateway overall.
<A124> If someone else loads the gateway, and you try to fetch something, you are out of luck also.
<A124> I wanted to quick open many tabs but even with 5 second delay a mix of resolved, unresolved, and nonresolvable links, it locks.
Mizzu has joined #ipfs
<lgierth> A124: you can try making sure all the requests hit the same host: https://<host>.i.ipfs.io/ipfs/<hash>
<lgierth> where host is one of pluto neptune saturn mercury jupiter neptune uranus venus
<Mateon1> lgierth: Is that documented.. anywhere?
ylp has quit [Ping timeout: 252 seconds]
Remramm has quit [Changing host]
Remramm has joined #ipfs
Remramm has joined #ipfs
<lgierth> not exactly
<lgierth> i'll get to it very soon
<lgierth> don't expect these hostnames to stay around
ylp has joined #ipfs
dmr has quit [Quit: Leaving]
A124 has quit [Quit: '']
gmcquillan__ has quit [Quit: gmcquillan__]
ylp has quit [Ping timeout: 252 seconds]
disgusting[m] has quit [Quit: node-irc says goodbye]
<kevina> Kubuxu, lgierth: should't the GC only hold up pinning related operations?
<kevina> how does it cause get's to timeout?
erde74 has joined #ipfs
<kevina> Or maybe I am misunderstanding something...
ylp has joined #ipfs
<kevina> it will also hold up the "add" command, but I should't prevent blocks from being stored when used outside the "add" command.
<kevina> Again, maybe I am misunderstanding something. Like all the places the GCLock is used.
gmcquillan__ has joined #ipfs
<Kubuxu> that is true
<kevina> so I don't think it the gc that is causing your gateway problems
AadityaNair has joined #ipfs
[0__0] has quit [Read error: Connection reset by peer]
[0__0] has joined #ipfs
jedahan_ has joined #ipfs
jedahan has quit [Ping timeout: 265 seconds]
s_kunk has joined #ipfs
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zorglub27 has quit [Ping timeout: 264 seconds]
<JosiahHaswell[m]> About how long after adding something to IPFS should it generally be visible to the world?
<whyrusleeping> i somehow managed to sleep for almost 11 hours
Mizzu has quit [Ping timeout: 272 seconds]
<JosiahHaswell[m]> Man, I really miss sleep =(
<whyrusleeping> student?
jedahan has joined #ipfs
<JosiahHaswell[m]> Nah. Startup
<whyrusleeping> getting a full nights rest is the most productive thing you can do
<whyrusleeping> just sayin
<JosiahHaswell[m]> Yeah. Release 1.0 this week. It's mostly procedural stuff like whitepapers, documentation, and bugfixes
<whyrusleeping> ooooh, meh
<JosiahHaswell[m]> So, more work corresponds to more output in this rare instance
bonesso has quit []
<whyrusleeping> You are now entering...
<whyrusleeping> The Twilight Zone
<lgierth> good morning whyrusleeping
<kevina> whyrusleeping: last I recall you where not felling so good on Monday, felling better now?
<whyrusleeping> lgierth: good morning :)
<whyrusleeping> kevina: yeah, i was feeling better yesterday than this morning though
<whyrusleeping> which is weird
<whyrusleeping> we will see how the day goes
<whyrusleeping> i was hoping to feel well enough to go climbing
<kevina> I have to really work on 11 hours of sleep, unless I am sick.
rsync has joined #ipfs
<kevina> do you just climb in a gym? Or every on real mountains?
<Mateon1> Should I report building issues with building Orbit on Windows and Ubuntu on Windows?
<Mateon1> Gah, that sentence parses terribly
<whyrusleeping> kevina: theres a gym nearby, its huge
<Mateon1> <building Orbit> on <Windows> and <Ubuntu on Windows>*
<kevina> whyrusleeping: I tried climbing for a little while, but always to scared to try it outside the gym.
<whyrusleeping> theres also mountains nearby, but yeah, thats scurry
<whyrusleeping> there was a place i used to go when in highschool that was above the lake, so if you fell you just fell into water
<Kubuxu> whyrusleeping: the travis failure seems to correlate with gateway problem A124 noticed
AadityaNair has quit [Quit: leaving]
AadityaNair has joined #ipfs
ylp has quit [Ping timeout: 252 seconds]
ylp has joined #ipfs
Mizzu has joined #ipfs
zorglub27 has joined #ipfs
<lgierth> i'm so annoyed... i was ready to get some stuff done today, then 1) gc issues 2) gateway timeout issues
<lgierth> i could cry
neurrowcat has joined #ipfs
<whyrusleeping> lgierth: welcome to my life
<whyrusleeping> Kubuxu: hrm... are you sure on that one?
<whyrusleeping> (not to be overly skeptical, just don't want to run down the wrong rabbit hole)
<lgierth> i wonder when i'm ever gonna get to the packet switching stuff
<whyrusleeping> lgierth: soon, don't worry
<whyrusleeping> about the same time i get around to setting up that NAT traversal lab
<lgierth> do i see your fingers making quote guestures?
<whyrusleeping> hush
<whyrusleeping> but i think we're going to catch a break soon
<lgierth> are we gonna ruthlessly reject PRs which regress only slightly from the then-stable status quo?
<lgierth> <3
cketti has quit [Quit: Leaving]
<whyrusleeping> lgierth: i wouldnt be opposed to that
<whyrusleeping> i'm going to push hard for no new unplanned features for the rest of the year
<whyrusleeping> and just making things better
<lgierth> the "consolidation" milestone
<lgierth> documentation, technical debt, testing/simulation/benchmarking
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cketti has joined #ipfs
cketti has joined #ipfs
cketti has quit [Changing host]
<whyrusleeping> i'm gonna write so many documents
<whyrusleeping> so excited
<whyrusleeping> gonna write gudies for using all the new features
<whyrusleeping> pubsub, dhtclient routing, ipld, and document using all the extra new cool daemon flags
<whyrusleeping> and the providers stuff with add
jedahan has joined #ipfs
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jedahan has quit [Client Quit]
clownpriest has joined #ipfs
jedahan has joined #ipfs
_whitelogger has joined #ipfs
<lgierth> aaaanyhow, tonight's for infrastructure.git and these bloody gc and timeout things
_whitelogger_ has quit [Remote host closed the connection]
jedahan has joined #ipfs
jedahan has quit [Remote host closed the connection]
jedahan has joined #ipfs
<richardlitt> !pinbot QmS1quzvciJ8a9KTn54PfcBRdfees7gSFWprdsZLDkh5mr blog
<pinbot> now pinning /ipfs/QmS1quzvciJ8a9KTn54PfcBRdfees7gSFWprdsZLDkh5mr
<pinbot> [host 4] failed to pin /ipfs/QmS1quzvciJ8a9KTn54PfcBRdfees7gSFWprdsZLDkh5mr: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<richardlitt> what the
<richardlitt> lgierth:
<lgierth> sigh
<lgierth> that's saturn and it has 57G available
<whyrusleeping> my next PR is going to be called 'the conquest of el cid'
<dignifiedquire> :D
<dignifiedquire> whyrusleeping: how much code has el cid taken so far?
pfrazee has quit [Remote host closed the connection]
<lgierth> whyrusleeping: any idea about saturn? it has 57G available and spills these no-space-left errors ^
ianopolous has quit [Read error: Connection reset by peer]
<lgierth> one pin earlier went through
<lgierth> and it also got a restart after i ran gc to reclaim space
<whyrusleeping> dignifiedquire: quite a bit already, a good amount is merged
<whyrusleeping> but this next one will be all but eradicating the infidel key.Key
irx[m] has quit [Quit: node-irc says goodbye]
<lgierth> !pin Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv go-ipfs stacktrace
<pinbot> now pinning /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv
<whyrusleeping> uh oh
<pinbot> [host 4] failed to pin /ipfs/Qmb6UVQ8iKvD51WkhDjn6s1B2Z9RLE5TW3DbqFaEsFwtrv: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<lgierth> it even already has that dag on that host!
PseudoNoob has joined #ipfs
chriscool1 has quit [Ping timeout: 252 seconds]
Encrypt has joined #ipfs
<JosiahHaswell[m]> So, I've implemented a subset of Groovy in Go that uses IPFS as its filesystem. Is that something that the community might be interested in? I'm trying to get the company to open-source it, and having some interest would help make that argument
<lgierth> whyrusleeping: i figure the putter should sync their clock? Bad dht record in PUT from: QmRgoyyZyYXxF29gTkWrMKZNU91Y7V21QYtvSQTjtsntzb. expired record
<lgierth> JosiahHaswell[m]: groovy the programming language?
<JosiahHaswell[m]> Yeah
ianopolous has joined #ipfs
<JosiahHaswell[m]> Look, ma, no JVM
<lgierth> heh nice
<lgierth> of course that's interesting
<lgierth> Dear Josiah's boss, open source please, kthx -- lgierth
<lgierth> :)
<whyrusleeping> lgierth: eh, that error seems normal actually. just an old record on the dht
<whyrusleeping> where are you seeing it?
<lgierth> tailing logs on saturn
<lgierth> do nodes re-put the records of others?
<whyrusleeping> no, not right now
<whyrusleeping> would be cool though
kobigurk has quit [Ping timeout: 252 seconds]
<haad> Mateon1: please do report any problems you're having with Orbit. all those need to be fixed at some point :)
Pharyngeal has quit [Ping timeout: 268 seconds]
kobigurk has joined #ipfs
<lgierth> good to know that even in the web 3.0, we have favicon.ico error log lines
<lgierth> ERROR core/serve: Path Resolve error: no link named "favicon.ico"
<lgierth> haha
<lgierth> ERROR core/serve: Path Resolve error: no link named "wp-login.php"
<lgierth> nice try, scanner
Pharyngeal has joined #ipfs
captain_morgan has quit [Ping timeout: 244 seconds]
<lgierth> come on pinbot
<whyrusleeping> pinbot, we were friends, what happened?
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lgierth> whyrusleeping: this one's the one that failed: QmRn43NNNBEibc6m7zVNcS6UusB1u3qTTfyoLmkugbeeGJ
jedahan has joined #ipfs
<whyrusleeping> where does it live normally?
jedahan has quit [Client Quit]
matoro has joined #ipfs
<lgierth> one of the gateways
se3000 has joined #ipfs
<whyrusleeping> lgierth: you think a TB is enough for me to slice off for backing up all the hashes?
<whyrusleeping> i could probably do two
<lgierth> it's pinned on saturn
<lgierth> the gateways have StorageMax 60G so there's your number :)
<whyrusleeping> oh, pfft
<whyrusleeping> thats boring
drnet has joined #ipfs
<lgierth> whyrusleeping: can't find the list
Foxcool has quit [Ping timeout: 256 seconds]
<lgierth> it was a simple concat+uniq of `pin ls` on all gateways
drnet has quit [Client Quit]
<richardlitt> lgierth: all good?
<whyrusleeping> lgierth: if you could reproduce that list i would be pretty happy
<whyrusleeping> lgierth: that failed hash pinned just fine on my server :D
stwcx has quit [Ping timeout: 244 seconds]
<lgierth> ok great
<lgierth> richardlitt: yep all good!
<lgierth> whyrusleeping: i might still have it on the backup disk
<lgierth> let me see
jedahan has joined #ipfs
Foxcool has joined #ipfs
erde74 has quit [Quit: Verlassend]
stwcx has joined #ipfs
andoma has quit [Read error: Connection reset by peer]
andoma has joined #ipfs
bonesso has joined #ipfs
<Mateon1> Okay, so my first reaction to using pubsub: Is it just a publically read+writeable stream that magically syncronizes? What does it do on bad networks/changes in network topology/complete network splits?
dmr has joined #ipfs
pfrazee has joined #ipfs
dmr has quit [Max SendQ exceeded]
neurrowcat has quit [Quit: Deebidappidoodah!]
ylp has quit [Ping timeout: 252 seconds]
bsm117532 has quit [Remote host closed the connection]
<lgierth> Kubuxu: i know why pollux was locking up on you the other day, the storage nodes are running with --enable-gc (which they shouldn't)
ylp has joined #ipfs
<lgierth> Kubuxu: ah but nevermind, GcPeriod is 0s so it never runs
ligi has joined #ipfs
ligi has joined #ipfs
ligi has quit [Changing host]
Mizzu has quit [Quit: WeeChat 1.5]
eternaleye has quit [Changing host]
eternaleye has joined #ipfs
mildred has quit [Quit: Leaving.]
mildred has joined #ipfs
Edur has joined #ipfs
matoro has quit [Ping timeout: 272 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
captain_morgan has joined #ipfs
<whyrusleeping> Mateon1: right now, its publicly read and writeable
<whyrusleeping> but in the nearish future (~1 mo) we're going to add a restricted publishers mode
Encrypt has quit [Quit: Quit]
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Mateon1> Does it provide any guarantees? Integrity, ordering, deliverability?
<keks> can anyone tell me the gx hash of go-ipfs?
<Mateon1> The first two would be nice, but the second seems hard, and the third impossible
<keks> Mateon1: what do you mean by deliverability?
<Mateon1> keks: That the messages are always guaranteed to be delivered to the peers (at least immediate peers), but that seems near impossible
<lgierth> !pin QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK gateway pins
<pinbot> now pinning /ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK
<pinbot> [host 4] failed to pin /ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<keks> ouch
<lgierth> yeah no idea -- it has 59G available
<lgierth> should be enough for a text file
Foxcool has quit [Ping timeout: 256 seconds]
<Mateon1> lgierth: Have you tried turning it off and on again?... I'm serious, otherwise, reset everything in that repo?
<Mateon1> What does `df` return?
<lgierth> 59G available
<lgierth> i restarted ipfs there
<lgierth> but mh let me kick docker
<keks> maybe inoed running out?
<keks> inodes
<lgierth> good point
<Mateon1> Joys of non-expanding inode counts
<keks> had that once
<lgierth> yeah same for me, on one of the storage hosts
<lgierth> anyhow, enough inodes
<lgierth> let me kick docker
<keks> hmph
<Mateon1> Maybe the strace will be useful
<lgierth> !pin QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK gateway pins
<pinbot> now pinning /ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK
<pinbot> [host 4] failed to pin /ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK: cannot store pin state: write /data/ipfs/datastore/303328.log: no space left on device
<pinbot> [host 3] failed to grab refs for /ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK: Post http://[fc4e:5427:3cd0:cc4c:4770:25bb:a682:d06c]:5001/api/v0/refs?arg=/ipfs/QmXopQEZhXyD8MuNAMUTDJ3ErauRZc2UX2BimyS6jnyusK&stream-channels=true&r=true&encoding=json&: read tcp [fc82:e2d7:bdff:45f3:dd95:bb22:fce9:1ffb]:54548->[fc4e:5427:3cd0:cc4c:4770:25bb:a682:d06c]:5001: read: connection reset by peer
cemerick has quit [Ping timeout: 265 seconds]
<lgierth> the second one is unrelated
<Mateon1> By the way, for some reason, strace on Windows sucks. It only displays spawned processes, no sys/api calls
<keks> the pinbot is not on hype? :)
<lgierth> it is, but cjdns's routing isn't too good, i'm waiting for supernode routing with my fingers crossed
<keks> ah, i see
<Mateon1> Same here
<Mateon1> Wonder if supernodes will be opt-in or auto based on bandwidth
<lgierth> cjdns's old broken routing will be discontinued
<lgierth> until someone comes along and writes something that actually works
<keks> how muchcentralization will supernodes introduce?
<lgierth> you can run your own
<keks> well i can also run my own mail server :)
<lgierth> the supernode is just a little js program
<Mateon1> Js..?
<Mateon1> So, not built in?
<lgierth> the client for it is builtin
<lgierth> the supernode itself is a separate program
<lgierth> and the old routing will continue to work, since any node will still respond to the route queries, but will itself query its supernode
<Mateon1> By separate program, do you mean an interface like the webui or a full handler for everything in JS? Sorry for the possibly stupid questions..
<keks> Mateon1: I assume ipfs is more complex than cjdns and there is a js implementaion
<lgierth> Mateon1: we were talking about routing in cjdns
<keks> I also wouldn't do it but it's not uncommon to use node for non-web stuff
<lgierth> it lets us iterate on the algorithm more quickly while we figure out what's wrong
<whyrusleeping> 33 files changed, 304 insertions(+), 352 deletions(-)
<whyrusleeping> havent touched the tests, yet, but thats all that i've needed so far for getting mostly complete cid integration
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<Mateon1> I feel like I'm living under a rock. Not sure about what cids are.
<Mateon1> keks: Thanks, I didn't look at that in a while. Awesome we're getting that in.
Stebalien has joined #ipfs
clownpriest has joined #ipfs
jedahan has joined #ipfs
anonymuse has quit [Remote host closed the connection]
mildred has quit [Quit: Leaving.]
clownpriest has quit [Ping timeout: 265 seconds]
<keks> I just realized that github has a huge SHA1 rainbow table
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ingvar has joined #ipfs
wallacoloo has joined #ipfs
captain_morgan has quit [Ping timeout: 256 seconds]
SuperPhly has joined #ipfs
<SuperPhly> Is there a tray/tool for running IPFS in the menubar on Mac instead of me having to keep a terminal window open all the time?
<SuperPhly> I guess I could run it in a `screen` session.
<lgierth> SuperPhly: try station: github.com/ipfs/station
<SuperPhly> oh, nice.
ashark has quit [Ping timeout: 256 seconds]
<keks> hmm trying to gx my process on the lower layers of go-orbit but gx doesn't find the go-ipfs package. https://gist.github.com/keks/4823687976e6fe3621e16b31382ec9d4
<keks> lgierth: any ideas? ^^
<SuperPhly> ok, so now i've got station running in a terminal...
<SuperPhly> any way to have that electron app run without it needing a terminal?
<lgierth> keks: we're not usually publishing go-ipfs itself through gx -- you'll be the first one down that road i think, happy to hear how it works for you
<lgierth> SuperPhly: not sure -- dignifiedquire might know more, during UTC daytime
<keks> I guess I'm missing something simple, have you seen that error mesage before?
ianopolous has quit [Read error: Connection reset by peer]
<SuperPhly> screen -dmS ipfs npm start
<SuperPhly> that did it.
<dignifiedquire> lgierth: you seem to write that more and more often :D
<dignifiedquire> SuperPhly: you can build your own app then you don't need that anymore
ianopolous has joined #ipfs
<lgierth> hah :) just giving people a push in the right direction
<dignifiedquire> but be aware that it currently runs a very outdated version of ipfs
<SuperPhly> dignifiedquire: electron app build? lemme look into that
<dignifiedquire> npm run build should do the trick I think
<lgierth> i guess PRs welcome for a version update?
<dignifiedquire> let me check
<dignifiedquire> lgierth: it wasn't possible until last week, as 0.4.2 was broken
<dignifiedquire> pr is here, just needs some updating probably: https://github.com/ipfs/station/pull/282
<dignifiedquire> SuperPhly: `npm run dist` should build you the app
<lgierth> ah cool
lgierth changed the topic of #ipfs to: IMPORTANT: don't run GC (`ipfs repo gc` or `ipfs daemon --enable-gc`), there's a bug which might result in data loss. We're working on a fix -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
<lgierth> IMPORTANT: don't run GC (`ipfs repo gc` or `ipfs daemon --enable-gc`), there's a bug which might result in data loss. We're working on a fix
ingvar has quit [Ping timeout: 240 seconds]
anonymuse has joined #ipfs
Stebalien has quit [Ping timeout: 265 seconds]
johnytiago has joined #ipfs
johnytiago has quit [Remote host closed the connection]
johnytiago has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
matoro has joined #ipfs
johnytiago has quit [Ping timeout: 264 seconds]
johnytiago has joined #ipfs
fleeky__ has joined #ipfs
fleeky_ has quit [Ping timeout: 272 seconds]
johnytiago has quit [Remote host closed the connection]
johnytiago has joined #ipfs
captain_morgan has joined #ipfs
johnytiago has quit [Ping timeout: 265 seconds]
<dignifiedquire> lgierth: SuperPhly just merged the update for 0.4.3
<dignifiedquire> runs pretty smooth on my machine :)
<dignifiedquire> also now with the latest electron :)
<lgierth> nice :)
PseudoNoob has quit [Quit: Leaving]
<apiarian> SuperPhly: I run the go-IPFS daemon through launchctl and use the Firefox extension to keep an eye on it
<SuperPhly> dignifiedquire: are you the developer of station?
<dignifiedquire> SuperPhly: I'm the last one to touch the code :)
<dignifiedquire> but I haven't worked on it for some time now
<SuperPhly> dignifiedquire: cool, I may dig in and add some small-ish features here and there if you're good.
<SuperPhly> not real sure what i'd add right now, but i'm sorta bored
<dignifiedquire> SuperPhly: any features and fixes are very much welcome
<SuperPhly> :)
johnytiago has joined #ipfs
johnytiago has quit [Client Quit]
captain_morgan has quit [Ping timeout: 272 seconds]
anewuser has joined #ipfs
captain_morgan has joined #ipfs
<keks> but I'll try to refactor to use the api instead
<dignifiedquire> SuperPhly: take a look at the issue tracker, there are some simple things documented there if you need ideas
cketti has quit [Quit: Leaving]
Kane` has quit [Remote host closed the connection]
zorglub27 has quit [Quit: zorglub27]
matoro has quit [Ping timeout: 264 seconds]
chungy has quit [Quit: ZNC - http://znc.in]
chungy has joined #ipfs
kvda has joined #ipfs
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kobigurk has quit [Ping timeout: 244 seconds]
cketti has joined #ipfs
cketti has joined #ipfs
cketti has quit [Changing host]
ianopolous has quit [Read error: Connection reset by peer]
bonesso has quit [Quit: Leaving]
ianopolous has joined #ipfs
<keks> is it okay not to set the name and size in ObjectLink?
<keks> or at least not set the size, i could set name ==hash
keks__ has quit [Ping timeout: 256 seconds]
chungy has quit [Quit: ZNC - http://znc.in]
matoro has joined #ipfs
<achin> is your object going to be fetched by something like "ipfs get"?
<achin> lgierth: is there a github issue for the GC issue ?
chungy has joined #ipfs