weez17 has quit [Read error: Connection reset by peer]
sahib has quit [Quit: sahib]
sahib has joined #ipfs
weez17 has joined #ipfs
sahib has quit [Client Quit]
sahib has joined #ipfs
freeflying has quit [Remote host closed the connection]
flashcoffee has quit [Quit: Page closed]
<TUSF>
Alright, so you can traverse a data structure with ipfs dag.
xcm has quit [Remote host closed the connection]
<underikar>
right
<underikar>
but the nodes dont have their own hashes
<underikar>
right?
<underikar>
im not entirely sure they need to, tbh
freeflying has joined #ipfs
<TUSF>
Yeah, so for what you're describing, you'll have to create paragraphs, chapters, and then the final product, in that order.
xcm has joined #ipfs
<underikar>
does that mean that each successive level will hit the network again for the next hash?
<TUSF>
Links can be formatted as `{"Cid":{"/":"hash"}, "Name":"name"}` (not sure if a size component is required), and in this case, using something like `ipfs dag hash1/hash2/hash3` should work.
<underikar>
is that perhaps too costle?
<underikar>
costly
<underikar>
even just a regular json object works in `ipfs dag`
<TUSF>
It will have to hit the network for each level, although that's true for any IPFS file over a certain size.
<TUSF>
Yeah, though IPFS dag still requires a format to resolve nested hashes.
<underikar>
wdym requires a format?
<TUSF>
{"Links":[/* list of hashes and names here */]}
<underikar>
oh yeah
ericxtang has joined #ipfs
<TUSF>
And I think anything else in the JSON would just be like metadata, I guess
<TUSF>
Haven't actually tested, but I assume that to be the case, hah
<underikar>
{“chapter”:[{“paragraph”:”text”}]} works
<underikar>
doing `ipfs dag get hash/chapter/0` will return {“paragraph”:”text”}
<underikar>
etc
<underikar>
i guess now i need to decide what the smallest chunk i want is. chapter? paragraph?
<underikar>
thank you
TUSF has quit [Ping timeout: 240 seconds]
ericxtang has quit [Ping timeout: 265 seconds]
Gytha has joined #ipfs
TUSF has joined #ipfs
<TUSF>
My internet just died for a second there. did I miss anything?
<underikar>
Nope
<TUSF>
K, making sure. Never know.
<underikar>
I appreciate your help
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0 is now known as Guest67681
infinity0_ is now known as infinity0
Guest67681 has quit [Killed (weber.freenode.net (Nickname regained by services))]
freeflying has quit [Remote host closed the connection]
colatkinson has joined #ipfs
freeflying has joined #ipfs
mujf has joined #ipfs
freeflying has quit [Remote host closed the connection]
mujf has quit [Ping timeout: 255 seconds]
freeflying has joined #ipfs
Neomex has joined #ipfs
jonnycrunch 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]
keith_analog has joined #ipfs
<keith_analog>
Hi All, I'm writing a software package to help others repeat experiments in one of our research papers. I would like to use ipfs to facilitate the file transfer. However, I wanted to ask here regarding the recommended method.
<keith_analog>
In particular, would it make sense to have the client side download the files via the ipfs http gateway?
<keith_analog>
The http gateway seems to be a simple solution, but I worry I don't understand the gateway mechanism well enough to say it's the way to go.
<keith_analog>
For instance, I don't know whether the gateway could suffer poorer bandwidth due to a large number of connections. Does the http gateway route all packets through a number of centeralized http servers?
freeflying has joined #ipfs
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
ben-frankel has quit [Ping timeout: 256 seconds]
colatkinson has quit [Quit: colatkinson]
<ToxicFrog>
keith_analog: each http gateway corresponds to a single IPFS node (assuming no fancy load balancing reverse proxy shenanigans are going on or something)
<ToxicFrog>
Like, when you bring up a node, there is an option to run an HTTP gateway as part of that.
<keith_analog>
ToxicFrog: super, thx. will look into setting up the http gateway
Neomex has quit [Read error: Connection reset by peer]
freeflying has quit [Remote host closed the connection]
freeflying has joined #ipfs
hazward has joined #ipfs
MDude has joined #ipfs
MDead has joined #ipfs
<hazward>
Hello I'm currently thinking about writing a file syncing app and I was wondering if IPFS would be a good fit?
freeflying has quit [Remote host closed the connection]
MDead has quit [Quit: Going offline, see ya! (www.adiirc.com)]
freeflying has joined #ipfs
colatkinson has joined #ipfs
rodolf0 has joined #ipfs
rodolf0 has quit [Client Quit]
dconroy has joined #ipfs
freeflying has quit [Remote host closed the connection]
wschenk has quit [Remote host closed the connection]
wschenk has joined #ipfs
ulrichard has quit [Remote host closed the connection]
wschenk has quit [Read error: Connection reset by peer]
wschenk_ has joined #ipfs
geoah has quit []
geoah has joined #ipfs
mujf has quit [Ping timeout: 264 seconds]
freeflying has joined #ipfs
freeflying has quit [Client Quit]
freeflying has joined #ipfs
bomb-on has quit [Quit: SO LONG, SUCKERS!]
<ericxtang>
Want to give a shout out to @Kubuxu who helped me with gx yesterday - I was able to upgrade the Livepeer libp2p dependency (which has been blocking our team for a little while now) https://github.com/livepeer/go-livepeer/pull/375
mahesh1 has joined #ipfs
<mahesh1>
Hi , Could you please help me to get some idea about IPNS
<ToxicFrog>
The underlying issue appears to be that "ipns name publish" conflates adding the ipns binding to the local node and making sure that binding is replicated; if it can't do both it fails to do either.
mtodor has quit [Remote host closed the connection]
<underikar>
but why doesnt it work in a private swarm then
SunflowerSociety has joined #ipfs
SunflowerSociety has joined #ipfs
SunflowerSociety has quit [Changing host]
mtodor has joined #ipfs
Sunflowery has quit [Read error: No route to host]
<mahesh1>
@underikar : Thank you
inetic has quit [Ping timeout: 248 seconds]
Sunflowery has joined #ipfs
Guest37092 has quit [Quit: Guest37092]
joelto has quit [Ping timeout: 240 seconds]
wschenk_ has quit [Remote host closed the connection]
mtodor has quit [Ping timeout: 276 seconds]
SunflowerSociety has quit [Ping timeout: 255 seconds]
<ToxicFrog>
underikar: sorry, I misspoke -- it should work in private swarms, AIUI, if they are large enough for it to be sufficiently replicated
<ToxicFrog>
I only have one private swarm and it isn't big enough for that
joelto has joined #ipfs
wschenk has joined #ipfs
ben-frankel has quit [Ping timeout: 264 seconds]
EternalDeiwos has quit [Quit: Leaving]
Steverman has joined #ipfs
<underikar>
gotcha
mactrent[m] has joined #ipfs
JasonLiu has joined #ipfs
MrSparkle has quit [Read error: Connection reset by peer]
JasonLiu has quit [Remote host closed the connection]
JasonLiu has joined #ipfs
Ecran has joined #ipfs
mahesh1 has quit [Quit: Leaving.]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
Adbray has joined #ipfs
MrSparkle has joined #ipfs
ericxtang has quit [Ping timeout: 248 seconds]
sojka has joined #ipfs
sahib has joined #ipfs
sahib has quit [Client Quit]
sahib has joined #ipfs
espadrine_ has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
ben-frankel has joined #ipfs
rvier_roit[m] has joined #ipfs
lnostdal has joined #ipfs
lnostdal has quit [Max SendQ exceeded]
lnostdal has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
CrAzYPiLoT has quit [Quit: See you in hell.]
wschenk has quit [Remote host closed the connection]
wschenk has joined #ipfs
shizy has joined #ipfs
wschenk has quit []
wschenk has joined #ipfs
lnostdal has quit [Ping timeout: 260 seconds]
wschenk has quit [Client Quit]
lnostdal has joined #ipfs
jesse22 has joined #ipfs
<sojka>
Hello, I have just released alpha of my IPFS app
biodrone has joined #ipfs
<sojka>
ipfsearch
<sojka>
i have made searching decentralized by putting the index on IPFS
<voker57>
link?
<sojka>
and letting the browser do the sorting, document fetching
<sojka>
link: /ipns/ipfsearch.xyz
<sojka>
or /ipfs/QmQU3vNbqf7CrrRd9124PwaoFHohMxqv4wVqi97xPiQ4NF
<sojka>
what do you think?
ericxtang has joined #ipfs
lnostdal has quit [Excess Flood]
lnostdal has joined #ipfs
<underikar>
neat!
<sojka>
have been working on this on and off for 6 months
<sojka>
thanks!
<danielsantos[m]>
Hello. I know you can host a static website on IPFS, but would you be able to host an email server? Or a server at all?
<underikar>
ill have to check out the source for this
<underikar>
it may come in handy in my project
<underikar>
danielsantos[m]: it is not a hosting service, so no
<underikar>
it is a distributed content server, if you will
miceiken has joined #ipfs
tpircs has quit [Remote host closed the connection]
jesse22 has quit [Read error: Connection reset by peer]
jesse22_ has joined #ipfs
ben-frankel has quit [Ping timeout: 240 seconds]
placer14 has joined #ipfs
maxzor has joined #ipfs
<placer14>
Hi folks. I'm from the OpenBazaar team. Can someone help me join your slack channels? (I'm not active enough on IRC, I'm afraid.)
<placer14>
I'm interested in sharing the work we're doing as it relates to IPFS more closely. As you know OB uses a fork of IPFS and I'm personally interested in seeing us go back to the mainline release. I'm hoping to engender a closer working relationship toward making that easier for us and possibly helping contribute back some of our improvements/use cases as well.
JasonLiu has quit [Quit: Connection closed for inactivity]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
Steverman has quit [Ping timeout: 240 seconds]
ericxtang has quit [Ping timeout: 264 seconds]
<Bat`O_>
placer14: there is no slack channel afaik
maxzor has quit [Remote host closed the connection]
tenchooo has quit [Remote host closed the connection]
<Bat`O_>
placer14: you should join #ipfs-dev though
tenchooo has joined #ipfs
ericxtang has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
henke has joined #ipfs
<madduck[m]>
ToxicFrog(IRC): thanks for letting me know, I didn't see that.
Jesin has joined #ipfs
Sunflowery has quit [Read error: No route to host]
henke has quit [Ping timeout: 260 seconds]
<placer14>
Thanks @Bat`O_
manveru has left #ipfs [#ipfs]
<TUSF>
Actually, @danielsantos[m], with `ipfs p2p` you can probably run something akin to an email server through the IPFS network.
M211286elena[m] has joined #ipfs
<TUSF>
The documentation says it's experimental, but you can host a server, and anyone who tries to connect to your unique peer id will connect to the server.
<lgierth>
you don't need to connect things explicitly, subscribing to the same topic is enough
<TUSF>
`ipfs p2p` is a different.
<lgierth>
ah oops
<lgierth>
my brain paused for a moment, you're right
<lgierth>
(i was talking pubsub)
Jesin has quit [Quit: Leaving]
<TUSF>
Yeah, p2p is more for direct connections to specific peers.
mildred_ has joined #ipfs
Taoki has quit [Ping timeout: 264 seconds]
zautomata has quit [Ping timeout: 260 seconds]
<djdv>
E-mail via public pubsub, what could possibly go wrong
Fessus has joined #ipfs
jonnj has quit [Quit: Leaving]
Encrypt has joined #ipfs
nocent has joined #ipfs
jonnj has joined #ipfs
cehteh has quit [Ping timeout: 240 seconds]
ashark has quit [Ping timeout: 255 seconds]
sojka has quit [Quit: Leaving]
colatkinson has joined #ipfs
p3t3r has quit [Ping timeout: 248 seconds]
t33t3r has joined #ipfs
mildred_ has quit [Quit: mildred_]
mujf has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
henke_ has joined #ipfs
t33t3r has quit [Quit: Leaving]
mujf has quit [Ping timeout: 268 seconds]
p3t3r has joined #ipfs
<henke_>
hey
<henke_>
anyone from libp2p here?
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
stanleypines has joined #ipfs
jesse22 has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
ashark has joined #ipfs
cehteh has joined #ipfs
TUSF has quit [Ping timeout: 255 seconds]
pari42 has quit [Quit: Connection closed for inactivity]
TUSF has joined #ipfs
stanleypines has quit [Quit: WeeChat 2.1]
Taoki has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]