Kubuxu changed the topic of #ipfs to: go-ipfs 0.4.14 is out! Try out all the new features: https://dist.ipfs.io/go-ipfs/v0.4.14 | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://botbot.me/freenode/ipfs/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0"
weez17 has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 256 seconds]
weez17 has joined #ipfs
freeflying has joined #ipfs
Steverman has quit [Ping timeout: 256 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
infinity0 has quit [Ping timeout: 264 seconds]
infinity0 has joined #ipfs
<coyotespike> they are modified only in that node1 in 2.js is now dialing the multiaddress of 1.js (i.e. /ip4/67.207.92.211/tcp/32920/ipfs/QmdERNbmKgrAgsX4PPazFmaZcFQHG2fGZHuyQzgAzwF9pu)
<coyotespike> multiaddress string, I should say
<coyotespike> (in reply to tperson)
<coyotespike> dial() and dialProtocol() return the same errro
<coyotespike> *error
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
dansup_ has joined #ipfs
dansup_ has quit [Client Quit]
daMaestro has joined #ipfs
atrus6 has quit [Quit: Leaving]
chatmore has joined #ipfs
chatmore has quit [Client Quit]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
tenchooo has quit [Read error: Connection reset by peer]
tenchooo has joined #ipfs
freeflying has quit [Remote host closed the connection]
engdesart has joined #ipfs
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
Xiti has quit [Quit: Xiti]
silotis has quit [Remote host closed the connection]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
silotis has joined #ipfs
Xiti has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
colatkinson has quit [Quit: colatkinson]
ircn has joined #ipfs
ircn has quit [Client Quit]
ircm has joined #ipfs
colatkinson has joined #ipfs
kevin118[m] has joined #ipfs
louisc has quit [Quit: Connection closed for inactivity]
freeflying has quit [Remote host closed the connection]
espadrine has quit [Ping timeout: 256 seconds]
freeflying has joined #ipfs
interfect has joined #ipfs
alanz has quit [Ping timeout: 246 seconds]
yhwh has quit [Ping timeout: 256 seconds]
alanz has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
clemo has quit [Ping timeout: 256 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
jesse22 has joined #ipfs
reit has quit [Ping timeout: 264 seconds]
jesse22_ has joined #ipfs
googlg[m] has joined #ipfs
jesse22 has quit [Ping timeout: 276 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
tpircs has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ircm has quit [Ping timeout: 260 seconds]
colatkinson has quit [Quit: colatkinson]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
P4[m] has joined #ipfs
shizy has joined #ipfs
maa_ has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
<P4[m]> Hello everybody. I have seen IPFS plugin for IgniteRealtime Spark XMPP client. What is IPFS? Is that an acronym? Web 3.o stuff, do I guess correctly. Please don't hestitate to elaborate! :-D
user51 has joined #ipfs
psyk has quit [Remote host closed the connection]
user_51 has quit [Ping timeout: 246 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
lupine is now known as ren___
ren___ is now known as lupine
maa_ has quit [Ping timeout: 260 seconds]
<MikeFair> P4[m], IPFS stands for InterPlanetary File System
<MikeFair> try ipfs.io
<MikeFair> Long story short it provides a mechanism for distributing data over the internet to make it way more efficient and less "central server centric"; more distributed/decentralized
<MikeFair> It's best use case is for transferring files ; things that you might HTTP for
<MikeFair> err use HTTP
<MikeFair> The data is addressed using Content Identifiers; which gives every piece of data out there a unique identifier that is derived directly from the data's checksum
qzo has joined #ipfs
<MikeFair> This makes it possible for the system to validate that the data requested is actually the data received
<MikeFair> IPFS also creates a network of p2p nodes and way for them all to talk to each other
<underikar> Ok we get it it's awesome
<underikar> :p
<underikar> JK feel free to continue
<MikeFair> underikar, actaully ; that was it ;)
<MikeFair> I'd need something more for P4[m] to prompt any more
<underikar> That was pretty good
<MikeFair> I mean heck the DAG and IPLD are uber awesome; PubSub is sweet; IPNS is super useful
<underikar> How well do you know ipfs
<underikar> I have some kinda noob questions
<MikeFair> There's really only two missing that I really need; one kind of goes against the immutable nature of IPFS addressing so I'm not quite sure how to work it in yet; and the other is equally 'different'
linuxdaemon has quit [Ping timeout: 260 seconds]
<MikeFair> underikar, what's up?
<underikar> About ipld mainly
<underikar> Ipfs cat only reads/traverses unixfs?
<MikeFair> ipfs dag get
<underikar> Right
<MikeFair> yeah they are 'different animals'
<underikar> I'm trying to use ipfs as a backend for a text heavy web app
<underikar> Storing the text in json
* MikeFair nods.
<underikar> I guess I'd use the ipfs js lib?
<MikeFair> I was doing something similar
<MikeFair> even experimented with IPFS PasteBin
<underikar> Heh
<MikeFair> The tricky question is what/where are your IPFS data stores going to be?
<MikeFair> If you already have servers all set to run ipfs daemons, then that answers that quesstion for you
<underikar> I guess I assumed id be able to just use the gateway. I.e. navigate to /ipfs/hash/jsonpath
<underikar> Well I have one server
<underikar> Barely started with the web app
<underikar> Its a dream of mine for years
<underikar> And discovering ipfs made me think I could build it how I imagined it
<MikeFair> The downside to IPFS is that everything is essentially immutable; change the address; change the ID
<underikar> Right
<underikar> Well that's really what I want
<underikar> Mostly
<underikar> The idea being that anyone can put their own content into the webapp
toxync01 has quit [Ping timeout: 240 seconds]
<MikeFair> IPNS gives you a way to create a fixed id that links to a changeable address
<underikar> Right
<underikar> But it's kinda slow atm
<underikar> :(
<MikeFair> I'm not sure everything it confirms; but IPNS is a 'system wide' idenitifier
<underikar> In my experience it takes a few minutes to resolve a hash
<MikeFair> The first time
<underikar> And I'm using pubsub
<MikeFair> Should be fast after that
<underikar> Even the second
<underikar> Maybe I need to try again
<underikar> Still seems to take a while
<underikar> But im hopeful
<underikar> I wish i could help.
linuxdaemon has joined #ipfs
<underikar> These guys are doing really incredible work
<underikar> I literally found this last week, but I'm super excited about it
<underikar> Like, watching Juan get excited about it I thought "yes exactly that!" Lol
toxync01 has joined #ipfs
The_8472 has quit [Ping timeout: 256 seconds]
<MikeFair> hehe
<MikeFair> Well all the data will be hosted on your own machine from what it sounds like
<MikeFair> If you're trying for some kind of PubSub then you might want OrbitDB
<MikeFair> There's also GunDBJS which is a totally different project but seems to be really fast for sync'ing JSON objects between lots of peer browsers
The_8472 has joined #ipfs
<underikar> Well most of the data isn't changing
<underikar> And I would like for anybody to be able to put in their own hash for similarly structured data
<underikar> I'll have to take a look at both of those
<MikeFair> Ahh
<MikeFair> That makes more sense;
<MikeFair> There are two JS projects
<MikeFair> one is the ipfs-api which "talks to" a go-ipfs daemon hosted somewhere (like a browser / web server type relationship where the api client is the browser)
<MikeFair> the other is JS IPFS; which actually runs an IPFS instance directly inside the browser
<underikar> I think I'm looking for js ipfs
<underikar> Is there any way to have it use the in browser instance as a fallback?
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
neuthral has quit [Ping timeout: 260 seconds]
<underikar> Or use the public gateway as a fallback?
neuthral has joined #ipfs
shizy has quit [Ping timeout: 264 seconds]
<MikeFair> Well the js ipfs code has a few limitations
<MikeFair> It doesn't route between nodes atm
<MikeFair> So as long as the public gateway or any of its direct peers knows about a CID, then it can find it
noffle has joined #ipfs
<MikeFair> Otherwise it's a bit of a silo
<MikeFair> (One of the big problems those of use trying to to develop p2p apps on the browser hit)
<underikar> Hmm
<MikeFair> This isprimarily simply a missing feature
<underikar> I think what I really want is using the local daemon with the gateway as a fallback
<MikeFair> But it stopped me from being able to publish a file on my local node and retrieve it with the browser node and vice versa
<MikeFair> underikar, then you want ipfs api
<underikar> Can it fallback to the gateway?
<MikeFair> that's pretty much what it does, but you'll have to manually do the "connect to public gateway on local connect failure" fallback part
<MikeFair> You tell it what api web address to connect
<underikar> Ah ok
<underikar> I can do that
<MikeFair> it's telling it what URL to use
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
<underikar> Thank you MikeFair
mtodor has joined #ipfs
mtodor has quit [Ping timeout: 256 seconds]
qzo has quit [Quit: WHoasa! My UNIX hit a SEGFAULT]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
reit has joined #ipfs
freeflying has joined #ipfs
nicu has quit [Remote host closed the connection]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
Mossepo has joined #ipfs
Mossepo has left #ipfs ["User left"]
<darkdrgn2k[m]> does IPFS work over cjdns as a transport?
dopamin_domi[m] has left #ipfs ["User left"]
<whyrusleeping> darkdrgn2k[m]: anything can work over cjdns as a transport, since cjdns acts like a vpn
<whyrusleeping> we run (if i remember correctly) some of our gateway and bootstrap nodes through cjdns
<darkdrgn2k[m]> yeh but it needs bootrap
daMaestro has quit [Quit: Leaving]
<darkdrgn2k[m]> i know htere was some talk of using cjdn's private/public keys to to the exchange back in 2015
<darkdrgn2k[m]> or a /cjdns/ transport layer
<darkdrgn2k[m]> and there are no PUBLIC ipfs cjdns gateway right?
freeflying has quit [Remote host closed the connection]
Guanin has quit [Ping timeout: 240 seconds]
freeflying has joined #ipfs
espadrine has joined #ipfs
freeflying has quit [Remote host closed the connection]
<whyrusleeping> there should be, i think h.gateway.ipfs.io or something
<whyrusleeping> huh
<whyrusleeping> its gone
<whyrusleeping> well we used to
freeflying has joined #ipfs
<whyrusleeping> ping lgierth about it when its no longer european night tiem
<MikeFair> whyrusleeping, question about ipns ed25519 keys? Can I use one as an ipns entry?
<whyrusleeping> yes, you should be able to
<whyrusleeping> its going to get a lot nicer in an update thats coming soon
colatkinson has joined #ipfs
<whyrusleeping> the public keys will be able to be embedded in the ID
<MikeFair> Oh wait, nm; historically ipfs key gen didn't seem to show ed25519 as an option
<MikeFair> whyrusleeping, cryptic and intriguing ;)
<whyrusleeping> basically, the ipns name will be the public key itself, and not the hash of it
Guanin has joined #ipfs
<MikeFair> So the ipns identifier will be the key data itself instead of tis hash?
<MikeFair> hehe
<whyrusleeping> which will allow verification of an ipns record without having to fetch the key
<MikeFair> nice
<MikeFair> So I have a desire to update an ipns record so it can be signed by other keys
<MikeFair> maybe not an ipns record as is, but a new kind of record perhaps
<MikeFair> Basically in place of fetching the key like it once did; it'd fetch an "authorization record"
<MikeFair> you know what; nm for now; I know what I'm after; but ipns as is can't really create it for me so I'll hold off
<MikeFair> I figured out a way to use consensus to update DAG objects
<darkdrgn2k[m]> h.ipfs.io seems to be up
<MikeFair> But it requires being able to create a list of signers required to update an ipns type entry
colatkinson has quit [Ping timeout: 268 seconds]
colatkinson has joined #ipfs
toxync01 has quit [Ping timeout: 260 seconds]
toxync01 has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
toxync01- has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
freeflying has joined #ipfs
toxync01- is now known as toxync01_
colatkinson_ has joined #ipfs
freeflying has quit [Remote host closed the connection]
colatkinson has quit [Ping timeout: 256 seconds]
colatkinson_ is now known as colatkinson
toxync01 has quit [Ping timeout: 256 seconds]
toxync01_ is now known as toxync01
freeflying has joined #ipfs
The_8472 has joined #ipfs
colatkinson_ has joined #ipfs
colatkinson has quit [Ping timeout: 265 seconds]
colatkinson_ is now known as colatkinson
chriscool1 has joined #ipfs
colatkinson_ has joined #ipfs
lnostdal has joined #ipfs
colatkinson has quit [Quit: colatkinson]
<MikeFair> Hmm, what do I need to know to create an ed25519 file in the keystore?
<MikeFair> They alls seems to be exactly 100 bytes
colatkinson has joined #ipfs
colatkinson_ has quit [Ping timeout: 268 seconds]
nhh^ is now known as hph^
ulrichard has joined #ipfs
<MikeFair> whyrusleeping, Any clues how I might extract the secret key data from the keyStore file?
<MikeFair> I expected it to be a 64 byte file; but it's 100 bytes
Kejie has joined #ipfs
rymism has joined #ipfs
<Kejie> Hello
Kejie has quit [Quit: Page closed]
<MikeFair> hi
<Scio[m]> On the topic of a js-ipfs (browser) instance falling back to a manually added public gateway; how do I go about adding a public gateway (say, ipfs.io) to my js-ipfs node? Is there a WSS peerid I need to add to my swarm?
The_8472 has quit [Ping timeout: 256 seconds]
<Scio[m]> I'm also confused about what role the default bootstrap nodes (which are also being dialed over WSS) do.
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
The_8472 has joined #ipfs
mujf has joined #ipfs
mujf has quit [Client Quit]
oscarcp has joined #ipfs
mujf has joined #ipfs
noefk has quit [Ping timeout: 240 seconds]
inetic has joined #ipfs
noefk has joined #ipfs
ygrek has joined #ipfs
kvuser5 has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
mtodor has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
rendar has joined #ipfs
colatkinson has quit [Ping timeout: 268 seconds]
reit has quit [Ping timeout: 264 seconds]
colatkinson has joined #ipfs
<victorbjelkholm> Scio[m]: you want to have your own gateway running with js-ipfs or you want to use someone elses gateway as a fallback? If the later, you'd have to have js-ipfs and js-ipfs-api running side-by-side, js-ipfs-api being pointed to the gateway but the fallback conditions you'd have to set yourself
<victorbjelkholm> default bootstrap nodes helps you find other nodes in the network. Since everyone (most really) have the bootstrap nodes in common, they all can see each other via them
neuthral has quit [Ping timeout: 268 seconds]
engdesart has left #ipfs ["no"]
colatkinson has quit [Client Quit]
colatkinson has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
fazo96 has joined #ipfs
ygrek has quit [Ping timeout: 260 seconds]
The_8472 has quit [Ping timeout: 240 seconds]
jungly has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
clemo has joined #ipfs
The_8472 has joined #ipfs
colatkinson has quit [Ping timeout: 240 seconds]
lord| has quit [Ping timeout: 240 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
xzha has joined #ipfs
lord| has joined #ipfs
<lgierth> darkdrgn2k[m]: h.ipfs.io but it's not something we're going to continue supporting, likely
<Scio[m]> victorbjelkholm: Thank you for the reply. I wanted to connect to a third-party gateway in this case, so I'll use js-ipfs-api as a fallback now. I was able to succesfully connect to a personal gateway over WSS, but I still want a fallback, (especially since it's quite a hassle setting up WSS.)
vmx has joined #ipfs
<Scio[m]> It would be convenient to be able to directly dial to a gateway from js-ipfs though, without needing to go through js-ipfs-api. I'm now requesting the Infura people enable WSS on their node :D
marpett has joined #ipfs
tenchooo has quit [Ping timeout: 240 seconds]
MikeFair_ has joined #ipfs
MikeFair has quit [Ping timeout: 265 seconds]
neuthral has joined #ipfs
z00mb1e[m] has left #ipfs ["User left"]
}ls{ has quit [Ping timeout: 256 seconds]
freeflying has quit [Remote host closed the connection]
vmx has quit [Ping timeout: 256 seconds]
freeflying has joined #ipfs
}ls{ has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
tenchooo has joined #ipfs
Steverman has joined #ipfs
<inetic> Is it possible for a node to re-publish some else's IPNS without knowing the other node's private key?
<inetic> I'm considering this scenario: Let's have three nodes A, B and C. A is the original IPNS publisher.
dimitarvp has joined #ipfs
<inetic> B resolves A's IPNS. Then the DHT gets partitioned and {B, C} can no longer communicate with A (e.g. {B, C} are on a local network without access to internet, or the two are in a country with a heavy censorship).
<inetic> Is there a way for B to become an "IPNS provider" of the last known IPNS -> IPFS map for C?
MikeFair_ has quit [Remote host closed the connection]
MikeFair_ has joined #ipfs
bomb-on has quit [Quit: SO LONG, SUCKERS!]
zautomata2 has joined #ipfs
zautomata1 has quit [Ping timeout: 256 seconds]
zautomata3 has joined #ipfs
zautomata2 has quit [Ping timeout: 240 seconds]
Neomex has joined #ipfs
zautomata3 has quit [Ping timeout: 276 seconds]
bomb-on has joined #ipfs
zautomata has joined #ipfs
SunflowerSociety has joined #ipfs
SunflowerSociety has quit [Changing host]
SunflowerSociety has joined #ipfs
zautomata1 has joined #ipfs
zautomata has quit [Ping timeout: 265 seconds]
Sunflowery has quit [Ping timeout: 256 seconds]
<daftaupe> Hello, is there a way to build go-ipfs without it trying to pull-in dependencies while doing make build ? I already did a gx install --local so I have the deps in vendor, I'd like to be able to build offline now
Steverman has quit [Ping timeout: 256 seconds]
<daftaupe> whyrusleeping I followed your method from https://github.com/ipfs/go-ipfs/issues/3195 but I'm missing the command to build itself
zautomata1 has quit [Quit: WeeChat 1.9.1]
zautomata has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
xnbya has quit [Ping timeout: 260 seconds]
xnbya has joined #ipfs
Steverman has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
<daftaupe> ok I did build it running make -n build and then go build -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=" -o "cmd/ipfs/ipfs" ""
camelmasa has joined #ipfs
freeflying has quit [Remote host closed the connection]
infinisil has quit [Quit: Configuring ZNC, sorry for the join/quits!]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
<lgierth> daftaupe: go install ./cmd/ipsf
<lgierth> or that yeha
freeflying has quit [Ping timeout: 246 seconds]
Steverman has quit [Ping timeout: 256 seconds]
freeflying has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
louisc has joined #ipfs
infinisil has joined #ipfs
lldd_ has joined #ipfs
oscarcp has quit [Quit: oscarcp]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
sirn has quit []
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
AgenttiX has quit [Ping timeout: 276 seconds]
Fessus has quit [Ping timeout: 264 seconds]
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 264 seconds]
Mateon3 is now known as Mateon1
clemo has quit [Ping timeout: 246 seconds]
droman has joined #ipfs
AgenttiX has joined #ipfs
Neomex has quit [Read error: Connection reset by peer]
will0222 has joined #ipfs
sim590 has quit [Ping timeout: 276 seconds]
Transfusion has quit [Ping timeout: 256 seconds]
sim590 has joined #ipfs
l2d has quit [Read error: Connection reset by peer]
l2d has joined #ipfs
will0222 is now known as wm
wm is now known as wm122
vmx has joined #ipfs
wm122 is now known as wm0
wm0 is now known as wma
wma is now known as wm
Steverman has joined #ipfs
toxync01 has quit [Ping timeout: 240 seconds]
chriscool1 has joined #ipfs
tobs has joined #ipfs
lord| has quit [Quit: WeeChat 2.1]
Mateon1 has quit [Quit: Mateon1]
Mateon1 has joined #ipfs
toxync01 has joined #ipfs
wm is now known as wm122
<darkdrgn2k[m]> Igierth: how come you will be a discontinuing cjdns?
<lgierth> my time is better spent bringing some of cjdns's features to libp2p rather than running this :)
<darkdrgn2k[m]> I guess i can understand that.. Cjdns development is somewhat stagnent and all :/
<lgierth> cjdns is awesome and i think it's best served by carrying its ideas into more projects with further reach
<darkdrgn2k[m]> if you will discontinue this any idea when? Before the summer or after?
<lgierth> you're from toronto mesh right?
<lgierth> probably this quarter
<darkdrgn2k[m]> yeh... and we are using it as our core right now
<lgierth> ouch, ok
<lgierth> you can make the performance way better by running your own gateway in toronto
<darkdrgn2k[m]> however we found some deficiencies in it that prevent us from really moving forward with it.
<lgierth> cjdns or h.ipfs.io?
<darkdrgn2k[m]> cjdns
<lgierth> i see, yep
<lgierth> well that'll be interesting to discuss in july :)
<darkdrgn2k[m]> you comming down?
<lgierth> i'll be there for state of our networks and want to present some cjdns-inspired ideas for libp2p
<lgierth> yeah
<darkdrgn2k[m]> Im working on a little project with IPFS to see if we can use it for the confrenc
<darkdrgn2k[m]> so far it looks VERRY promissing
<lgierth> great :)
<darkdrgn2k[m]> would have been interesting to add CJDNS to the mix of it...
<darkdrgn2k[m]> but i guess its not necessary and it will probably add a bit of overhead to it..
<darkdrgn2k[m]> @Igierth: what irc network you on?
<lgierth> freenode
<lgierth> it's Lgierth btw
<darkdrgn2k[m]> haha that would explain a few things.....
Steverman has quit [Ping timeout: 240 seconds]
xnbya has quit [Ping timeout: 256 seconds]
<wm122> 1
<darkdrgn2k[m]> 2 ?
wm122 has quit [Quit: leaving]
xnbya has joined #ipfs
inetic has quit [Ping timeout: 256 seconds]
inetic has joined #ipfs
<darkdrgn2k[m]> so gateways serve as a bridge between ipfs and the normal "Internet" does it also cache the content for a short period of time?
<whyrusleeping> yes
<lgierth> gateway between ipfs and http, that is
<darkdrgn2k[m]> yes,
<darkdrgn2k[m]> but it also caches untill the GC comes along
<daftaupe> thank lgierth
<daftaupe> seems to build alright this way
chriscool1 has quit [Ping timeout: 260 seconds]
raynold has quit [Quit: Connection closed for inactivity]
camelmasa has quit [Remote host closed the connection]
camelmasa has joined #ipfs
lidel has quit [Quit: WeeChat 2.1]
lidel has joined #ipfs
camelmasa has quit [Remote host closed the connection]
camelmasa has joined #ipfs
nicu__ has joined #ipfs
ygrek has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ericxtang has joined #ipfs
<lgierth> little gateway issues right now
<lgierth> (ipfs.io)
clemo has joined #ipfs
mujf has quit [Ping timeout: 256 seconds]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
rymism has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
amar_ has joined #ipfs
m3lt has joined #ipfs
Steverman has joined #ipfs
zautomata1 has joined #ipfs
Neomex has joined #ipfs
zautomata has quit [Ping timeout: 264 seconds]
ashark has joined #ipfs
zautomata2 has joined #ipfs
zautomata1 has quit [Ping timeout: 256 seconds]
Keagan has joined #ipfs
Keagan has quit [Client Quit]
Steverman has quit [Ping timeout: 240 seconds]
Keagan has joined #ipfs
neuthral has quit [Ping timeout: 264 seconds]
ericxtang has quit [Remote host closed the connection]
Keagan has quit [Client Quit]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
rodolf0 has joined #ipfs
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
marpett has quit [Ping timeout: 260 seconds]
mujf has joined #ipfs
mujf has quit [Ping timeout: 240 seconds]
ashark_ has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
jmintb has joined #ipfs
rocco has joined #ipfs
rocco has quit [Client Quit]
freeflying has quit [Remote host closed the connection]
ulrichard has quit [Remote host closed the connection]
ericxtang has joined #ipfs
freeflying has joined #ipfs
HeavyMetal[m] has joined #ipfs
* darkdrgn2k[m] sent a long message: darkdrgn2k[m]_2018-04-18_15:21:10.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/JMZpPdGDxBqfBciXbgXBjbiI>
rocco has joined #ipfs
droman has quit [Quit: WeeChat 1.9.1]
coyotespike has left #ipfs ["ERC (IRC client for Emacs 27.0.50)"]
ygrek has quit [Ping timeout: 265 seconds]
rocco has quit [Client Quit]
bomb-on has quit [Quit: SO LONG, SUCKERS!]
Neomex has quit [Remote host closed the connection]
rocco has joined #ipfs
rocco has quit [Ping timeout: 256 seconds]
rocco has joined #ipfs
rocco has quit [Client Quit]
clemo has quit [Ping timeout: 256 seconds]
bomb-on has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
kvuser5 has quit [Quit: Page closed]
freeflying has joined #ipfs
kivutar has quit [Ping timeout: 240 seconds]
mtodor has quit [Remote host closed the connection]
mtodor has joined #ipfs
kivutar has joined #ipfs
mtodor has quit [Ping timeout: 276 seconds]
xzha has quit [Ping timeout: 256 seconds]
ericxtang has quit [Remote host closed the connection]
camelmasa has quit [Remote host closed the connection]
camelmasa has joined #ipfs
<victorbjelkholm> darkdrgn2k[m]: was because of our gateway issues. Should work a bit better now
camelmasa has quit [Ping timeout: 276 seconds]
Fessus has joined #ipfs
amar_ is now known as amar
ericxtang has joined #ipfs
lnostdal has quit [Ping timeout: 256 seconds]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
<darkdrgn2k[m]> confirmed thanks
inetic has quit [Ping timeout: 256 seconds]
zautomata2 has quit [Ping timeout: 276 seconds]
jesse22 has joined #ipfs
jesse22 has quit [Client Quit]
inetic has joined #ipfs
SunflowerSociety has quit [Remote host closed the connection]
SunflowerSociety has joined #ipfs
SunflowerSociety has quit [Changing host]
SunflowerSociety has joined #ipfs
Transfusion has joined #ipfs
<ToxicFrog> darkdrgn2k[m]: AIUI, when you ask an IPFS node for content (whether through the HTTP gateway, the filesystem mountpoints, the API, etc), if it doesn't have the content, it fetches it from a node that does and stores it locally; once it starts running out of room, it starts evicting stuff that hasn't been requested in a while. Pinned objects are never evicted.
<ToxicFrog> So content naturally migrates to the places where it's requested.
Sunflowery has joined #ipfs
<darkdrgn2k[m]> That's Awsome thanks great explanation
droman has joined #ipfs
SunflowerSociety has quit [Ping timeout: 256 seconds]
<yaksbeard[m]> was it just the http gateway that had the issues earlier? also is there a list of http gateways?
raber has joined #ipfs
<ToxicFrog> yaksbeard[m]: there's https://ipfs.github.io/public-gateway-checker/ but I don't know if it's comprehensive
amar has quit [Quit: amar]
<ToxicFrog> (what's with the [m]s?)
<voker57> it's matrix irc transport
<ToxicFrog> Aah
inetic has quit [Ping timeout: 256 seconds]
ericxtang has quit [Remote host closed the connection]
<yaksbeard[m]> yea im on the 'roit.im' page ;)
<yaksbeard[m]> thanks btw
<yaksbeard[m]> is it fairly simple to set up a gateway? i havent actually looked around yet but if its fairly simple i can set up a few
<underikar> What are the advantages/disadvantages to using the http api vs the js api and vice versa?
jungly has quit [Remote host closed the connection]
<voker57> ipfs gateway? yeah, just be sure to enable GC and only let gateway port out
inetic has joined #ipfs
<voker57> underikar: js api is js interface for http api
Encrypt has joined #ipfs
<underikar> Is there any reason I'd use that over just doing Ajax requests to the http api?
<voker57> more convenient
<underikar> Fair enough
<underikar> Thank you
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
vmx has quit [Quit: Leaving]
<darkdrgn2k[m]> curiosity - does IPFS.JS cache data to and offer it up to other nodes as needed?
gmoro_ has quit [Ping timeout: 240 seconds]
<ToxicFrog> yaksbeard[m]: it's built into the IPFS daemon and I think enabled by default; change Addresses.Gateway in the config file if you want it to listen on a different port/interface and start up the daemon and away you go.
mofeing has joined #ipfs
mujf has joined #ipfs
mofeing has quit [Quit: mofeing]
tpircs has quit [Remote host closed the connection]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
inetic has quit [Ping timeout: 256 seconds]
Sunflowery is now known as ONI_Ghost
clemo has joined #ipfs
ONI_Ghost has quit [Changing host]
ONI_Ghost has joined #ipfs
ericxtang has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
shizy has joined #ipfs
joocain2 has quit [Ping timeout: 268 seconds]
rendar has quit []
inetic has joined #ipfs
joocain2 has joined #ipfs
raynold has joined #ipfs
fazo96 has quit [Quit: Konversation terminated!]
srimurtiseva[m] has joined #ipfs
jmintb has quit [Ping timeout: 260 seconds]
mofeing has joined #ipfs
ericxtang has quit [Remote host closed the connection]
gmoro_ has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
shizy has quit [Ping timeout: 260 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
plexigras has quit [Quit: WeeChat 2.1]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
srimurtiseva[m] has left #ipfs ["User left"]
raber has quit [Quit: Page closed]
inetic has quit [Ping timeout: 256 seconds]
camelmasa has joined #ipfs
camelmasa has quit [Ping timeout: 256 seconds]
plexigras has joined #ipfs
pecastro has quit [Ping timeout: 240 seconds]
freeflying has quit [Remote host closed the connection]
<yaksbeard[m]> oh sweet ill take a look into that thanks
freeflying has joined #ipfs
Steverman has joined #ipfs
inetic has joined #ipfs
x0x0_ has joined #ipfs
tenchooo has quit [Quit: The Lounge - PirateNet]
tenchooo has joined #ipfs
freeflying has quit [Remote host closed the connection]
m3lt has quit [Ping timeout: 256 seconds]
freeflying has joined #ipfs
MDude has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ericxtang has joined #ipfs
inetic has quit [Ping timeout: 256 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
pecastro has joined #ipfs
inetic has joined #ipfs
shizy has joined #ipfs
lnostdal has joined #ipfs
bencevans has quit [Remote host closed the connection]
<pjz> https://pastebits.io pastes to IPFS if you need to throw random small content onto a remote IPFS node
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
biodrone has quit [Quit: ZNC - http://znc.in]
ashark_ has quit [Ping timeout: 265 seconds]
freeflying has joined #ipfs
biodrone has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
mofeing has quit [Quit: mofeing]
ashark has joined #ipfs
droman has quit [Quit: WeeChat 2.1]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
lnostdal has quit [Ping timeout: 268 seconds]
colatkinson has joined #ipfs
xnbya has quit [Ping timeout: 264 seconds]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
xnbya has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
lldd_ has quit [Quit: Leaving]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ericxtang has quit [Remote host closed the connection]
inetic has quit [Ping timeout: 256 seconds]
xzha has joined #ipfs
freeflying has quit [Remote host closed the connection]
mujf has quit [Ping timeout: 264 seconds]
m3s has quit [Ping timeout: 256 seconds]
ashark has quit [Ping timeout: 240 seconds]
freeflying has joined #ipfs
m3s has joined #ipfs
m3s has quit [Changing host]
m3s has joined #ipfs
ashark has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
rodolf0 has quit [Ping timeout: 276 seconds]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
shizy has quit [Ping timeout: 264 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
colatkinson has quit [Quit: colatkinson]
ericxtang has joined #ipfs
lord| has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ashark has quit [Ping timeout: 256 seconds]
MrSparkle has quit [Ping timeout: 255 seconds]
camelmasa has joined #ipfs
shizy has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
MrSparkle has joined #ipfs
shizy has quit [Ping timeout: 260 seconds]
camelmasa has quit [Ping timeout: 264 seconds]
}ls{ has joined #ipfs
freeflying has quit [Remote host closed the connection]
Encrypt has quit [Quit: Quit]
vyzo has quit [Ping timeout: 276 seconds]
freeflying has joined #ipfs
xzha has quit [Ping timeout: 256 seconds]
ericxtang has quit [Remote host closed the connection]
reit has joined #ipfs
ericxtang has joined #ipfs
lollo789[m] has joined #ipfs
anewuser has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
anewuser has quit [Ping timeout: 256 seconds]
<Powersource> where's that something.ipfs.io link that decoded CIDs?
shizy has joined #ipfs
noffle has left #ipfs ["WeeChat 1.9-dev"]
shizy has quit [Ping timeout: 256 seconds]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
ericxtang has quit [Remote host closed the connection]
freeflying has joined #ipfs
<lidel> Powersource, http://cid-utils.ipfs.team
<Powersource> thx
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
screensaver25 has joined #ipfs
dimitarvp has quit [Quit: Bye]
kants has quit [Ping timeout: 264 seconds]
screensaver has quit [Ping timeout: 246 seconds]
kants has joined #ipfs
kants has joined #ipfs
kants has quit [Changing host]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ircirc has joined #ipfs
mujf has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
camelmasa has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs