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
Lazybone[m] has joined #ipfs
M-fs_IXlocWlFZHF has joined #ipfs
ianopolous has joined #ipfs
WardCunningham has joined #ipfs
WardCunningham has quit [Client Quit]
<kvda> So it's possible to run a private ipfs network too?
ReactorS1ram is now known as ReactorScram
<kvda> If you remove the bootstrap nodes before running you daemon..
<kvda> And replacing them with your own.
gmcquillan___ has quit [Ping timeout: 240 seconds]
<OstlerDev> It would be possible yeah.
<lgierth> just need to be careful with it. if you connect to another network, nodes will discover each other and remember addresses
<lgierth> we'll have prope private networking based on a pre-shared secret some time soon
dignifiedquire has quit [Quit: Connection closed for inactivity]
<kvda> even if one of the peers makes the mistake of connecting to the outside network right?
<lgierth> yeah
<kvda> got it
cemerick has joined #ipfs
anewuser has joined #ipfs
whyrusleeping1 is now known as whyrusleeping
whyrusleeping has quit [Changing host]
whyrusleeping has joined #ipfs
keks has quit [Ping timeout: 272 seconds]
<whyrusleeping> Oh yeah, IRC
<apiarian> if i `ipfs object get [thing]` that is on a node on my local network, what is the percentage chance that it will be pulled from the node on my local network, vs some node on the wider internet?
cjd has quit [Ping timeout: 248 seconds]
<whyrusleeping> apiarian: very high
JesseW has joined #ipfs
cjd has joined #ipfs
<kvda> does pinned content get treated preferentially? ie if you have 3 nodes with the same content pinned, will they be used the most to serve that content?
<lgierth> pinning affects only whether stuff can be garbage-collected
<apiarian> so is Datastore.StorageMax only for gc-able stuff? pinned stuff can go over the max?
<lgierth> well it's supposed to be a hard limit, but right now it seems like it's used only for triggering GC at a certain watermark
<kvda> ah i see, so you can't really guarantee higher performance/availability on certain content
<kvda> use case being that you might want to have your own ipfs servers serving your content preferentially to being a part of the larger ipfs network
<kvda> almost like a QoS thing
<lgierth> pinning does guarantee availability/persistence, but for a performance guarantee the first step is ensuring great connectivity
<lgierth> whyrusleeping: we should have a setting for restricting ones own addresses
<lgierth> e.g. on server-type nodes i'd want to announce only the public addresses
<kvda> ok so ipfs network is able to sniff out where the content is coming through the quickest? you putting in larger pipes on your pinned content increases the chance of your servers/nodes being used
<apiarian> lgierth: so if you hit the hard limit while adding a really large object and no gc is going to save you, you get an error?
<lgierth> the hard limit is broken
<lgierth> kvda: it's less about bandwidth and more about stable addresses, stables pings, absence of packet loss, etc.
<kvda> ah yes of course
<kvda> is there a formula that a node gets ranked on based on those factors? pardon all the question, feel free to point me to docs :)
Kane` has joined #ipfs
<lgierth> kvda: kademlia
<kvda> thanks! lgierth
rgrinberg has joined #ipfs
cemerick has quit [Ping timeout: 264 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
matoro has quit [Ping timeout: 264 seconds]
captain_morgan has joined #ipfs
matoro has joined #ipfs
<zignig_> lgierth: what OS are we using for the gateways at the moment ?
<lgierth> ubuntu 14.04
matoro has quit [Remote host closed the connection]
<lgierth> whyrusleeping: so it turns out that cjd was regularly crashing half of hyperboria, and that one pinbot target might work more reliably now :)
<whyrusleeping> lgierth: pffft
<lgierth> crash in a dht rpc call -- ring a bell?
rgrinberg has quit [Ping timeout: 244 seconds]
<whyrusleeping> i've no idea what you could be talking about
<lgierth> :)
captain_morgan has quit [Ping timeout: 276 seconds]
<whyrusleeping> p2p is hard
shizy has joined #ipfs
r04r has quit [Quit: This shouldn't be happening. What's happening?!]
Palestrina_ has joined #ipfs
<kvda> small ux thing, but was there any talk of having ipfs-daemon as a seperate tool?
<lgierth> ipfs-gateway and ipfs-mount
<zignig_> lgierth: cheers, going to look into astralboot-erizing ipfs/infrastructure for SAG.
WardCunningham has joined #ipfs
<zignig_> whyrusleeping: p2p is hard, read CAP , assume non linear quantum entanglement.
<whyrusleeping> zignig_: i'll worry about that after i'm done fixing race conditions in mdns libs
Palestrina has quit [Ping timeout: 264 seconds]
Palestrina_ is now known as Palestrina
Palestrina has quit [Changing host]
Palestrina has joined #ipfs
<zignig_> a good plan, while you are doing that , can you add sharing the gateway/api interface details in the mdns beacon.
<zignig_> ;)
<whyrusleeping> zignig_: mmmm... not right now. but you should file an issue about it
<zignig_> whyrusleeping: ok.
em-ly has quit [Quit: Connection closed for inactivity]
M-gst has joined #ipfs
kulelu88 has quit [Quit: Leaving]
captain_morgan has joined #ipfs
<ogd> fvc
<ogd> wrong window!!! sorry :D
r04r_ has joined #ipfs
<lgierth> whyrusleeping: what's your releaseCmd?
<lgierth> (with gx release)
<whyrusleeping> git commit -a -m "gx publish $VERSION"
r04r_ has quit [Quit: This shouldn't be happening. What's happening?!]
iovoid has quit [Quit: Iovoid has quit!]
iovoid has joined #ipfs
iovoid is now known as Guest92574
Guest92574 has quit [Changing host]
Guest92574 has joined #ipfs
Guest92574 is now known as iovoid
rgrinberg has joined #ipfs
anonymuse has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
r04r_ has joined #ipfs
cjd has quit [Ping timeout: 252 seconds]
mgue has quit [Quit: WeeChat 1.5]
r04r_ is now known as r04r
WardCunningham has quit [Quit: WardCunningham]
anonymuse has quit [Remote host closed the connection]
mgue has joined #ipfs
captain_morgan has quit [Quit: Ex-Chat]
<lgierth> whyrusleeping: pseudo code for a gx publish-and-update command, wdyt: https://ipfs.io/ipfs/Qmf5iZ5fsDPGkxQ4Sfq87xpUSX34EtuNAqYTyzocSmxfdm
captain_morgan has joined #ipfs
<lgierth> oh and there should be a if pkg == nil { fail("circular dependencies among the specified packages") }
<lgierth> mh but maybe it doesn't fit into gx -- it wants git clones of each specified package
Palestrina has quit [Quit: Leaving]
wallacoloo has joined #ipfs
iovoid has quit [Quit: Iovoid has quit!]
iovoid has joined #ipfs
iovoid has quit [Changing host]
iovoid has joined #ipfs
anewuser has quit [Quit: anewuser]
WardCunningham has joined #ipfs
PalTale has quit [Ping timeout: 250 seconds]
M-pieohpah has quit [Ping timeout: 272 seconds]
M-2194 has quit [Ping timeout: 272 seconds]
njm14823[m] has quit [Ping timeout: 272 seconds]
doge_with_sungla has quit [Ping timeout: 272 seconds]
Guest44591[m] has quit [Ping timeout: 272 seconds]
M-6781 has quit [Ping timeout: 272 seconds]
Ulises[m] has quit [Ping timeout: 272 seconds]
Dineshsac[m] has quit [Ping timeout: 272 seconds]
Askaban[m]1 has quit [Ping timeout: 272 seconds]
ThePurgingPanda[ has quit [Ping timeout: 272 seconds]
Guest20690[m] has quit [Ping timeout: 272 seconds]
M-3714 has quit [Ping timeout: 272 seconds]
Guest30871[m] has quit [Ping timeout: 272 seconds]
M-erikgarrison has quit [Ping timeout: 272 seconds]
M-madsurgeon has quit [Ping timeout: 272 seconds]
MarkOtaris has quit [Ping timeout: 272 seconds]
NathanBraswell[m has quit [Ping timeout: 272 seconds]
pik[m]1 has quit [Ping timeout: 272 seconds]
M-g has quit [Ping timeout: 272 seconds]
M-liathit has quit [Ping timeout: 272 seconds]
loco[m] has quit [Ping timeout: 272 seconds]
M-mseri has quit [Ping timeout: 272 seconds]
Jellybeanmommy[m has quit [Ping timeout: 272 seconds]
iwxzr[m] has quit [Ping timeout: 272 seconds]
M-jgrowl has quit [Ping timeout: 272 seconds]
arkadiy[m] has quit [Ping timeout: 272 seconds]
M18691[m] has quit [Ping timeout: 272 seconds]
nicolae[m] has quit [Ping timeout: 272 seconds]
M-JayCarpenter has quit [Ping timeout: 272 seconds]
M-Guillaume has quit [Ping timeout: 272 seconds]
SeriousBug[m] has quit [Ping timeout: 272 seconds]
NikolayKolev[m] has quit [Ping timeout: 272 seconds]
tkorrison[m] has quit [Ping timeout: 272 seconds]
M-david has quit [Ping timeout: 272 seconds]
SARANKUMAR[m] has quit [Ping timeout: 272 seconds]
davidar has quit [Ping timeout: 272 seconds]
strixy has quit [Ping timeout: 272 seconds]
damongant has quit [Ping timeout: 248 seconds]
zjohnson_ has quit [Ping timeout: 250 seconds]
Guest50356[m] has quit [Ping timeout: 272 seconds]
M-abdessamadhoud has quit [Ping timeout: 272 seconds]
Guest42119[m] has quit [Ping timeout: 272 seconds]
M-davidar-test has quit [Ping timeout: 272 seconds]
Cleopatra7[m] has quit [Ping timeout: 272 seconds]
patrickr[m] has quit [Ping timeout: 272 seconds]
Guest46230[m] has quit [Ping timeout: 272 seconds]
M-roblabla has quit [Ping timeout: 272 seconds]
palesz[m] has quit [Ping timeout: 272 seconds]
M-drwasho has quit [Ping timeout: 272 seconds]
ix3[m] has quit [Ping timeout: 272 seconds]
M-9364 has quit [Ping timeout: 272 seconds]
Karalix[m] has quit [Ping timeout: 272 seconds]
disgusting[m] has quit [Ping timeout: 272 seconds]
mythmon- has quit [Ping timeout: 272 seconds]
Leer10[m] has quit [Ping timeout: 272 seconds]
zjohnson has joined #ipfs
M-lilien1010 has quit [Ping timeout: 272 seconds]
M-jackvt93 has quit [Ping timeout: 272 seconds]
Guest19042[m] has quit [Ping timeout: 272 seconds]
M-11367 has quit [Ping timeout: 272 seconds]
Guest49679[m] has quit [Ping timeout: 272 seconds]
Ericson2314[m] has quit [Ping timeout: 272 seconds]
soradet[m] has quit [Ping timeout: 272 seconds]
Guest35894[m] has quit [Ping timeout: 272 seconds]
Natanael[m] has quit [Ping timeout: 272 seconds]
dz[m] has quit [Ping timeout: 272 seconds]
Guest26163[m] has quit [Ping timeout: 272 seconds]
M-giodamelio has quit [Ping timeout: 272 seconds]
M-pfista has quit [Ping timeout: 272 seconds]
M-17739 has quit [Ping timeout: 272 seconds]
M-3630 has quit [Ping timeout: 272 seconds]
irx[m] has quit [Ping timeout: 272 seconds]
benhylau[m] has quit [Ping timeout: 272 seconds]
M-amblin has quit [Ping timeout: 272 seconds]
musicmatze[m] has quit [Ping timeout: 272 seconds]
M-7141 has quit [Ping timeout: 240 seconds]
M-volobuev has quit [Ping timeout: 240 seconds]
sibi[m] has quit [Ping timeout: 240 seconds]
peapeaxiong[m] has quit [Ping timeout: 240 seconds]
miladmaster[m] has quit [Ping timeout: 240 seconds]
jon[m]1 has quit [Ping timeout: 240 seconds]
M-aatchison has quit [Ping timeout: 240 seconds]
M-2234 has quit [Ping timeout: 240 seconds]
Guest42293[m] has quit [Ping timeout: 240 seconds]
Guest22926[m] has quit [Ping timeout: 240 seconds]
atomet[m] has quit [Ping timeout: 240 seconds]
M-bastinik has quit [Ping timeout: 240 seconds]
rschulman has quit [Ping timeout: 240 seconds]
gsf[m] has quit [Ping timeout: 240 seconds]
rajeevn[m] has quit [Ping timeout: 240 seconds]
blackflag[m] has quit [Ping timeout: 240 seconds]
guaraqe[m] has quit [Ping timeout: 240 seconds]
dd[m] has quit [Ping timeout: 240 seconds]
M-austinhc has quit [Ping timeout: 240 seconds]
Ravneson[m] has quit [Ping timeout: 240 seconds]
M21634[m] has quit [Ping timeout: 240 seconds]
Guest47022[m] has quit [Ping timeout: 240 seconds]
airsickpayload[m has quit [Ping timeout: 240 seconds]
cmp[m] has quit [Ping timeout: 240 seconds]
M18695[m] has quit [Ping timeout: 240 seconds]
M18690[m] has quit [Ping timeout: 240 seconds]
Craeckie[m] has quit [Ping timeout: 240 seconds]
M-bp5 has quit [Ping timeout: 240 seconds]
blabla2[m] has quit [Ping timeout: 240 seconds]
AurabindoJ[m] has quit [Ping timeout: 272 seconds]
M-16549 has quit [Ping timeout: 272 seconds]
Lord[m] has quit [Ping timeout: 272 seconds]
nixyne[m] has quit [Ping timeout: 272 seconds]
M-4485 has quit [Ping timeout: 272 seconds]
M0x52[m] has quit [Ping timeout: 272 seconds]
M-12989 has quit [Ping timeout: 272 seconds]
M-12490 has quit [Ping timeout: 272 seconds]
M-nd has quit [Ping timeout: 272 seconds]
strixy has joined #ipfs
rfb[m] has quit [Ping timeout: 240 seconds]
xamino[m] has quit [Ping timeout: 240 seconds]
M21100[m] has quit [Ping timeout: 240 seconds]
monikp[m] has quit [Ping timeout: 240 seconds]
Guest43355[m] has quit [Ping timeout: 240 seconds]
M-jaxondu has quit [Ping timeout: 240 seconds]
M-3045 has quit [Ping timeout: 240 seconds]
Guest26265[m] has quit [Ping timeout: 240 seconds]
Stormy[m] has quit [Ping timeout: 240 seconds]
ivegotasthma[m] has quit [Ping timeout: 240 seconds]
Guest26833[m] has quit [Ping timeout: 240 seconds]
M-fiatjaf has quit [Ping timeout: 240 seconds]
M-zick has quit [Ping timeout: 240 seconds]
Usr[m] has quit [Ping timeout: 240 seconds]
Guest19040[m] has quit [Ping timeout: 240 seconds]
masoodahm[m] has quit [Ping timeout: 240 seconds]
M-6581 has quit [Ping timeout: 240 seconds]
M-vro has quit [Ping timeout: 240 seconds]
Guest31481[m] has quit [Ping timeout: 240 seconds]
M-2128 has quit [Ping timeout: 240 seconds]
M-foxxy has quit [Ping timeout: 240 seconds]
berninoz[m] has quit [Ping timeout: 240 seconds]
M-16355 has quit [Ping timeout: 240 seconds]
M-ryanwilliams has quit [Ping timeout: 240 seconds]
Guest26812[m] has quit [Ping timeout: 240 seconds]
Ineentho[m] has quit [Ping timeout: 240 seconds]
M2ezit[m] has quit [Ping timeout: 240 seconds]
M-boli has quit [Ping timeout: 272 seconds]
Guest45538[m] has quit [Ping timeout: 272 seconds]
Guest24121[m] has quit [Ping timeout: 272 seconds]
igork[m] has quit [Ping timeout: 272 seconds]
Arw has quit [Ping timeout: 272 seconds]
mokhtar[m] has quit [Ping timeout: 240 seconds]
containsliquid[m has quit [Ping timeout: 240 seconds]
dc167[m] has quit [Ping timeout: 240 seconds]
M-ikreymer has quit [Ping timeout: 240 seconds]
Guest22481[m] has quit [Ping timeout: 240 seconds]
i[m] has quit [Ping timeout: 240 seconds]
joshb[m] has quit [Ping timeout: 240 seconds]
M-slang has quit [Ping timeout: 240 seconds]
M-ed has quit [Ping timeout: 240 seconds]
M-uhiiued7278 has quit [Ping timeout: 240 seconds]
M-sraja has quit [Ping timeout: 240 seconds]
demian[m] has quit [Ping timeout: 240 seconds]
M-jmesserli has quit [Ping timeout: 240 seconds]
M-kcinjp has quit [Ping timeout: 240 seconds]
M-rryan has quit [Ping timeout: 240 seconds]
morozevich73[m] has quit [Ping timeout: 276 seconds]
M-jbenet has quit [Ping timeout: 276 seconds]
alexvoda[m] has quit [Ping timeout: 276 seconds]
M-Nickfost has quit [Ping timeout: 276 seconds]
M-1976 has quit [Ping timeout: 276 seconds]
orapouso[m] has quit [Ping timeout: 276 seconds]
M-mckaydavis has quit [Ping timeout: 276 seconds]
qzo[m] has quit [Ping timeout: 276 seconds]
M-pims has quit [Ping timeout: 276 seconds]
ghtdak[m] has quit [Ping timeout: 276 seconds]
M-6561 has quit [Ping timeout: 276 seconds]
M-13288 has quit [Ping timeout: 276 seconds]
dudezer0_bot[m] has quit [Ping timeout: 276 seconds]
M-infpetal has quit [Ping timeout: 276 seconds]
sull[m] has quit [Ping timeout: 276 seconds]
trytrytry[m] has quit [Ping timeout: 276 seconds]
M-alien has quit [Ping timeout: 276 seconds]
doctrv[m] has quit [Ping timeout: 276 seconds]
panicbit-M has quit [Ping timeout: 276 seconds]
M18523[m] has quit [Ping timeout: 276 seconds]
edsilv[m] has quit [Ping timeout: 276 seconds]
M-8842 has quit [Ping timeout: 276 seconds]
M-hellomoto has quit [Ping timeout: 276 seconds]
M-flyingzumwalt has quit [Ping timeout: 276 seconds]
NeoTeo_ has joined #ipfs
l64376[m] has quit [Ping timeout: 240 seconds]
muxueqz[m] has quit [Ping timeout: 240 seconds]
quux[m] has quit [Ping timeout: 240 seconds]
M-HirmeS has quit [Ping timeout: 240 seconds]
M-sivachandran has quit [Ping timeout: 240 seconds]
M-greymr has quit [Ping timeout: 240 seconds]
Guest33346[m] has quit [Ping timeout: 240 seconds]
boliboli[m] has quit [Ping timeout: 240 seconds]
g215[m] has quit [Ping timeout: 240 seconds]
victorbjelkholm[ has quit [Ping timeout: 240 seconds]
computerfreak[m] has quit [Ping timeout: 240 seconds]
Caquilala[m] has quit [Ping timeout: 240 seconds]
themsay[m] has quit [Ping timeout: 240 seconds]
harleyk has quit [Ping timeout: 250 seconds]
fredddy42[m] has quit [Ping timeout: 272 seconds]
red5d[m] has quit [Ping timeout: 272 seconds]
M-Dan has quit [Ping timeout: 272 seconds]
wehlutyk[m] has quit [Ping timeout: 272 seconds]
Guest18687[m] has quit [Ping timeout: 272 seconds]
hartmanroberte[m has quit [Ping timeout: 272 seconds]
M-Ingo has quit [Ping timeout: 272 seconds]
NeoTeo has quit [Ping timeout: 272 seconds]
NeoTeo_ is now known as NeoTeo
M-nated has quit [Ping timeout: 240 seconds]
jamespedwards42[ has quit [Ping timeout: 240 seconds]
Avinash[m] has quit [Ping timeout: 240 seconds]
M-5459 has quit [Ping timeout: 240 seconds]
valdek[m] has quit [Ping timeout: 240 seconds]
M-ms has quit [Ping timeout: 240 seconds]
protestContest[m has quit [Ping timeout: 240 seconds]
M-16194 has quit [Ping timeout: 240 seconds]
yuryk[m] has quit [Ping timeout: 240 seconds]
aburkett[m] has quit [Ping timeout: 240 seconds]
M-2223 has quit [Ping timeout: 240 seconds]
edu[m] has quit [Ping timeout: 240 seconds]
solariiknight[m] has quit [Ping timeout: 240 seconds]
alistair77[m] has quit [Ping timeout: 240 seconds]
M-scio_ has quit [Ping timeout: 240 seconds]
monzoon[m] has quit [Ping timeout: 276 seconds]
GeorgeAntoniadis has quit [Ping timeout: 276 seconds]
Dawg[m] has quit [Ping timeout: 276 seconds]
M-mikael has quit [Ping timeout: 276 seconds]
M-1982 has quit [Ping timeout: 276 seconds]
M-dtg has quit [Ping timeout: 276 seconds]
Guest18692[m] has quit [Ping timeout: 276 seconds]
M-hierophantos has quit [Ping timeout: 276 seconds]
Guest20001[m] has quit [Ping timeout: 276 seconds]
gdt[m] has quit [Ping timeout: 276 seconds]
rt2016[m] has quit [Ping timeout: 276 seconds]
Guest30983[m] has quit [Ping timeout: 276 seconds]
M-fabrixxm has quit [Ping timeout: 276 seconds]
M-9743 has quit [Ping timeout: 276 seconds]
M-mubot has quit [Ping timeout: 276 seconds]
Johnny81[m] has quit [Ping timeout: 276 seconds]
am5a03[m] has quit [Ping timeout: 276 seconds]
ShawkHawk[m] has quit [Ping timeout: 276 seconds]
matrixtest[m] has quit [Ping timeout: 276 seconds]
M-hostbbb has quit [Ping timeout: 276 seconds]
M-TidyKoala has quit [Ping timeout: 276 seconds]
M-edrex has quit [Ping timeout: 276 seconds]
Guest43841 has quit [Ping timeout: 276 seconds]
appa-nerd has quit [Ping timeout: 250 seconds]
H3g3m0n[m] has quit [Ping timeout: 272 seconds]
RyuKurisu[m] has quit [Ping timeout: 272 seconds]
johnhenry[m] has quit [Ping timeout: 272 seconds]
Guest47833[m] has quit [Ping timeout: 272 seconds]
M-eitland has quit [Ping timeout: 272 seconds]
M-alphakamp has quit [Ping timeout: 272 seconds]
M-14382 has quit [Ping timeout: 272 seconds]
ntninja[m] has quit [Ping timeout: 272 seconds]
kszys[m] has quit [Ping timeout: 272 seconds]
Guest23322[m] has quit [Ping timeout: 276 seconds]
hendry[m] has quit [Ping timeout: 276 seconds]
Paul[m] has quit [Ping timeout: 276 seconds]
M-brain has quit [Ping timeout: 276 seconds]
Guest29626[m] has quit [Ping timeout: 276 seconds]
M-kalmi has quit [Ping timeout: 276 seconds]
naggie[m] has quit [Ping timeout: 276 seconds]
qgnox[m] has quit [Ping timeout: 276 seconds]
M-internetjanito has quit [Ping timeout: 276 seconds]
PseudoNoob[m] has quit [Ping timeout: 276 seconds]
M-3974 has quit [Ping timeout: 276 seconds]
TiagoDanin[m] has quit [Ping timeout: 276 seconds]
M-AbhishekDutt has quit [Ping timeout: 276 seconds]
M-3891 has quit [Ping timeout: 276 seconds]
M-leeola has quit [Ping timeout: 276 seconds]
M-7416 has quit [Ping timeout: 276 seconds]
M-cyzoonic has quit [Ping timeout: 276 seconds]
simonv3[m] has quit [Ping timeout: 276 seconds]
neoV[m] has quit [Ping timeout: 276 seconds]
M18645[m] has quit [Ping timeout: 276 seconds]
Guest34181[m] has quit [Ping timeout: 276 seconds]
lukeboswell[m] has quit [Ping timeout: 276 seconds]
msmart[m] has quit [Ping timeout: 276 seconds]
M-apolo11 has quit [Ping timeout: 276 seconds]
M-10670 has quit [Ping timeout: 276 seconds]
Guest19048[m] has quit [Ping timeout: 276 seconds]
M-hungle has quit [Ping timeout: 276 seconds]
M-harlan has quit [Ping timeout: 276 seconds]
M-kupskups9 has quit [Ping timeout: 276 seconds]
Sharavanabhava[m has quit [Ping timeout: 276 seconds]
M-wwwi7891 has quit [Ping timeout: 276 seconds]
M-AndrewGaspar has quit [Ping timeout: 276 seconds]
edsilv[m]1 has quit [Ping timeout: 276 seconds]
M-Samim has quit [Ping timeout: 276 seconds]
Guest28775[m] has quit [Ping timeout: 276 seconds]
M-erwin has quit [Ping timeout: 276 seconds]
probitlabs[m] has quit [Ping timeout: 276 seconds]
Guest26084[m] has quit [Ping timeout: 276 seconds]
am2on[m] has quit [Ping timeout: 276 seconds]
michaelmure[m] has quit [Ping timeout: 276 seconds]
M-mousereeve has quit [Ping timeout: 276 seconds]
teglafal[m] has quit [Ping timeout: 276 seconds]
M-Xorkle has quit [Ping timeout: 276 seconds]
Guest52361[m] has quit [Ping timeout: 276 seconds]
M-rongladney has quit [Ping timeout: 276 seconds]
M-12044 has quit [Ping timeout: 276 seconds]
M-krsiehl has quit [Ping timeout: 276 seconds]
M-manveru has quit [Ping timeout: 276 seconds]
M-ngu has quit [Ping timeout: 272 seconds]
M-codebam has quit [Ping timeout: 272 seconds]
R4FKEN[m] has quit [Ping timeout: 272 seconds]
M-phaverkamp has quit [Ping timeout: 272 seconds]
M-jimt has quit [Ping timeout: 272 seconds]
riveter has quit [Ping timeout: 250 seconds]
dyce has quit [Ping timeout: 250 seconds]
HansMeiser[m] has quit [Ping timeout: 272 seconds]
Jacob[m] has quit [Ping timeout: 272 seconds]
AMIR[m] has quit [Ping timeout: 272 seconds]
Arw has joined #ipfs
M-male has quit [Ping timeout: 272 seconds]
riveter has joined #ipfs
harleyk has joined #ipfs
splintax has quit [Ping timeout: 250 seconds]
basilgohar has quit [Ping timeout: 272 seconds]
basilgohar has joined #ipfs
appa-nerd has joined #ipfs
thefinn93 has quit [Remote host closed the connection]
thefinn93 has joined #ipfs
chipee has quit [Ping timeout: 276 seconds]
Askaban[m]1 has joined #ipfs
PalTale has joined #ipfs
M-2194 has joined #ipfs
njm14823[m] has joined #ipfs
damongant has joined #ipfs
matoro has joined #ipfs
Ulises[m] has joined #ipfs
dyce has joined #ipfs
Guest20690[m] has joined #ipfs
Oatmeal has quit [Ping timeout: 240 seconds]
splintax has joined #ipfs
WardCunningham has quit [Quit: WardCunningham]
Jellybeanmommy[m has joined #ipfs
Oatmeal has joined #ipfs
ulrichard has quit [Remote host closed the connection]
cjd has joined #ipfs
rgrinberg has quit [Ping timeout: 244 seconds]
IlanGodik has joined #ipfs
M-david has joined #ipfs
tkorrison[m] has joined #ipfs
davidar has joined #ipfs
M-roblabla has joined #ipfs
mythmon- has joined #ipfs
Leer10[m] has joined #ipfs
disgusting[m] has joined #ipfs
musicmatze[m] has joined #ipfs
H3g3m0n[m] has joined #ipfs
AurabindoJ[m] has joined #ipfs
M-erikgarrison has joined #ipfs
M-4485 has joined #ipfs
M-12989 has joined #ipfs
M-16549 has joined #ipfs
nixyne[m] has joined #ipfs
Guest30871[m] has joined #ipfs
M0x52[m] has joined #ipfs
Lord[m] has joined #ipfs
ntninja[m] has joined #ipfs
MarkOtaris has joined #ipfs
NathanBraswell[m has joined #ipfs
M-7141 has joined #ipfs
miladmaster[m] has joined #ipfs
sibi[m] has joined #ipfs
atomet[m] has joined #ipfs
M-aatchison has joined #ipfs
M-2234 has joined #ipfs
jon[m]1 has joined #ipfs
rschulman has joined #ipfs
dd[m] has joined #ipfs
guaraqe[m] has joined #ipfs
M21634[m] has joined #ipfs
airsickpayload[m has joined #ipfs
cmp[m] has joined #ipfs
Guest47022[m] has joined #ipfs
Craeckie[m] has joined #ipfs
M-boli has joined #ipfs
pik[m]1 has joined #ipfs
M-liathit has joined #ipfs
M-mseri has joined #ipfs
M-jgrowl has joined #ipfs
M18691[m] has joined #ipfs
nicolae[m] has joined #ipfs
Guest24121[m] has joined #ipfs
Guest45538[m] has joined #ipfs
M-codebam has joined #ipfs
M-Guillaume has joined #ipfs
M-g has joined #ipfs
loco[m] has joined #ipfs
SeriousBug[m] has joined #ipfs
iwxzr[m] has joined #ipfs
M-JayCarpenter has joined #ipfs
M-jimt has joined #ipfs
NikolayKolev[m] has joined #ipfs
SARANKUMAR[m] has joined #ipfs
M-phaverkamp has joined #ipfs
igork[m] has joined #ipfs
M-mckaydavis has joined #ipfs
M-1976 has joined #ipfs
qzo[m] has joined #ipfs
M-13288 has joined #ipfs
M-infpetal has joined #ipfs
morozevich73[m] has joined #ipfs
panicbit-M has joined #ipfs
alexvoda[m] has joined #ipfs
edsilv[m] has joined #ipfs
sull[m] has joined #ipfs
M-hellomoto has joined #ipfs
dudezer0_bot[m] has joined #ipfs
M18523[m] has joined #ipfs
M-Nickfost has joined #ipfs
orapouso[m] has joined #ipfs
ghtdak[m] has joined #ipfs
M-pims has joined #ipfs
M-6561 has joined #ipfs
M-alien has joined #ipfs
M-8842 has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-jbenet has joined #ipfs
trytrytry[m] has joined #ipfs
doctrv[m] has joined #ipfs
rfb[m] has joined #ipfs
M21100[m] has joined #ipfs
M-jaxondu has joined #ipfs
monikp[m] has joined #ipfs
xamino[m] has joined #ipfs
Stormy[m] has joined #ipfs
Guest26833[m] has joined #ipfs
M-fiatjaf has joined #ipfs
Guest43355[m] has joined #ipfs
Guest26265[m] has joined #ipfs
M-zick has joined #ipfs
ivegotasthma[m] has joined #ipfs
M-3045 has joined #ipfs
M-6581 has joined #ipfs
M-vro has joined #ipfs
ulrichard has joined #ipfs
Guest31481[m] has joined #ipfs
M-16355 has joined #ipfs
M-ryanwilliams has joined #ipfs
Usr[m] has joined #ipfs
Guest26812[m] has joined #ipfs
M-2128 has joined #ipfs
masoodahm[m] has joined #ipfs
Guest19040[m] has joined #ipfs
M-foxxy has joined #ipfs
berninoz[m] has joined #ipfs
Kane` has quit [Quit: Leaving]
M2ezit[m] has joined #ipfs
Ineentho[m] has joined #ipfs
fredddy42[m] has joined #ipfs
Guest42119[m] has joined #ipfs
Guest50356[m] has joined #ipfs
red5d[m] has joined #ipfs
M-abdessamadhoud has joined #ipfs
peterix has joined #ipfs
M-Dan has joined #ipfs
M-davidar-test has joined #ipfs
Cleopatra7[m] has joined #ipfs
palesz[m] has joined #ipfs
M-drwasho has joined #ipfs
AMIR[m] has joined #ipfs
M-9364 has joined #ipfs
wehlutyk[m] has joined #ipfs
HansMeiser[m] has joined #ipfs
hartmanroberte[m has joined #ipfs
Jacob[m] has joined #ipfs
M-14382 has joined #ipfs
Karalix[m] has joined #ipfs
patrickr[m] has joined #ipfs
Guest46230[m] has joined #ipfs
Guest18687[m] has joined #ipfs
johnhenry[m] has joined #ipfs
Guest47833[m] has joined #ipfs
_mak has joined #ipfs
M-eitland has joined #ipfs
ix3[m] has joined #ipfs
mildred has joined #ipfs
kszys[m] has joined #ipfs
M-Ingo has joined #ipfs
monzoon[m] has joined #ipfs
M-1982 has joined #ipfs
Guest20001[m] has joined #ipfs
Dawg[m] has joined #ipfs
M-mubot has joined #ipfs
am5a03[m] has joined #ipfs
GeorgeAntoniadis has joined #ipfs
M-fabrixxm has joined #ipfs
M-9743 has joined #ipfs
M-mikael has joined #ipfs
M-dtg has joined #ipfs
gdt[m] has joined #ipfs
Guest30983[m] has joined #ipfs
dignifiedquire has joined #ipfs
M-hierophantos has joined #ipfs
Guest18692[m] has joined #ipfs
ShawkHawk[m] has joined #ipfs
rt2016[m] has joined #ipfs
matrixtest[m] has joined #ipfs
M-TidyKoala has joined #ipfs
Johnny81[m] has joined #ipfs
M-hostbbb has joined #ipfs
M-edrex has joined #ipfs
Guest43841 has joined #ipfs
M-sraja has joined #ipfs
containsliquid[m has joined #ipfs
mokhtar[m] has joined #ipfs
Guest22481[m] has joined #ipfs
dc167[m] has joined #ipfs
M-ikreymer has joined #ipfs
M-uhiiued7278 has joined #ipfs
i[m] has joined #ipfs
joshb[m] has joined #ipfs
M-rryan has joined #ipfs
M-ed has joined #ipfs
M-jmesserli has joined #ipfs
M-slang has joined #ipfs
M-kcinjp has joined #ipfs
demian[m] has joined #ipfs
M-ngu has joined #ipfs
M-jackvt93 has joined #ipfs
captain_morgan has quit [Ping timeout: 272 seconds]
Natanael[m] has joined #ipfs
Guest26163[m] has joined #ipfs
Guest19042[m] has joined #ipfs
R4FKEN[m] has joined #ipfs
buhrmi has joined #ipfs
Guest49679[m] has joined #ipfs
dz[m] has joined #ipfs
M-male has joined #ipfs
Ericson2314[m] has joined #ipfs
Guest35894[m] has joined #ipfs
M-lilien1010 has joined #ipfs
soradet[m] has joined #ipfs
RyuKurisu[m] has joined #ipfs
M-pfista has joined #ipfs
M-giodamelio has joined #ipfs
M-11367 has joined #ipfs
M-alphakamp has joined #ipfs
M-3630 has joined #ipfs
benhylau[m] has joined #ipfs
M-17739 has joined #ipfs
irx[m] has joined #ipfs
M-amblin has joined #ipfs
quux[m] has joined #ipfs
muxueqz[m] has joined #ipfs
M-greymr has joined #ipfs
M-sivachandran has joined #ipfs
victorbjelkholm[ has joined #ipfs
g215[m] has joined #ipfs
boliboli[m] has joined #ipfs
themsay[m] has joined #ipfs
pfrazee has quit [Remote host closed the connection]
Caquilala[m] has joined #ipfs
l64376[m] has joined #ipfs
M-HirmeS has joined #ipfs
Guest33346[m] has joined #ipfs
computerfreak[m] has joined #ipfs
structuralist has joined #ipfs
matoro has quit [Ping timeout: 276 seconds]
naggie[m] has joined #ipfs
wallacoloo has quit [Read error: Connection reset by peer]
PseudoNoob[m] has joined #ipfs
M-kalmi has joined #ipfs
M-3974 has joined #ipfs
M18645[m] has joined #ipfs
TiagoDanin[m] has joined #ipfs
Guest34181[m] has joined #ipfs
lukeboswell[m] has joined #ipfs
Paul[m] has joined #ipfs
Guest29626[m] has joined #ipfs
M-3891 has joined #ipfs
M-10670 has joined #ipfs
Foxcool has joined #ipfs
rendar has joined #ipfs
M-7416 has joined #ipfs
M-brain has joined #ipfs
M-AndrewGaspar has joined #ipfs
qgnox[m] has joined #ipfs
M-internetjanito has joined #ipfs
simonv3[m] has joined #ipfs
hendry[m] has joined #ipfs
M-wwwi7891 has joined #ipfs
Guest28775[m] has joined #ipfs
michaelmure[m] has joined #ipfs
M-AbhishekDutt has joined #ipfs
M-Xorkle has joined #ipfs
teglafal[m] has joined #ipfs
M-hungle has joined #ipfs
neoV[m] has joined #ipfs
edsilv[m]1 has joined #ipfs
M-Samim has joined #ipfs
Guest23322[m] has joined #ipfs
M-apolo11 has joined #ipfs
M-harlan has joined #ipfs
M-12044 has joined #ipfs
M-leeola has joined #ipfs
M-cyzoonic has joined #ipfs
M-mousereeve has joined #ipfs
M-kupskups9 has joined #ipfs
probitlabs[m] has joined #ipfs
msmart[m] has joined #ipfs
Guest19048[m] has joined #ipfs
Sharavanabhava[m has joined #ipfs
M-erwin has joined #ipfs
M-rongladney has joined #ipfs
am2on[m] has joined #ipfs
Guest52361[m] has joined #ipfs
Guest26084[m] has joined #ipfs
M-krsiehl has joined #ipfs
lkcl has quit [Remote host closed the connection]
M-manveru has joined #ipfs
M-nated has joined #ipfs
M-ms has joined #ipfs
protestContest[m has joined #ipfs
Avinash[m] has joined #ipfs
edu[m] has joined #ipfs
solariiknight[m] has joined #ipfs
jamespedwards42[ has joined #ipfs
valdek[m] has joined #ipfs
yuryk[m] has joined #ipfs
M-16194 has joined #ipfs
alistair77[m] has joined #ipfs
M-2223 has joined #ipfs
M-5459 has joined #ipfs
M-scio_ has joined #ipfs
aburkett[m] has joined #ipfs
M-nd has joined #ipfs
M-12490 has joined #ipfs
peapeaxiong[m] has joined #ipfs
M-volobuev has joined #ipfs
Guest22926[m] has joined #ipfs
Guest42293[m] has joined #ipfs
M-bastinik has joined #ipfs
gsf[m] has joined #ipfs
blackflag[m] has joined #ipfs
M-bp5 has joined #ipfs
M-austinhc has joined #ipfs
rajeevn[m] has joined #ipfs
Ravneson[m] has joined #ipfs
M18690[m] has joined #ipfs
M18695[m] has joined #ipfs
blabla2[m] has joined #ipfs
dmr has joined #ipfs
cjd has quit [Remote host closed the connection]
cjd has joined #ipfs
pfrazee has joined #ipfs
structuralist has quit [Remote host closed the connection]
pfrazee has quit [Ping timeout: 264 seconds]
Artazor has joined #ipfs
<Artazor> Hi everybody! Just want to ask whether it is realistic to enhance an ipfs ledger with information about the peer's bandwidth?
JesseW has quit [Ping timeout: 244 seconds]
corvinux has joined #ipfs
corvinux has quit [Changing host]
corvinux has joined #ipfs
<Artazor> for example to add a timeSpan parameter into two operations: SentBytes and ReceivedBytes. And keep the statistics?
<Artazor> is this cahnnel a right place for the preliminary discussion, or it would be worth to create an issue on the github?
<Artazor> I'm working on DECENT protocol and we need this info for our reward accounting model,
<Artazor> and the ledger looks the right place to store this info.
<Artazor> Maybe ipfs itself would benefit in future from storing this statistics
<Artazor> Or I've missed something and we already track the bandwidth between peers?
<kvda> Artazor I've wondered about the same thing, at the moment it doesn't seem bandwidth is accounted to
<kvda> *fro
<kvda> *for
<Artazor> I would be happy to submit a PR
<Artazor> that will implement this type of the statistics
<Artazor> Though we have to agree how we measure a statistics. I will create an Enhancement issue on the github.
computerfreak has joined #ipfs
M-6781 has joined #ipfs
Guest44591[m] has joined #ipfs
Dineshsac[m] has joined #ipfs
ylp has joined #ipfs
M-madsurgeon has joined #ipfs
M-pieohpah has joined #ipfs
doge_with_sungla has joined #ipfs
ThePurgingPanda[ has joined #ipfs
M-3714 has joined #ipfs
Arcane has joined #ipfs
Guest53398[m] has joined #ipfs
arkadiy[m] has joined #ipfs
Arcane has left #ipfs ["Leaving"]
G-Ray has joined #ipfs
zorglub27 has joined #ipfs
ghtdak has quit [Ping timeout: 244 seconds]
Mitar has quit [Ping timeout: 272 seconds]
ghtdak has joined #ipfs
Mitar has joined #ipfs
pfrazee has joined #ipfs
s_kunk has joined #ipfs
pfrazee has quit [Ping timeout: 244 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banana_ has joined #ipfs
kobigurk has joined #ipfs
<banana_> Hey, I am playing around with ipfs and want to set up a data sharing app between users on android and iOS phones.
<banana_> My initial thoughts are, run say 4 nodes using nodejs on some cloud server. Connect 2-3 android clients via socket.io to each node and use that for setting up chat and data sharing service
<banana_> As native android is not yet supported by ipfs.
<banana_> Any thoughts/ advice from the community?
Mateon1_ has quit [Ping timeout: 276 seconds]
<dignifiedquire> Kubuxu: so I'm minding my own business, running tests on javascript code when suddenly this happens :D
<dignifiedquire> but its the old 4.1 release so probably fixed by now
Mateon1 has joined #ipfs
Mateon1 is now known as Guest73491
dawuud has joined #ipfs
<dawuud> hallo
<dawuud> morgen
Encrypt has joined #ipfs
<dawuud> can we make more collective progress on the tor integration soon?
<dawuud> here's the ticket --> https://github.com/ipfs/notes/issues/37
buhrmi has quit [Ping timeout: 240 seconds]
<dawuud> i'm still blocked on the onion transport component... i think what i need to do is somehow find the git commit ids of several golang dependencies and use ipfs's golang package tool gx to copy them into an ipfs storage node and record their hash ids and this results in a local cached copy for my dev environment
<dawuud> i would want go libp2p transport and other things like that to build from the master branch... but apparently there are commit ids i need to look for
Guest73491 has quit [Ping timeout: 272 seconds]
<dignifiedquire> daviddias: ping
<daviddias> hello :)
<dignifiedquire> good morning and welcome back to the land of the living ;)
<daviddias> ahahah :D
<daviddias> to the 'right timezone'
<dignifiedquire> :D
<dignifiedquire> how are you doing? already back to business?
<daviddias> spending the morning going through backlog and handling home stuff
<daviddias> will be back to hacking after lunch
<daviddias> need anything ?
lkcl has joined #ipfs
m0ns00n_ has joined #ipfs
m0ns00n_ has quit [Client Quit]
<dignifiedquire> yes I would like to talk about how we can get https://github.com/ipfs/js-ipfs/pull/499 and https://github.com/ipfs/js-ipfs/pull/485 merged and shipped as soon as possible, as these are changes touching many things and it will be super painful to keep them in sync if we keep them around for too long
m0ns00n_ has joined #ipfs
Mateon1_ has joined #ipfs
ygrek_ has quit [Ping timeout: 264 seconds]
<dignifiedquire> daviddias: ^^
Mateon1_ has quit [Ping timeout: 264 seconds]
keks has joined #ipfs
m0ns00n_ has quit [Quit: quit]
cketti has joined #ipfs
<daviddias> Ok, prioritizing that then :)
computerfreak has quit [Remote host closed the connection]
espadrine has joined #ipfs
<daviddias> I don't believe we can break the user API in multihashing, have been thinking about it and the best option ( given that having both API would multiply deps) is to have multihashing-async module
<daviddias> And recommend devs to use it in multihashing, explaining why
pfrazee has joined #ipfs
<daviddias> On the first PR, my last comment is to Lee Joi validation, if there are more optional Args, then so be it :)
<daviddias> s/Lee/lets keep
pfrazee has quit [Ping timeout: 264 seconds]
<daviddias> @dignifiedquire: ^ :)
<dignifiedquire> so you mean creating a new module for multihashing?
<dignifiedquire> if we recommend devs to use the new version, we can just do a major version bump, with a changelog, that way everyone who wants to not refactor their code can stay on the old version, and we don't have to maintain to different versions
<dignifiedquire> daviddias: re Joi validation as I said in my comment I wasn't able to get that working, Joi would always throw if js-ipfs-api passed it something it didn't know
kobigurk has quit [Ping timeout: 240 seconds]
Kane` has joined #ipfs
<dignifiedquire> daviddias: ^^
banana_ has quit [Quit: Page closed]
Mateon1 has joined #ipfs
Mateon1 is now known as Guest21000
Encrypt has quit [Quit: Lunch time!]
diffalot has quit [Read error: Connection reset by peer]
diffalot has joined #ipfs
diffalot has joined #ipfs
diffalot has quit [Changing host]
diffalot has quit [Ping timeout: 272 seconds]
diffalot has joined #ipfs
<lgierth> !pin QmYjvxdsSXb8TjniVXhBiVJFWKupoWfp91ppQttg9HaXZE peers.fc00.io
<pinbot> now pinning /ipfs/QmYjvxdsSXb8TjniVXhBiVJFWKupoWfp91ppQttg9HaXZE
keks has quit [Ping timeout: 264 seconds]
<daviddias> dignifiedquire: ACK, what I meant is: the args that will be passed are defined on the spec
<daviddias> so we can list them
<dignifiedquire> daviddias: okay will try that
<dignifiedquire> daviddias: cool https://github.com/ipld/specs/issues/27
<daviddias> dignifiedquire: yeah, that is what I'm working on :D:D so that we can map their blocks and resolve them direclty
diffalot has quit [Quit: goodbye]
diffalot has joined #ipfs
[]\[] has quit [Ping timeout: 244 seconds]
diffalot has quit [Client Quit]
Guest53543[m] has joined #ipfs
diffalot has joined #ipfs
kobigurk has joined #ipfs
<Kubuxu> dignifiedquire: which go-ipfs are you running?
<Kubuxu> as you are running osx, was it build with go 1.7?
<Kubuxu> you can check with `ipfs version --all
<Kubuxu> `
<Kubuxu> I think I finally found the go-reuseport bug.
<Kubuxu> If it is it, that is the most time expensive, `dd` command in vim ever.
<Kubuxu> YES
<Kubuxu> that was it
<Kubuxu> Oh my god
<Kubuxu> I will print this patch file and frame it on a wall.
<lgierth> :):)
<Kubuxu> That has to be one of the most intriguing bugs I ever fixed.
<Kubuxu> The circumstances had to be just right for it to happen.
<Kubuxu> I mean: FileConn has to fail, there had to be fd pressure so fd gets reused quickly, plus lots of connections so it is reused in the Dial routine and there had to be memory pressure so GC runs
<Kubuxu> That was a journey.
Encrypt has joined #ipfs
<LugariusMtrx> How do I setup denylists?
Guest21000 has quit [Ping timeout: 240 seconds]
<Kubuxu> there isn't solution in ipfs right now, we had one but it was unsatisfactory so it was removed, if you want to block something right now you can use nginx reverse proxy.
<Kubuxu> lgierth: do we have issue on that ^^
corvinux has quit [Ping timeout: 264 seconds]
pfrazee has joined #ipfs
<lgierth> yeah multiple
<LugariusMtrx> So denylists do not exist anymore?
<LugariusMtrx> No dcma blocks by default?
<lgierth> they don't not exist "anymore", we've never had them in the past
<Kubuxu> We haven't got any DCMAs yet, AFAIK.
pfrazee has quit [Ping timeout: 264 seconds]
<LugariusMtrx> I'm confused
<LugariusMtrx> never had them?
<lgierth> Kubuxu: haha i'm off yak shaving too lol -- but at least now i know exactly what to do and how to do it nicely
<lgierth> LugariusMtrx: we meant that we've never had code in go-ipfs for blocking things (we will in the mid-term future, there's a couple of things to figure out to do it nicely and the right way)
<lgierth> LugariusMtrx: the few dmca requests that we've received, we've handled through nginx
<Kubuxu> you don't want to know what kind of strace magic I was pulling out yesterday
<Kubuxu> GOTRACEBACK=all strace -t -f -k -o strace/trace -e trace=close ./go-libp2p-kad-dht.test -test.run TestPeriodicBootstrap 2>&1 | tee out | less
<lgierth> nice
<Kubuxu> where `strace` directory was tmpfs because my PCI SSD was too slow..
<lgierth> too slow to catch the race?
<Kubuxu> yup
<Kubuxu> the memory, fd and connection pressures had to be just right for it to show up
<lgierth> ^5
<Kubuxu> normal stracing wasn't a problem but when I added `-k` option it slowed down a lot
<Kubuxu> `-k` shows you full back trace at the syscall
<lgierth> whyrusleeping: ping when you're there about that new recursive update command in gx
kobigurk has quit [Ping timeout: 276 seconds]
<lgierth> haha fuck, the jbenet=>multiformats rename is even breaking gx itself
<lgierth> this yak just keeps growing hair like harry potter
cemerick has joined #ipfs
ilyaigpetrov has joined #ipfs
rgrinberg has joined #ipfs
anonymuse has joined #ipfs
dmr has quit [Quit: Leaving]
Artazor has quit [Quit: Page closed]
Artazor has joined #ipfs
PseudoNoob has joined #ipfs
<dawuud> lgierth: ah yeah that's one of the problems preventing me from building the new onion transport
<lgierth> dawuud: i'm on it
<dawuud> the multiformats rename
<dawuud> ;-) ok thanks
<lgierth> took way too long already but expect something working tomorrow
<lgierth> i'm making tooling for bubbling up the gx dependency updates, we didn't have that yet but this time it's big enough to immediately automate
<lgierth> today's the last day to fund the recompiler mag's book: https://www.kickstarter.com/projects/961164339/the-responsible-communication-style-guide
ppham has joined #ipfs
ppham has quit [Remote host closed the connection]
m0ns00n_ has joined #ipfs
ppham has joined #ipfs
m0ns00n_ has quit [Quit: quit]
matoro has joined #ipfs
dmr has joined #ipfs
<dignifiedquire> Kubuxu: yes it's build uising go.1.7 and and go-ipfs 0.4.1 and on OS X 10.12
<lgierth> best to try 0.4.3 *shrug*
<dignifiedquire> yep
<Kubuxu> 0.4.1? wow, this even still exists
<Kubuxu> the whatever package that couldn't be updated should be updated to 0.4.3
<Kubuxu> we had some critical patches
<Kubuxu> !pin QmTd6Rt6P13d8kikCTngvhLxkQ2JLTBTgrDGXwA8od3rjs go-reuseport 0.1.3
<pinbot> now pinning /ipfs/QmTd6Rt6P13d8kikCTngvhLxkQ2JLTBTgrDGXwA8od3rjs
<dignifiedquire> Kubuxu: yes it should but it wasn't yet
<dignifiedquire> which is what I'm going to do now
WardCunningham has joined #ipfs
<Kubuxu> great
pfrazee has joined #ipfs
pfrazee has quit [Ping timeout: 272 seconds]
<dignifiedquire> daviddias: https://github.com/diasdavid/go-ipfs-dep/pull/8 can we please get this out today?
IlanGodik has quit [Quit: Connection closed for inactivity]
<daviddias> sure :)
<dignifiedquire> thank you
shizy has joined #ipfs
ashark has joined #ipfs
ppham has quit [Remote host closed the connection]
ppham has joined #ipfs
jedahan has joined #ipfs
ppham has quit [Remote host closed the connection]
mildred has quit [Read error: No route to host]
matoro has quit [Ping timeout: 276 seconds]
mildred has joined #ipfs
matoro has joined #ipfs
matoro has quit [Max SendQ exceeded]
<dignifiedquire> daviddias: need some review https://github.com/ipfs/js-ipfsd-ctl/pull/81
<daviddias> there you go :)
Mateon1 has joined #ipfs
Mateon1 is now known as Guest64750
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dignifiedquire> daviddias: more questions ans answers for you :P
jedahan has joined #ipfs
herzmeister has quit [Ping timeout: 240 seconds]
pfrazee has joined #ipfs
herzmeister has joined #ipfs
pfrazee has quit [Read error: Connection reset by peer]
pfrazee has joined #ipfs
cwahlers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cketti has quit [Quit: Leaving]
ulrichard has quit [Remote host closed the connection]
espadrine has quit [Ping timeout: 264 seconds]
captain_morgan has joined #ipfs
ylp has quit [Quit: Leaving.]
pfrazee has quit [Read error: Connection reset by peer]
pfrazee has joined #ipfs
Kane` has quit [Ping timeout: 264 seconds]
The_8472` has quit [Ping timeout: 265 seconds]
Kane` has joined #ipfs
The_8472 has joined #ipfs
JesseW has joined #ipfs
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
Mateon1 has joined #ipfs
<cjd> whyrusleeping: did you know there's a utf8 / ?
<cjd> notgay:lol user$ mkdir ∕
<cjd> ∕
<cjd> notgay:lol user$ ls
<cjd> notgay:lol user$ rm -rf  ∕
WardCunningham has quit [Quit: WardCunningham]
cubemonkey has joined #ipfs
<achin> terrifying
stwcx has quit [Ping timeout: 265 seconds]
<whyrusleeping> cjd: those characters look distinct to me
<cjd> ahh, your system font is nice
<cjd> on mac terminal, they look identical
<Mateon1> On my system they look distinct. My IRC client uses Consolas.
JesseW has quit [Ping timeout: 264 seconds]
stwcx has joined #ipfs
Encrypt has quit [Quit: Quit]
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
jedahan has joined #ipfs
keks has joined #ipfs
<Mateon1> I just tested a bunch of my fonts. (Note that some OKs might be due to unsupported chars) https://ipfs.io/ipfs/QmaZwpWFm4QJG2AVvZjQuiMLVds2RRB6xiMvfdF2exovRQ
<Kubuxu> Yup, the ∕ is smaller and more angled
vasild has joined #ipfs
Mizzu has joined #ipfs
G-Ray has quit [Quit: Konversation terminated!]
<daviddias> dignifiedquire: I believe you meant Node.js 4 https://github.com/ipfs/js-ipfs/issues/429#issuecomment-250521079
<dignifiedquire> daviddias: yes :D updated
<daviddias> :)
<dignifiedquire> I mean we can also just drop support for 6 :D
<dignifiedquire> daviddias: on that note: https://twitter.com/thealphanerd/status/781233819827499008
<dignifiedquire> :)
<daviddias> no :)
<daviddias> LTS
cwahlers has joined #ipfs
<dignifiedquire> daviddias: it looks like TC39 + and Node.js were able to figure out a path forward for ES Modules: https://twitter.com/mikeal/status/781530255198523392
<dignifiedquire> 🎉
<daviddias> that is exciting
<daviddias> looking forward to read what they have decided
<dignifiedquire> yeah me too
<Kubuxu> !pin QmTd6Rt6P13d8kikCTngvhLxkQ2JLTBTgrDGXwA8od3rjs go-reuseport 0.1.3
<pinbot> now pinning /ipfs/QmTd6Rt6P13d8kikCTngvhLxkQ2JLTBTgrDGXwA8od3rjs
synne has joined #ipfs
s_kunk has quit [Ping timeout: 240 seconds]
Qwertie has quit [Ping timeout: 264 seconds]
galois_d_ has joined #ipfs
galois_d_ has quit [Client Quit]
galois_dmz has quit [Ping timeout: 272 seconds]
harder has joined #ipfs
neurrowcat has joined #ipfs
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
galois_dmz has joined #ipfs
harder has quit [Quit: Page closed]
lidel has quit [Remote host closed the connection]
lidel has joined #ipfs
peterix has quit [Ping timeout: 276 seconds]
_mak has quit [Ping timeout: 264 seconds]
ion has quit [Ping timeout: 264 seconds]
ion has joined #ipfs
<M-hash> hai ipfs'ers! is there any recent news on IPLD stuff?
<M-hash> I saw email from jbenet about gob encoding on the golang-dev list that made me curious what thoughts are rolling around
ianopolous has quit [Remote host closed the connection]
<dignifiedquire> M-hash: development of the spec happens here: https://github.com/ipld/specs/issues if you want to see what's happening
lidel has quit [Quit: lidel]
wallacoloo has joined #ipfs
<M-hash> oh, i'm watching :)
<M-hash> i mean more like, emotionally
<M-hash> last I recall hearing, cbor was intended to be the canonical encoding... so the questions on the golang-dev list about gob and mention of porting gob to other languages made my eyebrows wiggle a bit
lidel has joined #ipfs
<dignifiedquire> I see (haven't read that part), as far as I know the canonical one is currently cbor but the plan is to make it easy to have different encodings
ligi has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
Kane` has quit [Ping timeout: 264 seconds]
<Mateon1> What even is CBOR? I've never heard of it.
galois_dmz has joined #ipfs
<whyrusleeping> M-hash: we will be going forward with CBOR
<Mateon1> Okay, so binary JSON?
<whyrusleeping> the plan is to have full ipld with cbor implemented within the next two weeks
<M-hash> Mateon1: yeah pretty much :)
<whyrusleeping> in other news, i have no coffee in my house
<whyrusleeping> my housemates have let me down
Kane` has joined #ipfs
<whyrusleeping> i'm hoping theres enough caffiene in this kombucha stuff that i found in the fridge
<M-hash> whyrusleeping: cool. is https://github.com/ipfs/go-ipld still the place for gophers to watch?
<whyrusleeping> M-hash: ehm... i'll keep you posted
<M-hash> i'm splunking around that code rn and trying to grok the `Node`s
<M-hash> have been thinking about writing some other reflective mapper stuff in go as a library which would happen to make sense sitting in front of a serializer.
<M-hash> wondering if i can make it useful
ligi has quit [Ping timeout: 244 seconds]
kaotisk has quit [Read error: Connection reset by peer]
kaotisk has joined #ipfs
vasild has quit [Quit: leaving]
ianopolous has joined #ipfs
kulelu88 has joined #ipfs
Kane` has quit [Ping timeout: 272 seconds]
ligi has joined #ipfs
ligi has joined #ipfs
ligi has quit [Changing host]
Kane` has joined #ipfs
Encrypt has joined #ipfs
ligi has quit [Ping timeout: 264 seconds]
Kane` has quit [Ping timeout: 272 seconds]
Kane` has joined #ipfs
keks has quit [Quit: Reconnecting]
keks has joined #ipfs
ygrek_ has joined #ipfs
ligi has joined #ipfs
ligi has joined #ipfs
ligi has quit [Changing host]
em-ly has joined #ipfs
cketti has joined #ipfs
cketti has quit [Changing host]
cketti has joined #ipfs
Kane` has quit [Ping timeout: 264 seconds]
structuralist has joined #ipfs
xming has quit [Quit: No Ping reply in 180 seconds.]
iovoid is now known as [io]
Kane` has joined #ipfs
[io] is now known as iovoid
demize- has joined #ipfs
xming has joined #ipfs
progval has joined #ipfs
dylanPowers has joined #ipfs
iovoid is now known as [io]
nicolagreco has quit [Ping timeout: 252 seconds]
demize has quit [Remote host closed the connection]
linear has quit [Ping timeout: 252 seconds]
linear has joined #ipfs
Tugger has quit [Ping timeout: 252 seconds]
pinkieval has quit [Ping timeout: 252 seconds]
dPow has quit [Ping timeout: 252 seconds]
sickill has quit [Ping timeout: 252 seconds]
oleavr has quit [Ping timeout: 252 seconds]
emschwartz has quit [Ping timeout: 252 seconds]
apiarian has quit [Ping timeout: 252 seconds]
zmanian___ has quit [Ping timeout: 252 seconds]
sugarpuff has quit [Ping timeout: 252 seconds]
Muis has quit [Ping timeout: 252 seconds]
nullstyle has quit [Ping timeout: 252 seconds]
[io] is now known as iovoid
mildred has quit [Ping timeout: 240 seconds]
yuryk[m] has quit [Ping timeout: 240 seconds]
M-amblin has quit [Ping timeout: 240 seconds]
benhylau[m] has quit [Ping timeout: 240 seconds]
Natanael[m] has quit [Ping timeout: 240 seconds]
Karalix[m] has quit [Ping timeout: 240 seconds]
M21634[m] has quit [Ping timeout: 240 seconds]
mythmon- has quit [Ping timeout: 240 seconds]
blackflag[m] has quit [Ping timeout: 240 seconds]
M-5459 has quit [Ping timeout: 240 seconds]
M-apolo11 has quit [Ping timeout: 240 seconds]
M-kalmi has quit [Ping timeout: 240 seconds]
quux[m] has quit [Ping timeout: 240 seconds]
joshb[m] has quit [Ping timeout: 240 seconds]
M-edrex has quit [Ping timeout: 240 seconds]
Guest42119[m] has quit [Ping timeout: 240 seconds]
M-foxxy has quit [Ping timeout: 240 seconds]
M-alien has quit [Ping timeout: 240 seconds]
M-Nickfost has quit [Ping timeout: 240 seconds]
igork[m] has quit [Ping timeout: 240 seconds]
sull[m] has quit [Ping timeout: 240 seconds]
Guest24121[m] has quit [Ping timeout: 240 seconds]
Tugger has joined #ipfs
Guest53398[m] has quit [Ping timeout: 240 seconds]
M-nated has quit [Ping timeout: 240 seconds]
M-AndrewGaspar has quit [Ping timeout: 240 seconds]
Guest34181[m] has quit [Ping timeout: 240 seconds]
M-Ingo has quit [Ping timeout: 240 seconds]
Guest49679[m] has quit [Ping timeout: 240 seconds]
johnhenry[m] has quit [Ping timeout: 240 seconds]
rfb[m] has quit [Ping timeout: 240 seconds]
M-codebam has quit [Ping timeout: 240 seconds]
miladmaster[m] has quit [Ping timeout: 240 seconds]
M-pieohpah has quit [Ping timeout: 240 seconds]
M-austinhc has quit [Ping timeout: 240 seconds]
Guest42293[m] has quit [Ping timeout: 240 seconds]
M-ms has quit [Ping timeout: 240 seconds]
teglafal[m] has quit [Ping timeout: 240 seconds]
g215[m] has quit [Ping timeout: 240 seconds]
M-hostbbb has quit [Ping timeout: 240 seconds]
M-dtg has quit [Ping timeout: 240 seconds]
M-davidar-test has quit [Ping timeout: 240 seconds]
xamino[m] has quit [Ping timeout: 240 seconds]
M-erikgarrison has quit [Ping timeout: 240 seconds]
M-12490 has quit [Ping timeout: 276 seconds]
valdek[m] has quit [Ping timeout: 276 seconds]
probitlabs[m] has quit [Ping timeout: 276 seconds]
M18645[m] has quit [Ping timeout: 276 seconds]
M-alphakamp has quit [Ping timeout: 276 seconds]
Guest26265[m] has quit [Ping timeout: 276 seconds]
trytrytry[m] has quit [Ping timeout: 276 seconds]
M-mckaydavis has quit [Ping timeout: 276 seconds]
M-g has quit [Ping timeout: 276 seconds]
Guest47022[m] has quit [Ping timeout: 276 seconds]
disgusting[m] has quit [Ping timeout: 276 seconds]
tkorrison[m] has quit [Ping timeout: 276 seconds]
apiarian has joined #ipfs
arkadiy[m] has quit [Ping timeout: 240 seconds]
blabla2[m] has quit [Ping timeout: 240 seconds]
Guest19048[m] has quit [Ping timeout: 240 seconds]
M-10670 has quit [Ping timeout: 240 seconds]
monzoon[m] has quit [Ping timeout: 240 seconds]
AMIR[m] has quit [Ping timeout: 240 seconds]
M-vro has quit [Ping timeout: 240 seconds]
Guest26833[m] has quit [Ping timeout: 240 seconds]
SeriousBug[m] has quit [Ping timeout: 240 seconds]
M-2234 has quit [Ping timeout: 240 seconds]
nicolagreco has joined #ipfs
progval is now known as pinkieval
Guest53543[m] has quit [Ping timeout: 240 seconds]
solariiknight[m] has quit [Ping timeout: 240 seconds]
edsilv[m]1 has quit [Ping timeout: 240 seconds]
computerfreak[m] has quit [Ping timeout: 240 seconds]
irx[m] has quit [Ping timeout: 240 seconds]
M-pfista has quit [Ping timeout: 240 seconds]
ShawkHawk[m] has quit [Ping timeout: 240 seconds]
M-ryanwilliams has quit [Ping timeout: 240 seconds]
M-16549 has quit [Ping timeout: 240 seconds]
zmanian___ has joined #ipfs
M18690[m] has quit [Ping timeout: 276 seconds]
Guest26084[m] has quit [Ping timeout: 276 seconds]
M-2223 has quit [Ping timeout: 276 seconds]
M-rongladney has quit [Ping timeout: 276 seconds]
M-7416 has quit [Ping timeout: 276 seconds]
Caquilala[m] has quit [Ping timeout: 276 seconds]
Guest29626[m] has quit [Ping timeout: 276 seconds]
M-sivachandran has quit [Ping timeout: 276 seconds]
M-uhiiued7278 has quit [Ping timeout: 276 seconds]
containsliquid[m has quit [Ping timeout: 276 seconds]
M-hierophantos has quit [Ping timeout: 276 seconds]
M-abdessamadhoud has quit [Ping timeout: 276 seconds]
berninoz[m] has quit [Ping timeout: 276 seconds]
masoodahm[m] has quit [Ping timeout: 276 seconds]
M-aatchison has quit [Ping timeout: 276 seconds]
M-13288 has quit [Ping timeout: 276 seconds]
H3g3m0n[m] has quit [Ping timeout: 276 seconds]
nullstyle has joined #ipfs
Guest52361[m] has quit [Ping timeout: 240 seconds]
Guest22481[m] has quit [Ping timeout: 240 seconds]
wehlutyk[m] has quit [Ping timeout: 240 seconds]
ivegotasthma[m] has quit [Ping timeout: 240 seconds]
phorse` has quit [Remote host closed the connection]
M-3714 has quit [Ping timeout: 276 seconds]
Dineshsac[m] has quit [Ping timeout: 276 seconds]
M-krsiehl has quit [Ping timeout: 276 seconds]
Guest23322[m] has quit [Ping timeout: 276 seconds]
M-internetjanito has quit [Ping timeout: 276 seconds]
M-HirmeS has quit [Ping timeout: 276 seconds]
themsay[m] has quit [Ping timeout: 276 seconds]
R4FKEN[m] has quit [Ping timeout: 276 seconds]
M-slang has quit [Ping timeout: 276 seconds]
Dawg[m] has quit [Ping timeout: 276 seconds]
palesz[m] has quit [Ping timeout: 276 seconds]
M-pims has quit [Ping timeout: 276 seconds]
alexvoda[m] has quit [Ping timeout: 276 seconds]
M-mseri has quit [Ping timeout: 276 seconds]
Avinash[m] has quit [Ping timeout: 276 seconds]
M-leeola has quit [Ping timeout: 276 seconds]
PseudoNoob[m] has quit [Ping timeout: 276 seconds]
Guest28775[m] has quit [Ping timeout: 276 seconds]
soradet[m] has quit [Ping timeout: 276 seconds]
emschwartz has joined #ipfs
Ericson2314[m] has quit [Ping timeout: 276 seconds]
demian[m] has quit [Ping timeout: 276 seconds]
Johnny81[m] has quit [Ping timeout: 276 seconds]
Jacob[m] has quit [Ping timeout: 276 seconds]
M-jaxondu has quit [Ping timeout: 276 seconds]
M-flyingzumwalt has quit [Ping timeout: 276 seconds]
M-phaverkamp has quit [Ping timeout: 276 seconds]
nicolae[m] has quit [Ping timeout: 276 seconds]
guaraqe[m] has quit [Ping timeout: 276 seconds]
M0x52[m] has quit [Ping timeout: 276 seconds]
ligi has quit [Remote host closed the connection]
sickill has joined #ipfs
ebel has quit [Ping timeout: 252 seconds]
kpcyrd has quit [Ping timeout: 252 seconds]
kyledrake has quit [Ping timeout: 252 seconds]
oleavr has joined #ipfs
Tv` has quit [Read error: Connection reset by peer]
axic has quit [Read error: Connection reset by peer]
sugarpuff has joined #ipfs
Muis has joined #ipfs
axic has joined #ipfs
kyledrake has joined #ipfs
Tv` has joined #ipfs
DiCE1904 has quit [Read error: Connection reset by peer]
quotidien_afk_ has quit [Ping timeout: 272 seconds]
DiCE1904 has joined #ipfs
pinbot has quit [Ping timeout: 272 seconds]
jedahan has joined #ipfs
jedahan has quit [Remote host closed the connection]
jedahan has joined #ipfs
Mizzu has quit [Quit: WeeChat 1.5]
pinbot has joined #ipfs
quotidien_afk_ has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
kpcyrd has joined #ipfs
quotidien_afk_ has quit [Ping timeout: 272 seconds]
gozala has quit [Ping timeout: 272 seconds]
one5one has quit [Read error: No route to host]
Kane` has quit [Ping timeout: 272 seconds]
em-ly has quit [Ping timeout: 272 seconds]
em-ly has joined #ipfs
Kane` has joined #ipfs
quotidien_afk_ has joined #ipfs
gozala has joined #ipfs
cemerick has quit [Ping timeout: 244 seconds]
zorglub27 has quit [Quit: zorglub27]
Kane` has quit [Ping timeout: 244 seconds]
galois___ has joined #ipfs
yuryk[m] has joined #ipfs
computerfreak has joined #ipfs
Kane` has joined #ipfs
galois_dmz has quit [Ping timeout: 272 seconds]
gmcquillan___ has quit [Quit: gmcquillan___]
structuralist has quit [Ping timeout: 264 seconds]
alu1 has joined #ipfs
neurrowcat has quit [Quit: Deebidappidoodah!]
yoshuawuyts has quit [Ping timeout: 252 seconds]
alu has quit [Ping timeout: 252 seconds]
yoshuawuyts has joined #ipfs
Pharyngeal has quit [Ping timeout: 268 seconds]
Pharyngeal has joined #ipfs
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
nicolagreco has quit [Ping timeout: 272 seconds]
Xe has quit [Ping timeout: 252 seconds]
M-alphakamp has joined #ipfs
valdek[m] has joined #ipfs
probitlabs[m] has joined #ipfs
nicolagreco has joined #ipfs
Guest26265[m] has joined #ipfs
M-g has joined #ipfs
Guest47022[m] has joined #ipfs
M-mckaydavis has joined #ipfs
M18645[m] has joined #ipfs
trytrytry[m] has joined #ipfs
M-12490 has joined #ipfs
disgusting[m] has joined #ipfs
Xe has joined #ipfs
tkorrison[m] has joined #ipfs
M-apolo11 has joined #ipfs
M-edrex has joined #ipfs
igork[m] has joined #ipfs
quux[m] has joined #ipfs
M-foxxy has joined #ipfs
joshb[m] has joined #ipfs
Guest42119[m] has joined #ipfs
M-alien has joined #ipfs
M-kalmi has joined #ipfs
Guest24121[m] has joined #ipfs
sull[m] has joined #ipfs
M-Nickfost has joined #ipfs
blackflag[m] has joined #ipfs
M-5459 has joined #ipfs
Guest34181[m] has joined #ipfs
Guest53398[m] has joined #ipfs
M-nated has joined #ipfs
johnhenry[m] has joined #ipfs
M-Ingo has joined #ipfs
miladmaster[m] has joined #ipfs
M-AndrewGaspar has joined #ipfs
Guest49679[m] has joined #ipfs
M-codebam has joined #ipfs
rfb[m] has joined #ipfs
M18690[m] has joined #ipfs
M-2223 has joined #ipfs
M-7416 has joined #ipfs
Guest26084[m] has joined #ipfs
M-rongladney has joined #ipfs
M-uhiiued7278 has joined #ipfs
M-sivachandran has joined #ipfs
M-hierophantos has joined #ipfs
Caquilala[m] has joined #ipfs
M-13288 has joined #ipfs
containsliquid[m has joined #ipfs
masoodahm[m] has joined #ipfs
M-aatchison has joined #ipfs
M-abdessamadhoud has joined #ipfs
zombu2 has joined #ipfs
zombu2 has quit [Ping timeout: 252 seconds]
H3g3m0n[m] has joined #ipfs
Guest29626[m] has joined #ipfs
berninoz[m] has joined #ipfs
M-pieohpah has joined #ipfs
Guest42293[m] has joined #ipfs
M-austinhc has joined #ipfs
M-hostbbb has joined #ipfs
g215[m] has joined #ipfs
M-ms has joined #ipfs
xamino[m] has joined #ipfs
M-davidar-test has joined #ipfs
M-dtg has joined #ipfs
teglafal[m] has joined #ipfs
M-erikgarrison has joined #ipfs
arkadiy[m] has joined #ipfs
monzoon[m] has joined #ipfs
blabla2[m] has joined #ipfs
M-10670 has joined #ipfs
SeriousBug[m] has joined #ipfs
M-vro has joined #ipfs
M-2234 has joined #ipfs
Guest19048[m] has joined #ipfs
AMIR[m] has joined #ipfs
Xe has quit [Ping timeout: 252 seconds]
Guest26833[m] has joined #ipfs
M-3714 has joined #ipfs
Dineshsac[m] has joined #ipfs
M-slang has joined #ipfs
R4FKEN[m] has joined #ipfs
M-krsiehl has joined #ipfs
Guest23322[m] has joined #ipfs
M-HirmeS has joined #ipfs
M-internetjanito has joined #ipfs
themsay[m] has joined #ipfs
palesz[m] has joined #ipfs
Dawg[m] has joined #ipfs
peterix has joined #ipfs
M-mseri has joined #ipfs
M-pims has joined #ipfs
alexvoda[m] has joined #ipfs
Guest53543[m] has joined #ipfs
Xe has joined #ipfs
herzmeister has quit [Quit: Leaving]
computerfreak[m] has joined #ipfs
solariiknight[m] has joined #ipfs
edsilv[m]1 has joined #ipfs
herzmeister has joined #ipfs
irx[m] has joined #ipfs
M-pfista has joined #ipfs
M-ryanwilliams has joined #ipfs
ShawkHawk[m] has joined #ipfs
M-16549 has joined #ipfs
_mak has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
Guest22481[m] has joined #ipfs
zeroish has quit [Ping timeout: 252 seconds]
wehlutyk[m] has joined #ipfs
ivegotasthma[m] has joined #ipfs
Guest52361[m] has joined #ipfs
Guest28775[m] has joined #ipfs
PseudoNoob[m] has joined #ipfs
Avinash[m] has joined #ipfs
Ericson2314[m] has joined #ipfs
M-flyingzumwalt has joined #ipfs
nicolae[m] has joined #ipfs
M0x52[m] has joined #ipfs
Jacob[m] has joined #ipfs
M-phaverkamp has joined #ipfs
Johnny81[m] has joined #ipfs
guaraqe[m] has joined #ipfs
soradet[m] has joined #ipfs
demian[m] has joined #ipfs
M-leeola has joined #ipfs
M-jaxondu has joined #ipfs
benhylau[m] has joined #ipfs
Karalix[m] has joined #ipfs
M-amblin has joined #ipfs
M21634[m] has joined #ipfs
Natanael[m] has joined #ipfs
mythmon- has joined #ipfs
alu1 is now known as alu
alu has quit [Changing host]
alu has joined #ipfs
Boomerang has joined #ipfs
bonesso has joined #ipfs
<dawuud> hallo
<bonesso> hi
_mak has quit [Ping timeout: 264 seconds]
<ReactorScram> hey
<achin> ohi
pinbot has quit [Ping timeout: 264 seconds]
<dawuud> the build system will work again
<dawuud> the animal sacrifices will see to that
peterix has quit [Ping timeout: 244 seconds]
<dawuud> snake eats it's tail
PseudoNoob has quit [Remote host closed the connection]
bonesso has quit [Quit: Leaving]
bonesso has joined #ipfs
<shadoxx> hey
anonymuse has quit [Remote host closed the connection]
Kane` has quit [Ping timeout: 272 seconds]
ebel has joined #ipfs
Kane` has joined #ipfs
* whyrusleeping feels like he walked in on a secret meeting
demize- is now known as demize
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
galois___ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
ashark has quit [Ping timeout: 272 seconds]
captain_morgan has quit [Ping timeout: 264 seconds]
Boomerang has quit [Ping timeout: 264 seconds]
anonymuse has joined #ipfs
dmr has quit [Quit: Leaving]
pinbot has joined #ipfs
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
cemerick has joined #ipfs
zorglub27 has joined #ipfs
Boomerang has joined #ipfs
Kane` has quit [Ping timeout: 272 seconds]
Kane` has joined #ipfs
fleeky_ has joined #ipfs
cemerick has quit [Ping timeout: 264 seconds]
fleeky__ has quit [Ping timeout: 276 seconds]
rendar has quit [Quit: Leaving]
captain_morgan has joined #ipfs
Encrypt has quit [Quit: Quit]
zorglub27 has quit [Quit: zorglub27]
structuralist has joined #ipfs
shizy has quit [Ping timeout: 244 seconds]
Kane` has quit [Ping timeout: 272 seconds]
Kane` has joined #ipfs
Kane` has quit [Ping timeout: 244 seconds]
Kane` has joined #ipfs
palkeo has quit [Quit: Konversation terminated!]
matoro has joined #ipfs
gmcquillan___ has quit [Quit: gmcquillan___]
<lgierth> whyrusleeping: you there?
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs