lgierth changed the topic of #ipfs to: go-ipfs v0.4.10 is out! https://dist.ipfs.io/#go-ipfs | Dev chat: #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0
anewuser has joined #ipfs
ccii1 has joined #ipfs
ccii has quit [Ping timeout: 252 seconds]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
guideline has quit [Ping timeout: 252 seconds]
goiko has quit [Ping timeout: 260 seconds]
goiko has joined #ipfs
goiko has quit [Changing host]
goiko has joined #ipfs
Magik6k has quit [Quit: Bye!]
Magik6k has joined #ipfs
landakram[m] has joined #ipfs
anewuser has quit [Ping timeout: 252 seconds]
matoro has quit [Ping timeout: 240 seconds]
saki has quit [Quit: saki]
anewuser has joined #ipfs
anewuser has quit [Read error: Connection reset by peer]
guideline has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
ike_ has joined #ipfs
rcat has quit [Remote host closed the connection]
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
charley has joined #ipfs
anewuser has joined #ipfs
jonnycrunch has quit [Ping timeout: 252 seconds]
jonnycrunch has joined #ipfs
charley has quit [Ping timeout: 252 seconds]
chriscool has joined #ipfs
ajbouh has quit [Read error: Connection reset by peer]
ygrek has quit [Ping timeout: 255 seconds]
matoro has joined #ipfs
anewuser has quit [Read error: Connection reset by peer]
kaotisk has quit [Quit: Leaving]
benjamingr_ has quit [Quit: Connection closed for inactivity]
saki has joined #ipfs
Oatmeal has quit [Ping timeout: 255 seconds]
larpanet has joined #ipfs
saki has quit [Quit: saki]
saki has joined #ipfs
charley has joined #ipfs
charley has quit [Ping timeout: 246 seconds]
comingsoontm has joined #ipfs
Xiti has quit [Quit: Xiti]
Xiti has joined #ipfs
MDude has joined #ipfs
Jesin has quit [Ping timeout: 260 seconds]
saki has quit [Quit: saki]
ajbouh has joined #ipfs
ike_ has quit [Quit: Connection closed for inactivity]
skywavesurfer has quit [Ping timeout: 246 seconds]
<ajbouh> i’m experiencing a surprising amount of flakiness with ipfs right now
<ajbouh> i keep getting file does not exist
<ajbouh> and then suddenly it exists
<ajbouh> and then it doesn’t exist again
<ajbouh> when doing `ipfs files ls <multihash>`
<ajbouh> probably user error :/
Jesin has joined #ipfs
skywavesurfer has joined #ipfs
ajbouh has quit [Quit: ajbouh]
chriscool has quit [Ping timeout: 240 seconds]
stevenaleach has quit [Remote host closed the connection]
polyvalent has joined #ipfs
vivus has quit [Quit: Leaving]
polyvalent has quit []
ajbouh has joined #ipfs
NullConstant has joined #ipfs
comingsoontm has quit [Ping timeout: 248 seconds]
HostFat has joined #ipfs
igorline has joined #ipfs
ajbouh has quit [Quit: ajbouh]
chris613 has quit [Ping timeout: 255 seconds]
ajbouh has joined #ipfs
ibash has joined #ipfs
ulrichard has joined #ipfs
jaboja has quit [Remote host closed the connection]
chungy has joined #ipfs
Foxcool has joined #ipfs
ike_ has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
cws has joined #ipfs
dignifiedquire has joined #ipfs
ecloud_wfh is now known as ecloud
Bombe has quit [Ping timeout: 255 seconds]
Bombe has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rendar has joined #ipfs
mildred2 has joined #ipfs
Oatmeal has joined #ipfs
dconroy has joined #ipfs
chungy has quit [Quit: ZNC - http://znc.in]
SomeGuyFor5Minut has joined #ipfs
<SomeGuyFor5Minut> hi there! I'm having a problem with the ipfs daemon, for some reason since yesterday the thing wont connect to any peers
<SomeGuyFor5Minut> i was having a look at ipfs log tail and i keep seeing a "error":"context canceled". No idea whats happened but i have a feeling that might have something todo with it
chungy has joined #ipfs
ThatGuyAgainFor5 has joined #ipfs
<ThatGuyAgainFor5> god i'm having a crap day haha
<ThatGuyAgainFor5> SO browser kicked the bucket if anyone has replied lol
HostFat_ has joined #ipfs
SomeGuyFor5Minut has quit [Ping timeout: 260 seconds]
HostFat has quit [Read error: Connection reset by peer]
maxlath has joined #ipfs
f33d has joined #ipfs
f33d has quit [Remote host closed the connection]
rcat has joined #ipfs
NullConstant has quit [Ping timeout: 248 seconds]
ilyaigpetrov has joined #ipfs
ThatGuyAgainFor5 has quit [Quit: Page closed]
ylp has joined #ipfs
pat36 has joined #ipfs
igorline has quit [Quit: WeeChat 1.9]
m0ns00n has joined #ipfs
NullConstant has joined #ipfs
charley has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
m0ns00n_ has joined #ipfs
m0ns00n_ has quit [Client Quit]
<moshisushi> daviddias: thanks for merging! now back in code mode as well :>
<daviddias> thank you for creating the example! The tutorial is super sweet :D
charley has quit [Ping timeout: 252 seconds]
<moshisushi> daviddias: the lib has a workaround for something I think has been fixed in js-ipfs.. used to not be possible to cat unixfs style paths i.e {myhash}/foo.txt -- you had to get the hash of foo.txt first and then cat using that
<moshisushi> do you remember if that issue was even tracked? I recall testing it recently and it was no longer an issue
comingsoontm has joined #ipfs
<daviddias> I remember that but it was probably fixed last year
dhruvbaldawa has joined #ipfs
<daviddias> did you see that issue recently?
<daviddias> or maybe it was this year, but in January/February
<moshisushi> daviddias: hmm, saw it months ago, but I used the workaround in the lib assming it was still an issue... should get rid of that stuff if it's no longer needed
<daviddias> yeah, mind PR'ing that change then? It works both ways but it simplifies it for users
dignifiedquire has joined #ipfs
kenshyx has joined #ipfs
<moshisushi> daviddias: oh it would only be a fix in the hlsjs-ipfs-loader from my point of view, assuming that the original bug is no longer there
<daviddias> got it!
<moshisushi> ah whatever, I'll have to try it out and see.. I'll report back if I find anything iffy :)
Foxcool has quit [Ping timeout: 255 seconds]
HostFat__ has joined #ipfs
HostFat_ has quit [Ping timeout: 264 seconds]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
kenshyx has quit [Ping timeout: 240 seconds]
BlooAlien has quit [Quit: Konversation terminated!]
charley has joined #ipfs
igorline has joined #ipfs
charley has quit [Ping timeout: 240 seconds]
charley has joined #ipfs
HostFat_ has joined #ipfs
charley has quit [Ping timeout: 240 seconds]
HostFat__ has quit [Ping timeout: 248 seconds]
m0ns00n has quit [Quit: quit]
m0ns00n has joined #ipfs
m0ns00n has quit [Client Quit]
m0ns00n has joined #ipfs
HostFat has joined #ipfs
HostFat_ has quit [Ping timeout: 255 seconds]
ihavenoidea has joined #ipfs
ihavenoidea has left #ipfs [#ipfs]
f33d has joined #ipfs
HostFat has quit [Ping timeout: 248 seconds]
Milijus__ has quit [Quit: Leaving]
ike_ has quit [Quit: Connection closed for inactivity]
igorline has quit [Read error: Connection reset by peer]
mguex has joined #ipfs
igorline has joined #ipfs
ajbouh has quit [Quit: ajbouh]
ajbouh has joined #ipfs
mib_kd743naq has joined #ipfs
<mib_kd743naq> hi
ajbouh has quit [Client Quit]
<mib_kd743naq> I emailed security@ipfs.io with a potential lapse I ran into, just pinging here as well in case the box is not well monitored
Caterpillar has joined #ipfs
<mib_kd743naq> and now I have to go back to $dayjob :/
mib_kd743naq has quit [Client Quit]
gmoro has joined #ipfs
SuprDewd has quit [Ping timeout: 276 seconds]
ShalokShalom_ has joined #ipfs
ShalokShalom has quit [Ping timeout: 240 seconds]
HostFat has joined #ipfs
ShalokShalom_ is now known as ShalokShalom
m0ns00n has quit [Quit: quit]
HostFat_ has joined #ipfs
HostFat_ has quit [Read error: Connection reset by peer]
f33d has quit [Remote host closed the connection]
koo5 has joined #ipfs
HostFat__ has joined #ipfs
benjamingr_ has joined #ipfs
f33d has joined #ipfs
HostFat has quit [Ping timeout: 252 seconds]
f33d has quit [Ping timeout: 260 seconds]
larpanet has quit [Ping timeout: 260 seconds]
HostFat_ has joined #ipfs
maxlath has quit [Ping timeout: 248 seconds]
HostFat__ has quit [Ping timeout: 260 seconds]
HostFat__ has joined #ipfs
HostFat_ has quit [Ping timeout: 240 seconds]
HostFat_ has joined #ipfs
neuthral has joined #ipfs
HostFat__ has quit [Ping timeout: 240 seconds]
HostFat__ has joined #ipfs
NullConstant has quit [Ping timeout: 252 seconds]
HostFat_ has quit [Ping timeout: 252 seconds]
HostFat_ has joined #ipfs
HostFat__ has quit [Ping timeout: 255 seconds]
comingsoontm_ has joined #ipfs
erictapen has joined #ipfs
comingsoontm has quit [Ping timeout: 260 seconds]
HostFat has joined #ipfs
Foxcool has joined #ipfs
HostFat_ has quit [Ping timeout: 252 seconds]
HostFat has quit [Read error: Connection reset by peer]
HostFat has joined #ipfs
comingsoontm has joined #ipfs
comingsoontm_ has quit [Ping timeout: 246 seconds]
HostFat_ has joined #ipfs
HostFat has quit [Ping timeout: 252 seconds]
NullConstant has joined #ipfs
HostFat__ has joined #ipfs
HostFat_ has quit [Ping timeout: 240 seconds]
neuthral has quit [Quit: neuthral]
HostFat has joined #ipfs
HostFat__ has quit [Ping timeout: 240 seconds]
HostFat has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Remote host closed the connection]
HostFat has joined #ipfs
brianthehoffman has joined #ipfs
brianthehoffman is now known as brianhoffman
HostFat_ has joined #ipfs
dhruvbaldawa has joined #ipfs
HostFat has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Read error: Connection reset by peer]
maxlath has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
NullConstant has quit [Ping timeout: 252 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
comingsoontm_ has joined #ipfs
dhruvbaldawa has joined #ipfs
dconroy has quit [Quit: Textual IRC Client: www.textualapp.com]
comingsoontm has quit [Ping timeout: 264 seconds]
dhruvbaldawa has quit [Ping timeout: 260 seconds]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
dhruvbaldawa has joined #ipfs
comingsoontm_ is now known as comingsoontm
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
chungy has quit [Quit: ZNC - http://znc.in]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
The_8472 has quit [Ping timeout: 246 seconds]
jmill has joined #ipfs
dhruvbaldawa has joined #ipfs
The_8472 has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
jmill has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
talonz__ has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
talonz_ has quit [Ping timeout: 255 seconds]
dhruvbaldawa has joined #ipfs
shizy has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
ashark has joined #ipfs
ibash has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 240 seconds]
saki has joined #ipfs
rodolf0 has joined #ipfs
saki has quit [Client Quit]
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
erictapen has quit [Ping timeout: 260 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 260 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
f33d has joined #ipfs
}ls{ has joined #ipfs
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
charley has joined #ipfs
charley has quit [Ping timeout: 246 seconds]
jmill has joined #ipfs
NullConstant has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
droman has joined #ipfs
wking has quit [Ping timeout: 248 seconds]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
ulrichard has quit [Remote host closed the connection]
jmill has quit [Read error: Connection reset by peer]
jmill has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
mildred3 has joined #ipfs
mildred2 has quit [Ping timeout: 252 seconds]
dgrisham has joined #ipfs
dhruvbaldawa has joined #ipfs
ibash has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
wking has joined #ipfs
saki has joined #ipfs
dhruvbaldawa has joined #ipfs
DeveloppSoft[m] has left #ipfs ["User left"]
ylp has quit [Quit: Leaving.]
dhruvbaldawa has quit [Read error: Connection reset by peer]
koo5 has quit [Ping timeout: 246 seconds]
dhruvbaldawa has joined #ipfs
brianhoffman has quit [Quit: brianhoffman]
erictapen has quit [Ping timeout: 248 seconds]
dhruvbaldawa has quit [Read error: Connection reset by peer]
comingsoontm_ has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
comingsoontm has quit [Ping timeout: 252 seconds]
jmill has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
maxlath has quit [Ping timeout: 260 seconds]
maxlath has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lochnair has quit [Quit: Connection closed for inactivity]
dhruvbaldawa has joined #ipfs
ike_ has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
charley has joined #ipfs
pat36 has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
pat36 has joined #ipfs
charley has quit [Ping timeout: 240 seconds]
NullConstant has quit [Ping timeout: 260 seconds]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
erictapen has joined #ipfs
jollyrogue has joined #ipfs
mildred4 has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 240 seconds]
mildred has joined #ipfs
mildred3 has quit [Ping timeout: 240 seconds]
mildred4 has quit [Ping timeout: 240 seconds]
ibash has joined #ipfs
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
comingsoontm has joined #ipfs
comingsoontm_ has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Ping timeout: 248 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
NullConstant has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
ibash has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
Encrypt has quit [Quit: Quit]
dhruvbaldawa has joined #ipfs
Jesin has quit [Read error: Connection reset by peer]
igorline has quit [Read error: Connection reset by peer]
Jesin has joined #ipfs
igorline has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
dignifiedquire has joined #ipfs
f33d has quit [Remote host closed the connection]
dhruvbaldawa has quit [Ping timeout: 248 seconds]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
mildred1 has joined #ipfs
mildred has quit [Ping timeout: 260 seconds]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
mildred2 has joined #ipfs
mildred3 has joined #ipfs
dhruvbaldawa has joined #ipfs
whenisne1 has joined #ipfs
mildred1 has quit [Ping timeout: 260 seconds]
whenisnever has quit [Disconnected by services]
whenisne1 is now known as whenisnever
whenisne1 has joined #ipfs
mildred2 has quit [Ping timeout: 240 seconds]
whenisne1 has quit [Client Quit]
dhruvbaldawa has quit [Read error: Connection reset by peer]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
maxlath has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
rodolf0 has quit [Quit: Leaving]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ibash has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 252 seconds]
dhruvbaldawa has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maxlath has joined #ipfs
serverlessnomad has quit [Ping timeout: 276 seconds]
espadrine has joined #ipfs
ibash has joined #ipfs
mildred4 has joined #ipfs
ike_ has quit [Quit: Connection closed for inactivity]
onabreak_ has quit [Ping timeout: 260 seconds]
mildred has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mildred3 has quit [Ping timeout: 264 seconds]
jaboja has joined #ipfs
Lochnair has joined #ipfs
charley has joined #ipfs
maxlath has quit [Ping timeout: 248 seconds]
charley has quit [Ping timeout: 252 seconds]
koo5 has joined #ipfs
charley has joined #ipfs
koo5 has quit [Remote host closed the connection]
Foxcool has quit [Ping timeout: 260 seconds]
charley has quit [Ping timeout: 246 seconds]
erictapen has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Remote host closed the connection]
sayachin has joined #ipfs
<sayachin> Hello peers
mildred1 has joined #ipfs
mildred2 has joined #ipfs
mildred4 has quit [Ping timeout: 246 seconds]
dhruvbaldawa has joined #ipfs
sayachin2 has joined #ipfs
detran has quit [Ping timeout: 248 seconds]
ibash has joined #ipfs
mildred has quit [Ping timeout: 260 seconds]
sayachin has quit [Ping timeout: 248 seconds]
ibash has quit [Client Quit]
dhruvbaldawa has quit [Ping timeout: 252 seconds]
dhruvbaldawa has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
Encrypt has joined #ipfs
sayachin2 has quit [Ping timeout: 248 seconds]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
igorline has quit [Ping timeout: 248 seconds]
dgrisham has quit [Quit: WeeChat 1.9]
dhruvbaldawa has quit [Read error: Connection reset by peer]
igorline has joined #ipfs
<evbogue> hello sayachin
dhruvbaldawa has joined #ipfs
ibash has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
whenisnever has quit [Ping timeout: 252 seconds]
onabreak has joined #ipfs
ygrek has joined #ipfs
<whyrusleeping> Heyo
dhruvbaldawa has joined #ipfs
NullConstant has quit [Remote host closed the connection]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 260 seconds]
maxlath has joined #ipfs
dhruvbaldawa has joined #ipfs
brianthehoffman has joined #ipfs
ianopolous_ has joined #ipfs
ianopolous has quit [Ping timeout: 240 seconds]
maxlath has quit [Ping timeout: 248 seconds]
jaboja has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Read error: Connection reset by peer]
chungy has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 248 seconds]
Mateon3 is now known as Mateon1
ike_ has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
chris613 has joined #ipfs
<OstlerDev> Would there be a good way using the `js-ipfs-api` to list a folders contents by giving it a folder hash? I don't want to stream the files in, just get back a similar JSON return that is given to when the file/folder is added to IPFS (i.e., containing the main multihash, size, and filename/folder location.
dhruvbaldawa has joined #ipfs
sayachin has joined #ipfs
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
<OstlerDev> Nevermind, looks like I was able to accomplish what I was looking for using: https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#objectlinks
dhruvbaldawa has quit [Read error: Connection reset by peer]
jaboja has joined #ipfs
maxlath has joined #ipfs
igorline has quit [Ping timeout: 240 seconds]
Encrypt has quit [Quit: Quit]
detran has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ibash has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
pat36 has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
pat36 has joined #ipfs
pat36 has quit [Client Quit]
chriscool has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
mildred1 has quit [Ping timeout: 248 seconds]
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0 is now known as Guest89227
infinity0_ is now known as infinity0
Guest89227 has quit [Killed (tolkien.freenode.net (Nickname regained by services))]
dhruvbaldawa has quit [Ping timeout: 246 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dgrisham has joined #ipfs
sayachin2 has joined #ipfs
spossiba has quit [Ping timeout: 240 seconds]
spossiba has joined #ipfs
sayachin has quit [Ping timeout: 252 seconds]
dhruvbaldawa has joined #ipfs
mildred3 has joined #ipfs
dgrisham has quit [Quit: WeeChat 1.9]
sayachin has joined #ipfs
mildred2 has quit [Ping timeout: 240 seconds]
dhruvbaldawa has quit [Read error: Connection reset by peer]
sayachin2 has quit [Ping timeout: 260 seconds]
sayachin2 has joined #ipfs
mildred1 has joined #ipfs
<fleeky> whats the dif of using js-ipfs and go-ipfs besides language used?
sayachin has quit [Ping timeout: 260 seconds]
ashark has quit [Ping timeout: 252 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
<lgierth> go-ipfs is more mature (especially with big data sets), but js-ipfs runs in the browser
dhruvbaldawa has joined #ipfs
dgrisham has joined #ipfs
sayachin has joined #ipfs
jollyrogue has quit [Quit: Leaving]
chriscool has quit [Read error: Connection reset by peer]
mguex has quit [Ping timeout: 248 seconds]
dhruvbaldawa has quit [Read error: Connection reset by peer]
sayachin2 has quit [Ping timeout: 248 seconds]
brianthehoffman has quit [Ping timeout: 246 seconds]
brianthehoffman has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
mildred1 has quit [Ping timeout: 240 seconds]
mildred3 has quit [Ping timeout: 240 seconds]
maxlath has quit [Ping timeout: 248 seconds]
dhruvbaldawa has joined #ipfs
cws has quit [Ping timeout: 248 seconds]
dgrisham has quit [Quit: WeeChat 1.9]
<miflow[m]> is there a way to get all available file(hashes) on ipfs?
dhruvbaldawa has quit [Read error: Connection reset by peer]
<whyrusleeping> OstlerDev: there should just be an 'ls' method
<whyrusleeping> miflow[m]: no, theres no centralized repository of information
<miflow[m]> i thought i could listen to the dht gossip? but if, how?
<whyrusleeping> miflow[m]: ah yeah, you can listen to DHT gossip. The easiest way is to use `ipfs log tail`
<whyrusleeping> and filter it for handle provider events
<miflow[m]> nice, exactly what i was searching for
dhruvbaldawa has joined #ipfs
<fleeky> lgierth: i was really interested in using crdts to do potential message aggregation with some "iot" devices and was just wondering which one would be the easiest to prototype with
<fleeky> i saw that someone has a crdt demo of a database which looked like something to try
<fleeky> miflow[m]: going to make a search engine for ipfs ?
<miflow[m]> fleeky: well, im currently poking around ipfs-search, but have to see how far i get...
<fleeky> neato
<landakram[m]> miflow: I've been looking at ipfs-search as well
<whyrusleeping> miflow[m]: also, ipfs nodes with different peer IDs will get different sets of provider logs
<whyrusleeping> the more nodes you run (up to probably a max of 10-15 given the current network size) the more different hashes you'll get
jaboja has quit [Ping timeout: 246 seconds]
<miflow[m]> good to know
dhruvbaldawa has quit [Ping timeout: 248 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
<lgierth> fleeky: take js-ipfs if you wanna play with CRDTs today. go-ipfs doesn't have great support for them yet
dhruvbaldawa has joined #ipfs
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dhruvbaldawa has quit [Ping timeout: 252 seconds]
espes__ has joined #ipfs
dhruvbaldawa has joined #ipfs
ike_ has quit [Quit: Connection closed for inactivity]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
HostFat_ has quit [Read error: Connection reset by peer]
yhwh has joined #ipfs
jaboja has joined #ipfs
dhruvbaldawa has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
dhruvbaldawa has quit [Read error: Connection reset by peer]
shizy has quit [Ping timeout: 248 seconds]
brianthehoffman has quit [Quit: brianthehoffman]
brianthehoffman has joined #ipfs
dhruvbaldawa has joined #ipfs
rcat has quit [Remote host closed the connection]
dhruvbaldawa has quit [Ping timeout: 240 seconds]
elkalamar has joined #ipfs
ibash has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
bb010g has left #ipfs ["User left"]
ygrek has quit [Ping timeout: 248 seconds]
espadrine has quit [Ping timeout: 248 seconds]
dhruvbaldawa has quit [Ping timeout: 260 seconds]
ibash has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elkalamar has quit [Quit: Leaving]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
yhwh_ has joined #ipfs
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
yhwh has quit [Ping timeout: 260 seconds]
dhruvbaldawa has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
dhruvbaldawa has joined #ipfs
onabreak has quit [Ping timeout: 260 seconds]
fredthomsen has joined #ipfs
dhruvbaldawa has quit [Read error: Connection reset by peer]
fredthomsen has quit [Ping timeout: 260 seconds]
<fleeky> lgierth: thanks a lot !
ibash has joined #ipfs