<haad>
dignifiedquire: doing stuff for fun today ;)
<dignifiedquire>
just some holiday pinning? ;)
<haad>
yup!
<dignifiedquire>
did you stay home or did you go somewhere?
<haad>
I'm in the North
<dignifiedquire>
the cold north?
<haad>
not too cold. got some snow yesterday but it melted away last night.
<haad>
been mainly just inside, having a fire and chilling.
<haad>
looking forward to get back to work again :)
<dignifiedquire>
:D
<dignifiedquire>
that's the spirit, on holidays and already looking forward to work again
wallacoloo has quit [Quit: wallacoloo]
<dignifiedquire>
do you think you could help me on Monday to get the orbit-db sync in anno ready? Matt and I would love to demo it at the sprint
<haad>
dignifiedquire: I can try to help you yeah but can't do code for you. I think what the problem was (when I checked it last week) was the pubsub setup/connections, ie. the peers were not connected so the db syncs didn't happen.
<dignifiedquire>
that's fine, just will need some help debugging, as I'm not getting errors, it just doesn't sync between two nodes, even if I explicitly connect them
<haad>
dignifiedquire: I'm seeing the same behavior in orbit (playing with bots and trying to improve the connectivity), peers don't seem to connect in a deterministic way but sometimes they do and sometimes it takes ages for them to connect.
<dignifiedquire>
so maybe a more fundamental issue in the go-ipfs implementation?
<haad>
dignifiedquire: hmmm, if you've explicitly connect them then they *should* sync. you were using some custom version of js-ipfs-api, so I would recommend to first start by switching that to one that orbit uses. a useful debug log message is in OrbitDB.js/_onMessage() (commented out). if that log message fires, then it means pubsub is working fine and problem is in orbitdb, if not then it's connectivity/pubsub.
<dignifiedquire>
okay, will test that out
<haad>
dignifiedquire: I don't think it's a fundamental issue in go-ipfs, prolly just how the peer discovery works for pubsub (although I don't know how exactly that happens, whyrusleeping can tell more)
<dignifiedquire>
I see
<dignifiedquire>
did you push the fs fixes somehwere you were talking about before you left?
<haad>
dignifiedquire: it might also have something to do with running two local nodes, so make sure you have two peers using separate ipfs data dirs and on different ports. that said, I've seen behavior where teo local nodes take > 1min to connect to each other, so...
s_kunk has joined #ipfs
<haad>
dignifiedquire: I fixed that history loading bug so the latest orbi-db module is what you should use (0.13.5)
<haad>
dignifiedquire: are you working on it today?
<haad>
like right now?
<daviddias>
lindybrits: that should not fail though
<daviddias>
need to check that again
<dignifiedquire>
a wild daviddias appears
polezaivsani has quit [Ping timeout: 250 seconds]
<haad>
\o/
<daviddias>
hey hey o/ :)
<dignifiedquire>
haad: well I want it to work on Monday evening, so I might do some work on it righ tnow
<dignifiedquire>
hey daviddias \o
<dignifiedquire>
I fixed your code ;)
<haad>
dignifiedquire: what the heck, let's get it working together. it's Fun Stuff(tm) so I'll help you :)
<daviddias>
the unixfsengine?
<dignifiedquire>
daviddias: yes
<dignifiedquire>
haad: cool :) but don't want to pressure you into anything
<daviddias>
thank you :)
* daviddias
flying today, will be half around
<dignifiedquire>
were are you flying to this time?
<lindybrits>
daviddias: I am having the same problem again this morning. I can't get any information out of a large file. Keeps telling me 'Error: This dag node is a directory'
<lindybrits>
Morning all! :)
<dignifiedquire>
good morning lindybrits
<dignifiedquire>
daviddias: npm cloning is running again since yesterday, now it acutally stores the data in ipfs :D and does sha checksums after download :)
<haad>
dignifiedquire: would it be possible to make aano use ipfs-daemon module I did? that one contains all the right versions of go-ipfs (go-ipfs-dep@floodsub-2), js-ipfsd-ctl and js-ipfs-api
<dignifiedquire>
haad: that doesn't work on windows currently
<haad>
dignifiedquire: are you on windows? :O
<dignifiedquire>
no but one of the devs from IIIF is
<haad>
dignifiedquire: I can pull in the PR that edsilv did to make it work in windows
<dignifiedquire>
I already made a PR to your repos
<haad>
oh
<dignifiedquire>
pulling in those windows fixes
<haad>
didn't see that
<dignifiedquire>
so if we can get those in I should be able to switch to use ipfs-daemon
<edsilv[m]>
dignifiedquire (IRC): good! how are you?
<dignifiedquire>
pretty good :) trying to squash ALL THE BUGS
<edsilv[m]>
:-)
<edsilv[m]>
had a nice day in amsterdam afte rthe hague with drew and matt
<dignifiedquire>
nice :)
<dignifiedquire>
and now back home?
<haad>
edsilv[m]: can't use that atm as 0.4.4 doesn't contain pubsub (there's a custom bin for that, version floodsub-2)
<haad>
edsilv[m]: but eventually yeah
<edsilv[m]>
still in amsterdam - my partner sophie is at the netherlands film academy so I spend a lot of time here
<haad>
edsilv[m]: btw saw blokdust the other day, that's you right? it looks awesome!
<edsilv[m]>
haad (IRC): yeah! plus Luke Twyman and Luke Phillips
<edsilv[m]>
I want to make an electron version with IPFS as data store at some point
<edsilv[m]>
would be awesome
<haad>
absolutely
<haad>
edsilv[m]: would it make sense to make it multi-user, as in real-time collaborative?
<edsilv[m]>
that would definitely be cool
<haad>
edsilv[m]: cool. let's get the anno demo to show the power of real-time collab and perhaps you'll get an idea how to do that in blokdust in a similar fashion.
<edsilv[m]>
yeah - excited about anno
<edsilv[m]>
and orbit, and everything basically
<haad>
:D
<haad>
haha yeah, me too! so many cool things happening in the IPFS realm
<haad>
and things are finally starting to work in a good way
<edsilv[m]>
btw, was thinking that the linux subsystem for windows could be an option for windows 10 users
<edsilv[m]>
it's basically ubuntu on windows
<dignifiedquire>
haad: this is what I get when using orbit-db@latest, haadcode/js-ipf-api and ipfs-daemon
<dignifiedquire>
haad: now just getting the "orbitdb.min.js:32 Uncaught (in promise) TypeError: Cannot read property 'root' of null"
<Polychrome[m]>
About pub/sub, I've been sitting on Google and looking for documentation for awhile - still not quite sure that I understand how it would work on IPFS: I understand that it can be used to subscribe to 'update' events, but what do the events describe? A change in a file? Won't changing a file cause it to get a new hash entirely? Or does this means you can subscribe to a 'parent' hash that contains multiple files that can
<Polychrome[m]>
change? etc'.
cemerick has joined #ipfs
<haad>
dignifiedquire: argh, that's the fs module, need to init it :/ hold on, I'll dig up an example
<haad>
Polychrome[m]: in short: you can send any data over pubsub. "ipfs pubsub pub <topic> <data>", eg ipfs pubsub pub hello "this is the data"
<Polychrome[m]>
So this moves IPFS away from being just a P2P file distribution system into being able to send arbitrary data coupled to event broadcasts.
<haad>
dignifiedquire: did that ^ work for the error?
<dignifiedquire>
haad: still the same error, I'm guessing because the instance I have in my script is a different than in the minified file?
<Polychrome[m]>
Meaning I could use this to put a chat system or even a multiuser game over IPFS.
<haad>
Polychrome[m]: correct, that's why it's in libp2p project
<Polychrome[m]>
Interesting~
<haad>
dignifiedquire: yup, make sure to have orbitdb in vendor/
<dignifiedquire>
but how dow I access the "fs" that is inside orbit db to initalize it
<dignifiedquire>
or should I pass my fs instance to orbitdb?
<haad>
Polychrome[m]: for a chat system, we have been working on Orbit https://github.com/haadcode/orbit, you might want to check that out if you're interested in that kind of stuff
<Polychrome[m]>
Thanks!
<haad>
dignifiedquire: hmmm... I do it globally in orbit, ie. webpack takes care of it
<dignifiedquire>
right, I'm trying to use the dist file
<dignifiedquire>
this html5-fs module is really annying
<haad>
dignifiedquire: right. shit, that won't work for you then I guess :/
<haad>
dignifiedquire: hmmm, perhaps html5-fs and the init code should be included in the dist file of orbitdb?
<dignifiedquire>
yeah, so I'm thinking you could have two `cache.js` files, one for the browser and for node
<dignifiedquire>
and then add the `browser:`mapping in package.json
<haad>
dignifiedquire: this is a huge pain in the ass, the fact that there's absolutely no good way to do fs in browser+node
<dignifiedquire>
haad: you could use the same modules we use in js ipfs
<haad>
dignifiedquire: I tried wy back but there was something that didn't work so I ended up using what's there now
Guest25254[m] has quit [Remote host closed the connection]
M-Eliza has quit [Remote host closed the connection]
M-frabrunelle has quit [Remote host closed the connection]
rschulman has quit [Remote host closed the connection]
M-10670 has quit [Remote host closed the connection]
ghtdak[m] has quit [Remote host closed the connection]
jivank[m] has quit [Remote host closed the connection]
zielmicha[m] has quit [Remote host closed the connection]
torarne has quit [Remote host closed the connection]
M-mistake has quit [Remote host closed the connection]
shellkr[m] has quit [Remote host closed the connection]
M-4447 has quit [Remote host closed the connection]
Matthew[m] has quit [Remote host closed the connection]
WinterFox[m] has quit [Remote host closed the connection]
M-wldhx has quit [Remote host closed the connection]
Claus[m] has quit [Remote host closed the connection]
M-phorse has quit [Remote host closed the connection]
igork[m] has quit [Remote host closed the connection]
rdesfo[m] has quit [Remote host closed the connection]
SARANKUMAR[m] has quit [Remote host closed the connection]
Guest45495[m] has quit [Remote host closed the connection]
Leer10[m] has quit [Remote host closed the connection]
JacobGadikian[m] has quit [Remote host closed the connection]
mythmonster has quit [Remote host closed the connection]
neurocis[m] has quit [Remote host closed the connection]
Remramm has quit [Remote host closed the connection]
M-Guest2152 has quit [Remote host closed the connection]
NathanBraswell[m has quit [Remote host closed the connection]
M-hash has quit [Remote host closed the connection]
swift110[m] has quit [Remote host closed the connection]
M-leoc has quit [Remote host closed the connection]
onlnr has quit [Remote host closed the connection]
plindner has quit [Remote host closed the connection]
gillisig1 has quit [Remote host closed the connection]
M-jimt has quit [Remote host closed the connection]
Guest23322[m] has quit [Remote host closed the connection]
SShrike has quit [Remote host closed the connection]
disgusting[m] has quit [Remote host closed the connection]
M-leer10 has quit [Remote host closed the connection]
ntninja has quit [Remote host closed the connection]
fortyfoxes[m] has quit [Remote host closed the connection]
probitlabs[m] has quit [Remote host closed the connection]
arby[m] has quit [Remote host closed the connection]
M-amblin has quit [Remote host closed the connection]
jon[m] has quit [Remote host closed the connection]
M-Ingo has quit [Remote host closed the connection]
M-AndrewGaspar has quit [Remote host closed the connection]
davidar has quit [Remote host closed the connection]
kegan[m] has quit [Remote host closed the connection]
Guest42293[m] has quit [Remote host closed the connection]
M-14321 has quit [Remote host closed the connection]
jfred[m] has quit [Remote host closed the connection]
M-manveru has quit [Remote host closed the connection]
mirek1337[m] has quit [Remote host closed the connection]
Guest21158[m] has quit [Remote host closed the connection]
M-Magnap has quit [Remote host closed the connection]
M18523[m] has quit [Remote host closed the connection]
M6e7961[m] has quit [Remote host closed the connection]
Olivier[matrix] has quit [Remote host closed the connection]
JosiahHaswell[m] has quit [Remote host closed the connection]
M-phaverkamp has quit [Remote host closed the connection]
M-geir has quit [Remote host closed the connection]
M-liberdiko has quit [Remote host closed the connection]
M-wkennington has quit [Remote host closed the connection]
michaelmure[m] has quit [Remote host closed the connection]
M-2129 has quit [Remote host closed the connection]
M-3870 has quit [Remote host closed the connection]
GeorgeAntoniadis has quit [Remote host closed the connection]
M-eitland has quit [Remote host closed the connection]
M-javissimo has quit [Remote host closed the connection]
M-7141 has quit [Remote host closed the connection]
M-Shrike has quit [Remote host closed the connection]
Jacob[m] has quit [Remote host closed the connection]
rodarima[m] has quit [Remote host closed the connection]
vasachi[m] has quit [Remote host closed the connection]
M-Robin has quit [Remote host closed the connection]
LouisJencka[m] has quit [Remote host closed the connection]
M-fermuch has quit [Remote host closed the connection]
M-joshumax has quit [Remote host closed the connection]
p0psicle[m] has quit [Remote host closed the connection]
protestContest[m has quit [Remote host closed the connection]
M-Guillaume has quit [Remote host closed the connection]
Guest18692[m] has quit [Remote host closed the connection]
M-mseri has quit [Remote host closed the connection]
Guest20690[m] has quit [Remote host closed the connection]
arkadiy[m] has quit [Remote host closed the connection]
M-9743 has quit [Remote host closed the connection]
Guest21923[m] has quit [Remote host closed the connection]
david[m] has quit [Remote host closed the connection]
M-internetjanito has quit [Remote host closed the connection]
toto42[m] has quit [Remote host closed the connection]
M-pesterhazy has quit [Remote host closed the connection]
M-bp5 has quit [Remote host closed the connection]
ntninja[m] has quit [Remote host closed the connection]
M-HirmeS has quit [Remote host closed the connection]
Cleopatra7[m] has quit [Remote host closed the connection]
M-boli has quit [Remote host closed the connection]
M-metamattj has quit [Remote host closed the connection]
M-s6 has quit [Remote host closed the connection]
M-6781 has quit [Remote host closed the connection]
Ulises[m] has quit [Remote host closed the connection]
dc167[m] has quit [Remote host closed the connection]
rt2016[m] has quit [Remote host closed the connection]
M-hierophantos has quit [Remote host closed the connection]
onic[m] has quit [Remote host closed the connection]
Askaban[m]1 has quit [Remote host closed the connection]
M-ms has quit [Remote host closed the connection]
M-cyzoonic has quit [Remote host closed the connection]
M-ed has quit [Remote host closed the connection]
Frank[m]1 has quit [Remote host closed the connection]
gdt[m] has quit [Remote host closed the connection]
qgnox[m] has quit [Remote host closed the connection]
M-vro has quit [Remote host closed the connection]
DavidAmorn[m] has quit [Remote host closed the connection]
blackflag[m] has quit [Remote host closed the connection]
ShawkHawk[m] has quit [Remote host closed the connection]
M-flyingzumwalt has quit [Remote host closed the connection]
g215[m] has quit [Remote host closed the connection]
M-david has quit [Remote host closed the connection]
Dineshsac[m] has quit [Remote host closed the connection]
M-jackal has quit [Remote host closed the connection]
Guest23234[m] has quit [Remote host closed the connection]
M-bastinik has quit [Remote host closed the connection]
TheReverend403[m has quit [Remote host closed the connection]
M-jfred has quit [Read error: Connection reset by peer]
blasagna[m] has quit [Read error: Connection reset by peer]
guybrush[m] has quit [Remote host closed the connection]
fd0422b08[m] has quit [Read error: Connection reset by peer]
M-rongladney has quit [Read error: Connection reset by peer]
Patrik[m] has quit [Read error: Connection reset by peer]
M-player33 has quit [Read error: Connection reset by peer]
fil_redpill has quit [Read error: Connection reset by peer]
M-jacktang has quit [Read error: Connection reset by peer]
M-hostbbb has quit [Read error: Connection reset by peer]
M-osener has quit [Read error: Connection reset by peer]
kenCode[m] has quit [Read error: Connection reset by peer]
M-Tribex10 has quit [Read error: Connection reset by peer]
kxra[m] has quit [Read error: Connection reset by peer]
Guest35126[m] has quit [Read error: Connection reset by peer]
M-king_size1953 has quit [Remote host closed the connection]
monzoon[m] has quit [Remote host closed the connection]
M-cryptix has quit [Remote host closed the connection]
M-ikreymer has quit [Remote host closed the connection]
M-1982 has quit [Remote host closed the connection]
M-brasilikum has quit [Remote host closed the connection]
M-3526 has quit [Remote host closed the connection]
timthelion[m] has quit [Remote host closed the connection]
kenCode[m]1 has quit [Remote host closed the connection]
M18337[m] has quit [Remote host closed the connection]
airsickpayload[m has quit [Remote host closed the connection]
M-3891 has quit [Remote host closed the connection]
M2ezit[m] has quit [Read error: Connection reset by peer]
alaeri[m] has quit [Read error: Connection reset by peer]
hendry[m] has quit [Read error: Connection reset by peer]
M-6561 has quit [Read error: Connection reset by peer]
M-Xorkle has quit [Read error: Connection reset by peer]
JOduMonT[m] has quit [Read error: Connection reset by peer]
M-16549 has quit [Read error: Connection reset by peer]
M-pims has quit [Read error: Connection reset by peer]
M-keverets has quit [Remote host closed the connection]
M-4485 has quit [Remote host closed the connection]
saintaquinas[m] has quit [Read error: Connection reset by peer]
Guest47022[m] has quit [Read error: Connection reset by peer]
M-Peer2Peer has quit [Read error: Connection reset by peer]
M-jgrowl has quit [Read error: Connection reset by peer]
because[m] has quit [Read error: Connection reset by peer]
lukeboswell[m] has quit [Read error: Connection reset by peer]
Adwin[m] has quit [Read error: Connection reset by peer]
M-apolo11 has quit [Read error: Connection reset by peer]
alexvoda[m] has quit [Read error: Connection reset by peer]
xtream1101[m] has quit [Read error: Connection reset by peer]
panicbit-M has quit [Read error: Connection reset by peer]
boliboli[m] has quit [Read error: Connection reset by peer]
i[m] has quit [Read error: Connection reset by peer]
terence977[m] has quit [Read error: Connection reset by peer]
themsay[m] has quit [Read error: Connection reset by peer]
M-Amandine has quit [Read error: Connection reset by peer]
lanzafame[m] has quit [Read error: Connection reset by peer]
Guest33346[m] has quit [Read error: Connection reset by peer]
PseudoNoob[m] has quit [Read error: Connection reset by peer]
cva[m] has quit [Read error: Connection reset by peer]
M-3798 has quit [Read error: Connection reset by peer]
edu[m] has quit [Read error: Connection reset by peer]
wildanonymous[m] has quit [Read error: Connection reset by peer]
M-jackvt93 has quit [Read error: Connection reset by peer]
Ravneson[m] has quit [Read error: Connection reset by peer]
MarkOtaris has quit [Read error: Connection reset by peer]
M-AbhishekDutt has quit [Read error: Connection reset by peer]
M-zick has quit [Read error: Connection reset by peer]
M-alphakamp has quit [Read error: Connection reset by peer]
Guest46230[m] has quit [Read error: Connection reset by peer]
M-Val has quit [Read error: Connection reset by peer]
Craeckie[m] has quit [Read error: Connection reset by peer]
naggie[m] has quit [Read error: Connection reset by peer]
ZerataX[m] has quit [Read error: Connection reset by peer]
hermann-tab[m] has quit [Read error: Connection reset by peer]
M-nated has quit [Read error: Connection reset by peer]
M-11367 has quit [Read error: Connection reset by peer]
valdek[m] has quit [Read error: Connection reset by peer]
fredddy42[m] has quit [Write error: Connection reset by peer]
M-pieohpah has quit [Write error: Connection reset by peer]
Catz[m] has quit [Write error: Connection reset by peer]
irx[m] has quit [Write error: Connection reset by peer]
NikolayKolev[m] has quit [Write error: Connection reset by peer]
M-cyan has quit [Write error: Connection reset by peer]
gsf[m] has quit [Write error: Connection reset by peer]
M-ngu has quit [Write error: Connection reset by peer]
themightychris[m has quit [Write error: Connection reset by peer]
M-brain has quit [Write error: Connection reset by peer]
Guest31078[m] has quit [Write error: Connection reset by peer]
M18643[m] has quit [Write error: Connection reset by peer]
M-3511 has quit [Write error: Connection reset by peer]
Guest29626[m] has quit [Write error: Connection reset by peer]
M-2194 has quit [Write error: Connection reset by peer]
Avinash[m] has quit [Write error: Connection reset by peer]
M-volobuev has quit [Write error: Connection reset by peer]
M-Nickfost has quit [Write error: Connection reset by peer]
Meroje[m]1 has quit [Write error: Connection reset by peer]
AMIR[m] has quit [Write error: Connection reset by peer]
R4FKEN[m] has quit [Write error: Connection reset by peer]
M-3974 has quit [Write error: Connection reset by peer]
dz[m] has quit [Write error: Connection reset by peer]
M-codebam has quit [Write error: Connection reset by peer]
M-5459 has quit [Write error: Connection reset by peer]
doge_with_sungla has quit [Write error: Connection reset by peer]
HansF[m] has quit [Write error: Connection reset by peer]
M-1976 has quit [Write error: Connection reset by peer]
M-espadrine has quit [Write error: Connection reset by peer]
orapouso[m] has quit [Write error: Connection reset by peer]
M-3676 has quit [Write error: Connection reset by peer]
gabishu[m] has quit [Write error: Connection reset by peer]
Guest44356[m] has quit [Write error: Connection reset by peer]
Guest22481[m] has quit [Write error: Connection reset by peer]
peapeaxiong[m] has quit [Write error: Connection reset by peer]
M-leeola has quit [Write error: Connection reset by peer]
Guest28905[m] has quit [Write error: Connection reset by peer]
Fathack[m] has quit [Write error: Connection reset by peer]
guaraqe[m] has quit [Write error: Connection reset by peer]
djfdfjoijijeoif[ has quit [Write error: Connection reset by peer]
soradet[m] has quit [Write error: Connection reset by peer]
M-greymr has quit [Write error: Connection reset by peer]
lovecrafthobbit[ has quit [Write error: Connection reset by peer]
Guest34181[m] has quit [Write error: Connection reset by peer]
Guest26265[m] has quit [Write error: Connection reset by peer]
Lord[m] has quit [Write error: Connection reset by peer]
M-infpetal has quit [Write error: Connection reset by peer]
M-sliker has quit [Write error: Connection reset by peer]
M-hungle has quit [Write error: Connection reset by peer]
joshb[m] has quit [Write error: Connection reset by peer]
sull[m] has quit [Write error: Connection reset by peer]
M-2234 has quit [Write error: Connection reset by peer]
Guest21903[m] has quit [Write error: Connection reset by peer]
Guest19048[m] has quit [Write error: Connection reset by peer]
M-fabrixxm has quit [Write error: Connection reset by peer]
aburkett[m] has quit [Write error: Connection reset by peer]
edsilv[m] has quit [Write error: Connection reset by peer]
Stormy[m] has quit [Write error: Connection reset by peer]
Johnny81[m] has quit [Write error: Connection reset by peer]
M-darknumbers has quit [Write error: Connection reset by peer]
M-giodamelio has quit [Write error: Connection reset by peer]
palesz[m] has quit [Write error: Connection reset by peer]
M-cocci has quit [Write error: Connection reset by peer]
cmp[m] has quit [Write error: Connection reset by peer]
M-kcinjp has quit [Write error: Connection reset by peer]
Guest24121[m] has quit [Write error: Connection reset by peer]
M-scio_ has quit [Write error: Connection reset by peer]
atomet[m] has quit [Write error: Connection reset by peer]
matrixtest[m] has quit [Write error: Connection reset by peer]
M22536[m] has quit [Write error: Connection reset by peer]
M-3630 has quit [Write error: Connection reset by peer]
Richardsdkjflsfj has quit [Write error: Connection reset by peer]
cel[m] has quit [Write error: Connection reset by peer]
M-9364 has quit [Write error: Connection reset by peer]
M-17739 has quit [Write error: Connection reset by peer]
teglafal[m] has quit [Write error: Connection reset by peer]
Caquilala[m]1 has quit [Write error: Connection reset by peer]
Guest22926[m] has quit [Write error: Connection reset by peer]
containsliquid[4 has quit [Write error: Connection reset by peer]
SeriousBug[m] has quit [Write error: Connection reset by peer]
computerfreak[m] has quit [Write error: Connection reset by peer]
M21634[m] has quit [Write error: Connection reset by peer]
Guest26812[m] has quit [Write error: Connection reset by peer]
miladmaster[m] has quit [Write error: Connection reset by peer]
Lazybone[m] has quit [Write error: Connection reset by peer]
pik[m]1 has quit [Write error: Connection reset by peer]
M-madsurgeon has quit [Write error: Connection reset by peer]
Polychrome[m] has quit [Write error: Connection reset by peer]
Guest189 has quit [Write error: Connection reset by peer]
lexik[m] has quit [Write error: Connection reset by peer]
M-bungle has quit [Write error: Connection reset by peer]
Meroje[m] has quit [Write error: Connection reset by peer]
M-TidyKoala has quit [Write error: Connection reset by peer]
yuryk[m] has quit [Write error: Connection reset by peer]
Beneficence[m] has quit [Write error: Connection reset by peer]
blabla2[m] has quit [Write error: Connection reset by peer]
silwol[m] has quit [Write error: Connection reset by peer]
Guest50356[m] has quit [Write error: Connection reset by peer]
lnxw37[m] has quit [Write error: Connection reset by peer]
musicmatze[m] has quit [Write error: Connection reset by peer]
M-5703 has quit [Write error: Connection reset by peer]
iwxzr[m] has quit [Write error: Connection reset by peer]
M-nd has quit [Write error: Connection reset by peer]
loco[m] has quit [Write error: Connection reset by peer]
miner[m] has quit [Write error: Connection reset by peer]
tester30297[m] has quit [Write error: Connection reset by peer]
M-lilien1010 has quit [Write error: Connection reset by peer]
M-victorm has quit [Write error: Connection reset by peer]
Miikka[m] has quit [Write error: Connection reset by peer]
M-g has quit [Write error: Connection reset by peer]
steven[m] has quit [Write error: Connection reset by peer]
ContainsLiquid[m has quit [Write error: Connection reset by peer]
Flieh[m] has quit [Write error: Connection reset by peer]
M-toor has quit [Write error: Connection reset by peer]
M-krsiehl has quit [Write error: Connection reset by peer]
M-16865 has quit [Write error: Connection reset by peer]
M-blide has quit [Write error: Connection reset by peer]
Dawg[m] has quit [Write error: Connection reset by peer]
M-jbenet has quit [Write error: Connection reset by peer]
M-kalmi has quit [Write error: Connection reset by peer]
rfb[m] has quit [Write error: Connection reset by peer]
HugeMungus[m] has quit [Write error: Connection reset by peer]
Guest45538[m] has quit [Write error: Connection reset by peer]
quux[m] has quit [Write error: Connection reset by peer]
Guest44466[m] has quit [Write error: Connection reset by peer]
jackyquack[m] has quit [Write error: Connection reset by peer]
M-mikael has quit [Write error: Connection reset by peer]
VegBerg[m] has quit [Write error: Connection reset by peer]
M-dtg has quit [Write error: Connection reset by peer]
muxueqz[m] has quit [Write error: Connection reset by peer]
Guest49679[m] has quit [Write error: Connection reset by peer]
Guest20001[m] has quit [Write error: Connection reset by peer]
GarbageDay[m] has quit [Write error: Connection reset by peer]
denkyemx[m] has quit [Write error: Connection reset by peer]
M-mubot has quit [Write error: Connection reset by peer]
M-10660 has quit [Write error: Connection reset by peer]
hoboprimate[m] has quit [Write error: Connection reset by peer]
mw[m] has quit [Write error: Connection reset by peer]
chpio[m] has quit [Write error: Connection reset by peer]
ix3[m] has quit [Write error: Connection reset by peer]
neurochemical[m] has quit [Write error: Connection reset by peer]
Guest47833[m] has quit [Write error: Connection reset by peer]
M-slang has quit [Write error: Connection reset by peer]
claas[m] has quit [Write error: Connection reset by peer]
doctrv[m] has quit [Write error: Connection reset by peer]
M-3714 has quit [Write error: Connection reset by peer]
dnull[m] has quit [Write error: Connection reset by peer]
M-16355 has quit [Write error: Connection reset by peer]
ShawkHawk[m]1 has quit [Write error: Connection reset by peer]
M-12490 has quit [Write error: Connection reset by peer]
victorbjelkholm[ has quit [Write error: Connection reset by peer]
Guest23523[m] has quit [Write error: Connection reset by peer]
M-iav has quit [Write error: Connection reset by peer]
benhylau[m]2 has quit [Write error: Connection reset by peer]
M-12044 has quit [Write error: Connection reset by peer]
M-6581 has quit [Write error: Connection reset by peer]
ztl8702[m] has quit [Write error: Connection reset by peer]
johnhenry[m] has quit [Write error: Connection reset by peer]
M-alwi has quit [Write error: Connection reset by peer]
am2on[m] has quit [Write error: Connection reset by peer]
H3g3m0n[m] has quit [Write error: Connection reset by peer]
brunomvsouza[m] has quit [Write error: Connection reset by peer]
M-trashrabbit has quit [Write error: Connection reset by peer]
Ericson2314[m] has quit [Write error: Connection reset by peer]
Jellybeanmommy[m has quit [Write error: Connection reset by peer]
M-16194 has quit [Write error: Connection reset by peer]
M-thomasbeta has quit [Write error: Connection reset by peer]
M-aatchison has quit [Write error: Connection reset by peer]
M-neoteo has quit [Write error: Connection reset by peer]
M-p0pa has quit [Write error: Connection reset by peer]
solariiknight[m] has quit [Write error: Connection reset by peer]
M-3725 has quit [Write error: Connection reset by peer]
M-gary123 has quit [Write error: Connection reset by peer]
Guest64299[m] has quit [Write error: Connection reset by peer]
M0x52[m] has quit [Write error: Connection reset by peer]
M-3045 has quit [Write error: Connection reset by peer]
Guest53398[m] has quit [Write error: Connection reset by peer]
tkorrison[m] has quit [Write error: Connection reset by peer]
M-austinhc has quit [Write error: Connection reset by peer]
nixyne[m] has quit [Write error: Connection reset by peer]
M-roblabla has quit [Write error: Connection reset by peer]
M18489[m] has quit [Write error: Connection reset by peer]
dd[m] has quit [Write error: Connection reset by peer]
M-podviaznikov has quit [Write error: Connection reset by peer]
M18691[m] has quit [Write error: Connection reset by peer]
am5a03[m] has quit [Write error: Connection reset by peer]
LugariusMatrix has quit [Write error: Connection reset by peer]
M-2617 has quit [Write error: Connection reset by peer]
berninoz[m] has quit [Write error: Connection reset by peer]
alistair77[m] has quit [Write error: Connection reset by peer]
Guest18694[m] has quit [Write error: Connection reset by peer]
Guest26084[m] has quit [Write error: Connection reset by peer]
M-jabl has quit [Write error: Connection reset by peer]
disinibito[m] has quit [Write error: Connection reset by peer]
demian[m] has quit [Write error: Connection reset by peer]
M-ming8 has quit [Write error: Connection reset by peer]
pigeons[m] has quit [Write error: Connection reset by peer]
M-JayCarpenter has quit [Write error: Connection reset by peer]
bilowan[m] has quit [Write error: Connection reset by peer]
Natanael[m] has quit [Write error: Connection reset by peer]
cr[m] has quit [Write error: Connection reset by peer]
Hossbeast[m] has quit [Write error: Connection reset by peer]
M- has quit [Write error: Connection reset by peer]
MrAxilus[m] has quit [Write error: Connection reset by peer]
M-GereG has quit [Write error: Connection reset by peer]
Guest22220[m] has quit [Write error: Connection reset by peer]
M-kupskups9 has quit [Write error: Connection reset by peer]
sibi[m]1 has quit [Write error: Connection reset by peer]
M-thia has quit [Write error: Connection reset by peer]
kostera[m] has quit [Write error: Connection reset by peer]
msmart[m] has quit [Write error: Connection reset by peer]
im[m] has quit [Write error: Connection reset by peer]
Vovin[m] has quit [Write error: Connection reset by peer]
M-15922 has quit [Write error: Connection reset by peer]
ThePurgingPanda[ has quit [Write error: Connection reset by peer]
M-martinklepsch has quit [Write error: Connection reset by peer]
wehlutyk[m] has quit [Write error: Connection reset by peer]
masoodahm[m] has quit [Write error: Connection reset by peer]
M-alri has quit [Write error: Connection reset by peer]
erikj` has quit [Write error: Connection reset by peer]
Chris[m]1 has quit [Write error: Connection reset by peer]
gwillen[m] has quit [Write error: Connection reset by peer]
M-erwin has quit [Write error: Connection reset by peer]
M-8319 has quit [Write error: Connection reset by peer]
Guest42119[m] has quit [Write error: Connection reset by peer]
M-amstocker has quit [Write error: Connection reset by peer]
Guest53543[m] has quit [Write error: Connection reset by peer]
xamino[m] has quit [Write error: Connection reset by peer]
M-mckaydavis has quit [Write error: Connection reset by peer]
rajeevn[m] has quit [Write error: Connection reset by peer]
M-16544 has quit [Write error: Connection reset by peer]
M-gdr has quit [Write error: Connection reset by peer]
M-rjan has quit [Write error: Connection reset by peer]
M21100[m] has quit [Write error: Connection reset by peer]
M-Lawrence_Pritc has quit [Write error: Connection reset by peer]
Guest19042[m] has quit [Write error: Connection reset by peer]
qwertyuioppo[m] has quit [Write error: Connection reset by peer]
kumavis[m] has quit [Write error: Connection reset by peer]
muhriddin[m] has quit [Write error: Connection reset by peer]
l64376[m] has quit [Write error: Connection reset by peer]
Usr[m] has quit [Write error: Connection reset by peer]
M-7416 has quit [Write error: Connection reset by peer]
M-whyrusleeping has quit [Write error: Connection reset by peer]
mungwi[m] has quit [Write error: Connection reset by peer]
M-jh has quit [Write error: Connection reset by peer]
Guest61678[m] has quit [Write error: Connection reset by peer]
knutz[m] has quit [Write error: Connection reset by peer]
M-davidar-test has quit [Write error: Connection reset by peer]
pik[m] has quit [Write error: Connection reset by peer]
M-liathit has quit [Write error: Connection reset by peer]
M-male has quit [Write error: Connection reset by peer]
Futuro[m] has quit [Write error: Connection reset by peer]
M-4267 has quit [Write error: Connection reset by peer]
M-harlan has quit [Write error: Connection reset by peer]
Guest18687[m] has quit [Write error: Connection reset by peer]
M-epsilon has quit [Write error: Connection reset by peer]
M-oddvar has quit [Write error: Connection reset by peer]
M-Dave has quit [Write error: Connection reset by peer]
Guest19040[m] has quit [Write error: Connection reset by peer]
Guest44591[m] has quit [Write error: Connection reset by peer]
M-selpreload has quit [Write error: Connection reset by peer]
M-Dan has quit [Write error: Connection reset by peer]
M-jaxondu has quit [Write error: Connection reset by peer]
M-2255 has quit [Write error: Connection reset by peer]
qzo[m] has quit [Write error: Connection reset by peer]
M-2128 has quit [Write error: Connection reset by peer]
HansMeiser[m] has quit [Write error: Connection reset by peer]
M-kode54 has quit [Write error: Connection reset by peer]
disgusting[m]1 has quit [Write error: Connection reset by peer]
M-lucnsy has quit [Write error: Connection reset by peer]
M-3444 has quit [Write error: Connection reset by peer]
Guest31481[m] has quit [Write error: Connection reset by peer]
nass[m] has quit [Write error: Connection reset by peer]
M-sivachandran has quit [Write error: Connection reset by peer]
Sandhose[m] has quit [Write error: Connection reset by peer]
M18645[m] has quit [Write error: Connection reset by peer]
simonv3[m] has quit [Write error: Connection reset by peer]
morozevich73[m] has quit [Write error: Connection reset by peer]
TestName[m] has quit [Write error: Connection reset by peer]
mokhtar[m] has quit [Write error: Connection reset by peer]
Guest50383[m] has quit [Write error: Connection reset by peer]
M-13288 has quit [Write error: Connection reset by peer]
patrickr[m] has quit [Write error: Connection reset by peer]
nicolae[m] has quit [Write error: Connection reset by peer]
Sharavanabhava[m has quit [Write error: Connection reset by peer]
Guest22356[m] has quit [Write error: Connection reset by peer]
trytrytry[m] has quit [Write error: Connection reset by peer]
M-JayJay has quit [Write error: Connection reset by peer]
JacobJones[m] has quit [Write error: Connection reset by peer]
Guest30983[m] has quit [Write error: Connection reset by peer]
basilgohar[m] has quit [Write error: Connection reset by peer]
enick_332 has quit [Write error: Connection reset by peer]
M-foxxy has quit [Write error: Connection reset by peer]
M-WolfNightly has quit [Write error: Connection reset by peer]
M-sraja has quit [Write error: Connection reset by peer]
dudezer0_bot[m] has quit [Write error: Connection reset by peer]
M-2223 has quit [Write error: Connection reset by peer]
Askaban[m] has quit [Write error: Connection reset by peer]
M-12989 has quit [Write error: Connection reset by peer]
ChrisDeChef[m] has quit [Write error: Connection reset by peer]
qandilious[m] has quit [Write error: Connection reset by peer]
M-mlt has quit [Write error: Connection reset by peer]
Guest46793[m] has quit [Write error: Connection reset by peer]
M-uhiiued7278 has quit [Write error: Connection reset by peer]
M-Samim has quit [Write error: Connection reset by peer]
jlprince21[m] has quit [Write error: Connection reset by peer]
Hongar[m] has quit [Write error: Connection reset by peer]
M-pfista has quit [Write error: Connection reset by peer]
M-drwasho has quit [Write error: Connection reset by peer]
shenbaa[m] has quit [Write error: Connection reset by peer]
Guest28775[m] has quit [Write error: Connection reset by peer]
M-jmesserli has quit [Write error: Connection reset by peer]
hartmanroberte[m has quit [Write error: Connection reset by peer]
M-3509 has quit [Write error: Connection reset by peer]
Guest30871[m] has quit [Write error: Connection reset by peer]
Guest26833[m] has quit [Write error: Connection reset by peer]
M-mousereeve has quit [Write error: Connection reset by peer]
M-14382 has quit [Write error: Connection reset by peer]
edsilv[m]1 has quit [Write error: Connection reset by peer]
Guest52361[m] has quit [Write error: Connection reset by peer]
M-8842 has quit [Write error: Connection reset by peer]
M-ryanwilliams has quit [Write error: Connection reset by peer]
M18693[m] has quit [Write error: Connection reset by peer]
M18695[m] has quit [Write error: Connection reset by peer]
chevdor[m] has quit [Write error: Connection reset by peer]
M-erikgarrison has quit [Write error: Connection reset by peer]
M-hellomoto has quit [Write error: Connection reset by peer]
kumavis[m]1 has quit [Write error: Connection reset by peer]
M18690[m] has quit [Write error: Connection reset by peer]
sibi[m] has quit [Write error: Connection reset by peer]
Guest26163[m] has quit [Write error: Connection reset by peer]
M-jeffreybpeters has quit [Write error: Connection reset by peer]
M-BostonEnginer4 has quit [Write error: Connection reset by peer]
kszys[m] has quit [Write error: Connection reset by peer]
Paul[m] has quit [Write error: Connection reset by peer]
mads[m]1 has quit [Write error: Connection reset by peer]
M-abdessamadhoud has quit [Write error: Connection reset by peer]
jamespedwards42[ has quit [Write error: Connection reset by peer]
njm14823[m] has quit [Write error: Connection reset by peer]
M-rschulman has quit [Write error: Connection reset by peer]
Guest18705[m] has quit [Write error: Connection reset by peer]
red5d[m] has quit [Write error: Connection reset by peer]
M-fiatjaf has quit [Write error: Connection reset by peer]
onetom[m] has quit [Write error: Connection reset by peer]
monikp[m] has quit [Write error: Connection reset by peer]
Karalix[m] has quit [Write error: Connection reset by peer]
M-sokoow has quit [Write error: Connection reset by peer]
benhylau[m] has quit [Write error: Connection reset by peer]
Guest43355[m] has quit [Write error: Connection reset by peer]
M-staplemac has quit [Write error: Connection reset by peer]
neoV[m] has quit [Write error: Connection reset by peer]
bugabinga[m] has quit [Write error: Connection reset by peer]
Guest35894[m] has quit [Write error: Connection reset by peer]
Caquilala[m] has quit [Write error: Connection reset by peer]
M-edrex has quit [Write error: Connection reset by peer]
robin[m] has quit [Write error: Connection reset by peer]
datan[m] has quit [Write error: Connection reset by peer]
TestMonkey[m] has quit [Write error: Connection reset by peer]
M-alien has quit [Write error: Connection reset by peer]
cbHXBY1D[m] has quit [Write error: Connection reset by peer]
M-rryan has quit [Write error: Connection reset by peer]
Ineentho[m] has quit [Write error: Connection reset by peer]
Mateon1 has quit [Ping timeout: 276 seconds]
Mateon1 has joined #ipfs
Polychrome[m] has joined #ipfs
<Polychrome[m]>
I'm guessing this won't be good enough for a shooter game but for anything that has more casual movement where it needs to be fluid but mishaps are negligible..
<haad>
dignifiedquire: let me try to fix that in orbit-db so that the dist bundle includes the init code (ie. dist/ is for browser, src/ is for node). meanwhile, to get further you can try to disable the fs.write/read lines from the dist file (note that that would disable the history loading but at least you can try if pubsub works)
<dignifiedquire>
haad: I'm just testing out if I can get the the modules from js-ipfs to work :)
<haad>
Polychrome[m]: the goal is to make pubsub fast enough for a shooter, or video conf, or whatever. eventually though, it's definitely not shooter-fast yet.
<dignifiedquire>
currently waiting for a fresh npm install on orbit-db :D
<haad>
dignifiedquire: what are the modules in js-ipfs for fs?
<dignifiedquire>
fs-pull-blob-store and idb-pull-blob-store
<geoah>
Morning all! :) I was wondering if you know of any working being done to use libp2p for graph/log replication between specific peers.
<geoah>
I'm trying to find a way to share structured data between nodes in a way where they can be updated (using append only logs).
<haad>
dignifiedquire: right, I don't want to have those as deps in orbit-db :/
<geoah>
Something like orbit-db but only sharing data with specific peers and keeping them up to date. In theory something like an append-only log for each one-way peer-peer relation.
<geoah>
I'm trying to write up some docs about this, but before I dig myself too deep I wanted to ask if I'm missing an already ongoing attempt at this.
<dignifiedquire>
haad: they are probably smaller than html5-fs
SARANKUMAR[m] has joined #ipfs
<dignifiedquire>
got all tests passing :)
<haad>
geoah: right now there's no support for that in orbit-db but you could do it couple of ways: 1) use a pubsub topic (ie. orbit-db database name) that is unique to those two peers or b) replace orbit-db-pubsub with one-peer-to-one-peer mechanism or c) use the specific orbit-db data stores or ipfs-log and manually call .sync()/.join() to merge the database between two peers. does that make sense?
<haad>
dignifiedquire: push! show me the code! :)
<dignifiedquire>
:D
<dignifiedquire>
haad: just making sure the build runs
<Polychrome[m]>
haad, well if its good enough for a game that doesnt need milisecond reactions, it should be fine for now :D
<haad>
dignifiedquire: can you rebase that against master first?
<dignifiedquire>
haad: done
<haad>
Polychrome[m]: yeah, for that use case it'll work today.
<Polychrome[m]>
Now to get this working with Unity...
<haad>
dignifiedquire: merged, will publish an updated version as soon as npm i finishes...
<dignifiedquire>
so tomorrow?
<geoah>
haad: I need to dig a bit deeper into ipfs-log but I think it makes sense! :D I'll dig a bit deeper into the orbit spec/implementation thanks! :)
<geoah>
haad: orbit is currently js only right?
<haad>
Polychrome[m]: ooooh! you working in Unity with this? I'd be more than happy to help you to get it working. used to work in Unity *a lot* (ex-game dev here)
<Polychrome[m]>
Unity is my preferred platform for game development, yes :) Help to get the lib running with this would be very appreciated.
<geoah>
haad: awesome thanks -- I still have some issues regarding how the permissions will look like in the graph and I'll get on orbit ;) thanks :D
<haad>
dignifiedquire: "bundle.js:425 Uncaught TypeError: fs.openSync is not a function" :/ let me see what's going on... using webpack2-beta.25, that should support the "browser" field right?
<dignifiedquire>
you will need that new logplease version
<dignifiedquire>
or you mean when building logplease?
<haad>
Polychrome[m]: Unity <3 :)
<haad>
dignifiedquire: after build + running the examples
<haad>
dignifiedquire: ...in the browser
<dignifiedquire>
hmm that's odd it was fine before, let me check
<dignifiedquire>
haad: got anno loading without errors with the blob-store pr above
<lindybrits>
wrong screen meh
<dignifiedquire>
lindybrits: irc does not proxy to the terminal yet
<dignifiedquire>
;)
<lindybrits>
hahaha :)
ebel has joined #ipfs
<haad>
dignifiedquire: cool! what's the next error? :)
<dignifiedquire>
no error, but it doesn't persist after a refresh currently
<haad>
right...
<dignifiedquire>
trying to figure out if that is a bug in the cache or somewhere else
<dignifiedquire>
okay found it, bug in my cache changes
bastianilso__ has joined #ipfs
<haad>
dignifiedquire: does it work now on refresh?
<haad>
dignifiedquire: I got html5-fs working in the orbit-db distributable also.
<haad>
dignifiedquire: gonna make a release with that and check your PR later and decide if I wanna keep html5-fs or switch to the blob-store stuff
<Polychrome[m]>
haad: silly question, since I haven't used IPFS for anything past sharing files via terminal - do I need libp2p in C# for Unity integration? Or is there some other clever way to get this working?
SamSeriously has quit [Read error: Connection reset by peer]
<haad>
Polychrome[m]: tbh I have no idea. I guess you can include the ipfs.js distributable file and that comes with libp2p.
<Polychrome[m]>
Suppose I could give javascript a shot.
<haad>
Polychrome[m]: but then you can't use ipfs via C# I suppose but have to use js to call it (not sure if Unity has some C#<-->JS interop these days)
<Polychrome[m]>
I've never really touched javascript on Unity so I wouldn't know! Sticked with C# pretty firmly there.
cwahlers has quit [Ping timeout: 260 seconds]
<haad>
I miss C#...
<haad>
been writing JS exclusively for some time now, and ~50% of my time goes to solve issues with the environment and NOT writing actual code...
cwahlers has joined #ipfs
<dignifiedquire>
oh boy
<dignifiedquire>
I forgot to actualy load the cache after retrieving it form disk :D
<dignifiedquire>
haad: sweet, now loading from cache :)
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<dignifiedquire>
haad: wanna try syncing between two machines?
<dignifiedquire>
haad: but, but js makes you soooo productive
<haad>
;)
<haad>
dignifiedquire: cool! yeah let's try to get us both connected. does it show the annotation changes in real-time now?
<dignifiedquire>
no not yet, but it should log to the console when new data comes in
uzyn has quit [Quit: uzyn]
<haad>
k
<haad>
dignifiedquire: does the latest commit have all the changes?
<dignifiedquire>
haad: yes, just that I have it linked to my orbit-db fork with blob-store
<haad>
dignifiedquire: ok that's fine, I think I can use my local version too
<haad>
dignifiedquire: pulled and I can see the annotations on refresh
<dignifiedquire>
that's sth
<dignifiedquire>
can you see mine?
<haad>
(using my local version of orbit-db though, with html5-fs but that doesn't really matter)
<haad>
dignifiedquire: I press the big plus at the beginnig, use the first page and draw a circle. on refresh there's no items at the beginning and I have to do the same but this time the annotation I added is there. is that the expected result?
<dignifiedquire>
yes
<dignifiedquire>
only that it should show you mine
<dignifiedquire>
but it seems there is no sync happening between us
<haad>
dignifiedquire: we're prolly not connected
<dignifiedquire>
what's your id?
<A124>
You testing orbit(-db)? If I can help, just tell me.
<dignifiedquire>
A124: still very much in the debugging phase, will let you know if there is sth to do :9
<dignifiedquire>
so it works if the clients are connected at least
<haad>
dignifiedquire: seeing the "synchronized" and "data" events
<dignifiedquire>
and is the contente there when you refresh? from the other side?
<haad>
dignifiedquire: can't connect to you either :/
<haad>
dignifiedquire: yup!
<dignifiedquire>
schweet
<haad>
dignifiedquire: I created server2.js which is the same as server.js but with 5002 as port(s)
<dignifiedquire>
nice
<dignifiedquire>
you can use /#5002 to connect to it
<dignifiedquire>
you saw that probably
<haad>
dignifiedquire: also, add: res.ipfs.id().then((id) => console.log(id)) to the then after initializing the daemon (and add res to the function signature of then) so you can easily get your daemon id
<haad>
dignifiedquire: yup! using #5002 to connect to the other daemon's UI
<dignifiedquire>
sounds good
<haad>
dignifiedquire: ok. what's the next step? refresh the UI on "data" event?
<haad>
...so that we can see the changes in real-time (at least locally)
<dignifiedquire>
yes
<haad>
dignifiedquire: let me know when I can pull.
<dignifiedquire>
will, do, need to figure out how to tell mirandor to refresh
<haad>
A124: if you want to help me testing Orbit, you could clone haadcode/orbit-textui and hop on, see if we can connect
<r0kk3rz>
haad: irssi-alike ui, nice :D
cwahlers has quit [Ping timeout: 252 seconds]
<haad>
:)
<haad>
irssi 4ever <3
<r0kk3rz>
i dropped it for weechat a while ago, but whatever :P
<haad>
yeah, can understand, it's not the easiest/best ux but you know, been using it too long to switch
cwahlers has joined #ipfs
<r0kk3rz>
it looks like a nice minimal orbit example though
<haad>
whyrusleeping: I'm working on improving peer discovery/connectivity for orbit atm. I did a hack where I make the clients request a certain object (hash) from the network on connect. not sure if that helps. is there anything I (or you) can do to speed up the peer discovery for pubsub or otherwise?
<dignifiedquire>
haad: yes you did an awesome job making orbit-db so generic
<dignifiedquire>
we just need to make sure it's easier to use for people and well documented and then it will be super easy for developers to replace their databases with orbit-db
<dignifiedquire>
and just like that migrate to ipfs
amgadpasha has quit [Remote host closed the connection]
<haad>
dignifiedquire: yup! docs will be one of the first things I'll do once I'm back
<edsilv[m]>
amazing!
<dignifiedquire>
haad: it would be great if we can align on api docs to use the same thing for js-ipfs and the orbit ecosystem
<haad>
dignifiedquire: let's get it update in real-time?! ;)
<haad>
dignifiedquire: I've been thinking documentation.js, it looks pretty :)
<dignifiedquire>
haad: yes me too, I'm planning on making a custom ipfs theme for it though
<dignifiedquire>
so if you just write jsdoc for orbit-db you can use that then :)
<haad>
yup
<dignifiedquire>
haad: I don't know how to make mirandor do that, it might not even be able to currently
<haad>
oh ok
<dignifiedquire>
aeschylus should hopefully come online later this afternoon and he should be able to tell us
<dignifiedquire>
haad: going to some other stuff now, one thing I would love to do is wrap what I have now into an electron app, so it's easiert to use
<dignifiedquire>
so I might look into that next week
sametsisartenep has joined #ipfs
<haad>
dignifiedquire: ok. ping me if you manage to make it real-time today.
<dignifiedquire>
haad: I shall scream it from the roof
<haad>
:)
<dignifiedquire>
and thank you for all the help :)
<haad>
np, like said this is the fun stuff :)
polezaivsani has joined #ipfs
chungy has joined #ipfs
mib_27s812 has joined #ipfs
<mib_27s812>
how does one tell the daemon to always dht-provide some hashes on startup?
<mib_27s812>
it seems to forget on restart...
<haad>
mib_27s812: 'ipfs dht provide <key>' might help you
<mib_27s812>
I am asking how do I make the above sticky
<mib_27s812>
i.e. to srvive server reboots and whatnot
<haad>
not sure if that's possible via configs etc. you might have to script it/do it programmatically atm...
<haad>
mib_27s812: wanna open an issue in ipfs/go-ipfs and ask/request it as a feature?
<mib_27s812>
understood, will do in a bit
<mib_27s812>
thanks!
anonymuse has joined #ipfs
mvollra7h has joined #ipfs
infinity0 has quit [Ping timeout: 276 seconds]
ribasushi has quit [Ping timeout: 276 seconds]
dyce has quit [Ping timeout: 276 seconds]
nausea has quit [Ping timeout: 276 seconds]
ribasushi_ has joined #ipfs
baikal has joined #ipfs
<r0kk3rz>
dignifiedquire: that looks very cool :D
dyce_ has joined #ipfs
nausea has joined #ipfs
nausea has joined #ipfs
nausea has quit [Changing host]
anonymuse has quit [Remote host closed the connection]
draynium_ has joined #ipfs
corvinux has quit [Ping timeout: 265 seconds]
Tristitia has quit [*.net *.split]
draynium has quit [*.net *.split]
OutBackDingo has quit [*.net *.split]
Guest27869 has quit [*.net *.split]
baikal_ has quit [*.net *.split]
victorbjelkholm_ has quit [*.net *.split]
guybrush_ has quit [*.net *.split]
mvollrath has quit [*.net *.split]
Edur has quit [*.net *.split]
mvollra7h is now known as mvollrath
ylp1 has quit [Ping timeout: 256 seconds]
ylp1 has joined #ipfs
chris6131 has joined #ipfs
chris613 has quit [Ping timeout: 265 seconds]
anonymuse has joined #ipfs
anonymuse has quit [Remote host closed the connection]
anonymuse has joined #ipfs
mib_27s812 has quit [Ping timeout: 260 seconds]
robattila256 has joined #ipfs
pixelated has joined #ipfs
victorbjelkholm has joined #ipfs
pixelated is now known as Guest62101
Tristitia has joined #ipfs
guybrush has joined #ipfs
guybrush has joined #ipfs
guybrush has quit [Changing host]
OutBackDingo has joined #ipfs
Edur has joined #ipfs
maxlath has quit [Ping timeout: 244 seconds]
anonymuse has quit [Remote host closed the connection]
Kane` has joined #ipfs
bastianilso__ has quit [Quit: bastianilso__]
<kegsay>
Restarting the matrix.org freenode bridge again. Apologies for the disruption.
SARANKUMAR[m] has quit [Remote host closed the connection]
M-jimt has quit [Remote host closed the connection]
M-frabrunelle has quit [Remote host closed the connection]
Matthew[m] has quit [Remote host closed the connection]
Remramm has quit [Remote host closed the connection]
Polychrome[m] has quit [Remote host closed the connection]
irx[m] has quit [Remote host closed the connection]
M-leoc has quit [Remote host closed the connection]
igork[m] has quit [Remote host closed the connection]
M-leer10 has quit [Remote host closed the connection]
M-manveru has quit [Remote host closed the connection]
fil_redpill has quit [Remote host closed the connection]
M-bastinik has quit [Remote host closed the connection]
Chris[m]1 has quit [Remote host closed the connection]
HansF[m] has quit [Remote host closed the connection]
M-bungle has quit [Remote host closed the connection]
dc167[m] has quit [Remote host closed the connection]
M-jh has quit [Remote host closed the connection]
M-sokoow has quit [Remote host closed the connection]
M-ms has quit [Remote host closed the connection]
Flieh[m] has quit [Remote host closed the connection]
M-darknumbers has quit [Remote host closed the connection]
Guest46793[m] has quit [Remote host closed the connection]
M-16355 has quit [Remote host closed the connection]
Hongar[m] has quit [Remote host closed the connection]
M-Tribex10 has quit [Remote host closed the connection]
M-madsurgeon has quit [Remote host closed the connection]
kumavis[m]1 has quit [Remote host closed the connection]
M-12044 has quit [Remote host closed the connection]
M-Xorkle has quit [Remote host closed the connection]
silwol[m] has quit [Remote host closed the connection]
jivank[m] has quit [Remote host closed the connection]
alaeri[m] has quit [Remote host closed the connection]
Leer10[m] has quit [Remote host closed the connection]
musicmatze[m] has quit [Remote host closed the connection]
onlnr has quit [Remote host closed the connection]
zielmicha[m] has quit [Remote host closed the connection]
jfred[m] has quit [Remote host closed the connection]
bugabinga[m] has quit [Remote host closed the connection]
disgusting[m] has quit [Remote host closed the connection]
mirek1337[m] has quit [Remote host closed the connection]
gwillen[m] has quit [Read error: Connection reset by peer]
blasagna[m] has quit [Read error: Connection reset by peer]
M-3630 has quit [Read error: Connection reset by peer]
michaelmure[m] has quit [Read error: Connection reset by peer]
M-joshumax has quit [Read error: Connection reset by peer]
M-epsilon has quit [Read error: Connection reset by peer]
JacobJones[m] has quit [Read error: Connection reset by peer]
hoboprimate[m] has quit [Read error: Connection reset by peer]
Guest47022[m] has quit [Read error: Connection reset by peer]
M-sraja has quit [Read error: Connection reset by peer]
neurochemical[m] has quit [Read error: Connection reset by peer]
Guest53398[m] has quit [Read error: Connection reset by peer]
Futuro[m] has quit [Read error: Connection reset by peer]
Guest18687[m] has quit [Read error: Connection reset by peer]
M-hungle has quit [Read error: Connection reset by peer]
jon[m]1 has quit [Read error: Connection reset by peer]
peapeaxiong[m] has quit [Read error: Connection reset by peer]
M-vro has quit [Read error: Connection reset by peer]
Claus[m] has quit [Read error: Connection reset by peer]
miladmaster[m] has quit [Read error: Connection reset by peer]
Guest45538[m] has quit [Remote host closed the connection]
demian[m] has quit [Remote host closed the connection]
Guest44356[m] has quit [Remote host closed the connection]
Meroje[m]1 has quit [Remote host closed the connection]
Guest22481[m] has quit [Remote host closed the connection]
msmart[m] has quit [Remote host closed the connection]
M-volobuev has quit [Read error: Connection reset by peer]
miner[m] has quit [Read error: Connection reset by peer]
M-Lawrence_Pritc has quit [Read error: Connection reset by peer]
jamespedwards42[ has quit [Read error: Connection reset by peer]
Guest26265[m] has quit [Remote host closed the connection]
basilgohar[m] has quit [Remote host closed the connection]
nixyne[m] has quit [Remote host closed the connection]
M-thomasbeta has quit [Remote host closed the connection]
am5a03[m] has quit [Remote host closed the connection]
M-zick has quit [Remote host closed the connection]
M-jbenet has quit [Read error: Connection reset by peer]
Guest22220[m] has quit [Read error: Connection reset by peer]
M-alien has quit [Remote host closed the connection]
panicbit-M has quit [Remote host closed the connection]
M-AndrewGaspar has quit [Remote host closed the connection]
NathanBraswell[m has quit [Remote host closed the connection]
JacobGadikian[m] has quit [Remote host closed the connection]
M-Ingo has quit [Remote host closed the connection]
gillisig1 has quit [Remote host closed the connection]
swift110[m] has quit [Remote host closed the connection]
plindner has quit [Remote host closed the connection]
saintaquinas[m] has quit [Remote host closed the connection]
LugariusMatrix has quit [Remote host closed the connection]
M-phaverkamp has quit [Remote host closed the connection]
am2on[m] has quit [Remote host closed the connection]
torarne has quit [Remote host closed the connection]
kegan[m] has quit [Remote host closed the connection]
rschulman has quit [Remote host closed the connection]
neurocis[m] has quit [Remote host closed the connection]
WinterFox[m] has quit [Remote host closed the connection]
mythmonster has quit [Remote host closed the connection]
shellkr[m] has quit [Remote host closed the connection]
MrAxilus[m] has quit [Remote host closed the connection]
Guest26812[m] has quit [Write error: Connection reset by peer]
M-hash has quit [Remote host closed the connection]
Olivier[matrix] has quit [Remote host closed the connection]
TestName[m] has quit [Write error: Connection reset by peer]
Guest23322[m] has quit [Write error: Connection reset by peer]
Usr[m] has quit [Write error: Connection reset by peer]
M-nated has quit [Write error: Connection reset by peer]
GeorgeAntoniadis has quit [Write error: Connection reset by peer]
M-10660 has quit [Write error: Connection reset by peer]
Guest31078[m] has quit [Write error: Connection reset by peer]
kszys[m] has quit [Write error: Connection reset by peer]
M-erwin has quit [Write error: Connection reset by peer]
M-lilien1010 has quit [Write error: Connection reset by peer]
M-Amandine has quit [Write error: Connection reset by peer]
M18643[m] has quit [Write error: Connection reset by peer]
M-3511 has quit [Write error: Connection reset by peer]
M-amstocker has quit [Write error: Connection reset by peer]
M-kalmi has quit [Write error: Connection reset by peer]
M-Nickfost has quit [Write error: Connection reset by peer]
xamino[m] has quit [Write error: Connection reset by peer]
Guest61678[m] has quit [Write error: Connection reset by peer]
qgnox[m] has quit [Write error: Connection reset by peer]
knutz[m] has quit [Write error: Connection reset by peer]
qwertyuioppo[m] has quit [Write error: Connection reset by peer]
Guest19042[m] has quit [Write error: Connection reset by peer]
rajeevn[m] has quit [Write error: Connection reset by peer]
M-16544 has quit [Write error: Connection reset by peer]
M-5703 has quit [Write error: Connection reset by peer]
PseudoNoob[m] has quit [Write error: Connection reset by peer]
Guest44591[m] has quit [Write error: Connection reset by peer]
containsliquid[4 has quit [Write error: Connection reset by peer]
steven[m] has quit [Write error: Connection reset by peer]
M-AbhishekDutt has quit [Write error: Connection reset by peer]
M-s6 has quit [Write error: Connection reset by peer]
tester30297[m] has quit [Write error: Connection reset by peer]
blackflag[m] has quit [Write error: Connection reset by peer]
soradet[m] has quit [Write error: Connection reset by peer]
M-pims has quit [Write error: Connection reset by peer]
protestContest[m has quit [Write error: Connection reset by peer]
Jacob[m] has quit [Write error: Connection reset by peer]
M-jacktang has quit [Write error: Connection reset by peer]
tkorrison[m] has quit [Write error: Connection reset by peer]
Guest34181[m] has quit [Write error: Connection reset by peer]
nass[m] has quit [Write error: Connection reset by peer]
M-16194 has quit [Write error: Connection reset by peer]
muhriddin[m] has quit [Write error: Connection reset by peer]
M-roblabla has quit [Write error: Connection reset by peer]
Vovin[m] has quit [Write error: Connection reset by peer]
yuryk[m] has quit [Write error: Connection reset by peer]
M18489[m] has quit [Write error: Connection reset by peer]
ShawkHawk[m]1 has quit [Write error: Connection reset by peer]
solariiknight[m] has quit [Write error: Connection reset by peer]
M-WolfNightly has quit [Write error: Connection reset by peer]
Askaban[m] has quit [Write error: Connection reset by peer]
M-neoteo has quit [Write error: Connection reset by peer]
M-jeffreybpeters has quit [Write error: Connection reset by peer]
M-thia has quit [Write error: Connection reset by peer]
rodarima[m] has quit [Write error: Connection reset by peer]
kenCode[m] has quit [Write error: Connection reset by peer]
Guest18694[m] has quit [Write error: Connection reset by peer]
Guest26084[m] has quit [Write error: Connection reset by peer]
M-alphakamp has quit [Write error: Connection reset by peer]
victorbjelkholm[ has quit [Write error: Connection reset by peer]
M-jabl has quit [Write error: Connection reset by peer]
cel[m] has quit [Write error: Connection reset by peer]
atomet[m] has quit [Write error: Connection reset by peer]
M-hellomoto has quit [Write error: Connection reset by peer]
Hossbeast[m] has quit [Write error: Connection reset by peer]
M18695[m] has quit [Write error: Connection reset by peer]
M-rryan has quit [Write error: Connection reset by peer]
M-TidyKoala has quit [Write error: Connection reset by peer]
M-Dave has quit [Write error: Connection reset by peer]
M-internetjanito has quit [Write error: Connection reset by peer]
MarkOtaris has quit [Remote host closed the connection]
ntninja has quit [Remote host closed the connection]
M-oddvar has quit [Remote host closed the connection]
M-bp5 has quit [Remote host closed the connection]
M-davidar-test has quit [Remote host closed the connection]
monzoon[m] has quit [Remote host closed the connection]
M-7141 has quit [Remote host closed the connection]
M-liathit has quit [Remote host closed the connection]
M-16549 has quit [Remote host closed the connection]
onic[m] has quit [Remote host closed the connection]
Guest35894[m] has quit [Remote host closed the connection]
Guest46230[m] has quit [Remote host closed the connection]
Guest42293[m] has quit [Remote host closed the connection]
joshb[m] has quit [Remote host closed the connection]
Guest42119[m] has quit [Remote host closed the connection]
bilowan[m] has quit [Remote host closed the connection]
M-Guillaume has quit [Remote host closed the connection]
doctrv[m] has quit [Remote host closed the connection]
Guest49679[m] has quit [Remote host closed the connection]
qzo[m] has quit [Remote host closed the connection]
M-wkennington has quit [Remote host closed the connection]
fortyfoxes[m] has quit [Remote host closed the connection]
alexvoda[m] has quit [Remote host closed the connection]
terence977[m] has quit [Remote host closed the connection]
HugeMungus[m] has quit [Remote host closed the connection]
M-mubot has quit [Remote host closed the connection]
lexik[m] has quit [Remote host closed the connection]
ContainsLiquid[m has quit [Remote host closed the connection]
sibi[m] has quit [Remote host closed the connection]
l64376[m] has quit [Remote host closed the connection]
red5d[m] has quit [Remote host closed the connection]
M-victorm has quit [Remote host closed the connection]
cva[m] has quit [Remote host closed the connection]
gabishu[m] has quit [Remote host closed the connection]
LouisJencka[m] has quit [Remote host closed the connection]
M-apolo11 has quit [Remote host closed the connection]
wildanonymous[m] has quit [Remote host closed the connection]
M-infpetal has quit [Remote host closed the connection]
M-mlt has quit [Remote host closed the connection]
claas[m] has quit [Remote host closed the connection]
jlprince21[m] has quit [Remote host closed the connection]
computerfreak[m] has quit [Remote host closed the connection]
DavidAmorn[m] has quit [Remote host closed the connection]
M- has quit [Remote host closed the connection]
SShrike has quit [Write error: Connection reset by peer]
rdesfo[m] has quit [Write error: Connection reset by peer]
hendry[m] has quit [Read error: Connection reset by peer]
M-alri has quit [Read error: Connection reset by peer]
M-martinklepsch has quit [Read error: Connection reset by peer]
M-jmesserli has quit [Read error: Connection reset by peer]
chpio[m] has quit [Read error: Connection reset by peer]
trytrytry[m] has quit [Read error: Connection reset by peer]
because[m] has quit [Read error: Connection reset by peer]
cmp[m] has quit [Read error: Connection reset by peer]
Guest20690[m] has quit [Read error: Connection reset by peer]
Natanael[m] has quit [Read error: Connection reset by peer]
M18691[m] has quit [Read error: Connection reset by peer]
M-3725 has quit [Read error: Connection reset by peer]
palesz[m] has quit [Read error: Connection reset by peer]
enick_172 has quit [Read error: Connection reset by peer]
M-rongladney has quit [Read error: Connection reset by peer]
M-6561 has quit [Read error: Connection reset by peer]
M-lucnsy has quit [Read error: Connection reset by peer]
Cleopatra7[m] has quit [Read error: Connection reset by peer]
Caquilala[m] has quit [Read error: Connection reset by peer]
benhylau[m]2 has quit [Read error: Connection reset by peer]
M-Eliza has quit [Read error: Connection reset by peer]
M-mousereeve has quit [Read error: Connection reset by peer]
JosiahHaswell[m] has quit [Read error: Connection reset by peer]
M-iav has quit [Read error: Connection reset by peer]
M-9364 has quit [Read error: Connection reset by peer]
edsilv[m] has quit [Read error: Connection reset by peer]
p0psicle[m] has quit [Read error: Connection reset by peer]
M-kode54 has quit [Read error: Connection reset by peer]
M-3045 has quit [Read error: Connection reset by peer]
denkyemx[m] has quit [Read error: Connection reset by peer]
M-2128 has quit [Read error: Connection reset by peer]
loco[m] has quit [Read error: Connection reset by peer]
M-selpreload has quit [Read error: Connection reset by peer]
M-gdr has quit [Read error: Connection reset by peer]
david[m] has quit [Read error: Connection reset by peer]
naggie[m] has quit [Read error: Connection reset by peer]
Paul[m] has quit [Read error: Connection reset by peer]
M-fiatjaf has quit [Remote host closed the connection]
ThePurgingPanda[ has quit [Remote host closed the connection]
M-alwi has quit [Remote host closed the connection]
M-codebam has quit [Remote host closed the connection]
mads[m]1 has quit [Remote host closed the connection]
Guest53543[m] has quit [Remote host closed the connection]
M-staplemac has quit [Remote host closed the connection]
M-hierophantos has quit [Remote host closed the connection]
M-2255 has quit [Remote host closed the connection]
Miikka[m] has quit [Remote host closed the connection]
M-aatchison has quit [Remote host closed the connection]
M-brasilikum has quit [Remote host closed the connection]
M18523[m] has quit [Remote host closed the connection]
Guest47833[m] has quit [Remote host closed the connection]
M-gary123 has quit [Remote host closed the connection]
M-Samim has quit [Remote host closed the connection]
M0x52[m] has quit [Remote host closed the connection]
M-pfista has quit [Remote host closed the connection]
M-ming8 has quit [Remote host closed the connection]
Karalix[m] has quit [Remote host closed the connection]
davidar has quit [Write error: Connection reset by peer]
M-mistake has quit [Write error: Connection reset by peer]
M-8842 has quit [Read error: Connection reset by peer]
pik[m] has quit [Read error: Connection reset by peer]
valdek[m] has quit [Read error: Connection reset by peer]
wehlutyk[m] has quit [Read error: Connection reset by peer]
ntninja[m] has quit [Read error: Connection reset by peer]
M-scio_ has quit [Read error: Connection reset by peer]
Stormy[m] has quit [Read error: Connection reset by peer]
M-3444 has quit [Read error: Connection reset by peer]
Guest21158[m] has quit [Read error: Connection reset by peer]
M6e7961[m] has quit [Read error: Connection reset by peer]
M-1982 has quit [Read error: Connection reset by peer]
Beneficence[m] has quit [Read error: Connection reset by peer]
Guest43355[m] has quit [Read error: Connection reset by peer]
arkadiy[m] has quit [Read error: Connection reset by peer]
M-whyrusleeping has quit [Read error: Connection reset by peer]
Guest18705[m] has quit [Read error: Connection reset by peer]
M-sivachandran has quit [Read error: Connection reset by peer]
M-metamattj has quit [Read error: Connection reset by peer]
hermann-tab[m] has quit [Read error: Connection reset by peer]
M-kupskups9 has quit [Read error: Connection reset by peer]
fd0422b08[m] has quit [Read error: Connection reset by peer]
GarbageDay[m] has quit [Read error: Connection reset by peer]
onetom[m] has quit [Read error: Connection reset by peer]
muxueqz[m] has quit [Read error: Connection reset by peer]
M-6581 has quit [Read error: Connection reset by peer]
M18337[m] has quit [Read error: Connection reset by peer]
morozevich73[m] has quit [Read error: Connection reset by peer]
djfdfjoijijeoif[ has quit [Read error: Connection reset by peer]
M-boli has quit [Read error: Connection reset by peer]
brunomvsouza[m] has quit [Read error: Connection reset by peer]
orapouso[m] has quit [Read error: Connection reset by peer]
Guest64299[m] has quit [Read error: Connection reset by peer]
M18645[m] has quit [Read error: Connection reset by peer]
patrickr[m] has quit [Read error: Connection reset by peer]
M-keverets has quit [Read error: Connection reset by peer]
M-wldhx has quit [Read error: Connection reset by peer]
Dawg[m] has quit [Read error: Connection reset by peer]
M-harlan has quit [Read error: Connection reset by peer]
Guest21903[m] has quit [Remote host closed the connection]
dd[m] has quit [Remote host closed the connection]
M-dtg has quit [Remote host closed the connection]
kxra[m] has quit [Write error: Connection reset by peer]
M-7416 has quit [Write error: Connection reset by peer]
mokhtar[m] has quit [Write error: Connection reset by peer]
M-king_size1953 has quit [Write error: Connection reset by peer]
M-16865 has quit [Write error: Connection reset by peer]
M-krsiehl has quit [Write error: Connection reset by peer]
M-BostonEnginer4 has quit [Write error: Connection reset by peer]
M-2194 has quit [Write error: Connection reset by peer]
M-fermuch has quit [Write error: Connection reset by peer]
Avinash[m] has quit [Write error: Connection reset by peer]
TheReverend403[m has quit [Write error: Connection reset by peer]
njm14823[m] has quit [Write error: Connection reset by peer]
quux[m] has quit [Write error: Connection reset by peer]
sibi[m]1 has quit [Write error: Connection reset by peer]
M-osener has quit [Write error: Connection reset by peer]
M-3974 has quit [Write error: Connection reset by peer]
datan[m] has quit [Write error: Connection reset by peer]
M-1976 has quit [Write error: Connection reset by peer]
M-ikreymer has quit [Write error: Connection reset by peer]
monikp[m] has quit [Write error: Connection reset by peer]
ix3[m] has quit [Read error: Connection reset by peer]
Jellybeanmommy[m has quit [Write error: Connection reset by peer]
M-cyzoonic has quit [Write error: Connection reset by peer]
M-male has quit [Write error: Connection reset by peer]
Frank[m]1 has quit [Write error: Connection reset by peer]
gdt[m] has quit [Write error: Connection reset by peer]
lovecrafthobbit[ has quit [Write error: Connection reset by peer]
lanzafame[m] has quit [Write error: Connection reset by peer]
blabla2[m] has quit [Write error: Connection reset by peer]
Lazybone[m] has quit [Write error: Connection reset by peer]
lukeboswell[m] has quit [Write error: Connection reset by peer]
M-phorse has quit [Write error: Connection reset by peer]
i[m] has quit [Write error: Connection reset by peer]
M-13288 has quit [Write error: Connection reset by peer]
Guest30983[m] has quit [Write error: Connection reset by peer]
iwxzr[m] has quit [Write error: Connection reset by peer]
M21634[m] has quit [Write error: Connection reset by peer]
Guest33346[m] has quit [Write error: Connection reset by peer]
M-sliker has quit [Write error: Connection reset by peer]
vasachi[m] has quit [Write error: Connection reset by peer]
M-2234 has quit [Write error: Connection reset by peer]
Guest19048[m] has quit [Write error: Connection reset by peer]
Ravneson[m] has quit [Write error: Connection reset by peer]
Guest21923[m] has quit [Write error: Connection reset by peer]
xtream1101[m] has quit [Write error: Connection reset by peer]
sull[m] has quit [Write error: Connection reset by peer]
M-2129 has quit [Write error: Connection reset by peer]
M-slang has quit [Write error: Connection reset by peer]
M-podviaznikov has quit [Write error: Connection reset by peer]
M-2223 has quit [Write error: Connection reset by peer]
M-p0pa has quit [Write error: Connection reset by peer]
ChrisDeChef[m] has quit [Write error: Connection reset by peer]
Guest50383[m] has quit [Write error: Connection reset by peer]
ShawkHawk[m] has quit [Write error: Connection reset by peer]
M-cocci has quit [Write error: Connection reset by peer]
M-JayJay has quit [Write error: Connection reset by peer]
M-4447 has quit [Write error: Connection reset by peer]
M-GereG has quit [Write error: Connection reset by peer]
kenCode[m]1 has quit [Write error: Connection reset by peer]
Guest30871[m] has quit [Write error: Connection reset by peer]
M-14321 has quit [Write error: Connection reset by peer]
M-Guest2152 has quit [Write error: Connection reset by peer]
Caquilala[m]1 has quit [Write error: Connection reset by peer]
M22536[m] has quit [Write error: Connection reset by peer]
teglafal[m] has quit [Write error: Connection reset by peer]
M-erikgarrison has quit [Write error: Connection reset by peer]
M-JayCarpenter has quit [Write error: Connection reset by peer]
chevdor[m] has quit [Write error: Connection reset by peer]
Guest52361[m] has quit [Write error: Connection reset by peer]
ZerataX[m] has quit [Write error: Connection reset by peer]
M-edrex has quit [Write error: Connection reset by peer]
M-Shrike has quit [Write error: Connection reset by peer]
M-rschulman has quit [Write error: Connection reset by peer]
cbHXBY1D[m] has quit [Write error: Connection reset by peer]
hartmanroberte[m has quit [Read error: Connection reset by peer]
edsilv[m]1 has quit [Read error: Connection reset by peer]
M-nd has quit [Read error: Connection reset by peer]
Guest20001[m] has quit [Read error: Connection reset by peer]
M-11367 has quit [Write error: Connection reset by peer]
M-espadrine has quit [Write error: Connection reset by peer]
Ulises[m] has quit [Write error: Connection reset by peer]
Askaban[m]1 has quit [Write error: Connection reset by peer]
M-javissimo has quit [Write error: Connection reset by peer]
H3g3m0n[m] has quit [Write error: Connection reset by peer]
M-brain has quit [Write error: Connection reset by peer]
ghtdak[m] has quit [Write error: Connection reset by peer]
M-blide has quit [Write error: Connection reset by peer]
Dineshsac[m] has quit [Write error: Connection reset by peer]
disgusting[m]1 has quit [Write error: Connection reset by peer]
guybrush[m] has quit [Write error: Connection reset by peer]
M-mikael has quit [Write error: Connection reset by peer]
M-jackvt93 has quit [Write error: Connection reset by peer]
kumavis[m] has quit [Write error: Connection reset by peer]
doge_with_sungla has quit [Write error: Connection reset by peer]
M21100[m] has quit [Write error: Connection reset by peer]
kostera[m] has quit [Write error: Connection reset by peer]
dz[m] has quit [Write error: Connection reset by peer]
M-g has quit [Write error: Connection reset by peer]
M-Dan has quit [Write error: Connection reset by peer]
M-geir has quit [Write error: Connection reset by peer]
guaraqe[m] has quit [Write error: Connection reset by peer]
robin[m] has quit [Write error: Connection reset by peer]
M-greymr has quit [Write error: Connection reset by peer]
boliboli[m] has quit [Write error: Connection reset by peer]
Johnny81[m] has quit [Write error: Connection reset by peer]
M-drwasho has quit [Write error: Connection reset by peer]
Richardsdkjflsfj has quit [Write error: Connection reset by peer]
disinibito[m] has quit [Write error: Connection reset by peer]
M-amblin has quit [Write error: Connection reset by peer]
M-Magnap has quit [Write error: Connection reset by peer]
Guest28905[m] has quit [Write error: Connection reset by peer]
Guest2611 has quit [Write error: Connection reset by peer]
fredddy42[m] has quit [Write error: Connection reset by peer]
Ineentho[m] has quit [Write error: Connection reset by peer]
ztl8702[m] has quit [Write error: Connection reset by peer]
edu[m] has quit [Write error: Connection reset by peer]
Guest28775[m] has quit [Write error: Connection reset by peer]
erikj` has quit [Write error: Connection reset by peer]
M18690[m] has quit [Write error: Connection reset by peer]
jackyquack[m] has quit [Write error: Connection reset by peer]
TestMonkey[m] has quit [Write error: Connection reset by peer]
M-jackal has quit [Write error: Connection reset by peer]
SeriousBug[m] has quit [Write error: Connection reset by peer]
M-9743 has quit [Write error: Connection reset by peer]
M-3676 has quit [Write error: Connection reset by peer]
gsf[m] has quit [Write error: Connection reset by peer]
M-pieohpah has quit [Write error: Connection reset by peer]
M-flyingzumwalt has quit [Write error: Connection reset by peer]
M-abdessamadhoud has quit [Write error: Connection reset by peer]
M-jaxondu has quit [Write error: Connection reset by peer]
M-leeola has quit [Write error: Connection reset by peer]
Lord[m] has quit [Write error: Connection reset by peer]
Craeckie[m] has quit [Write error: Connection reset by peer]
mw[m] has quit [Write error: Connection reset by peer]
qandilious[m] has quit [Write error: Connection reset by peer]
Guest22356[m] has quit [Write error: Connection reset by peer]
im[m] has quit [Write error: Connection reset by peer]
M-foxxy has quit [Write error: Connection reset by peer]
neoV[m] has quit [Write error: Connection reset by peer]
Ericson2314[m] has quit [Write error: Connection reset by peer]
shenbaa[m] has quit [Write error: Connection reset by peer]
M-15922 has quit [Write error: Connection reset by peer]
Guest26163[m] has quit [Write error: Connection reset by peer]
M-player33 has quit [Write error: Connection reset by peer]
airsickpayload[m has quit [Write error: Connection reset by peer]
M-uhiiued7278 has quit [Write error: Connection reset by peer]
M-eitland has quit [Write error: Connection reset by peer]
M-3714 has quit [Write error: Connection reset by peer]
R4FKEN[m] has quit [Write error: Connection reset by peer]
cr[m] has quit [Write error: Connection reset by peer]
alistair77[m] has quit [Write error: Connection reset by peer]
johnhenry[m] has quit [Write error: Connection reset by peer]
M-david has quit [Write error: Connection reset by peer]
Guest23523[m] has quit [Write error: Connection reset by peer]
M-14382 has quit [Write error: Connection reset by peer]
M-17739 has quit [Write error: Connection reset by peer]
Guest24121[m] has quit [Write error: Connection reset by peer]
M-hostbbb has quit [Write error: Connection reset by peer]
pigeons[m] has quit [Write error: Connection reset by peer]
M18693[m] has quit [Write error: Connection reset by peer]
M-Peer2Peer has quit [Write error: Connection reset by peer]
themsay[m] has quit [Write error: Connection reset by peer]
M-pesterhazy has quit [Write error: Connection reset by peer]
M-toor has quit [Write error: Connection reset by peer]
Guest29626[m] has quit [Write error: Connection reset by peer]
rfb[m] has quit [Write error: Connection reset by peer]
masoodahm[m] has quit [Write error: Connection reset by peer]
M-5459 has quit [Write error: Connection reset by peer]
M-mckaydavis has quit [Write error: Connection reset by peer]
Meroje[m] has quit [Write error: Connection reset by peer]
benhylau[m] has quit [Write error: Connection reset by peer]
M-ngu has quit [Write error: Connection reset by peer]
Catz[m] has quit [Write error: Connection reset by peer]
M-cyan has quit [Write error: Connection reset by peer]
themightychris[m has quit [Write error: Connection reset by peer]
M-8319 has quit [Write error: Connection reset by peer]
NikolayKolev[m] has quit [Write error: Connection reset by peer]
mungwi[m] has quit [Write error: Connection reset by peer]
AMIR[m] has quit [Write error: Connection reset by peer]
Guest44466[m] has quit [Write error: Connection reset by peer]
M-trashrabbit has quit [Write error: Connection reset by peer]
Guest19040[m] has quit [Write error: Connection reset by peer]
VegBerg[m] has quit [Write error: Connection reset by peer]
M-rjan has quit [Write error: Connection reset by peer]
M-HirmeS has quit [Write error: Connection reset by peer]
M-6781 has quit [Write error: Connection reset by peer]
Guest18692[m] has quit [Write error: Connection reset by peer]
pik[m]1 has quit [Write error: Connection reset by peer]
M-3891 has quit [Write error: Connection reset by peer]
HansMeiser[m] has quit [Write error: Connection reset by peer]
Guest23234[m] has quit [Write error: Connection reset by peer]
Fathack[m] has quit [Write error: Connection reset by peer]
M-3526 has quit [Write error: Connection reset by peer]
M-mseri has quit [Write error: Connection reset by peer]
simonv3[m] has quit [Write error: Connection reset by peer]
Sandhose[m] has quit [Write error: Connection reset by peer]
M2ezit[m] has quit [Write error: Connection reset by peer]
rt2016[m] has quit [Write error: Connection reset by peer]
Guest31481[m] has quit [Write error: Connection reset by peer]
M-austinhc has quit [Write error: Connection reset by peer]
Adwin[m] has quit [Write error: Connection reset by peer]
M-cryptix has quit [Write error: Connection reset by peer]
M-Robin has quit [Write error: Connection reset by peer]
toto42[m] has quit [Write error: Connection reset by peer]
M-10670 has quit [Write error: Connection reset by peer]
M-3870 has quit [Write error: Connection reset by peer]
M-fabrixxm has quit [Write error: Connection reset by peer]
M-jgrowl has quit [Write error: Connection reset by peer]
M-4267 has quit [Write error: Connection reset by peer]
M-3798 has quit [Write error: Connection reset by peer]
dudezer0_bot[m] has quit [Write error: Connection reset by peer]
g215[m] has quit [Write error: Connection reset by peer]
M-4485 has quit [Write error: Connection reset by peer]
aburkett[m] has quit [Write error: Connection reset by peer]
M-12989 has quit [Write error: Connection reset by peer]
Guest25254[m] has quit [Write error: Connection reset by peer]
M-ed has quit [Write error: Connection reset by peer]
timthelion[m] has quit [Write error: Connection reset by peer]
Sharavanabhava[m has quit [Write error: Connection reset by peer]
M-giodamelio has quit [Write error: Connection reset by peer]
M-2617 has quit [Write error: Connection reset by peer]
berninoz[m] has quit [Write error: Connection reset by peer]
dnull[m] has quit [Write error: Connection reset by peer]
arby[m] has quit [Write error: Connection reset by peer]
M-kcinjp has quit [Write error: Connection reset by peer]
M-12490 has quit [Write error: Connection reset by peer]
M-3509 has quit [Write error: Connection reset by peer]
probitlabs[m] has quit [Write error: Connection reset by peer]
M-ryanwilliams has quit [Write error: Connection reset by peer]
lnxw37[m] has quit [Write error: Connection reset by peer]
matrixtest[m] has quit [Write error: Connection reset by peer]
Guest45495[m] has quit [Write error: Connection reset by peer]
Patrik[m] has quit [Write error: Connection reset by peer]
Guest26833[m] has quit [Write error: Connection reset by peer]
Guest22926[m] has quit [Write error: Connection reset by peer]
M-Val has quit [Write error: Connection reset by peer]
Guest35126[m] has quit [Write error: Connection reset by peer]
M-jfred has quit [Write error: Connection reset by peer]
JOduMonT[m] has quit [Write error: Connection reset by peer]
nicolae[m] has quit [Write error: Connection reset by peer]
M-liberdiko has quit [Write error: Connection reset by peer]
Guest50356[m] has quit [Write error: Connection reset by peer]
anonymuse has joined #ipfs
<A124>
Please someone fix the gateways.
<A124>
Put there a timeout. For example even a non valid hash just waits forever: https://ipfs.io/ipfs/HASH
<A124>
Which is kind of a deal for public gateway.
ebel has quit [Ping timeout: 250 seconds]
<A124>
I agree it should be handled client side, but in some cases sadly is not, so conflicted about this.
pfrazee has joined #ipfs
<lgierth>
there has been a timeout of 30min for over a year
SARANKUMAR[m] has joined #ipfs
ebel has joined #ipfs
<A124>
Not sure what to reply even. HTTP sucks. HTTP/2 sucks less.
<A124>
Any info about the Discourse?
slothbag has quit [Quit: Leaving.]
<Mateon1>
A124: If I recall correctly, ipfs.io stops the connection after 30 minutes
<Mateon1>
Also, shouldn't `/ipfs/HASH` throw imediately due to invalid format?
* Mateon1
checks
rgrinberg has joined #ipfs
<Mateon1>
Yup
<lgierth>
Kubuxu: got any clue about the merkledag.Node => ipld-node.Node switch?
maxlath has joined #ipfs
<lgierth>
I'm wondering where to find the struct that fulfills the ipld-node.Node interface
<lgierth>
ah yep that would still be merkledag.Node
<hsanjuan>
kubuxu: block get doesn't really show other than the Data. So if I understand right, you say that encoding the Data is the only thing protobuf is used for?
<Kubuxu>
and unixfs.proto is stored inside merkledag.proto/Data
<hsanjuan>
kubuxu: ok, is it called unixfs because in the end IPFS can simulate a unix filesystem or bc there is something unix-specific that im missing?
ben has joined #ipfs
mib_d867f6ac has joined #ipfs
<Kubuxu>
the first one
ben is now known as ben___
<Kubuxu>
it is just an fs, I don't really know why it was called unixfs
<mib_d867f6ac>
when one feeds a protobuf to `protobuf_producer | ipfs object put --inputenc=protobuf` the resulting hash is of the data parsed and reassembled in an order not necessarily matching what the producer supplied on stdout
<mib_d867f6ac>
therefore the resulting base58 does not match
<mib_d867f6ac>
is there a way to disable this, or the producer needs to essentially mimic what ipfs-go does?
<lgierth>
mib_d867f6ac: are you using merkledag/pb/merkledag.proto?
<hsanjuan>
kubuxu: so in the end the idea of that pull request is to be able to replace what now uses merkledag.proto with cbor?
maxlath has quit [Ping timeout: 256 seconds]
<hsanjuan>
i mean, to offer it as an option
<mib_d867f6ac>
lgierth: yes, but the producer library I use orders things by "id" in the stream, instead of how they appear in the protofile
<mib_d867f6ac>
lgierth: so data comes first, and links come second
<Kubuxu>
yes, offer as an option, but not for unixfs AFAIK
shizy has joined #ipfs
<lgierth>
mib_d867f6ac: that is a problem then :)
<Kubuxu>
just for `ipfs dag` command
<mib_d867f6ac>
lgierth: right, so I guess I will have to do some frame reordering myself, or fix the library, or something
<hsanjuan>
kubuxu: whats the difference between `ipfs object` (which manipulates DAG objects) and `ipfs dag`?
<lgierth>
Kubuxu hsanjuan: yes unixfs will still be protobuf, only merkledag is replaced by ipld+(cbor|x)
<mib_d867f6ac>
lgierth: but tldr: ipfs-go will output fields in exactly the order they are specified in the corresponding .proto files yes? i.e. links first data second
<mib_d867f6ac>
?
<hsanjuan>
kubuxu: is just the way of saying that `ipfs dag` deals with objects following the "new" IPLD format?
<lgierth>
mib_d867f6ac: eeh i'm not 100% sure. best to check with `ipfs block get <hash>``
<mib_d867f6ac>
errr s/output/calculate the final hash based on/
<Kubuxu>
hsanjuan: `ipfs object` calls does calls very specific for the old format
<mib_d867f6ac>
lgierth: this is the behavior I am observing right now, I am more asking is this stuff stable
<mib_d867f6ac>
I want to produce a graph of objects entirely outside of ipfs and only feed it the result object by object
<Kubuxu>
current object format is `Links[], Data`, and `ipfs object` is prepared only for that
<Kubuxu>
`ipfs dag` is being created with IPLD in mind, where links can be anywhere and so on.
<lgierth>
mib_d867f6ac: maybe it's best if you build ipld instead of a merkledag structure (merkledag = links+data as protobuf)
<lgierth>
then you also don't need to produce protobufs
<mib_d867f6ac>
but ipld is still in development right?
<mib_d867f6ac>
I wanted to play with stuff that already works ( i.e. can be browsed via ipfs.io/ipfs/...
<lgierth>
the integration with go-ipfs is in development, ipld itself is pretty solid
<lgierth>
mib_d867f6ac: you can't even browse any non-unixfs structure build off merkledag
<mib_d867f6ac>
I am aware - this is what I am building ;)
<lgierth>
you can through the api though, ipfs.io/api/v0/andsoon
<lgierth>
interesting, making the gateway able to handle non-unixfs stuff?
<mib_d867f6ac>
no
<mib_d867f6ac>
I am building a unixfs-defined DAG, but entirely outside of ipfs itself
<mib_d867f6ac>
again - because of the already-available ecosystem
<lgierth>
aah i see
<lgierth>
then you need protobuf one way or the other
<Kubuxu>
mib_d867f6ac: ipfs object put adds wrapping
<lgierth>
back to the compatibility question: merkledag and unixfs aren't gonna change and aren't gonna go away
<Kubuxu>
I think
<hsanjuan>
ok thanks kubuxu! :)
<Kubuxu>
or not
<mib_d867f6ac>
correct, and while semantically my protobufs are exact replicas
<Kubuxu>
sorry it does
<mib_d867f6ac>
the wire-frame order turned out to vary
<mib_d867f6ac>
so I am making sure that what ipfs-go does is essentially set-in-stone
<mib_d867f6ac>
which... I guess it has to be, otherwise all preexisting links will break
<Kubuxu>
yeah, we are reparsing it, which will change the order
<lgierth>
i'm gonna say if it changes, that's a breakage of user space and thus a bug
<mib_d867f6ac>
Kubuxu: right, also links say that both size and name are optional
<mib_d867f6ac>
but the re-wrapping adds in a name of "" and a size even if I didn't supply it
<mib_d867f6ac>
so I had to match that too
<mib_d867f6ac>
the re-parsing makes things way more involved than I originally expceted ;)
<lgierth>
mib_d867f6ac: it'd be super cool if you could write up your findings -- how to construct a unixfs merkledag compatible with ipfs
<Kubuxu>
the current format wasn't designed to be general purpose
<Kubuxu>
that is why we are implementing IPLD currently
<mib_d867f6ac>
right - and when it is all done and settled, and the gateways understand it: I will switch to IPLD
<mib_d867f6ac>
but I want to try to build something on top of ipfs today ;)
<mib_d867f6ac>
lgierth: I will do so in due course, yes, currently just experimentation
<lgierth>
i think master should already understand ipld
<lgierth>
it just doesn't default to it yet
<Kubuxu>
it won't
<lgierth>
mh ok
corvinux has joined #ipfs
ulrichard has quit [Ping timeout: 244 seconds]
cemerick has quit [Ping timeout: 260 seconds]
<Kubuxu>
lgierth: or it should work
<Kubuxu>
but only if you link to the file or raw objects
<Kubuxu>
s/objects/raw leafs/
martian_ has joined #ipfs
martian_ has quit [Max SendQ exceeded]
dmr has quit [Quit: Leaving]
martian_ has joined #ipfs
martian_ has quit [Read error: Connection reset by peer]
shizy has quit [Quit: WeeChat 1.6]
<mib_d867f6ac>
huh... apparently the way merkledags are serialized is *against* google's own spec:
<mib_d867f6ac>
so when you upgrade go-ipfs' bindings all the merkledag-based stuff will break :/
<Kubuxu>
it won't break, the hashes will change
<Kubuxu>
of new files
<mib_d867f6ac>
ah so things do not get rewrapped when nodes speak to each other
<mib_d867f6ac>
it's just on the initial data=>dag conversion
<Kubuxu>
yes
<mib_d867f6ac>
hrm... so I suppose if I rebuild my local ipfs-go with an updated gogo/protobuf, the mismatch with the other library I use to encode protobuf will go away
<mib_d867f6ac>
will try shortly
<mib_d867f6ac>
.oO( would still be nice to be able to insert objects without any rewrapping though )
<mib_d867f6ac>
that is "here is a valid protobuf of a merkledag - store as-is and give me a hash I can match against what I produced and supplied"
<Kubuxu>
I think you can do that with `ipfs block` api
<mib_d867f6ac>
ahhhh trying...
Encrypt_ has joined #ipfs
<mib_d867f6ac>
nope...
shizy has joined #ipfs
<mib_d867f6ac>
or hm... perhaps it works
Encrypt_ is now known as Encrypr
<mib_d867f6ac>
ahhhhhh it worked from the start
<mib_d867f6ac>
but because I used `object get` instead of `block get` I was getting the rewrapped result back
<mib_d867f6ac>
and nothing was matching
<mib_d867f6ac>
argh!
<mib_d867f6ac>
so yes - go-ipfs takes stuff as-given
<mib_d867f6ac>
orry for the noise
anonymuse has quit [Remote host closed the connection]
mib_d867f6ac has quit [Quit: Page closed]
jedahan has joined #ipfs
anonymuse has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
maxlath has joined #ipfs
infinity0 has quit [Read error: Connection reset by peer]
infinity0 has joined #ipfs
mgue has left #ipfs ["WeeChat 1.6"]
mgue has joined #ipfs
ylp1 has quit [Quit: Leaving.]
ligi has quit [Quit: leaving]
uzyn has joined #ipfs
uzyn has quit [Client Quit]
patcon has joined #ipfs
uzyn has joined #ipfs
chax has joined #ipfs
mgue has quit [Quit: WeeChat 1.6]
mgue has joined #ipfs
mgue is now known as sdiver
sdiver has quit [Client Quit]
sdiver has joined #ipfs
shizy has quit [Quit: WeeChat 1.6]
shizy has joined #ipfs
sdiver has quit [Client Quit]
sdiver has joined #ipfs
Encrypr is now known as Encrypt
mildred has quit [Ping timeout: 244 seconds]
lindybrits has quit [Quit: Page closed]
gmcquillan has quit [Ping timeout: 256 seconds]
maxlath has quit [Ping timeout: 256 seconds]
patcon has quit [Ping timeout: 256 seconds]
Twryst has joined #ipfs
<Twryst>
Hello ipfs peeps! Is ipfs at the point where it could reasonably be used as the backend to an android app?
<Twryst>
I'm wondering about an ipfs-driven vine replacement
shizy has quit [Quit: WeeChat 1.6]
G-Ray has quit [Remote host closed the connection]
shizy has joined #ipfs
ilyaigpetrov has joined #ipfs
chax has quit [Remote host closed the connection]
chax has joined #ipfs
sdiver[m] has joined #ipfs
anewuser has joined #ipfs
chax has quit [Ping timeout: 245 seconds]
Twryst has quit [Ping timeout: 260 seconds]
shizy has quit [Quit: WeeChat 1.6]
shizy has joined #ipfs
<dignifiedquire>
Twryst it is pretty ready on the desktop but mobile optimizations are not there yet
draynium_ has quit [Ping timeout: 256 seconds]
rmorey has joined #ipfs
rgrinberg has quit [Ping timeout: 260 seconds]
NeoTeo has quit [Read error: Connection reset by peer]
bmpvieira has quit [Read error: Connection reset by peer]
lohkey has quit [Read error: Connection reset by peer]
bmpvieira has joined #ipfs
NeoTeo has joined #ipfs
mafintosh has quit [Ping timeout: 256 seconds]
bitspill has quit [Ping timeout: 256 seconds]
flyingzumwalt has quit [Read error: Connection reset by peer]
mikolalysenko has quit [Read error: Connection reset by peer]
feross has quit [Read error: Connection reset by peer]
sickill has quit [Read error: Connection reset by peer]
sugarpuff has quit [Read error: Connection reset by peer]
mikeal has quit [Read error: Connection reset by peer]
bengl has quit [Read error: Connection reset by peer]
jbenet has quit [Read error: Connection reset by peer]
iinaj has quit [Write error: Connection reset by peer]
bigs has quit [Write error: Connection reset by peer]
jryans has quit [Read error: Connection reset by peer]
aristid has quit [Read error: Connection reset by peer]
lohkey has joined #ipfs
bertschneider has quit [Read error: Network is unreachable]
flyingzumwalt has joined #ipfs
iinaj has joined #ipfs
mikeal has joined #ipfs
bitspill has joined #ipfs
aristid has joined #ipfs
jbenet has joined #ipfs
bengl has joined #ipfs
feross has joined #ipfs
bertschneider has joined #ipfs
boli[m] has quit [Ping timeout: 256 seconds]
l64376[m] has quit [Ping timeout: 256 seconds]
ContainsLiquid[m has quit [Ping timeout: 256 seconds]
Catz[m] has quit [Ping timeout: 256 seconds]
fredddy42[m] has quit [Ping timeout: 256 seconds]
mokhtar[m] has quit [Ping timeout: 256 seconds]
M21950[m] has quit [Ping timeout: 256 seconds]
king_size1953[m] has quit [Ping timeout: 256 seconds]
M22220[m] has quit [Ping timeout: 256 seconds]
M7141[m] has quit [Ping timeout: 256 seconds]
M16865[m] has quit [Ping timeout: 256 seconds]
Dawg[m] has quit [Ping timeout: 256 seconds]
abdessamadhouda[ has quit [Ping timeout: 256 seconds]
M50356[m] has quit [Ping timeout: 256 seconds]
metamattj[m] has quit [Ping timeout: 256 seconds]
M8319[m] has quit [Ping timeout: 256 seconds]
brain[m] has quit [Ping timeout: 256 seconds]
lilien1010[m] has quit [Ping timeout: 256 seconds]
guybrush[m] has quit [Ping timeout: 256 seconds]
whyrusleeping[m] has quit [Ping timeout: 256 seconds]
nated[m] has quit [Ping timeout: 256 seconds]
erwin[m] has quit [Ping timeout: 256 seconds]
M18643[m] has quit [Ping timeout: 256 seconds]
jamespedwards42[ has quit [Ping timeout: 256 seconds]
geoah[m] has quit [Ping timeout: 256 seconds]
cyan[m] has quit [Ping timeout: 256 seconds]
gsf[m] has quit [Ping timeout: 256 seconds]
M31078[m] has quit [Ping timeout: 256 seconds]
BostonEnginerd[m has quit [Ping timeout: 256 seconds]
ngu[m] has quit [Ping timeout: 256 seconds]
austinhc[m] has quit [Ping timeout: 256 seconds]
Craeckie[m] has quit [Ping timeout: 256 seconds]
bp5[m] has quit [Ping timeout: 256 seconds]
sraja[m] has quit [Ping timeout: 256 seconds]
Adwin[m] has quit [Ping timeout: 256 seconds]
Futuro[m] has quit [Ping timeout: 256 seconds]
nikolay[m] has quit [Ping timeout: 256 seconds]
jackal[m] has quit [Ping timeout: 256 seconds]
tkorrison[m] has quit [Ping timeout: 256 seconds]
edrex[m] has quit [Ping timeout: 256 seconds]
kszys[m] has quit [Ping timeout: 256 seconds]
M2ezit[m] has quit [Ping timeout: 256 seconds]
JOduMonT[m] has quit [Ping timeout: 256 seconds]
blabla2[m] has quit [Ping timeout: 256 seconds]
ShawkHawk[m] has quit [Ping timeout: 256 seconds]
toor[m] has quit [Ping timeout: 256 seconds]
fortyfoxes[m] has quit [Ping timeout: 256 seconds]
phaverkamp[m] has quit [Ping timeout: 256 seconds]
mark-otaris[m] has quit [Ping timeout: 256 seconds]
swift110[m] has quit [Ping timeout: 256 seconds]
leoc[m] has quit [Ping timeout: 256 seconds]
hash[m] has quit [Ping timeout: 256 seconds]
OlivierNyssen[m] has quit [Ping timeout: 256 seconds]
panicbit[m] has quit [Ping timeout: 256 seconds]
musicmatze[m] has quit [Ping timeout: 256 seconds]
MrAxilus[m] has quit [Ping timeout: 256 seconds]
mistake[m] has quit [Ping timeout: 256 seconds]
jivank[m] has quit [Ping timeout: 256 seconds]
rschulman[m] has quit [Ping timeout: 256 seconds]
alien[m] has quit [Ping timeout: 256 seconds]
WinterFox[m] has quit [Ping timeout: 256 seconds]
Oatmeal has quit [Ping timeout: 256 seconds]
xa0 has quit [Ping timeout: 256 seconds]
_fil_ has quit [Ping timeout: 256 seconds]
mafintosh has joined #ipfs
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan
sickill has joined #ipfs
GereG[m] has quit [Ping timeout: 256 seconds]
Karalix[m] has quit [Ping timeout: 256 seconds]
ming8[m] has quit [Ping timeout: 256 seconds]
ztl8702[m] has quit [Ping timeout: 256 seconds]
morozevich73[m] has quit [Ping timeout: 256 seconds]
M7416[m] has quit [Ping timeout: 256 seconds]
M23322[m] has quit [Ping timeout: 256 seconds]
sibi[m] has quit [Ping timeout: 256 seconds]
airsickpayload[m has quit [Ping timeout: 256 seconds]
probitlabs[m] has quit [Ping timeout: 256 seconds]
zick[m] has quit [Ping timeout: 256 seconds]
hartmanroberte[m has quit [Ping timeout: 256 seconds]
nicolae[m] has quit [Ping timeout: 256 seconds]
nd[m] has quit [Ping timeout: 256 seconds]
rongladney[m] has quit [Ping timeout: 256 seconds]
blide[m] has quit [Ping timeout: 256 seconds]
kupskups9[m] has quit [Ping timeout: 256 seconds]
martinklepsch[m] has quit [Ping timeout: 256 seconds]
fd0422b08[m] has quit [Ping timeout: 256 seconds]
pesterhazy[m] has quit [Ping timeout: 256 seconds]
Beneficence[m] has quit [Ping timeout: 256 seconds]
dnull[m] has quit [Ping timeout: 256 seconds]
themsay[m] has quit [Ping timeout: 256 seconds]
erikj[m] has quit [Ping timeout: 256 seconds]
toto42[m] has quit [Ping timeout: 256 seconds]
qandilious[m] has quit [Ping timeout: 256 seconds]
bastinik[m] has quit [Ping timeout: 256 seconds]
david[m]1 has quit [Ping timeout: 256 seconds]
roblabla[m] has quit [Ping timeout: 256 seconds]
jon[m]1 has quit [Ping timeout: 256 seconds]
neurochemical[m] has quit [Ping timeout: 256 seconds]
dave[m] has quit [Ping timeout: 256 seconds]
Amandine[m] has quit [Ping timeout: 256 seconds]
SeriousBug[m] has quit [Ping timeout: 256 seconds]
oddvar[m] has quit [Ping timeout: 256 seconds]
smk[m] has quit [Ping timeout: 256 seconds]
krsiehl[m] has quit [Ping timeout: 256 seconds]
flyingzumwalt[m] has quit [Ping timeout: 256 seconds]
geir[m] has quit [Ping timeout: 256 seconds]
amblin[m] has quit [Ping timeout: 256 seconds]
wkennington[m] has quit [Ping timeout: 256 seconds]
magnap[m] has quit [Ping timeout: 256 seconds]
fil[m] has quit [Ping timeout: 256 seconds]
alexander[m] has quit [Ping timeout: 256 seconds]
am2on[m] has quit [Ping timeout: 256 seconds]
madveru[m] has quit [Ping timeout: 256 seconds]
leer10[m]1 has quit [Ping timeout: 256 seconds]
Lugarius[m] has quit [Ping timeout: 256 seconds]
bugabinga[m] has quit [Ping timeout: 256 seconds]
saintaquinas[m] has quit [Ping timeout: 256 seconds]
disgusting[m] has quit [Ping timeout: 256 seconds]
fuloating[m] has quit [Ping timeout: 256 seconds]
gilli[m] has quit [Ping timeout: 256 seconds]
testme[m] has quit [Ping timeout: 256 seconds]
miloignis[m] has quit [Ping timeout: 256 seconds]
faddat[m] has quit [Ping timeout: 256 seconds]
Leer10[m] has quit [Ping timeout: 256 seconds]
Remram[m] has quit [Ping timeout: 256 seconds]
rdesfo[m] has quit [Ping timeout: 256 seconds]
torarne[m] has quit [Ping timeout: 256 seconds]
silwol[m] has quit [Ping timeout: 256 seconds]
jimt[m] has quit [Ping timeout: 256 seconds]
neurocis[m] has quit [Ping timeout: 256 seconds]
SARANKUMAR[m] has quit [Ping timeout: 256 seconds]
kegan[m] has quit [Ping timeout: 256 seconds]
frabrunelle[m] has quit [Ping timeout: 256 seconds]
mythmon[m] has quit [Ping timeout: 256 seconds]
Matthew[m] has quit [Ping timeout: 256 seconds]
wak-work has quit [Ping timeout: 256 seconds]
The_8472 has quit [Ping timeout: 256 seconds]
mikolalysenko has joined #ipfs
sdiver[m] has quit [Ping timeout: 256 seconds]
Paul90[m] has quit [Ping timeout: 256 seconds]
themightychris[m has quit [Ping timeout: 256 seconds]
M10660[m] has quit [Ping timeout: 256 seconds]
M6581[m] has quit [Ping timeout: 256 seconds]
H3g3m0n[m] has quit [Ping timeout: 256 seconds]
alexander[m]1 has quit [Ping timeout: 256 seconds]
because[m] has quit [Ping timeout: 256 seconds]
MaXGGXaM[m] has quit [Ping timeout: 256 seconds]
kcinjp[m] has quit [Ping timeout: 256 seconds]
rryan[m] has quit [Ping timeout: 256 seconds]
knutz[m] has quit [Ping timeout: 256 seconds]
Ineentho[m] has quit [Ping timeout: 256 seconds]
brunomvsouza[m] has quit [Ping timeout: 256 seconds]
cbHXBY1D[m] has quit [Ping timeout: 256 seconds]
Shrike[m]1 has quit [Ping timeout: 256 seconds]
trashrabbit[m] has quit [Ping timeout: 256 seconds]
david[m] has quit [Ping timeout: 256 seconds]
jfred[m] has quit [Ping timeout: 256 seconds]
rschulman[m]1 has quit [Ping timeout: 256 seconds]
liberdiko[m] has quit [Ping timeout: 256 seconds]
mirek1337[m] has quit [Ping timeout: 256 seconds]
igork[m] has quit [Ping timeout: 256 seconds]
jon[m] has quit [Ping timeout: 256 seconds]
lindner[m] has quit [Ping timeout: 256 seconds]
Shrike[m] has quit [Ping timeout: 256 seconds]
davidar[m] has quit [Ping timeout: 256 seconds]
AndrewGaspar[m] has quit [Ping timeout: 256 seconds]
shellkr[m] has quit [Ping timeout: 256 seconds]
alaeri[m] has quit [Ping timeout: 256 seconds]
irx[m] has quit [Ping timeout: 256 seconds]
zielmicha[m] has quit [Ping timeout: 256 seconds]
ofdm has quit [Ping timeout: 256 seconds]
sugarpuff has joined #ipfs
bigs has joined #ipfs
jryans has joined #ipfs
ofdm has joined #ipfs
The_8472 has joined #ipfs
wak-work has joined #ipfs
xa0 has joined #ipfs
xa0 has joined #ipfs
xa0 has quit [Changing host]
shizy has quit [Quit: WeeChat 1.6]
shizy has joined #ipfs
anonymuse has quit [Remote host closed the connection]
ghtdak has quit [Quit: WeeChat 1.4]
s_kunk has quit [Ping timeout: 256 seconds]
chax has joined #ipfs
ghtdak has joined #ipfs
Oatmeal has joined #ipfs
Kane` has quit [Ping timeout: 250 seconds]
uzyn has quit [Quit: uzyn]
Kane` has joined #ipfs
polezaivsani has quit [Remote host closed the connection]
chax_ has joined #ipfs
patcon has joined #ipfs
chax has quit [Ping timeout: 250 seconds]
rmorey has quit [Quit: Lost terminal]
Encrypt has quit [Quit: Quit]
Twryst has joined #ipfs
ulrichard has joined #ipfs
<Twryst>
@dignifiedquire Hm... yea I see a year-old google group question Juan answered about it now, thanks. For any app making use of IPFS right now, for users to also host data requires them running the ipfsdaemon on their machine (with associated install process, etc) and not just, say, installing a chrome browser extension or anything simple like that, then?
<A124>
twryst For mobile platforms, use on gateway vs use of ipfs is not much of a difference.
<A124>
And there is a site that does Vine like stuff.
<Twryst>
oh interesting, where can I find it? @Al24
<lgierth>
twryst: yeah you can use the gateway (ipfs.io or your own) or api (ipfs.io/api or your own), and then just flip a switch once go-ipfs is good enough for phones
<lgierth>
twryst: also ligi has been running go-ipfs on android, so you can try it out and see for yourself if it's good nough for your use case
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
jedahan has quit [Client Quit]
flyingzumwalt has quit [Quit: Connection closed for inactivity]
jedahan has joined #ipfs
anonymuse has joined #ipfs
jedahan has joined #ipfs
<hsanjuan>
whyrusleeping: lets put the consensus interface in github? I'd like to work on libp2p raft probably next week. Do you think hashicorp raft is a good option (adding a libp2p network transport to it)?
galois_dmz has joined #ipfs
<lgierth>
hsanjuan: better to put it on swarm than directly on a transport
<whyrusleeping>
hsanjuan: yeah, i think hashicorps raft is probably good
<whyrusleeping>
i'd check to see what impl is used in etcd first though
<whyrusleeping>
i'll do a writeup of the interface today
<whyrusleeping>
er
<whyrusleeping>
wait
<whyrusleeping>
i did that?
<lgierth>
yes
bertschneider has quit [Ping timeout: 260 seconds]
<whyrusleeping>
right
bertschneider has joined #ipfs
gmcquillan__ has joined #ipfs
anonymuse has quit [Ping timeout: 268 seconds]
galois_d_ has quit [Ping timeout: 250 seconds]
gmcquillan has quit [Ping timeout: 256 seconds]
SARANKUMAR[m] has joined #ipfs
anewuser has quit [Read error: Connection reset by peer]
<lgierth>
uuugh jupiter is going crazy with goroutines
<whyrusleeping>
lgierth: :/
<whyrusleeping>
what version is it running?
<lgierth>
aaand open fds, mem ok
<whyrusleeping>
goro dump pls?
<lgierth>
they're all 68d8a298c58ed950bd44118cc5e6d1ffc2def395 since tuesday or so, the storage hosts are older
<lgierth>
yup in a sec
<lgierth>
none of them looks particularly good regarding memory
<lgierth>
all 2G+
kxra[m] has joined #ipfs
Matthew[m] has joined #ipfs
benhylau[m] has joined #ipfs
Guest3374 has joined #ipfs
hendry[m] has joined #ipfs
Leer10[m] has joined #ipfs
M-pesterhazy has joined #ipfs
M-frabrunelle has joined #ipfs
Meroje[m] has joined #ipfs
fd0422b08[m] has joined #ipfs
shellkr[m] has joined #ipfs
M-HirmeS has joined #ipfs
themsay[m] has joined #ipfs
M-7141 has joined #ipfs
l64376[m] has joined #ipfs
Guest22220[m] has joined #ipfs
monzoon[m] has joined #ipfs
ContainsLiquid[m has joined #ipfs
fredddy42[m] has joined #ipfs
Catz[m] has joined #ipfs
M-rryan has joined #ipfs
Olivier[matrix] has joined #ipfs
Guest23322[m] has joined #ipfs
M-7416 has joined #ipfs
sibi[m] has joined #ipfs
Usr[m] has joined #ipfs
morozevich73[m] has joined #ipfs
M-pieohpah has joined #ipfs
M-ngu has joined #ipfs
ztl8702[m] has joined #ipfs
TestName[m] has joined #ipfs
irx[m] has joined #ipfs
M-bungle has joined #ipfs
M-cyan has joined #ipfs
M-8319 has joined #ipfs
NikolayKolev[m] has joined #ipfs
gsf[m] has joined #ipfs
alexvoda[m] has joined #ipfs
M-toor has joined #ipfs
brunomvsouza[m] has joined #ipfs
M-krsiehl has joined #ipfs
Guest50356[m] has joined #ipfs
M-whyrusleeping has joined #ipfs
M-erwin has joined #ipfs
GeorgeAntoniadis has joined #ipfs
M-nated has joined #ipfs
H3g3m0n[m] has joined #ipfs
guybrush[m] has joined #ipfs
themightychris[m has joined #ipfs
M-10660 has joined #ipfs
M-6581 has joined #ipfs
M18643[m] has joined #ipfs
Paul[m] has joined #ipfs
Guest31078[m] has joined #ipfs
M-lilien1010 has joined #ipfs
M-brain has joined #ipfs
M-metamattj has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-abdessamadhoud has joined #ipfs
Dawg[m] has joined #ipfs
M-16865 has joined #ipfs
M-king_size1953 has joined #ipfs
mokhtar[m] has joined #ipfs
jamespedwards42[ has joined #ipfs
M-Amandine has joined #ipfs
WinterFox[m] has joined #ipfs
M-jbenet has joined #ipfs
saintaquinas[m] has joined #ipfs
M-Dave has joined #ipfs
sdiver[m] has joined #ipfs
M-boli has joined #ipfs
M-3511 has joined #ipfs
M-javissimo has joined #ipfs
M-blide has joined #ipfs
M-2194 has joined #ipfs
M-fermuch has joined #ipfs
mungwi[m] has joined #ipfs
TheReverend403[m has joined #ipfs
ShawkHawk[m] has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
M-BostonEnginer4 has joined #ipfs
M-jackvt93 has joined #ipfs
M-kalmi has joined #ipfs
rfb[m] has joined #ipfs
Guest29626[m] has joined #ipfs
M-volobuev has joined #ipfs
ZerataX[m] has joined #ipfs
hermann-tab[m] has joined #ipfs
M-internetjanito has joined #ipfs
kszys[m] has joined #ipfs
miner[m] has joined #ipfs
HugeMungus[m] has joined #ipfs
M-oddvar has joined #ipfs
Guest42119[m] has joined #ipfs
M-amstocker has joined #ipfs
Avinash[m] has joined #ipfs
M-Magnap has joined #ipfs
dc167[m] has joined #ipfs
M-jh has joined #ipfs
Guest45538[m] has joined #ipfs
M-alwi has joined #ipfs
M-Nickfost has joined #ipfs
M-alri has joined #ipfs
M-leer10 has joined #ipfs
masoodahm[m] has joined #ipfs
JacobGadikian[m] has joined #ipfs
M-Shrike has joined #ipfs
M-trashrabbit has joined #ipfs
njm14823[m] has joined #ipfs
xamino[m] has joined #ipfs
M-victorm has joined #ipfs
M-jfred has joined #ipfs
naggie[m] has joined #ipfs
Guest19042[m] has joined #ipfs
Guest53543[m] has joined #ipfs
mads[m] has joined #ipfs
Guest44466[m] has joined #ipfs
M-mckaydavis has joined #ipfs
qgnox[m] has joined #ipfs
Meroje[m]1 has joined #ipfs
M-osener has joined #ipfs
cva[m] has joined #ipfs
sibi[m]1 has joined #ipfs
M-mikael has joined #ipfs
AMIR[m] has joined #ipfs
quux[m] has joined #ipfs
Guest61678[m] has joined #ipfs
alaeri[m] has joined #ipfs
M-davidar-test has joined #ipfs
M-jackal has joined #ipfs
M-codebam has joined #ipfs
qwertyuioppo[m] has joined #ipfs
kumavis[m] has joined #ipfs
Guest19040[m] has joined #ipfs
wehlutyk[m] has joined #ipfs
M-5459 has joined #ipfs
jackyquack[m] has joined #ipfs
M-16544 has joined #ipfs
R4FKEN[m] has joined #ipfs
M-3974 has joined #ipfs
PseudoNoob[m] has joined #ipfs
M-bastinik has joined #ipfs
doge_with_sungla has joined #ipfs
Guest18705[m] has joined #ipfs
M-5703 has joined #ipfs
demian[m] has joined #ipfs
M-rjan has joined #ipfs
fortyfoxes[m] has joined #ipfs
VegBerg[m] has joined #ipfs
M-gdr has joined #ipfs
red5d[m] has joined #ipfs
datan[m] has joined #ipfs
musicmatze[m] has joined #ipfs
M-mistake has joined #ipfs
pik[m] has joined #ipfs
M21100[m] has joined #ipfs
M-selpreload has joined #ipfs
HansF[m] has joined #ipfs
TestMonkey[m] has joined #ipfs
M-1976 has joined #ipfs
kostera[m] has joined #ipfs
M-AbhishekDutt has joined #ipfs
Guest44591[m] has joined #ipfs
valdek[m] has joined #ipfs
M-Dan has joined #ipfs
M-ikreymer has joined #ipfs
containsliquid[4 has joined #ipfs
dz[m] has joined #ipfs
M-6781 has joined #ipfs
onetom[m] has joined #ipfs
steven[m] has joined #ipfs
tester30297[m] has joined #ipfs
miladmaster[m] has joined #ipfs
M-dtg has joined #ipfs
M-g has joined #ipfs
knutz[m] has joined #ipfs
M-s6 has joined #ipfs
monikp[m] has joined #ipfs
pik[m]1 has joined #ipfs
M-vro has joined #ipfs
M-11367 has joined #ipfs
M-3676 has joined #ipfs
M-espadrine has joined #ipfs
rajeevn[m] has joined #ipfs
orapouso[m] has joined #ipfs
muxueqz[m] has joined #ipfs
Claus[m] has joined #ipfs
M-jaxondu has joined #ipfs
onlnr has joined #ipfs
M-geir has joined #ipfs
M-liathit has joined #ipfs
jon[m]1 has joined #ipfs
M-staplemac has joined #ipfs
M-3891 has joined #ipfs
Guest18692[m] has joined #ipfs
blackflag[m] has joined #ipfs
M-2255 has joined #ipfs
Guest44356[m] has joined #ipfs
M-hash has joined #ipfs
onic[m] has joined #ipfs
M-hierophantos has joined #ipfs
M-sokoow has joined #ipfs
M-16549 has joined #ipfs
M-ms has joined #ipfs
qzo[m] has joined #ipfs
M-nd has joined #ipfs
M-martinklepsch has joined #ipfs
HansMeiser[m] has joined #ipfs
Guest49679[m] has joined #ipfs
patrickr[m] has joined #ipfs
GarbageDay[m] has joined #ipfs
gabishu[m] has joined #ipfs
Guest22481[m] has joined #ipfs
loco[m] has joined #ipfs
Guest43355[m] has joined #ipfs
M-leeola has joined #ipfs
Miikka[m] has joined #ipfs
Guest23234[m] has joined #ipfs
peapeaxiong[m] has joined #ipfs
Flieh[m] has joined #ipfs
Guest20001[m] has joined #ipfs
denkyemx[m] has joined #ipfs
M-wldhx has joined #ipfs
M-david has joined #ipfs
zielmicha[m] has joined #ipfs
soradet[m] has joined #ipfs
SShrike has joined #ipfs
jivank[m] has joined #ipfs
Fathack[m] has joined #ipfs
M-pims has joined #ipfs
david[m] has joined #ipfs
Ulises[m] has joined #ipfs
Guest28905[m] has joined #ipfs
M-cyzoonic has joined #ipfs
M-kode54 has joined #ipfs
M-sivachandran has joined #ipfs
M-2128 has joined #ipfs
igork[m] has joined #ipfs
M-male has joined #ipfs
simonv3[m] has joined #ipfs
MrAxilus[m] has joined #ipfs
Ineentho[m] has joined #ipfs
Cleopatra7[m] has joined #ipfs
protestContest[m has joined #ipfs
guaraqe[m] has joined #ipfs
M-3526 has joined #ipfs
djfdfjoijijeoif[ has joined #ipfs
gdt[m] has joined #ipfs
M-mseri has joined #ipfs
M18337[m] has joined #ipfs
Dineshsac[m] has joined #ipfs
disgusting[m]1 has joined #ipfs
M2ezit[m] has joined #ipfs
M-phaverkamp has joined #ipfs
M-3444 has joined #ipfs
M6e7961[m] has joined #ipfs
Ericson2314[m] has joined #ipfs
Frank[m]1 has joined #ipfs
tkorrison[m] has joined #ipfs
neoV[m] has joined #ipfs
Adwin[m] has joined #ipfs
Sandhose[m] has joined #ipfs
M-austinhc has joined #ipfs
M-3045 has joined #ipfs
M-lucnsy has joined #ipfs
ghtdak[m] has joined #ipfs
blabla2[m] has joined #ipfs
erikj` has joined #ipfs
lovecrafthobbit[ has joined #ipfs
M-jacktang has joined #ipfs
Jacob[m] has joined #ipfs
M18645[m] has joined #ipfs
robin[m] has joined #ipfs
rt2016[m] has joined #ipfs
Jellybeanmommy[m has joined #ipfs
M-greymr has joined #ipfs
p0psicle[m] has joined #ipfs
Guest31481[m] has joined #ipfs
Lord[m] has joined #ipfs
nass[m] has joined #ipfs
dd[m] has joined #ipfs
lanzafame[m] has joined #ipfs
Guest34181[m] has joined #ipfs
Remramm has joined #ipfs
M-6561 has joined #ipfs
Lazybone[m] has joined #ipfs
Beneficence[m] has joined #ipfs
M-rongladney has joined #ipfs
M-phorse has joined #ipfs
Chris[m] has joined #ipfs
bugabinga[m] has joined #ipfs
M-cryptix has joined #ipfs
lukeboswell[m] has joined #ipfs
M-16194 has joined #ipfs
muhriddin[m] has joined #ipfs
torarne has joined #ipfs
M-Robin has joined #ipfs
ThePurgingPanda[ has joined #ipfs
terence977[m] has joined #ipfs
boliboli[m] has joined #ipfs
M-13288 has joined #ipfs
Askaban[m]1 has joined #ipfs
LouisJencka[m] has joined #ipfs
M-1982 has joined #ipfs
Guest26265[m] has joined #ipfs
i[m] has joined #ipfs
Caquilala[m] has joined #ipfs
NathanBraswell[m has joined #ipfs
M-thomasbeta has joined #ipfs
msmart[m] has joined #ipfs
M-apolo11 has joined #ipfs
M-aatchison has joined #ipfs
basilgohar[m] has joined #ipfs
Guest46230[m] has joined #ipfs
M-Val has joined #ipfs
Guest33346[m] has joined #ipfs
M-roblabla has joined #ipfs
Guest35894[m] has joined #ipfs
disgusting[m] has joined #ipfs
ntninja has joined #ipfs
iwxzr[m] has joined #ipfs
Guest30983[m] has joined #ipfs
M-brasilikum has joined #ipfs
M-kupskups9 has joined #ipfs
enick_597 has joined #ipfs
im[m] has joined #ipfs
vasachi[m] has joined #ipfs
M-edrex has joined #ipfs
M-sliker has joined #ipfs
nixyne[m] has joined #ipfs
M-infpetal has joined #ipfs
M21634[m] has joined #ipfs
M-bp5 has joined #ipfs
Craeckie[m] has joined #ipfs
M-3870 has joined #ipfs
M-fabrixxm has joined #ipfs
Vovin[m] has joined #ipfs
M-jgrowl has joined #ipfs
Guest19048[m] has joined #ipfs
Natanael[m] has joined #ipfs
M-10670 has joined #ipfs
yuryk[m] has joined #ipfs
Guest18687[m] has joined #ipfs
wildanonymous[m] has joined #ipfs
joshb[m] has joined #ipfs
Guest21903[m] has joined #ipfs
M18489[m] has joined #ipfs
M-hungle has joined #ipfs
M-2234 has joined #ipfs
M-4267 has joined #ipfs
dudezer0_bot[m] has joined #ipfs
M-3798 has joined #ipfs
Guest20690[m] has joined #ipfs
Remramm has joined #ipfs
Remramm has quit [Changing host]
Remramm has joined #ipfs
g215[m] has joined #ipfs
toto42[m] has joined #ipfs
SeriousBug[m] has joined #ipfs
silwol[m] has joined #ipfs
M-manveru has joined #ipfs
xtream1101[m] has joined #ipfs
ShawkHawk[m]1 has joined #ipfs
davidar has joined #ipfs
arkadiy[m] has joined #ipfs
M-foxxy has joined #ipfs
M-AndrewGaspar has joined #ipfs
because[m] has joined #ipfs
cbHXBY1D[m] has joined #ipfs
Guest42293[m] has joined #ipfs
Guest21923[m] has joined #ipfs
M-4485 has joined #ipfs
M-keverets has joined #ipfs
Ravneson[m] has joined #ipfs
sull[m] has joined #ipfs
M-player33 has joined #ipfs
Guest53398[m] has joined #ipfs
aburkett[m] has joined #ipfs
M-harlan has joined #ipfs
M-WolfNightly has joined #ipfs
kegan[m] has joined #ipfs
M-mubot has joined #ipfs
M-slang has joined #ipfs
M-2129 has joined #ipfs
Guest25254[m] has joined #ipfs
Sharavanabhava[m has joined #ipfs
M-neoteo has joined #ipfs
timthelion[m] has joined #ipfs
palesz[m] has joined #ipfs
M-podviaznikov has joined #ipfs
johnhenry[m] has joined #ipfs
M-p0pa has joined #ipfs
rodarima[m] has joined #ipfs
Guest47022[m] has joined #ipfs
hoboprimate[m] has joined #ipfs
ntninja[m] has joined #ipfs
neurocis[m] has joined #ipfs
rschulman has joined #ipfs
M-alien has joined #ipfs
Guest22356[m] has joined #ipfs
M-2223 has joined #ipfs
Guest50383[m] has joined #ipfs
trytrytry[m] has joined #ipfs
Stormy[m] has joined #ipfs
M-ed has joined #ipfs
M-15922 has joined #ipfs
M-epsilon has joined #ipfs
Guest64299[m] has joined #ipfs
Guest26163[m] has joined #ipfs
M-12989 has joined #ipfs
mw[m] has joined #ipfs
<hsanjuan>
whyrusleeping: etcd uses its own raft implementation, and even though they say they allow custom transports, I don't get to see how that is configured. There is a transport interface as part of a rafthttp package, rather than being separated as it should...
edsilv[m] has joined #ipfs
M18691[m] has joined #ipfs
M-3725 has joined #ipfs
ChrisDeChef[m] has joined #ipfs
chpio[m] has joined #ipfs
Polychrome[m] has joined #ipfs
Johnny81[m] has joined #ipfs
airsickpayload[m has joined #ipfs
edu[m] has joined #ipfs
M-giodamelio has joined #ipfs
<hsanjuan>
but this was a very quick look to the code
chax_ has quit [Remote host closed the connection]
<whyrusleeping>
hrm...
swift110[m] has joined #ipfs
solariiknight[m] has joined #ipfs
nicolae[m] has joined #ipfs
<whyrusleeping>
okay
M-leoc has joined #ipfs
M-sraja has joined #ipfs
MarkOtaris has joined #ipfs
lexik[m] has joined #ipfs
Futuro[m] has joined #ipfs
M-darknumbers has joined #ipfs
Askaban[m] has joined #ipfs
panicbit-M has joined #ipfs
Guest46793[m] has joined #ipfs
Guest47833[m] has joined #ipfs
M-uhiiued7278 has joined #ipfs
M-mlt has joined #ipfs
M-Samim has joined #ipfs
claas[m] has joined #ipfs
M-gary123 has joined #ipfs
LugariusMatrix has joined #ipfs
ix3[m] has joined #ipfs
am5a03[m] has joined #ipfs
rdesfo[m] has joined #ipfs
jlprince21[m] has joined #ipfs
Hongar[m] has joined #ipfs
gwillen[m] has joined #ipfs
M0x52[m] has joined #ipfs
doctrv[m] has joined #ipfs
neurochemical[m] has joined #ipfs
M-pfista has joined #ipfs
M-eitland has joined #ipfs
M-cocci has joined #ipfs
M-2617 has joined #ipfs
berninoz[m] has joined #ipfs
M-drwasho has joined #ipfs
M-thia has joined #ipfs
M-JayJay has joined #ipfs
shenbaa[m] has joined #ipfs
Guest28775[m] has joined #ipfs
cmp[m] has joined #ipfs
qandilious[m] has joined #ipfs
M-wkennington has joined #ipfs
JacobJones[m] has joined #ipfs
M-Ingo has joined #ipfs
kenCode[m] has joined #ipfs
M-3714 has joined #ipfs
M-Eliza has joined #ipfs
alistair77[m] has joined #ipfs
arby[m] has joined #ipfs
M-jmesserli has joined #ipfs
M18523[m] has joined #ipfs
M-joshumax has joined #ipfs
am2on[m] has joined #ipfs
M-16355 has joined #ipfs
Guest18694[m] has joined #ipfs
chax has joined #ipfs
mythmonster has joined #ipfs
M-amblin has joined #ipfs
probitlabs[m] has joined #ipfs
hartmanroberte[m has joined #ipfs
M-GereG has joined #ipfs
M18690[m] has joined #ipfs
M-4447 has joined #ipfs
Guest26084[m] has joined #ipfs
fil_redpill has joined #ipfs
kenCode[m]1 has joined #ipfs
Richardsdkjflsfj has joined #ipfs
M-12490 has joined #ipfs
M-scio_ has joined #ipfs
M-3509 has joined #ipfs
gillisig1 has joined #ipfs
Guest21158[m] has joined #ipfs
JosiahHaswell[m] has joined #ipfs
M-14321 has joined #ipfs
M-alphakamp has joined #ipfs
Guest26833[m] has joined #ipfs
edsilv[m]1 has joined #ipfs
M-14382 has joined #ipfs
Guest45495[m] has joined #ipfs
dnull[m] has joined #ipfs
michaelmure[m] has joined #ipfs
blasagna[m] has joined #ipfs
Guest23523[m] has joined #ipfs
M-mousereeve has joined #ipfs
Guest24121[m] has joined #ipfs
M-9743 has joined #ipfs
M-liberdiko has joined #ipfs
cel[m] has joined #ipfs
M-jabl has joined #ipfs
M-jimt has joined #ipfs
Guest30871[m] has joined #ipfs
victorbjelkholm[ has joined #ipfs
matrixtest[m] has joined #ipfs
M-rschulman has joined #ipfs
M-Guest2152 has joined #ipfs
M-iav has joined #ipfs
M-kcinjp has joined #ipfs
M-ryanwilliams has joined #ipfs
M-8842 has joined #ipfs
M-17739 has joined #ipfs
M18695[m] has joined #ipfs
M-fiatjaf has joined #ipfs
chevdor[m] has joined #ipfs
M-Peer2Peer has joined #ipfs
M-9364 has joined #ipfs
Guest52361[m] has joined #ipfs
M18693[m] has joined #ipfs
Hossbeast[m] has joined #ipfs
Guest22926[m] has joined #ipfs
M-JayCarpenter has joined #ipfs
Caquilala[m]1 has joined #ipfs
M-erikgarrison has joined #ipfs
mirek1337[m] has joined #ipfs
teglafal[m] has joined #ipfs
pigeons[m] has joined #ipfs
disinibito[m] has joined #ipfs
Patrik[m] has joined #ipfs
M-3630 has joined #ipfs
M-hostbbb has joined #ipfs
M22536[m] has joined #ipfs
M-zick has joined #ipfs
Karalix[m] has joined #ipfs
M-hellomoto has joined #ipfs
bilowan[m] has joined #ipfs
M-ming8 has joined #ipfs
atomet[m] has joined #ipfs
M-Tribex10 has joined #ipfs
jfred[m] has joined #ipfs
lnxw37[m] has joined #ipfs
plindner has joined #ipfs
JOduMonT[m] has joined #ipfs
M-TidyKoala has joined #ipfs
M-Guillaume has joined #ipfs
DavidAmorn[m] has joined #ipfs
M-Xorkle has joined #ipfs
computerfreak[m] has joined #ipfs
M- has joined #ipfs
M-madsurgeon has joined #ipfs
M-12044 has joined #ipfs
kumavis[m]1 has joined #ipfs
cr[m] has joined #ipfs
Guest35126[m] has joined #ipfs
Guest26812[m] has joined #ipfs
benhylau[m]2 has joined #ipfs
M-jeffreybpeters has joined #ipfs
<A124>
... Is someone doing any web archival on top IPFS, or distributed? I mean archive.org can host stuff, but it has strict rules if you upload, not strict when they themselves archive stuff. And you can archive Terabytes and people cannot use it, as most just cannot use WARC archives.
<lgierth>
A124: search github for "ipwb"
<A124>
Already familiar, thank you.
<A124>
Theorethicaly the content should remain, but also you got to store all data. And headers would be replicate (as they include IP of the fetcher)
s_kunk has joined #ipfs
<Kubuxu>
lgierth, whyrusleeping: check out has-caching metrics board, any idea why the Has request rate at the input is perfectly in sync?
<whyrusleeping>
lgierth: if you wanna review the cbor PR
<whyrusleeping>
that would be pretty helpful
chax_ has joined #ipfs
chax has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
DiCE1904 has joined #ipfs
anewuser has quit [Quit: anewuser]
<dignifiedquire>
daviddias: merge if ci is green
<daviddias>
all right :D
<LugariusMatrix>
i researched some time and im kinda confused, there are all this projects that are kinda the same, ... and seeing a solutions to our problem is like seeing in fog.... to much of it. Sia, Storj, MaidSafe, IPFS and all thease
<LugariusMatrix>
now what is a solution to what
bertschneider has quit [Quit: Bye bye]
<LugariusMatrix>
and my biggest question is, where do i store important documents for the puplic
<whyrusleeping>
lgierth: jupiters logs didnt show any weird panics or stack traces did they?
<lgierth>
i haven't checked
<lgierth>
yet
rgrinberg has joined #ipfs
<whyrusleeping>
LugariusMatrix: the first three projects you listed are made to incentivize others to store files for you. ipfs its just the base layer for moving files around p2p and content addressibly
chax_ has quit [Remote host closed the connection]
pescobar has quit [Remote host closed the connection]
<LugariusMatrix>
whyrusleeping (IRC): Well, for example. I have 100 GB music i want to share around the world, it should be avariable even if my BananaPro computer fails
chax has joined #ipfs
pescobar has joined #ipfs
<lgierth>
filecoin will be an incentivization layer on top of ipfs
<lgierth>
just note that ipfs isn't a place for anything that might violate copyright (see our code of conduct https://git.io/vVBS0)
<LugariusMatrix>
yeah of course
<LugariusMatrix>
so , Filecoin and Safecoin are both only are theoretical concept right now
Mizzu has quit [Ping timeout: 260 seconds]
pescobar has quit [Remote host closed the connection]
<lgierth>
i'm not up-to-date with safecoin, but at least filecoin hasn't been released yet
<LugariusMatrix>
well, Maidsafe is kinda alpha, there is a filelimit and so on, both Filecoin and safecoin are only blueprints, but what project should i support
pescobar has joined #ipfs
<A124>
_might violate_
<A124>
By law that is everything you have not produced yourself, and even if you did it cannot contain anything.
<lgierth>
A124: it't not about the by-law definition, it's about keeping distractions away from the project
<A124>
What do you mean distraction exactly in this case please?
patcon has joined #ipfs
<lgierth>
it's roughly the same as with porn: we know a copyright violation when we see it
<lgierth>
and we have better things to do than wrestling with copyright lawyers, and battling ipfs=piracy press
<A124>
Yes, I understand that. Right.
<lgierth>
LugariusMatrix: again i'm not super familiar with maidsafe, but it seems it's focused on storing-my-files use cases, while ipfs tries to build useful protocols at all abstraction layers, which also work nicely without the ipfs protocol on top
* A124
is personaly tired of all those specific services that do not cooperate and then die.
<lgierth>
there's a lot of collaboration between ipfs and ethereum though
<lgierth>
and between ipfs and non p2p/blockchain projects
* whyrusleeping
is a collaboration pusher
<lgierth>
openbazaar and mediachain use ipfs/libp2p too
<lgierth>
and i admit we also have strong opinions on many things :)
<LugariusMatrix>
well Maidsafe tries the same in a different way
<LugariusMatrix>
i may have to wait and try out
<lgierth>
what i mean with "useful protocols at all layers" are things like ipld, libp2p and multiformats which we've derived from ipfs
<lgierth>
and ipfs is just one specific thing to do on top of that stack
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<LugariusMatrix>
yeah i know, Maidsafe is kinda combining all this at once
<lgierth>
and i'm convinced that even if ipfs itself fails, at least one of these three will keep a life of its own
<lgierth>
just because each of the is really useful on its own
ulrichard has quit [Quit: Ex-Chat]
<LugariusMatrix>
yeah, lets wait for save- and filecoin
patcon has quit [Read error: Connection reset by peer]
chax has quit [Read error: Connection reset by peer]
chax_ has joined #ipfs
rgrinberg has quit [Ping timeout: 250 seconds]
chax_ has quit [Remote host closed the connection]
<kevina>
whyrusleeping: okay I can take a look. I tend to try to even avoid the possibility of dead lock in the code I write by sticking with short lived mutex and just dealing with the possibility of possibly inconstant state. :)
<whyrusleeping>
in which case?
<kevina>
that was a general comment, not particular to this pull request.
<whyrusleeping>
oooh, okay
<kevina>
for example, not really sure if it works here, but I try to have a single global mutex that I only hold for a very short time
gmcquillan__ has joined #ipfs
<whyrusleeping>
heh, that might work in *some* cases
<whyrusleeping>
but mutexes aint cheap
<whyrusleeping>
no matter how small of a time you hold them
gmcquillan__ has quit [Client Quit]
gmcquillan__ has joined #ipfs
<kevina>
a mutex should be very cheap if there is no contention
<kevina>
that is where "the very short time" part comes in
<kevina>
"All modern thread implementations can handle an uncontended mutex lock entirely in user space (with just a couple of machine instructions) - only when there is contention, the library has to call into the kernel."
<kevina>
I assume the go mutex code can also. :)
ashark has quit [Ping timeout: 256 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<whyrusleeping>
assuming its a single uncontented thread running on a single core, yes
gmcquillan__ has quit [Ping timeout: 260 seconds]
chax_ has quit [Remote host closed the connection]
chax has joined #ipfs
chax has quit [Remote host closed the connection]
chax has joined #ipfs
arpu has joined #ipfs
maxlath has quit [Quit: maxlath]
rgrinberg has joined #ipfs
neurrowcat has joined #ipfs
rgrinberg has quit [Remote host closed the connection]
rgrinberg has joined #ipfs
anonymuse has quit [Remote host closed the connection]