lgierth changed the topic of #ipfs to: go-ipfs 0.4.4 has been released with an important pinning hotfix, get it at https://dist.ipfs.io | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
<ploop> do nodes cache things for peers when they view them, or does data always come from someone who has that data pinned?
<whyrusleeping> hey guys
<whyrusleeping> pretty soon, you'll actually be able to cat peoples peer ids
<whyrusleeping> in /ipfs/
<whyrusleeping> it will be binary data, but whatever
anonymuse has quit [Remote host closed the connection]
pfrazee_ has joined #ipfs
pfrazee has quit [Write error: Connection reset by peer]
edrex has quit [Read error: Connection reset by peer]
matoro has joined #ipfs
edrex has joined #ipfs
Kane` has quit [Remote host closed the connection]
<whyrusleeping> ploop: nodes will cache things for peers when they view them
<ploop> is there a time limit, or a max cache size that files rotate through, or something like that?
Kane` has joined #ipfs
reit has joined #ipfs
JesseW has joined #ipfs
<kevina> whyrusleeping: sorry was away for a bit. What do you mean by not quite right?
pfrazee_ is now known as pfrazee
<chungy> Someone dared me to see what happens with a particular pseudo-zipbomb and adding the whole contents to IPFS. Works fine, but the file sizes are all crazy until some levels down the tree: https://ipfs.io/ipfs/QmVYuTKD1ZzTD9sniwowH2WpWqJwVL7LNJ3Y48m2PYek7J
<whyrusleeping> kevina: in which context?
<kevina> > do you think you could take a look at whats not quite right on 3300?
<whyrusleeping> ah, yeah
<ion> An integer overflow?
<whyrusleeping> it doesnt work
<chungy> It is 2^150 bytes in total. IPFS seems to only recognize up to 2^64
<chungy> ion: seems so
<kevina> right, so at this point I'm not sure how to make it work.
<whyrusleeping> yeah, me neither
<whyrusleeping> i need to spend more time working on it, and thinking through it
<whyrusleeping> but i'm pretty slammed with ipld stuff
<kevina> I posted some comments to you on IRC, a while ago.
<kevina> I guess you didn
<kevina> you didn't see them
* kevina presses Enter accidentally :(
<whyrusleeping> its hard to keep up with all the flood of irc messages
<kevina> sorry, next time I will rember to transfer unanswered questions to the issue
<whyrusleeping> thank youu
ianopolous_ has joined #ipfs
<kevina> Basically, you add an IsRoot() method but you are not using it.
<kevina> It needs to be used. Otherwise we have no idea where the roots are.
<whyrusleeping> oh good, i'm finally the #1 contributor to go-ipfs, that took long enough
<kevina> re: #1 contributor :)
<kevina> basically, I always found the way you pass files and dirs over the API a little strange
<kevina> I have to put in pretty horrible hacks in my filestore code to deal with it
<kevina> okay not "you", whoever wrote that code
cubemonkey has joined #ipfs
cemerick has quit [Ping timeout: 250 seconds]
<kevina> whyrusleeping: ^
museless has quit [Ping timeout: 250 seconds]
undenominational has joined #ipfs
cubemonkey has quit [Ping timeout: 252 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
cubemonkey has joined #ipfs
rgrinberg has quit [Remote host closed the connection]
shakalaka has quit [Quit: bye.]
shakalaka has joined #ipfs
uzyn has joined #ipfs
<whyrusleeping> i fixed the code
<whyrusleeping> it used to be worse IMO
<kevina> whyrusleeping: where you just talking to me?
flyingzumwalt has quit [Quit: Connection closed for inactivity]
chris613 has quit [Read error: Connection reset by peer]
mgue has quit [Ping timeout: 260 seconds]
chris613 has joined #ipfs
mgue has joined #ipfs
ianopolous_ has quit [Read error: Connection reset by peer]
ianopolous__ has joined #ipfs
kulelu88 has quit [Quit: Leaving]
arpu has quit [Ping timeout: 252 seconds]
mgue has quit [Quit: WeeChat 1.5]
mgue has joined #ipfs
jedahan has joined #ipfs
captain_morgan has quit [Remote host closed the connection]
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
cubemonkey has quit [Read error: Connection reset by peer]
DiCE1904 has quit [Ping timeout: 250 seconds]
<sdgathman> Are Wikileaks getting mirrored in IPFS?
chris613 has quit [Quit: Leaving.]
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan
kobigurk has joined #ipfs
JesseW has quit [Ping timeout: 252 seconds]
lkcl has joined #ipfs
JesseW has joined #ipfs
pfrazee has quit [Remote host closed the connection]
captain_morgan has joined #ipfs
dmr has joined #ipfs
<A124> Re: <why> backlink databases would be so awesome to have
<A124> ^ I did talk about that in past, got dismissed as useless.
vtomole has joined #ipfs
Guest70379 has quit [Changing host]
Guest70379 has joined #ipfs
Guest70379 is now known as FrozenFox
vtomole has quit [Ping timeout: 260 seconds]
galois_d_ has joined #ipfs
galois_dmz has quit [Read error: Connection reset by peer]
galois_dmz has joined #ipfs
alu has joined #ipfs
galois_d_ has quit [Ping timeout: 252 seconds]
herzmeister has quit [Ping timeout: 256 seconds]
JesseW has quit [Ping timeout: 245 seconds]
<A124> I did try to find it in logs, but somehow it is missing. Also one has to define what is mean by backlink, in coarse terms it could be either reverse tree, or time series backlinking.
<silwol[m]> Assuming I know a bunch of IPFS hashes (e.g. a collection of Linux ISOs), but I don't have on disk or in my IPFS repo, is there an ipfs-go command to build the hash for a directory containing these files I don't have?
<A124> In my opinion a modern (read: future, 10+ years, but building it needs to be done 10 years sooner) needs to be a 4D structure.
cketti_ has quit [Ping timeout: 250 seconds]
<A124> With the tree we have now, "uplink" tree to be able to lookup what stuff does use such datablocks (non lossy tree in case of a reverse tree for a specific current tree, lossy in case of discovery).
<A124> And a time series one, to lookup the versions of things that are meant to be versioned. Which was discussed already. Will leave it here, with a link, just to ... keep that in mind, for later when the core is more ready for this stuff. https://github.com/ipfs/ipfs/issues/31
<A124> silwol[m] Yes.
lkcl has quit [Ping timeout: 245 seconds]
<A124> a) you can build it in your code and use "magic" of a unix directory expressed as protobuf, or b) you can "$ ipfs object patch" of any empty directory hash.
<A124> Which is QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn. {"Links":[],"Data":"\u0008\u0001"}
<silwol[m]> A124: nice!
<A124> silwol[m] Would you mind providing those hashes as a paste?
alu has quit [Quit: WeeChat 1.0.1]
<silwol[m]> A124: haven't done any of that, was just thinking whether it was possible.
herzmeister has joined #ipfs
cketti has joined #ipfs
<silwol[m]> A124: would of course also come in handy when somebody finally implements debian apt transport for ipfs.
<A124> silwol[m] Provide me set of pairs of names and hashes and I will hack you together a bash function.
Aranjedeath has quit [Quit: Three sheets to the wind]
<silwol[m]> A124: thanks, I just tried it, and it works as expected.
captain_morgan has quit [Ping timeout: 250 seconds]
<A124> silwol[m]:
<A124> ipfs-dirwrap() { DIRHASH=QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn; while (( $# > 0 )); do DIRHASH=$(ipfs object patch add-link "${DIRHASH}" "$1" "$2"); shift 2; done; echo "${DIRHASH}"; }
<A124> ipfs-dirwrap name QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn
<A124> # expected: QmWnxzF4nN73NQGy2m8b6isCNSo1wuyykLPTe6fQQBTNJZ
<A124> Spawns 2 processes for each pair.
ulrichard has joined #ipfs
captain_morgan has joined #ipfs
akkad has quit [Quit: Emacs must have died]
patcon has joined #ipfs
captain_morgan has quit [Ping timeout: 256 seconds]
gmcquillan has quit [Quit: gmcquillan]
IlanGodik has joined #ipfs
s_kunk has joined #ipfs
rendar has joined #ipfs
mildred has joined #ipfs
jbrooker_ has joined #ipfs
<A124> kevina Would like to start playing with implementing own kind of backing store. Is there stuff you can recommend reading upon? Would like to be able to use a mix of blockstore, filestore and my own, idealy, but I can start of with my own only.
<A124> Have some thoughts about merging it with existing stuff, but the time it takes to get familiar with stuff without documentation (thanks linux kernel) is steep, so I might start writing filesystem anew.
ylp1 has joined #ipfs
tirej has quit [Changing host]
tirej has joined #ipfs
polezaivsani has joined #ipfs
ianopolous__ has quit [Read error: Connection reset by peer]
ianopolous_ has joined #ipfs
ianopolous_ has quit [Ping timeout: 245 seconds]
ianopolous has joined #ipfs
kevina has quit [Ping timeout: 260 seconds]
kevina has joined #ipfs
galois_dmz has quit [Read error: Connection reset by peer]
chungy has quit [Ping timeout: 250 seconds]
galois_dmz has joined #ipfs
chungy has joined #ipfs
maxlath has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ygrek has joined #ipfs
ianopolous has quit [Remote host closed the connection]
taaem has quit [Read error: Connection reset by peer]
taaem has joined #ipfs
ianopolous has joined #ipfs
ygrek has quit [Ping timeout: 250 seconds]
cketti is now known as cketti_
<kegsay> Restarting freenode bridge to pull in more ping timeout fixes and DNS round-robin fixes - a lot of users will part/join from this channel
vikneshwaren[m] has quit [Remote host closed the connection]
M-JayJay has quit [Remote host closed the connection]
LugariusMtrx has quit [Remote host closed the connection]
blackflag[m] has quit [Remote host closed the connection]
M-davidar-test has quit [Remote host closed the connection]
shellkr[m] has quit [Remote host closed the connection]
gabishu[m] has quit [Remote host closed the connection]
Guest18692[m] has quit [Remote host closed the connection]
saintaquinas[m] has quit [Remote host closed the connection]
M-jmesserli has quit [Remote host closed the connection]
Leer10[m] has quit [Remote host closed the connection]
mungwi[m] has quit [Remote host closed the connection]
M-bp5 has quit [Remote host closed the connection]
irx[m] has quit [Remote host closed the connection]
M-amstocker has quit [Remote host closed the connection]
M-3725 has quit [Remote host closed the connection]
M-AndrewGaspar has quit [Remote host closed the connection]
H3g3m0n[m] has quit [Remote host closed the connection]
ThePurgingPanda[ has quit [Remote host closed the connection]
M-frabrunelle has quit [Remote host closed the connection]
gsf[m] has quit [Remote host closed the connection]
M-Nickfost has quit [Remote host closed the connection]
dnull[m] has quit [Remote host closed the connection]
njm14823[m] has quit [Remote host closed the connection]
M-erwin has quit [Remote host closed the connection]
TestName[m] has quit [Remote host closed the connection]
rajeevn[m] has quit [Remote host closed the connection]
neurocis[m] has quit [Remote host closed the connection]
Guest45538[m] has quit [Remote host closed the connection]
ContainsLiquid[4 has quit [Remote host closed the connection]
cva[m] has quit [Remote host closed the connection]
M-pieohpah has quit [Remote host closed the connection]
M-8319 has quit [Remote host closed the connection]
Dineshsac[m] has quit [Remote host closed the connection]
M-eitland has quit [Remote host closed the connection]
Catz[m] has quit [Remote host closed the connection]
containsliquid[m has quit [Remote host closed the connection]
M-5459 has quit [Remote host closed the connection]
Guest44591[m] has quit [Remote host closed the connection]
M-king_size1953 has quit [Remote host closed the connection]
mads[m]1 has quit [Remote host closed the connection]
M-5703 has quit [Remote host closed the connection]
jackyquack[m] has quit [Remote host closed the connection]
enick_107 has quit [Remote host closed the connection]
R4FKEN[m] has quit [Remote host closed the connection]
kenCode[m] has quit [Remote host closed the connection]
M-gdr has quit [Remote host closed the connection]
M-2255 has quit [Remote host closed the connection]
GeorgeAntoniadis has quit [Remote host closed the connection]
M-HirmeS has quit [Remote host closed the connection]
GarbageDay[m] has quit [Remote host closed the connection]
Guest22356[m] has quit [Remote host closed the connection]
M-amblin has quit [Remote host closed the connection]
doge_with_sungla has quit [Remote host closed the connection]
red5d[m] has quit [Remote host closed the connection]
M-roblabla has quit [Remote host closed the connection]
M-wkennington has quit [Remote host closed the connection]
M-3045 has quit [Remote host closed the connection]
TiagoDanin[m] has quit [Remote host closed the connection]
Meroje[m] has quit [Remote host closed the connection]
M-12989 has quit [Remote host closed the connection]
M-3891 has quit [Remote host closed the connection]
lexik[m] has quit [Remote host closed the connection]
benhylau[m]1 has quit [Remote host closed the connection]
M-14382 has quit [Remote host closed the connection]
SShrike has quit [Remote host closed the connection]
edsilv[m] has quit [Remote host closed the connection]
Guest24121[m] has quit [Remote host closed the connection]
brunomvsouza[m] has quit [Remote host closed the connection]
M-sraja has quit [Remote host closed the connection]
tkorrison[m] has quit [Remote host closed the connection]
masoodahm[m] has quit [Remote host closed the connection]
toto42[m] has quit [Remote host closed the connection]
computerfreak[m] has quit [Remote host closed the connection]
M-drwasho has quit [Remote host closed the connection]
arkadiy[m] has quit [Remote host closed the connection]
NikolayKolev[m] has quit [Remote host closed the connection]
M-martinklepsch has quit [Remote host closed the connection]
blabla2[m] has quit [Read error: Connection reset by peer]
M-kalmi has quit [Read error: Connection reset by peer]
M-10660 has quit [Read error: Connection reset by peer]
knutz[m] has quit [Write error: Connection reset by peer]
M-TidyKoala has quit [Write error: Connection reset by peer]
M-rryan has quit [Write error: Connection reset by peer]
M-3444 has quit [Write error: Broken pipe]
themsay[m] has quit [Write error: Connection reset by peer]
AurabindoJ[m] has quit [Write error: Broken pipe]
ntninja[m] has quit [Write error: Broken pipe]
Guest25254[m] has quit [Write error: Broken pipe]
SARANKUMAR[m] has quit [Write error: Broken pipe]
edsilv[m]1 has quit [Write error: Broken pipe]
M-erikgarrison has quit [Write error: Broken pipe]
M-15922 has quit [Write error: Broken pipe]
PseudoNoob[m] has quit [Write error: Broken pipe]
mw[m] has quit [Write error: Broken pipe]
hartmanroberte[m has quit [Write error: Broken pipe]
onlnr has quit [Write error: Connection reset by peer]
SeriousBug[m] has quit [Write error: Broken pipe]
M-Magnap has quit [Write error: Connection reset by peer]
rschulman has quit [Write error: Broken pipe]
Guest47833[m] has quit [Write error: Broken pipe]
M-manveru has quit [Write error: Connection reset by peer]
M-alien has quit [Write error: Broken pipe]
M18489[m] has quit [Write error: Broken pipe]
M-kupskups9 has quit [Write error: Broken pipe]
M2ezit[m] has quit [Write error: Broken pipe]
hendry[m] has quit [Write error: Broken pipe]
M-Tribex10 has quit [Write error: Broken pipe]
WinterFox[m] has quit [Write error: Broken pipe]
JacobJones[m] has quit [Write error: Broken pipe]
M18690[m] has quit [Write error: Broken pipe]
simonv3[m] has quit [Write error: Broken pipe]
M-leer10 has quit [Write error: Broken pipe]
VegBerg[m] has quit [Write error: Broken pipe]
M-Samim has quit [Write error: Broken pipe]
M-sliker has quit [Write error: Broken pipe]
loco[m] has quit [Write error: Broken pipe]
alaeri[m] has quit [Write error: Broken pipe]
M-jfred has quit [Write error: Broken pipe]
M-Val has quit [Write error: Broken pipe]
M-16544 has quit [Write error: Broken pipe]
fil_redpill has quit [Write error: Broken pipe]
M-ming8 has quit [Write error: Broken pipe]
sibi[m] has quit [Write error: Connection reset by peer]
M-kcinjp has quit [Write error: Connection reset by peer]
mirek1337[m] has quit [Write error: Connection reset by peer]
M-boli has quit [Write error: Connection reset by peer]
M-whyrusleeping has quit [Write error: Connection reset by peer]
M-BostonEnginer4 has quit [Write error: Connection reset by peer]
Guest31078[m] has quit [Write error: Connection reset by peer]
M-volobuev has quit [Write error: Connection reset by peer]
M-javissimo has quit [Write error: Connection reset by peer]
monikp[m] has quit [Write error: Connection reset by peer]
M-11367 has quit [Write error: Connection reset by peer]
xamino[m] has quit [Write error: Connection reset by peer]
M-2194 has quit [Write error: Connection reset by peer]
Lord[m] has quit [Write error: Connection reset by peer]
Guest22926[m] has quit [Write error: Connection reset by peer]
am5a03[m] has quit [Write error: Connection reset by peer]
berninoz[m] has quit [Write error: Connection reset by peer]
M-6581 has quit [Write error: Connection reset by peer]
victorbjelkholm[ has quit [Write error: Connection reset by peer]
M-2129 has quit [Write error: Connection reset by peer]
M-edrex has quit [Write error: Connection reset by peer]
M-3870 has quit [Write error: Connection reset by peer]
M-cyan has quit [Write error: Connection reset by peer]
M-jgrowl has quit [Write error: Connection reset by peer]
M-6561 has quit [Write error: Connection reset by peer]
Guest20690[m] has quit [Write error: Connection reset by peer]
M-nd has quit [Write error: Connection reset by peer]
pigeons[m] has quit [Write error: Connection reset by peer]
pik[m]1 has quit [Write error: Connection reset by peer]
sibi[m]1 has quit [Write error: Connection reset by peer]
DavidAmorn[m] has quit [Write error: Connection reset by peer]
M-victorm has quit [Write error: Connection reset by peer]
Natanael[m] has quit [Write error: Connection reset by peer]
M-Eliza has quit [Write error: Connection reset by peer]
M-6781 has quit [Write error: Connection reset by peer]
fredddy42[m] has quit [Write error: Connection reset by peer]
jivank[m] has quit [Write error: Connection reset by peer]
denkyemx[m] has quit [Write error: Connection reset by peer]
M-podviaznikov has quit [Write error: Connection reset by peer]
M-leeola has quit [Write error: Connection reset by peer]
Guest31481[m] has quit [Write error: Connection reset by peer]
silwol[m] has quit [Write error: Connection reset by peer]
bilowan[m] has quit [Write error: Connection reset by peer]
M-mseri has quit [Write error: Connection reset by peer]
sull[m] has quit [Write error: Connection reset by peer]
M-cyzoonic has quit [Write error: Connection reset by peer]
hermann-tab[m] has quit [Write error: Connection reset by peer]
M-jbenet has quit [Write error: Connection reset by peer]
M-abdessamadhoud has quit [Write error: Connection reset by peer]
Guest45495[m] has quit [Write error: Connection reset by peer]
ChrisDeChef[m] has quit [Write error: Connection reset by peer]
M-wldhx has quit [Write error: Connection reset by peer]
M-cryptix has quit [Write error: Connection reset by peer]
teglafal[m] has quit [Write error: Connection reset by peer]
lukeboswell[m] has quit [Write error: Connection reset by peer]
peapeaxiong[m] has quit [Write error: Connection reset by peer]
Guest30871[m] has quit [Write error: Connection reset by peer]
Paul[m] has quit [Write error: Connection reset by peer]
M-toor has quit [Write error: Connection reset by peer]
M0x52[m] has quit [Write error: Connection reset by peer]
M-cocci has quit [Write error: Connection reset by peer]
M-joshumax has quit [Write error: Connection reset by peer]
doctrv[m] has quit [Write error: Connection reset by peer]
Stormy[m] has quit [Write error: Connection reset by peer]
M-ed has quit [Write error: Connection reset by peer]
nicolae[m] has quit [Write error: Connection reset by peer]
Guest50356[m] has quit [Write error: Connection reset by peer]
tester30297[m] has quit [Write error: Connection reset by peer]
miladmaster[m] has quit [Write error: Connection reset by peer]
disgusting[m]1 has quit [Write error: Connection reset by peer]
michaelmure[m] has quit [Write error: Connection reset by peer]
valdek[m] has quit [Write error: Connection reset by peer]
M-16549 has quit [Write error: Connection reset by peer]
M-darknumbers has quit [Write error: Connection reset by peer]
Guest23234[m] has quit [Write error: Connection reset by peer]
Guest43355[m] has quit [Write error: Connection reset by peer]
M-14321 has quit [Write error: Connection reset by peer]
M-jabl has quit [Write error: Connection reset by peer]
M-3509 has quit [Write error: Connection reset by peer]
M-bastinik has quit [Write error: Connection reset by peer]
M-3714 has quit [Write error: Connection reset by peer]
Hongar[m] has quit [Write error: Connection reset by peer]
Guest26833[m] has quit [Write error: Connection reset by peer]
M18691[m] has quit [Write error: Connection reset by peer]
musicmatze[m] has quit [Write error: Connection reset by peer]
M-s6 has quit [Write error: Connection reset by peer]
timthelion[m] has quit [Write error: Connection reset by peer]
M-phaverkamp has quit [Write error: Connection reset by peer]
Guest35126[m] has quit [Write error: Connection reset by peer]
M-Xorkle has quit [Write error: Connection reset by peer]
qandilious[m] has quit [Write error: Connection reset by peer]
themightychris[m has quit [Write error: Connection reset by peer]
M-7141 has quit [Write error: Connection reset by peer]
qwertyuioppo[m] has quit [Write error: Connection reset by peer]
alexvoda[m] has quit [Write error: Connection reset by peer]
trytrytry[m] has quit [Write error: Connection reset by peer]
orapouso[m] has quit [Write error: Connection reset by peer]
Guest19040[m] has quit [Write error: Connection reset by peer]
claas[m] has quit [Write error: Connection reset by peer]
M-slang has quit [Write error: Connection reset by peer]
M-jackal has quit [Write error: Connection reset by peer]
M-liathit has quit [Write error: Connection reset by peer]
M-9743 has quit [Write error: Connection reset by peer]
iwxzr[m] has quit [Write error: Connection reset by peer]
cel[m] has quit [Write error: Connection reset by peer]
Beneficence[m] has quit [Write error: Connection reset by peer]
M-3526 has quit [Write error: Connection reset by peer]
M-jacktang has quit [Write error: Connection reset by peer]
Guest22220[m] has quit [Write error: Connection reset by peer]
M-alri has quit [Write error: Connection reset by peer]
M-12044 has quit [Write error: Connection reset by peer]
M18693[m] has quit [Write error: Connection reset by peer]
dc167[m] has quit [Write error: Connection reset by peer]
vasachi[m] has quit [Write error: Connection reset by peer]
Guest44466[m] has quit [Write error: Connection reset by peer]
HansMeiser[m] has quit [Write error: Connection reset by peer]
ntninja has quit [Write error: Connection reset by peer]
M-ngu has quit [Write error: Connection reset by peer]
Guest42119[m] has quit [Write error: Connection reset by peer]
quux[m] has quit [Write error: Connection reset by peer]
M-Ingo has quit [Write error: Connection reset by peer]
chevdor[m] has quit [Write error: Connection reset by peer]
M-Guest2152 has quit [Write error: Connection reset by peer]
M-ikreymer has quit [Write error: Connection reset by peer]
Craeckie[m] has quit [Write error: Connection reset by peer]
ghtdak[m] has quit [Write error: Connection reset by peer]
Guest23322[m] has quit [Write error: Connection reset by peer]
M22536[m] has quit [Write error: Connection reset by peer]
HugeMungus[m] has quit [Write error: Connection reset by peer]
ztl8702[m] has quit [Write error: Connection reset by peer]
am2on[m] has quit [Write error: Connection reset by peer]
mythmonster has quit [Write error: Connection reset by peer]
alistair77[m] has quit [Write error: Connection reset by peer]
M-8842 has quit [Write error: Connection reset by peer]
Claus[m] has quit [Write error: Connection reset by peer]
M-brain has quit [Write error: Connection reset by peer]
Sandhose[m] has quit [Write error: Connection reset by peer]
Guest28905[m] has quit [Write error: Connection reset by peer]
joshb[m] has quit [Write error: Connection reset by peer]
M-harlan has quit [Write error: Connection reset by peer]
monzoon[m] has quit [Write error: Connection reset by peer]
M-lucnsy has quit [Write error: Connection reset by peer]
Guest21158[m] has quit [Write error: Connection reset by peer]
M-17739 has quit [Write error: Connection reset by peer]
M-foxxy has quit [Write error: Connection reset by peer]
M6e7961[m] has quit [Write error: Connection reset by peer]
M-4485 has quit [Write error: Connection reset by peer]
M-12490 has quit [Write error: Connection reset by peer]
Caquilala[m] has quit [Write error: Connection reset by peer]
M-9364 has quit [Write error: Connection reset by peer]
M18695[m] has quit [Write error: Connection reset by peer]
neurochemical[m] has quit [Write error: Connection reset by peer]
M-flyingzumwalt has quit [Write error: Connection reset by peer]
atomet[m] has quit [Write error: Connection reset by peer]
M-jackvt93 has quit [Write error: Connection reset by peer]
M- has quit [Write error: Connection reset by peer]
JOduMonT[m] has quit [Write error: Connection reset by peer]
M-scio_ has quit [Write error: Connection reset by peer]
M-mubot has quit [Write error: Connection reset by peer]
cmp[m] has quit [Write error: Connection reset by peer]
M-hellomoto has quit [Write error: Connection reset by peer]
M-greymr has quit [Write error: Connection reset by peer]
demian[m] has quit [Write error: Connection reset by peer]
kumavis[m]1 has quit [Write error: Connection reset by peer]
Guest26084[m] has quit [Write error: Connection reset by peer]
Jacob[m] has quit [Write error: Connection reset by peer]
M-infpetal has quit [Write error: Connection reset by peer]
dudezer0_bot[m] has quit [Write error: Connection reset by peer]
because[m] has quit [Write error: Connection reset by peer]
kostera[m] has quit [Write error: Connection reset by peer]
chpio[m] has quit [Write error: Connection reset by peer]
Lazybone[m] has quit [Write error: Connection reset by peer]
Futuro[m] has quit [Write error: Connection reset by peer]
morozevich73[m] has quit [Write error: Connection reset by peer]
Karalix[m] has quit [Write error: Connection reset by peer]
M-pims has quit [Write error: Connection reset by peer]
M-mousereeve has quit [Write error: Connection reset by peer]
Guest21903[m] has quit [Write error: Connection reset by peer]
M-alphakamp has quit [Write error: Connection reset by peer]
panicbit-M has quit [Write error: Connection reset by peer]
Patrik[m] has quit [Write error: Connection reset by peer]
guybrush[m] has quit [Write error: Connection reset by peer]
M-leoc has quit [Write error: Connection reset by peer]
ZerataX[m] has quit [Write error: Connection reset by peer]
HansF[m] has quit [Write error: Connection reset by peer]
Avinash[m] has quit [Write error: Connection reset by peer]
solariiknight[m] has quit [Write error: Connection reset by peer]
dz[m] has quit [Write error: Connection reset by peer]
Guest22481[m] has quit [Write error: Connection reset by peer]
M-jh has quit [Write error: Connection reset by peer]
M-selpreload has quit [Write error: Connection reset by peer]
Guest19042[m] has quit [Write error: Connection reset by peer]
M-Guillaume has quit [Write error: Connection reset by peer]
M-dtg has quit [Write error: Connection reset by peer]
TheReverend403[m has quit [Write error: Connection reset by peer]
Guest26812[m] has quit [Write error: Connection reset by peer]
M18337[m] has quit [Write error: Connection reset by peer]
AMIR[m] has quit [Write error: Connection reset by peer]
Frank[m]1 has quit [Write error: Connection reset by peer]
Guest20001[m] has quit [Write error: Connection reset by peer]
muxueqz[m] has quit [Write error: Connection reset by peer]
neoV[m] has quit [Write error: Connection reset by peer]
onic[m] has quit [Write error: Connection reset by peer]
M-3630 has quit [Write error: Connection reset by peer]
Guest61678[m] has quit [Write error: Connection reset by peer]
M-metamattj has quit [Write error: Connection reset by peer]
M-7416 has quit [Write error: Connection reset by peer]
jamespedwards42[ has quit [Write error: Connection reset by peer]
Guest28775[m] has quit [Write error: Connection reset by peer]
Askaban[m] has quit [Write error: Connection reset by peer]
M-hostbbb has quit [Write error: Connection reset by peer]
M-Peer2Peer has quit [Write error: Connection reset by peer]
M-1976 has quit [Write error: Connection reset by peer]
M-3676 has quit [Write error: Connection reset by peer]
Guest35894[m] has quit [Write error: Connection reset by peer]
disinibito[m] has quit [Write error: Connection reset by peer]
lovecrafthobbit[ has quit [Write error: Connection reset by peer]
fortyfoxes[m] has quit [Write error: Connection reset by peer]
disgusting[m] has quit [Write error: Connection reset by peer]
ix3[m] has quit [Write error: Connection reset by peer]
l64376[m] has quit [Write error: Connection reset by peer]
M-vro has quit [Write error: Connection reset by peer]
kumavis[m] has quit [Write error: Connection reset by peer]
airsickpayload[m has quit [Write error: Connection reset by peer]
rodarima[m] has quit [Write error: Connection reset by peer]
Guest26163[m] has quit [Write error: Connection reset by peer]
M-pesterhazy has quit [Write error: Connection reset by peer]
M-hash has quit [Write error: Connection reset by peer]
M-madsurgeon has quit [Write error: Connection reset by peer]
gdt[m] has quit [Write error: Connection reset by peer]
Guest46793[m] has quit [Write error: Connection reset by peer]
M-trashrabbit has quit [Write error: Connection reset by peer]
JacobGadikian[m] has quit [Write error: Connection reset by peer]
matrixtest[m] has quit [Write error: Connection reset by peer]
M18523[m] has quit [Write error: Connection reset by peer]
M-hierophantos has quit [Write error: Connection reset by peer]
Remramm has quit [Write error: Connection reset by peer]
kxra[m] has quit [Write error: Connection reset by peer]
rdesfo[m] has quit [Write error: Connection reset by peer]
M-Shrike has quit [Write error: Connection reset by peer]
cbHXBY1D[m] has quit [Write error: Connection reset by peer]
M-mckaydavis has quit [Write error: Connection reset by peer]
M-krsiehl has quit [Write error: Connection reset by peer]
Meroje[m]1 has quit [Write error: Connection reset by peer]
Guest81231 has quit [Write error: Connection reset by peer]
patrickr[m] has quit [Write error: Connection reset by peer]
M-mistake has quit [Write error: Connection reset by peer]
gwillen[m] has quit [Write error: Connection reset by peer]
benhylau[m] has quit [Write error: Connection reset by peer]
matrixmatrixorg[ has quit [Write error: Connection reset by peer]
gillisig1 has quit [Write error: Connection reset by peer]
kegan[m] has quit [Write error: Connection reset by peer]
M-bungle has quit [Write error: Connection reset by peer]
blasagna[m] has quit [Write error: Connection reset by peer]
plindner has quit [Write error: Connection reset by peer]
jfred[m] has quit [Write error: Connection reset by peer]
wehlutyk[m] has quit [Write error: Connection reset by peer]
Ineentho[m] has quit [Write error: Connection reset by peer]
M-Amandine has quit [Write error: Connection reset by peer]
M-oddvar has quit [Write error: Connection reset by peer]
M-liberdiko has quit [Write error: Connection reset by peer]
M-blide has quit [Write error: Connection reset by peer]
M-fiatjaf has quit [Write error: Connection reset by peer]
zielmicha[m] has quit [Write error: Connection reset by peer]
boliboli[m] has quit [Write error: Connection reset by peer]
Olivier[matrix] has quit [Write error: Connection reset by peer]
M-david has quit [Write error: Connection reset by peer]
M-internetjanito has quit [Write error: Connection reset by peer]
torarne has quit [Write error: Connection reset by peer]
davidar has quit [Write error: Connection reset by peer]
Matthew[m] has quit [Write error: Connection reset by peer]
erikj` has quit [Write error: Connection reset by peer]
M-geir has quit [Write error: Connection reset by peer]
jon[m]1 has quit [Write error: Connection reset by peer]
steven[m] has quit [Write error: Connection reset by peer]
protestContest[m has quit [Write error: Connection reset by peer]
LouisJencka[m] has quit [Write error: Connection reset by peer]
Flieh[m] has quit [Write error: Connection reset by peer]
M-ms has quit [Write error: Connection reset by peer]
qzo[m] has quit [Write error: Connection reset by peer]
mokhtar[m] has quit [Write error: Connection reset by peer]
M-g has quit [Write error: Connection reset by peer]
Guest29626[m] has quit [Write error: Connection reset by peer]
M-16865 has quit [Write error: Connection reset by peer]
Hossbeast[m] has quit [Write error: Connection reset by peer]
cr[m] has quit [Write error: Connection reset by peer]
rfb[m] has quit [Write error: Connection reset by peer]
jlprince21[m] has quit [Write error: Connection reset by peer]
M-Dan has quit [Write error: Connection reset by peer]
bugabinga[m] has quit [Write error: Connection reset by peer]
Usr[m] has quit [Write error: Connection reset by peer]
M-epsilon has quit [Write error: Connection reset by peer]
kszys[m] has quit [Write error: Connection reset by peer]
M-nated has quit [Write error: Connection reset by peer]
M-rongladney has quit [Write error: Connection reset by peer]
Askaban[m]1 has quit [Write error: Connection reset by peer]
Guest52361[m] has quit [Write error: Connection reset by peer]
M-2617 has quit [Write error: Connection reset by peer]
hoboprimate[m] has quit [Write error: Connection reset by peer]
johnhenry[m] has quit [Write error: Connection reset by peer]
Guest18687[m] has quit [Write error: Connection reset by peer]
M-jimt has quit [Write error: Connection reset by peer]
arby[m] has quit [Write error: Connection reset by peer]
ianopolous has quit [Read error: Connection reset by peer]
cketti_ has quit [Quit: Leaving]
<ansuz> oh
<ansuz> rip matrix
ansuz has left #ipfs [#ipfs]
reit has quit [Ping timeout: 244 seconds]
<daviddias> victorbjelkholm: I know, it was when Feross and Mathias found that sec vuln in the normal Buffer API. we need to port it all over
<A124> Is there golang docs IPFS mirror yet?
<A124> If not, I might make one. I want transperent online/offline and IPFS is best to provide that.
<daviddias> kumavis: checking that now
<daviddias> if I'm seeing it right
<daviddias> SHA3 is just the name NIST gives to Keccak variations
<daviddias> so, it means that we support Keccak, but not with its name
<daviddias> the multicodec table is more complete on: https://github.com/multiformats/multicodec/tree/spec/update
bastianilso__ has joined #ipfs
<kegsay> a whole bunch of clients are about to rejoin this channel, sorry for the incoming spam
SARANKUMAR[m] has joined #ipfs
<cjd> another idea is to only join one of them and use that one to collect back the data from the channel but then join them one by one as they talk
<cjd> because I guess most are idlers or are actually gone
kxra[m] has joined #ipfs
AurabindoJ[m] has joined #ipfs
themsay[m] has joined #ipfs
Matthew[m] has joined #ipfs
benhylau[m] has joined #ipfs
Guest189 has joined #ipfs
M-pesterhazy has joined #ipfs
hendry[m] has joined #ipfs
Leer10[m] has joined #ipfs
M-frabrunelle has joined #ipfs
Meroje[m] has joined #ipfs
shellkr[m] has joined #ipfs
fredddy42[m] has joined #ipfs
M-HirmeS has joined #ipfs
M-7141 has joined #ipfs
Guest22220[m] has joined #ipfs
Catz[m] has joined #ipfs
containsliquid[m has joined #ipfs
M-rryan has joined #ipfs
monzoon[m] has joined #ipfs
l64376[m] has joined #ipfs
Olivier[matrix] has joined #ipfs
M-pieohpah has joined #ipfs
Usr[m] has joined #ipfs
M-7416 has joined #ipfs
morozevich73[m] has joined #ipfs
sibi[m] has joined #ipfs
irx[m] has joined #ipfs
Guest23322[m] has joined #ipfs
M-toor has joined #ipfs
kszys[m] has joined #ipfs
M-bungle has joined #ipfs
alexvoda[m] has joined #ipfs
NikolayKolev[m] has joined #ipfs
ztl8702[m] has joined #ipfs
TestName[m] has joined #ipfs
brunomvsouza[m] has joined #ipfs
M-ngu has joined #ipfs
gsf[m] has joined #ipfs
M-cyan has joined #ipfs
M-krsiehl has joined #ipfs
M-8319 has joined #ipfs
M-erwin has joined #ipfs
Guest50356[m] has joined #ipfs
M-nated has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-Amandine has joined #ipfs
WinterFox[m] has joined #ipfs
H3g3m0n[m] has joined #ipfs
GeorgeAntoniadis has joined #ipfs
Paul[m] has joined #ipfs
themightychris[m has joined #ipfs
M-6581 has joined #ipfs
guybrush[m] has joined #ipfs
M-whyrusleeping has joined #ipfs
saintaquinas[m] has joined #ipfs
M-metamattj has joined #ipfs
Guest31078[m] has joined #ipfs
M-brain has joined #ipfs
M-lilien1010 has joined #ipfs
M-blide has joined #ipfs
M18643[m] has joined #ipfs
M-boli has joined #ipfs
Dawg[m] has joined #ipfs
M-abdessamadhoud has joined #ipfs
jamespedwards42[ has joined #ipfs
M-16865 has joined #ipfs
M-king_size1953 has joined #ipfs
mokhtar[m] has joined #ipfs
M-3511 has joined #ipfs
M-javissimo has joined #ipfs
M-jbenet has joined #ipfs
M-BostonEnginer4 has joined #ipfs
M-oddvar has joined #ipfs
Guest29626[m] has joined #ipfs
ZerataX[m] has joined #ipfs
mungwi[m] has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
rfb[m] has joined #ipfs
M-jackvt93 has joined #ipfs
M-kalmi has joined #ipfs
HugeMungus[m] has joined #ipfs
M-internetjanito has joined #ipfs
M-bastinik has joined #ipfs
M-2194 has joined #ipfs
hermann-tab[m] has joined #ipfs
TheReverend403[m has joined #ipfs
M-volobuev has joined #ipfs
Avinash[m] has joined #ipfs
M-Magnap has joined #ipfs
M-amstocker has joined #ipfs
Guest42119[m] has joined #ipfs
M-Nickfost has joined #ipfs
dc167[m] has joined #ipfs
M-jh has joined #ipfs
M-alwi has joined #ipfs
Guest45538[m] has joined #ipfs
M-leer10 has joined #ipfs
M-alri has joined #ipfs
M-victorm has joined #ipfs
njm14823[m] has joined #ipfs
naggie[m] has joined #ipfs
JacobGadikian[m] has joined #ipfs
xamino[m] has joined #ipfs
masoodahm[m] has joined #ipfs
Guest53543[m] has joined #ipfs
Meroje[m]1 has joined #ipfs
M-Dave has joined #ipfs
sibi[m]1 has joined #ipfs
mads[m]1 has joined #ipfs
M-trashrabbit has joined #ipfs
M-Shrike has joined #ipfs
M-jfred has joined #ipfs
AMIR[m] has joined #ipfs
qgnox[m] has joined #ipfs
Guest44466[m] has joined #ipfs
cva[m] has joined #ipfs
quux[m] has joined #ipfs
knutz[m] has joined #ipfs
Guest61678[m] has joined #ipfs
Guest19042[m] has joined #ipfs
M-mckaydavis has joined #ipfs
M-codebam has joined #ipfs
M-mikael has joined #ipfs
M-osener has joined #ipfs
kumavis[m] has joined #ipfs
qwertyuioppo[m] has joined #ipfs
Guest19040[m] has joined #ipfs
alaeri[m] has joined #ipfs
M-davidar-test has joined #ipfs
wehlutyk[m] has joined #ipfs
M-jackal has joined #ipfs
M-5459 has joined #ipfs
R4FKEN[m] has joined #ipfs
M-3974 has joined #ipfs
doge_with_sungla has joined #ipfs
Guest18705[m] has joined #ipfs
jackyquack[m] has joined #ipfs
rajeevn[m] has joined #ipfs
M-16544 has joined #ipfs
VegBerg[m] has joined #ipfs
M-gdr has joined #ipfs
PseudoNoob[m] has joined #ipfs
red5d[m] has joined #ipfs
M-rjan has joined #ipfs
fortyfoxes[m] has joined #ipfs
HansF[m] has joined #ipfs
M21100[m] has joined #ipfs
pik[m] has joined #ipfs
M-5703 has joined #ipfs
musicmatze[m] has joined #ipfs
M-mistake has joined #ipfs
M-1976 has joined #ipfs
valdek[m] has joined #ipfs
david[m] has joined #ipfs
vikneshwaren[m] has joined #ipfs
Guest44591[m] has joined #ipfs
kostera[m] has joined #ipfs
M-selpreload has joined #ipfs
dz[m] has joined #ipfs
gillisig1 has joined #ipfs
ContainsLiquid[4 has joined #ipfs
onetom[m] has joined #ipfs
M-AbhishekDutt has joined #ipfs
monikp[m] has joined #ipfs
M-g has joined #ipfs
M-Dan has joined #ipfs
M-dtg has joined #ipfs
steven[m] has joined #ipfs
M-ikreymer has joined #ipfs
M-espadrine has joined #ipfs
M-6781 has joined #ipfs
M-s6 has joined #ipfs
muxueqz[m] has joined #ipfs
tester30297[m] has joined #ipfs
orapouso[m] has joined #ipfs
miladmaster[m] has joined #ipfs
M-jaxondu has joined #ipfs
M-3676 has joined #ipfs
pik[m]1 has joined #ipfs
Claus[m] has joined #ipfs
M-11367 has joined #ipfs
M-geir has joined #ipfs
M-hierophantos has joined #ipfs
M-vro has joined #ipfs
Guest44356[m] has joined #ipfs
onic[m] has joined #ipfs
M-staplemac has joined #ipfs
Guest18692[m] has joined #ipfs
M-3891 has joined #ipfs
M-liathit has joined #ipfs
onlnr has joined #ipfs
Guest22481[m] has joined #ipfs
blackflag[m] has joined #ipfs
gabishu[m] has joined #ipfs
M-ms has joined #ipfs
jon[m] has joined #ipfs
Flieh[m] has joined #ipfs
Guest49679[m] has joined #ipfs
M-2255 has joined #ipfs
M-16549 has joined #ipfs
M-sokoow has joined #ipfs
qzo[m] has joined #ipfs
peapeaxiong[m] has joined #ipfs
GarbageDay[m] has joined #ipfs
Guest23234[m] has joined #ipfs
loco[m] has joined #ipfs
Guest43355[m] has joined #ipfs
Guest20001[m] has joined #ipfs
M-leeola has joined #ipfs
HansMeiser[m] has joined #ipfs
Guest28905[m] has joined #ipfs
Fathack[m] has joined #ipfs
Ulises[m] has joined #ipfs
M-pims has joined #ipfs
denkyemx[m] has joined #ipfs
Miikka[m] has joined #ipfs
M-sivachandran has joined #ipfs
M-male has joined #ipfs
M-nd has joined #ipfs
M-2128 has joined #ipfs
M-martinklepsch has joined #ipfs
M-hash has joined #ipfs
gdt[m] has joined #ipfs
M-mseri has joined #ipfs
M-cyzoonic has joined #ipfs
Cleopatra7[m] has joined #ipfs
guaraqe[m] has joined #ipfs
djfdfjoijijeoif[ has joined #ipfs
M-kode54 has joined #ipfs
M18337[m] has joined #ipfs
simonv3[m] has joined #ipfs
zielmicha[m] has joined #ipfs
matrixmatrixorg[ has joined #ipfs
M-wldhx has joined #ipfs
Frank[m]1 has joined #ipfs
patrickr[m] has joined #ipfs
disgusting[m]1 has joined #ipfs
Dineshsac[m] has joined #ipfs
M-3526 has joined #ipfs
protestContest[m has joined #ipfs
M-david has joined #ipfs
soradet[m] has joined #ipfs
M6e7961[m] has joined #ipfs
M-3045 has joined #ipfs
neoV[m] has joined #ipfs
ghtdak[m] has joined #ipfs
M-lucnsy has joined #ipfs
Ericson2314[m] has joined #ipfs
M-3444 has joined #ipfs
Sandhose[m] has joined #ipfs
jivank[m] has joined #ipfs
SShrike has joined #ipfs
Jacob[m] has joined #ipfs
igork[m] has joined #ipfs
Ineentho[m] has joined #ipfs
M18645[m] has joined #ipfs
M-Val has joined #ipfs
M-greymr has joined #ipfs
lovecrafthobbit[ has joined #ipfs
rt2016[m] has joined #ipfs
Jellybeanmommy[m has joined #ipfs
M-jacktang has joined #ipfs
Guest31481[m] has joined #ipfs
Lord[m] has joined #ipfs
M-6561 has joined #ipfs
lanzafame[m] has joined #ipfs
robin[m] has joined #ipfs
Lazybone[m] has joined #ipfs
p0psicle[m] has joined #ipfs
Guest34181[m] has joined #ipfs
dd[m] has joined #ipfs
nass[m] has joined #ipfs
M-edrex has joined #ipfs
M-phaverkamp has joined #ipfs
M2ezit[m] has joined #ipfs
tkorrison[m] has joined #ipfs
M-16194 has joined #ipfs
Adwin[m] has joined #ipfs
blabla2[m] has joined #ipfs
M-austinhc has joined #ipfs
M-bp5 has joined #ipfs
lukeboswell[m] has joined #ipfs
Craeckie[m] has joined #ipfs
erikj` has joined #ipfs
M-phorse has joined #ipfs
i[m] has joined #ipfs
muhriddin[m] has joined #ipfs
M-cryptix has joined #ipfs
Guest26265[m] has joined #ipfs
Askaban[m]1 has joined #ipfs
Caquilala[m] has joined #ipfs
M-Robin has joined #ipfs
Guest35894[m] has joined #ipfs
M-1982 has joined #ipfs
M-13288 has joined #ipfs
LouisJencka[m] has joined #ipfs
M-fermuch has joined #ipfs
msmart[m] has joined #ipfs
Remramm has joined #ipfs
M-rongladney has joined #ipfs
M-apolo11 has joined #ipfs
Beneficence[m] has joined #ipfs
bugabinga[m] has joined #ipfs
iwxzr[m] has joined #ipfs
im[m] has joined #ipfs
Guest33346[m] has joined #ipfs
vasachi[m] has joined #ipfs
Guest30983[m] has joined #ipfs
Guest46230[m] has joined #ipfs
M-thomasbeta has joined #ipfs
M-aatchison has joined #ipfs
basilgohar[m] has joined #ipfs
boliboli[m] has joined #ipfs
torarne has joined #ipfs
ThePurgingPanda[ has joined #ipfs
terence977[m] has joined #ipfs
nixyne[m] has joined #ipfs
M-brasilikum has joined #ipfs
enick_332 has joined #ipfs
toto42[m] has joined #ipfs
M-roblabla has joined #ipfs
NathanBraswell[m has joined #ipfs
disgusting[m] has joined #ipfs
M-infpetal has joined #ipfs
M-sliker has joined #ipfs
M-kupskups9 has joined #ipfs
SeriousBug[m] has joined #ipfs
M-10670 has joined #ipfs
silwol[m] has joined #ipfs
M21634[m] has joined #ipfs
M-3870 has joined #ipfs
Natanael[m] has joined #ipfs
M-manveru has joined #ipfs
nicolae[m] has joined #ipfs
davidar has joined #ipfs
M-AndrewGaspar has joined #ipfs
cbHXBY1D[m] has joined #ipfs
because[m] has joined #ipfs
kegan[m] has joined #ipfs
M-mubot has joined #ipfs
johnhenry[m] has joined #ipfs
neurocis[m] has joined #ipfs
ntninja[m] has joined #ipfs
joshb[m] has joined #ipfs
M-hungle has joined #ipfs
rschulman has joined #ipfs
M-jgrowl has joined #ipfs
M-keverets has joined #ipfs
Futuro[m] has joined #ipfs
sull[m] has joined #ipfs
M-alien has joined #ipfs
M-2234 has joined #ipfs
Guest21903[m] has joined #ipfs
g215[m] has joined #ipfs
swift110[m] has joined #ipfs
Guest19048[m] has joined #ipfs
M-fabrixxm has joined #ipfs
ShawkHawk[m] has joined #ipfs
Guest53398[m] has joined #ipfs
M-player33 has joined #ipfs
yuryk[m] has joined #ipfs
wildanonymous[m] has joined #ipfs
M-3798 has joined #ipfs
xtream1101[m] has joined #ipfs
Ravneson[m] has joined #ipfs
M-9743 has joined #ipfs
Guest21923[m] has joined #ipfs
M18489[m] has joined #ipfs
Guest20690[m] has joined #ipfs
arkadiy[m] has joined #ipfs
M-4267 has joined #ipfs
M-10660 has joined #ipfs
M-WolfNightly has joined #ipfs
M-4485 has joined #ipfs
M-foxxy has joined #ipfs
Guest18687[m] has joined #ipfs
dudezer0_bot[m] has joined #ipfs
aburkett[m] has joined #ipfs
M-neoteo has joined #ipfs
M-harlan has joined #ipfs
M-leoc has joined #ipfs
M-2129 has joined #ipfs
Guest25254[m] has joined #ipfs
solariiknight[m] has joined #ipfs
M-sraja has joined #ipfs
rodarima[m] has joined #ipfs
MarkOtaris has joined #ipfs
timthelion[m] has joined #ipfs
M-p0pa has joined #ipfs
M-podviaznikov has joined #ipfs
Sharavanabhava[m has joined #ipfs
Guest47022[m] has joined #ipfs
hoboprimate[m] has joined #ipfs
M-12989 has joined #ipfs
Guest22356[m] has joined #ipfs
M-epsilon has joined #ipfs
M-2223 has joined #ipfs
lexik[m] has joined #ipfs
Askaban[m] has joined #ipfs
M-ed has joined #ipfs
M-jeffreybpeters has joined #ipfs
Guest26163[m] has joined #ipfs
mw[m] has joined #ipfs
trytrytry[m] has joined #ipfs
Guest50383[m] has joined #ipfs
panicbit-M has joined #ipfs
edsilv[m] has joined #ipfs
ntninja has joined #ipfs
Stormy[m] has joined #ipfs
airsickpayload[m has joined #ipfs
ChrisDeChef[m] has joined #ipfs
M18691[m] has joined #ipfs
M-3725 has joined #ipfs
chpio[m] has joined #ipfs
qandilious[m] has joined #ipfs
Johnny81[m] has joined #ipfs
ix3[m] has joined #ipfs
rdesfo[m] has joined #ipfs
gwillen[m] has joined #ipfs
M-giodamelio has joined #ipfs
edu[m] has joined #ipfs
neurochemical[m] has joined #ipfs
Guest47833[m] has joined #ipfs
palesz[m] has joined #ipfs
Polychrome[m] has joined #ipfs
M-darknumbers has joined #ipfs
Guest46793[m] has joined #ipfs
M-uhiiued7278 has joined #ipfs
M-mlt has joined #ipfs
M-eitland has joined #ipfs
am5a03[m] has joined #ipfs
M-Samim has joined #ipfs
claas[m] has joined #ipfs
M-gary123 has joined #ipfs
M-slang has joined #ipfs
M-wkennington has joined #ipfs
M-Ingo has joined #ipfs
M0x52[m] has joined #ipfs
Hongar[m] has joined #ipfs
jlprince21[m] has joined #ipfs
am2on[m] has joined #ipfs
doctrv[m] has joined #ipfs
mythmonster has joined #ipfs
M-pfista has joined #ipfs
M-amblin has joined #ipfs
fil_redpill has joined #ipfs
M-cocci has joined #ipfs
M-2617 has joined #ipfs
berninoz[m] has joined #ipfs
M-thia has joined #ipfs
LugariusMtrx has joined #ipfs
M-drwasho has joined #ipfs
M-JayJay has joined #ipfs
cmp[m] has joined #ipfs
JacobJones[m] has joined #ipfs
Guest28775[m] has joined #ipfs
shenbaa[m] has joined #ipfs
M-3714 has joined #ipfs
alistair77[m] has joined #ipfs
M-Eliza has joined #ipfs
kenCode[m] has joined #ipfs
arby[m] has joined #ipfs
dnull[m] has joined #ipfs
blasagna[m] has joined #ipfs
M-16355 has joined #ipfs
M-joshumax has joined #ipfs
ShawkHawk[m]1 has joined #ipfs
Guest18694[m] has joined #ipfs
M18523[m] has joined #ipfs
M-jmesserli has joined #ipfs
M-jimt has joined #ipfs
M-liberdiko has joined #ipfs
probitlabs[m] has joined #ipfs
hartmanroberte[m has joined #ipfs
M-GereG has joined #ipfs
M-4447 has joined #ipfs
M-rschulman has joined #ipfs
M-kcinjp has joined #ipfs
M-fiatjaf has joined #ipfs
mirek1337[m] has joined #ipfs
Guest24121[m] has joined #ipfs
Richardsdkjflsfj has joined #ipfs
M-12490 has joined #ipfs
M18690[m] has joined #ipfs
M-scio_ has joined #ipfs
M-3509 has joined #ipfs
Guest26084[m] has joined #ipfs
matrixtest[m] has joined #ipfs
Guest45495[m] has joined #ipfs
Guest42293[m] has joined #ipfs
victorbjelkholm[ has joined #ipfs
M-14321 has joined #ipfs
cel[m] has joined #ipfs
michaelmure[m] has joined #ipfs
Guest21158[m] has joined #ipfs
JosiahHaswell[m] has joined #ipfs
Guest23523[m] has joined #ipfs
M-alphakamp has joined #ipfs
demian[m] has joined #ipfs
M-jabl has joined #ipfs
M-mousereeve has joined #ipfs
kenCode[m]1 has joined #ipfs
Guest26833[m] has joined #ipfs
M-14382 has joined #ipfs
Guest30871[m] has joined #ipfs
M-iav has joined #ipfs
edsilv[m]1 has joined #ipfs
M-Guest2152 has joined #ipfs
jfred[m] has joined #ipfs
lnxw37[m] has joined #ipfs
plindner has joined #ipfs
M-TidyKoala has joined #ipfs
JOduMonT[m] has joined #ipfs
atomet[m] has joined #ipfs
M-Peer2Peer has joined #ipfs
M22536[m] has joined #ipfs
M-9364 has joined #ipfs
M-17739 has joined #ipfs
M-3630 has joined #ipfs
teglafal[m] has joined #ipfs
TiagoDanin[m] has joined #ipfs
disinibito[m] has joined #ipfs
Patrik[m] has joined #ipfs
Guest22926[m] has joined #ipfs
M-zick has joined #ipfs
M-hostbbb has joined #ipfs
M-ming8 has joined #ipfs
pigeons[m] has joined #ipfs
Hossbeast[m] has joined #ipfs
M-JayCarpenter has joined #ipfs
Guest52361[m] has joined #ipfs
M-8842 has joined #ipfs
M-ryanwilliams has joined #ipfs
chevdor[m] has joined #ipfs
M-erikgarrison has joined #ipfs
M18695[m] has joined #ipfs
M18693[m] has joined #ipfs
Caquilala[m]1 has joined #ipfs
Karalix[m] has joined #ipfs
M-Tribex10 has joined #ipfs
bilowan[m] has joined #ipfs
M-hellomoto has joined #ipfs
DavidAmorn[m] has joined #ipfs
computerfreak[m] has joined #ipfs
M-12044 has joined #ipfs
M-madsurgeon has joined #ipfs
M-Xorkle has joined #ipfs
M-Guillaume has joined #ipfs
M- has joined #ipfs
cr[m] has joined #ipfs
Guest26812[m] has joined #ipfs
Guest35126[m] has joined #ipfs
kumavis[m]1 has joined #ipfs
benhylau[m]2 has joined #ipfs
M-15922 has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
reit has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
corvinux has joined #ipfs
<r0kk3rz> cjd: but then you'd have Matrix: Nick: Message for every message
<r0kk3rz> and tab complete wouldnt work, and that would be even more annoying
<cjd> no, that's not what I suggested, I suggested that matrix send only 1 person to the channel at first and then join the others when they say something in that channel
<cjd> the point of joining one person (whichever random person) is that this connection can collect back the channel logs to matrix side
<r0kk3rz> sounds a bit asinine to me
corvinux has quit [Remote host closed the connection]
<cjd> So I should make note that you prefer massive floods ?
<r0kk3rz> if you like
<r0kk3rz> netsplits cause join/part floods too, its just kinda part of IRC
soloojos has quit [Ping timeout: 245 seconds]
<r0kk3rz> plus i guess ive got this whole weechat smart filter going so i dont even see them :P
soloojos has joined #ipfs
patcon has quit [Ping timeout: 252 seconds]
<kegsay> the Matrix bridge supports both modes of operation (single user to gather -> send to matrix, or 1 client per matrix user), but by default operates in "every matrix user is represented as a real IRC client" due to concerns about people being able to read channels without being present on the membership list. It's configurable on a per-channel basis, so for example for us on #matrix we use the "1 user to gather" method or else we'd have 4.5k user
<kegsay> s on #matrix
<kegsay> and as people speak they join the channel
<kegsay> which is exactly what cjd is describing afaict
<cjd> ahh ok cool
<cjd> so I only need to complain at whyrusleeping until he says that this channel should be configured the same way :D
espadrine_ has joined #ipfs
uzyn has quit [Quit: uzyn]
<Kubuxu> lgierth: as an experiment I disabled bloom cache on netpute
<Kubuxu> to check how iARC cache behaves without bloom in front
<pinkieval> cjd: with your solution, some users who are not in the nick list can see the traffic
<cjd> yes
<cjd> but they can anyway, they just look at the logs
<pinkieval> not if the channel is not logged
<pinkieval> publicly
<cjd> that's not a security model
<cjd> it's offering false sense of security if anything
<r0kk3rz> any member can be secretly logging the channel anyway
<Kubuxu> Yup
* Kubuxu checks size of his ~/.weechat/logs directory.
<Kubuxu> Just under 500MiB
<r0kk3rz> i just think its silly that eg. im on irc, someone thinks their idling a channel on matrix, except i cant see them to easily highlight them
<cjd> Right but you don't care anyway because you filter the quit/joins, it just kills conversation so it does matter to the channel owners
<Kubuxu> If someone is affected by the join flood,
<Kubuxu> they should use better smart filter.
cjd has left #ipfs ["or leave"]
<r0kk3rz> i also think its silly that you should break a normative case to cover for an exception case
<r0kk3rz> a better idea is get these matrix people to stop breaking their shit
cemerick has joined #ipfs
<Mateon1> Kubuxu: Smart filters require changing your client, AFAIK only Weechat supports join/leave filtering
undenominational has quit [Remote host closed the connection]
dignifiedquire has quit [Quit: Connection closed for inactivity]
dignifiedquire has joined #ipfs
sametsisartenep has joined #ipfs
truantship has joined #ipfs
cemerick has quit [Ping timeout: 244 seconds]
cemerick has joined #ipfs
<sdgathman> Mateon1: Pidgin has a plugin for Join/Part Hiding
<Mateon1> sdgathman: Well, I only use irssi over SSH and Thunderbird, and I don't want to hide ALL joins and parts. I believe the smart filter only shows join/parts for people who said something recently.
nikor has joined #ipfs
<sdgathman> Same with pidgin plugin. "Hides extraneous join/part messages."
<sdgathman> "Except those users taking part in an active conversation."
<sdgathman> Anyway, it works pretty well for me.
taw00 has quit [Quit: pops off the stack]
corvinux has joined #ipfs
maxlath has quit [Ping timeout: 252 seconds]
rgrinberg has joined #ipfs
bastianilso__ has quit [Quit: bastianilso__]
benhylau has left #ipfs ["WeeChat 1.0.1"]
<apiarian> haad: https://github.com/attic-labs/noms seen this? (haven't dug deep into it, but it says decentralized database which immediately associates with orbit-db in my head)
pfrazee has joined #ipfs
Qwertie has left #ipfs ["Leaving"]
arpu has joined #ipfs
DiCE1904 has joined #ipfs
Boomerang has joined #ipfs
anonymuse has joined #ipfs
maxlath has joined #ipfs
mildred has quit [Ping timeout: 245 seconds]
mildred has joined #ipfs
shizy has joined #ipfs
taw00 has joined #ipfs
corvinux has quit [Remote host closed the connection]
shizy has quit [Quit: WeeChat 1.6]
shizy has joined #ipfs
GandalfTheWizar1 has joined #ipfs
ashark has joined #ipfs
<victorbjelkholm> Good morning!
<victorbjelkholm> apiarian, ah, that's interesting! Seems like flyingzumwalt have signed up to write an adapter for IPFS for noms, https://github.com/attic-labs/noms/issues/2123
jedahan has joined #ipfs
bastianilso__ has joined #ipfs
yoosi has quit [Remote host closed the connection]
yoosi has joined #ipfs
matoro has quit [Ping timeout: 260 seconds]
Boomerang has quit [Quit: Leaving]
GandalfTheWizar1 has quit [Quit: Leaving.]
<keks> actually that looks a bit like the orbit log
<keks> at least supeficially
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan
gmcquillan has quit [Client Quit]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maxlath has quit [Quit: maxlath]
jedahan has joined #ipfs
jedahan has quit [Client Quit]
Akaibu has quit [Ping timeout: 260 seconds]
Akaibu has joined #ipfs
Pent has quit [Read error: Connection reset by peer]
jedahan has joined #ipfs
Foxcool_ has joined #ipfs
<Mateon1> I have a question regarding the JS side of IPFS; what is the dependency policy? For example, 'ipfs-daemon' on npm uses a .sh post-install script, which doesn't work on Windows, all it does is rm -rf's a few directories. That needs to be rewritten in JS, but my question is: Should I use a package specifically for that (like 'del', leading to a 'left-pad' situation), or should I write that function myself (leading to possible errors in implementation).
Remramm has quit [Changing host]
Remramm has joined #ipfs
Remramm has joined #ipfs
ulrichard has quit [Ping timeout: 252 seconds]
galois_dmz has quit [Remote host closed the connection]
<haad> Mateon1: generally it's preferred not to include .sh scripts (due to what you desribed). a good solution for that would be to write the .sh script in js so that npm can run it in 'postinstall'. the reason the sh script is there is to make sure there's no dangling versions of ipfs-api as ipfs-daemon specifically uses a custom version of js-ipfs-api, ipfsd-ctl and go-ipfs-dep. this is temp solution until we get pubsub into js-ipfs-api and go-ipfs-dep (latter requi
<haad> Mateon1: a possible way to write it in js is to include rimraf package and write a small script that runs rimraf (rm -rf) on given directories (as they are in that .sh script now)
<Mateon1> haad: I know that the .sh needs to be rewritten to .js, but my question was, should I use a package like 'del' to simulate `rm -rf`, or should I write my own `deleteRecursive()` function.
<haad> Mateon1: oh ok, in that case I would recommend 'rimraf' (and include it as devDependency)
lkcl has joined #ipfs
<Mateon1> Actually, wasn't rimraf marked obsolete? I read something like that on a Stackoverflow post
<Mateon1> deprecated*
<haad> not sure about that
<Mateon1> Ah, no, that was 'gulp-rimraf' deprecated in favor of 'del'
<victorbjelkholm> Mateon1, doesn't seem like it, at least based on the github repo/package.json
clavii is now known as clavi
JesseW has joined #ipfs
PseudoNoob has joined #ipfs
ylp1 has quit [Quit: Leaving.]
s_kunk has quit [Ping timeout: 260 seconds]
The_8472 has quit [Ping timeout: 246 seconds]
<kegan[m]> personally I would recommend https://github.com/shelljs/shelljs to avoid a million tiny dependencies the moment you decide you want to make directories in a portable way, etc and the actual API is extremely unix-like so provided you know the unix commands it will work as you expect (without having to then follow a million tiny API docs to find out exactly what `glob: true` will do)
Anduck has quit [Quit: leaving]
The_8472 has joined #ipfs
s_kunk has joined #ipfs
polezaivsani has quit [Remote host closed the connection]
<kevina> Kubuxu: in https://github.com/ipfs/go-ipfs/pull/3307 how do you plan to "run full tests with it enabled by default"?
<kevina> Kubuxu: nearly every test is going to fail due to the changed hash...
Anduck has joined #ipfs
taaem has quit [Ping timeout: 250 seconds]
rendar has quit [Ping timeout: 252 seconds]
dmr has quit [Quit: Leaving]
_mak_ has quit [Remote host closed the connection]
peterix has quit [Remote host closed the connection]
<A124> kevina Did you notice my question about the store?
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kevina> A124: Just saw it
maxlath has joined #ipfs
JesseW has quit [Ping timeout: 256 seconds]
<kevina> I am confused by your comments.
<kevina> What does the kernel have to do with it?
<kevina> You are not really implementing a filesystem.
<kevina> In any case, there isn't really any reading material I can recommended.
<A124> That was a sidenote. There was some talk about IPFS in-kernel.
<A124> Damn. Though there would be something to fasttrack self.
<kevina> Sorry no fast track. I can try to answer any questions, though.
jedahan has joined #ipfs
<kevina> Basically I just had to figure it out by reading the go-ipfs source code and asking whyrusleeping and others for help every now and then.
<A124> Is there currently a way to have multiple stores in place?
<kevina> Not yet, I am working on getting something in, see https://github.com/ipfs/go-ipfs/pull/3257
Boomerang has joined #ipfs
rendar has joined #ipfs
maxlath has quit [Quit: maxlath]
polezaivsani has joined #ipfs
rgrinberg has quit [Remote host closed the connection]
ulrichard has joined #ipfs
rgrinberg has joined #ipfs
rgrinberg has quit [Client Quit]
<whyrusleeping> gooood morning friends
rgrinberg has joined #ipfs
<whyrusleeping> i'm slowly getting back into schedule
<A124> kevina Thanks, Was reading the discussion. There shall be an ability to have both write and read-write stores. Caching of each store should be handled possibly by the store, or if there is global mechanism a switch to cache/not cache globally. And ... an optional bloom that wraps all stores at once, would give performance benefit.
<A124> Cache data store. If one wishes to store a lot of text-like entries, one would like to reduce the size of those entries likely. That gives questions about compression. If they are object, as unless I'm mistaken, those go to datastore.
ashark has quit [Read error: Connection reset by peer]
maxlath has joined #ipfs
s_kunk has quit [Ping timeout: 260 seconds]
captain_morgan has joined #ipfs
<whyrusleeping> !pin QmfJa3yMQV1o2igQhgAN55T6wCQMKx7qtWcjUuNhsSr2Gw whys simple opsec notes
<pinbot> now pinning /ipfs/QmfJa3yMQV1o2igQhgAN55T6wCQMKx7qtWcjUuNhsSr2Gw
<kevina> A124: What exactly do you mean by "both write and read-write stores" write only does not make sense?
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan
ashark has joined #ipfs
akkad has joined #ipfs
<kevina> Under my proposal the datastores are not read only. It just that special methods will need to be used to write to them.
<kevina> A124: See https://github.com/ipfs/go-ipfs/issues/3119 if you have not already.
<A124> whyrusleeping Speacial charge only cable is handy too.
<whyrusleeping> A124: yeah, although hard to keep track of
<whyrusleeping> unless you mean the charger thats attached to the cable
<A124> I mean literaly USB cable.
<A124> Most people carry one around to charge. It is not easy to find one though.
<whyrusleeping> a usb cable thats gimped so it only has power pins?
ianopolous has joined #ipfs
uuu_john has joined #ipfs
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
<A124> Yes, that. Alternatively one can make USB adapter (in-between), that does exactly that, and also can have inductance and capacitance (RC), fuse, ... to give better quality power from crap sources, and resistors to imitate chargers. So USB3 will charge like a charger, not like USB2
Boomerang has quit [Remote host closed the connection]
maxlath has quit [Ping timeout: 256 seconds]
jedahan_ has joined #ipfs
jedahan has quit [Ping timeout: 256 seconds]
ygrek has joined #ipfs
Foxcool_ has quit [Read error: Connection reset by peer]
SNAFUdowser has joined #ipfs
matoro has joined #ipfs
<SNAFUdowser> Hello all! I’m having trouble using `js-ipfs-api` in the browser with webpack. Related: https://github.com/ipfs/js-ipfs-api/issues/389 - I’ve fixed readFileSync errors with brfs, but now I’m having issues with forge.js. Has anyone faced this before? Thank you!
<A124> Someone did, forgot who.
<uuu_john> fs.readFileSync in the browser shouldn't work by design
<SNAFUdowser> That's correct, but you can use https://github.com/substack/brfs to get around that limitation
<uuu_john> oooh okay
jedahan_ has quit [Remote host closed the connection]
jedahan has joined #ipfs
<SNAFUdowser> Specifically my issue is `forge.js` is throwing an error `Uncaught ReferenceError: Invalid left-hand side in assignment` which seems to be related to https://github.com/digitalbazaar/forge/issues/198
nikor has quit [Remote host closed the connection]
<SNAFUdowser> After a bunch of banging my head against the wall I figured out how to get past the readFileSync issue :)
<uuu_john> I don't know if this helps, but I don't require js-ipfs in webpack-ed code. I usually put it in the global namespace and pass around the ipfs object
jedahan_ has joined #ipfs
jedahan has quit [Ping timeout: 256 seconds]
<keks> whyrusleeping: I commented on the floodsub thingy, maybe we can talk about that later? like, in 1-2hours?
<whyrusleeping> keks: yeah, i should be around
<kevina> whyrusleeping: do you want to talk about https://github.com/ipfs/go-ipfs/pull/3300?
<whyrusleeping> uhmmmm
<SNAFUdowser> uuu_john: Ah that's interesting. If I can't fix this forge issue I'll consider just including it globally--good backup option. Thank you!
maxlath has joined #ipfs
jager has quit [Read error: Connection reset by peer]
jager has joined #ipfs
<kevina> whyrusleeping: based on the way I _think_ multiple directories are passed via the API I am not 100% this can be fixed without changing the API
<kevina> That is the API to pass files and directories over HTTP
<kevina> We might need something more than just the IsRoot() method you tried to implement
sametsisartenep has quit [Quit: leaving]
jager has quit [Read error: Connection reset by peer]
jager has joined #ipfs
<whyrusleeping> Why would we need more than that?
<whyrusleeping> well, we need IsRoot and absolute pathnames on the roots i think
<SNAFUdowser> Seems my problem may be difficult to solve so makes sense to discuss on the issue thread. I've commented here: https://github.com/ipfs/js-ipfs-api/issues/389#issuecomment-254886698
<whyrusleeping> i forget, what problems does my PR have currently?
<kevina> for one thing, it doesn't use IsRoot()
<SNAFUdowser> Thanks again uuu_john for the suggestion :)
SNAFUdowser has quit [Quit: Page closed]
<kevina> I am not sure what it is attempting to do.
<uuu_john> SNAFUdowser: You're welcome
<kumavis> daviddias the naming is confusing so to clarify again https://github.com/multiformats/multihash/issues/54#issuecomment-254887095
jager_ has joined #ipfs
<whyrusleeping> kevina: i remember my PR made ipfs add behave more like `tar cf`
<whyrusleeping> which is really a handy thing
<whyrusleeping> and simplifies things a bit
<kumavis> daviddias "NIST standard SHA-3" is a subset of "keccak", we need base "keccak" to perform eth-sha3. eth-sha3 is just keccak-256.
jager has quit [Ping timeout: 250 seconds]
<kevina> whyrusleeping: Maybe I am missing something, but IsRoot() does not look like it is being used
<kumavis> if 0x14-0x17 refers to "keccack", instead of "sha3", then we are good and should update the names
<kevina> whyrusleeping: I don't see it being called once
<whyrusleeping> kevina: hrm...
<kumavis> daviddias if 0x14-0x17 refers to "sha3", then we need a range for "keccak"
<kevina> whyrusleeping: do you want me to just attempt to fix this, I will do it in the context of https://github.com/ipfs/go-ipfs/pull/3258
<whyrusleeping> kevina: yeah, if you could, that would be great
<kevina> will do
<kevina> btw: so far the raw node stuff looks good, Kubuxu comment by enabling it by default has some merit, but will be rather difficult to pull off
<kevina> whyrusleeping: I agree with him that we need to make sure raw nodes work everwhere
<whyrusleeping> We can enable it by default with the ipld release
<whyrusleeping> for now, i want to keep it as an experimental feature
<kevina> he wants to just enable it by default for the tests to get coverage I belive
<kevina> for example, have we tested it if raw nodes will work over the network
<whyrusleeping> ooooooh
<whyrusleeping> okay
<whyrusleeping> yeah, i've tested that manually
dignifiedquire has quit [Quit: Connection closed for inactivity]
<kevina> raw nodes work in filestore now
<kevina> I found a few places where I assumed CidV0 that I needed to fix.
<kevina> I image there might be some of those still lurking around elsewhere
<kevina> for example I only discovered the verification problem because I was looking for how to verify a hash with the new Cids
cemerick has quit [Ping timeout: 256 seconds]
<whyrusleeping> Yeah, that was a good catch
<whyrusleeping> i'm really excited about raw nodes
<whyrusleeping> its going to make disk storage quite a bit more efficient
<whyrusleeping> especially on newer drives/filesystems with 4k blocks
matoro has quit [Ping timeout: 250 seconds]
<whyrusleeping> (quite a bit ~= 1/64th more efficient)
<kevina> Yes, and make it so the hash of small files is really the hash of the content.
<whyrusleeping> yeah!
<whyrusleeping> (actually, that last part you mentioned was completely accidental)
<kevina> could really speed up the gc once raw nodes are used more and my GetLinks() optimization I mentioned here: https://github.com/ipfs/go-ipfs/pull/3307#issuecomment-254582659
<kevina> no longer any need to read in the entire block just to discover it is a leaf
lkcl has quit [Ping timeout: 245 seconds]
cwahlers has quit [Ping timeout: 252 seconds]
<whyrusleeping> oooooooo
<whyrusleeping> thats a great point
cwahlers has joined #ipfs
bastianilso__ has quit [Quit: bastianilso__]
<kevina> whyrusleeping: thanks
cubemonkey has joined #ipfs
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
dPow has quit [Read error: Connection reset by peer]
rgrinberg has quit [Ping timeout: 252 seconds]
chungy has quit [Ping timeout: 250 seconds]
Mizzu has joined #ipfs
chungy has joined #ipfs
voldyman has joined #ipfs
soloojos has quit [Read error: Connection reset by peer]
soloojos has joined #ipfs
dPow has joined #ipfs
chriscool1 has joined #ipfs
matoro has joined #ipfs
cubemonkey has quit [Ping timeout: 244 seconds]
wallacoloo has joined #ipfs
cubemonkey has joined #ipfs
espadrine_ has quit [Ping timeout: 252 seconds]
soloojos has quit [Read error: Connection reset by peer]
<Kubuxu> kevina, whyrusleeping: yeah, figured that out a bit after I suggested that.
<Kubuxu> Also the small file hash thing is awesome on its own
<whyrusleeping> yeah
soloojos has joined #ipfs
<Kubuxu> how should I proceed about Priv Nets, should I spec out XSalsa20 based crypto layer?
<whyrusleeping> yeah, make it a transport
<Kubuxu> so it would be between tcp and ipfs transports
<Kubuxu> like utp?
<whyrusleeping> yeah, it would wrap other transports
<Kubuxu> can a transport call another transport?
<whyrusleeping> i see no reason why it couldnt
<whyrusleeping> construction might be a bit funky though
<Kubuxu> yea
<Kubuxu> as list of them are stored in Swarm
cubemonkey has quit [Ping timeout: 265 seconds]
dPow has quit [Read error: No route to host]
dPow has joined #ipfs
d10r has joined #ipfs
<d10r> Hi. Is it possible to limit the number of peers the ipfs daemon connects to?
cubemonkey has joined #ipfs
<whyrusleeping> d10r: not yet. thats on our todo list
maxlath has quit [Quit: maxlath]
<sdgathman> That might help with running in a 256M openvz vps.
<keks> whyrusleeping: wanna talk?
<whyrusleeping> keks: sure, wassup
<keks> i posted my plans for floodsub in the pr
<keks> and i wanted to know if that lgty
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
<kevina> whyrusleeping: have a second
anewuser has joined #ipfs
<kevina> whyrusleeping: the idea behind https://github.com/ipfs/go-ipfs/pull/3312 is to simply output the full path on add
<whyrusleeping> roughly, yeah
<whyrusleeping> keks: i'll take a look
<keks> nice thanks
<kevina> whyrusleeping: 3312 is my pull request
<kevina> not yours
<whyrusleeping> oh
<kevina> basically when we add a single file we don't want to also add each directory
<kevina> all 3312 is output the full path, for example:
<kevina> ipfs add foo/bar = "added QmXXX foo/bar"
<kevina> and that's it
<kevina> your pr will also add the directory "foo/"
<kevina> I don't think we want that unless "-r" is used
<kevina> do you agree?
<whyrusleeping> i think so, yeah
<kevina> so this is becoming a complicated mess :(
<whyrusleeping> although, i like the idea of having all the directories printed
<whyrusleeping> that way its easy to make structured directories (similar to a tar creation)
<kevina> whyrusleeping: the problem with that is it brakes things, and it is not what I as a user will want
<kevina> and if "-q" is used when adding a single file: see Kubuxu comment: https://github.com/ipfs/go-ipfs/pull/3300#issuecomment-253042078
<Kubuxu> -q in general
<kevina> and it completely break my script I use to keep a directory in sync when using the filestore
<kevina> Also the filestore always uses absolute paths
<kevina> that is FullPath = an absolute path
matoro has quit [Ping timeout: 250 seconds]
<kevina> so if your changes go in as specified directories will be created down to the root
<kevina> I can live with that happening with "-r" but not if "-r" is not used
<kevina> I hope this is making sense.
<kevina> whyrusleeping: ^
<whyrusleeping> Yeah, its roughly making sense
<whyrusleeping> Kubuxu: did you get to review the rawnodes pr yet?
<victorbjelkholm> talks on Bitcoin forum to use IPFS for block storage: https://bitcointalk.org/index.php?topic=1651726.msg16615892
cubemonkey has quit [Ping timeout: 252 seconds]
ianopolous has quit [Ping timeout: 250 seconds]
<kumavis> is gavinmcdermott in here?
<whyrusleeping> normally
<whyrusleeping> doesnt appear to be right now
<kumavis> whats his handle?
<whyrusleeping> gavinmcdermott
Mizzu has quit [Quit: WeeChat 1.5]
<whyrusleeping> he was last online two days ago
<kumavis> thanks
<whyrusleeping> keks: that looks roughly good to me
<whyrusleeping> seems like the right iea
<kumavis> whyrusleeping: seattle meetup? now that the 'historical' storm has passed
<whyrusleeping> kumavis: yeah, lets do it
<keks> awesome, then i'll go ahead
rendar has quit [Quit: Leaving]
<whyrusleeping> i'll be back in town in november
<kumavis> :+1
<pjz> is it possible to get refsize remotely?
wallacoloo has quit [Quit: wallacoloo]
<whyrusleeping> pjz: refsize?
<whyrusleeping> i think object stat is available through the gateway api
<pjz> whyrusleeping: I'm working on a pinning service and i
<pjz> ..it would be nice to know how big the thing I'm about to pin is.
<whyrusleeping> oooh, yeah. just grab the root object and check its stat
<pjz> do I have to do that in go? can I use the ipfs cli to do that?
<pjz> oh, hm, I should check ipfs-api (I'm using python currently)
<Kubuxu> whyrusleeping: cred
<whyrusleeping> Kubuxu: thanks brah
<whyrusleeping> pjz: you can do it on the cli
<whyrusleeping> or on the api
<whyrusleeping> /api/v0/object/stat
G-Ray has joined #ipfs
<Kubuxu> problem is that in theory someone could lie about it.
dPow has quit [Ping timeout: 260 seconds]
<pjz> hm, true
<pjz> though it'd be pretty easy to notice after its been downloaded
<keks> whyrusleeping: thanks :D
cubemonkey has joined #ipfs
<Kubuxu> whyrusleeping: looks like nodes are asked about the same hashes all the time.
<whyrusleeping> yeah?
<Kubuxu> Or not
<Kubuxu> I just made the ARC cache enormous.
<Kubuxu> 65k entries
<Kubuxu> which gives 126k total
<Kubuxu> which gives 128k total
<richardlitt> Thanks, whoever reset the topic in here. :)
<richardlitt> Probably you, Kubuxu
anewuser has quit [Quit: anewuser]
neurrowcat has joined #ipfs
<Kubuxu> not me
G-Ray has quit [Ping timeout: 260 seconds]
galois_dmz has joined #ipfs
Oatmeal has joined #ipfs
kobigurk has quit [Ping timeout: 265 seconds]
G-Ray has joined #ipfs
polezaivsani has quit [Remote host closed the connection]
ulrichard has quit [Quit: Ex-Chat]
<richardlitt> ok :) Well, thanks someone! :D
<kumavis> playing with node js-libp2p-pstn and js-libp2p-floodsub, seeing weird behavior
<kumavis> anyone familiar with these?
mountpoint has joined #ipfs
chriscool1 has quit [Ping timeout: 252 seconds]
taaem has joined #ipfs
<kevina> whyrusleeping: so https://github.com/ipfs/go-ipfs/pull/3300 is becoming complicated, see my notes. Still willing to try to implement something once we agree on what I am implementing. :)
maxlath has joined #ipfs
maxlath has quit [Client Quit]
passstab has quit [Ping timeout: 252 seconds]
anonymuse has quit [Remote host closed the connection]
G-Ray has quit [Ping timeout: 260 seconds]
anonymuse has joined #ipfs
rgrinberg has joined #ipfs
espadrine has joined #ipfs
anonymuse has quit [Ping timeout: 265 seconds]
ianopolous has joined #ipfs
ninTuTu has joined #ipfs
PseudoNoob has quit [Remote host closed the connection]
ninTuTu has left #ipfs [#ipfs]
rgrinberg has quit [Read error: Connection reset by peer]
<pjz> Kubuxu: what's ARC?
cubemonkey has quit [Ping timeout: 245 seconds]
espadrine has quit [Ping timeout: 260 seconds]
mildred has quit [Ping timeout: 252 seconds]
maxlath has joined #ipfs
maxlath has quit [Quit: maxlath]
taw00 has quit [Ping timeout: 260 seconds]
taaem has quit [Remote host closed the connection]
taaem has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
anonymuse has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
galois_dmz has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
taaem has quit [Ping timeout: 245 seconds]
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
<whyrusleeping> kevina: probably going to be too busy to formulate a real opinion on that until tomorrow
<kevina> no problem.
galois_dmz has quit [Ping timeout: 250 seconds]
maxlath has joined #ipfs
wak-work has quit [Ping timeout: 258 seconds]
maxlath has quit [Client Quit]
bonesso has joined #ipfs
neurrowcat has quit [Quit: Deebidappidoodah!]
IlanGodik has quit [Quit: Connection closed for inactivity]
wak-work has joined #ipfs
Oatmeal has quit [Ping timeout: 260 seconds]
captain_morgan has quit [Ping timeout: 256 seconds]
ygrek has quit [Ping timeout: 256 seconds]
shizy has quit [Quit: WeeChat 1.6]
<whyrusleeping> kevina: made a milestone for filestore
<whyrusleeping> set the Finish date as december 5th
<whyrusleeping> that means merged into master and shipping by that date
<kevina> whyrusleeping: okay, I will start assigning issues to it
<kevina> whyrusleeping: done and thanks.
<whyrusleeping> kevina: woo! thanks :)
<kevina> I had them all listed in #2634 so it was easy :)
Oatmeal has joined #ipfs
<keks> whyrusleeping: so my first prototype is done and the tests pass. I'd like to look over it tomorrow with a fresh head. you can find it at https://github.com/keks/go-floodsub/tree/feat/feed-refactor
<whyrusleeping> keks: awesome, i'll probably not be able to fully look at that until tomorrow
<keks> no worries
ygrek has joined #ipfs
rgrinberg has joined #ipfs
cubemonkey has joined #ipfs
anonymuse has quit [Remote host closed the connection]
<whyrusleeping> ^ just sayin
<kumavis> is dignifiedquire here?
<whyrusleeping> kumavis: i don't think so
<kumavis> k
<whyrusleeping> hes at the hague in netherlands at some conference
<kumavis> jelly
<kumavis> everyone i need to bug is offline : P
<kumavis> bad time to start libp2p dev
<kumavis> heh
<whyrusleeping> lol
<whyrusleeping> welcome to my life
<whyrusleeping> PST is apparently just a bad time zone
matoro has joined #ipfs
<kumavis> whyrusleeping: what is the `jq` you are using in the terminal screen grab?
<whyrusleeping> kumavis: what language do you primarily write in?
<kumavis> js
<whyrusleeping> o.o
<whyrusleeping> and you don't know about jq?
<kumavis> mostly browser stuff
<whyrusleeping> i'm about to blow your mind
<whyrusleeping> jq is like a super awesome sed for json
<kumavis> nice, was going to write one myself
<whyrusleeping> https://jqplay.org/
neuthral has joined #ipfs
Oatmeal has quit [Ping timeout: 252 seconds]
fleeky_ has joined #ipfs
cubemonkey has quit [Ping timeout: 252 seconds]
chris613 has joined #ipfs
<kumavis> nice
<kumavis> surprised its not written in js, but w/e
fleeky__ has quit [Ping timeout: 252 seconds]
<whyrusleeping> lol, they wanted it to be fast
cubemonkey has joined #ipfs
kvda has joined #ipfs
<kumavis> hmm i cant figure out what file type their release file is
<kumavis> on osx
<kumavis> they should have adopted cid : )
<kumavis> eh ok its working