whyrusleeping changed the topic of #ipfs to: Release Candidate 2 of go-ipfs v0.4.3 has been released, available at https://dist.ipfs.io -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-interface-ipfs-core-0.5.1 (+1 new commit): https://git.io/v6OiV
<ipfsbot> js-ipfs/greenkeeper-interface-ipfs-core-0.5.1 3e8f9c4 greenkeeperio-bot: chore(package): update interface-ipfs-core to version 0.5.1...
jgantunes has joined #ipfs
cemerick has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-interface-ipfs-core-0.5.1 at 3e8f9c4: https://git.io/v6OPH
<ipfsbot> [js-ipfs-api] dignifiedquire deleted greenkeeper-interface-ipfs-core-0.5.1 at 728fd90: https://git.io/v6OP7
<ipfsbot> [webui] greenkeeperio-bot opened pull request #452: Update eslint-plugin-promise to version 2.0.1
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
Arcane_ has joined #ipfs
Arcane__ has joined #ipfs
Arcane__ has quit [Client Quit]
jo_mo has joined #ipfs
jo_mo has quit [Client Quit]
reit has joined #ipfs
slothbag has joined #ipfs
mgue has quit [Ping timeout: 264 seconds]
ygrek_ has quit [Ping timeout: 258 seconds]
TheWhisper_ has joined #ipfs
TheWhisper has quit [Ping timeout: 240 seconds]
ebel has quit [Ping timeout: 250 seconds]
ebel has joined #ipfs
rardiol has quit [Ping timeout: 244 seconds]
mgue has joined #ipfs
TheWhisper has joined #ipfs
ygrek_ has joined #ipfs
TheWhisper_ has quit [Ping timeout: 240 seconds]
r04r is now known as zz_r04r
shizy has joined #ipfs
O47m341 has quit [Ping timeout: 244 seconds]
byteflame has quit [Ping timeout: 258 seconds]
Arcane_ has quit [Quit: Leaving]
cemerick has quit [Ping timeout: 244 seconds]
rardiol has joined #ipfs
rardiol has quit [Ping timeout: 250 seconds]
shizy has quit [Quit: WeeChat 1.5]
shizy has joined #ipfs
rardiol has joined #ipfs
rardiol has quit [Max SendQ exceeded]
mgue has quit [Quit: WeeChat 1.5]
jgantunes has quit [Quit: Connection closed for inactivity]
mgue has joined #ipfs
rardiol has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
rardiol has quit [Ping timeout: 244 seconds]
chungy has quit [Read error: Connection reset by peer]
PrinceOPeeves has quit [Quit: Leaving]
neurrowcat has joined #ipfs
<jsrockss> quiet today
chungy has joined #ipfs
neurrowcat has quit [Ping timeout: 264 seconds]
neurrowcat has joined #ipfs
pfrazee has quit [Remote host closed the connection]
rardiol has joined #ipfs
rardiol has quit [Ping timeout: 260 seconds]
cketti has quit [Quit: Leaving]
rardiol has joined #ipfs
j12t_ has joined #ipfs
rardiol has quit [Ping timeout: 258 seconds]
j12t has quit [Ping timeout: 260 seconds]
tmg has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
ygrek has joined #ipfs
ygrek_ has quit [Ping timeout: 258 seconds]
rardiol has joined #ipfs
rardiol has quit [Ping timeout: 276 seconds]
meadman has quit [Read error: Connection reset by peer]
meadman has joined #ipfs
HostFat has quit [Read error: Connection reset by peer]
Aelius has joined #ipfs
<Aelius> As I understand it, ipfs separates files into chunks- as in, peer A has file 1 and peer b has file 2. file 1 and file 2 are 90% similar. If I wanted to download file 1 from ipfs, peer A would be a 'seed' and peer B would act as a, well, peer'
<Aelius> in bit torrent terms.
<Aelius> Is my understanding correct? Peer B will share the relevant parts of file 2?
<jsrockss> I believe you are correct
<Aelius> If this is the case, it seemed logical to me that this would apply locally, too. I have file 1 and file 2 which are 90% similar; let's say 1024 bytes each. I expected then, that when I added file 1 to ipfs, it would increase by 1024B, and then when I added file 2, I expected it to increase by only the difference
<Aelius> However, this did not happen. The full size of both files exists within my .ipfs folder, as it doubled in size when I added file 2
<jsrockss> I imagine it depends on the chunking algorithm
<davidar> depends on your definition of similar, but yes, both will seed identical chunks
<davidar> chunks are generally much larger than 1024 bytes
<Aelius> So this should be here, now? Or is it planned
<Aelius> What I specifically did was to take a video and remove the audio from it. Same video, no audio track. added both to ipfs (200MB each), .ipfs folder grew by 400MB
<Aelius> both the original video, and the video with no audio*
<davidar> it's unlikely that those two files would have any common chunks
<Aelius> Why is that?
<davidar> given that video and audio are usually interleaved with each other, afaik
<Aelius> I think that's literally only with avi
<Aelius> I could be wrong
<Aelius> I'll try this experiment again, but with a trimmed video instead of removing a track
Stskeeps has quit [Quit: fixing up irssi]
cwahlers_ has joined #ipfs
cwahlers has quit [Ping timeout: 258 seconds]
<Aelius> davidar: even with a simple trim of a video, the entire video is added
<jsrockss> I assume the chunking algorithm literally just chops up the file
<Aelius> rather, the used space increases by the size of the trimmed video
<jsrockss> even a single bit offset in the beginning would change all the chunks
<davidar> yeah, the default chunker isn't necessarily very intelligent
<Aelius> What I'm curious to know is, is this just not implemented in the alpha yet, is it not implemented locally, will it be implemented locally, or will the chunker become intelligent?
<Aelius> If this is the expected behavior, to me it seems the chunking logic is effectively worthless
<Aelius> What narrow use cases would it apply to?
<davidar> you can try the rabin chunker, which is slightly more intelligent (although not sure if it would help in this case)
<davidar> same reason bittorrent does it - so that you can request different chunks from different peers
wallacoloo has quit [Ping timeout: 250 seconds]
<Aelius> It seemed to me that one of the advertised strengths of ipfs was github like chunking, where the difference of files is tracked to create more peers and reduce data redundancy
<Aelius> This is currently not happening- but from what I can tell, you're just speculating about this; we don't know that it's not just unimplemented at this point, right?
<Codebird> Aelius: IPFS's approach to chunking and thus implicit deduplication can save space as you wish, but only under very specific circumstances which are rarely encountered.
<Codebird> It will, however, always (baring times when the chunking algorithm is changed, which may happen at this stage of development) work at a file level. Ie, if you have a folder with file1.bin, file2.bin and file3.bin, and a second folder with file1.bin, file2.bin and file4.bin, then file1 and file2 will only be stored once even though they occur within two directories.
<Codebird> Regarding effective deduplication between similar files, you're never going to see that happen with a media file vs the same file with different audio because the streams are interleaved. The most likely place for it to occur would be within disk images or archives, and even then only with rabin chunking.
<Codebird> I don't know if IPFS uses that yet, though I know it was proposed a long time ago.
<davidar> of course, you could also manually chunk things to force better dedup
<davidar> rabin is available, but I'm not sure it's the default (yet)
<demize> Seems the default is the size splitter.
<demize> You can do `--spliter rabin` though.
<demize> Seems you can also specify at what size to split with the size splitter, hmm.
tmg has quit [Ping timeout: 244 seconds]
zorglub27 has joined #ipfs
Luzifer has quit [Ping timeout: 250 seconds]
Luzifer has joined #ipfs
dignifiedquire has joined #ipfs
tmg has joined #ipfs
neurrowcat has quit [Ping timeout: 244 seconds]
neurrowcat has joined #ipfs
neurrowcat has quit [Max SendQ exceeded]
neurrowcat has joined #ipfs
neurrowcat has quit [Max SendQ exceeded]
neurrowcat has joined #ipfs
<reit> <davidar> of course, you could also manually chunk things to force better dedup
<reit> that isn't current possible though, is it?
<reit> *currently
ghtdak has quit [Ping timeout: 258 seconds]
ghtdak has joined #ipfs
<davidar> reit: it is, it's just not particularly easy :p
<reit> huh, didn't know that, do you mean within ipfs as-is or via some third-party application-level scaffolding on top of it?
<davidar> I can't say I've done it, but I'm pretty sure you can do it with `ipfs object`
zorglub27 has quit [Ping timeout: 240 seconds]
<reit> mmm, i recall spending some time mucking with `ipfs object patch` a while back, at the time it seemed you could only put together directories, not do custom chunking of specific objects
neurrowcat has quit [Read error: Connection reset by peer]
<reit> if you think it's possible i might have another look at it at some point though
neurrowcat has joined #ipfs
kants_ has quit [Ping timeout: 260 seconds]
vbsd has joined #ipfs
jsrockss has quit [Ping timeout: 252 seconds]
<nicolagreco> dignifiedquire:
<nicolagreco> dignifiedquire: I was wondering how much bandwidth you had to implement a few things on IPLD (otherwise I can find time)
j12t_ has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 240 seconds]
neurrowcat has quit [Read error: Connection reset by peer]
Akaibu has joined #ipfs
JJJollyjim has joined #ipfs
neurrowcat has joined #ipfs
<JJJollyjim> Hey, are blocks stored in the blocks directory of the repo or in the datastore?
<JJJollyjim> Because the go-ipfs code seems to point to the datastore, but I still seem to have blocks stored in .ipfs/blocks
zorglub27 has joined #ipfs
cryptix has joined #ipfs
computerfreak has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
<dignifiedquire> nicolagreco: depends on how much, I will be offline most of the weekend, but I should have some bandwith middle of next week
<dignifiedquire> jsrockss: so sorry didn't get to it yet
vbsd has quit [Ping timeout: 264 seconds]
j12t has joined #ipfs
G-Ray has joined #ipfs
j12t has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
kanej has joined #ipfs
kanej has quit [Client Quit]
kanej has joined #ipfs
zorglub27 has quit [Ping timeout: 276 seconds]
kanej has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
kanej has joined #ipfs
zorglub27 has joined #ipfs
chungy has quit [Ping timeout: 250 seconds]
chungy has joined #ipfs
kanej has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
erde74 has joined #ipfs
HostFat has joined #ipfs
tmg has quit [Ping timeout: 250 seconds]
<Kubuxu> JJJollyjim: they are stored in blocks directory
<Kubuxu> datastore is used for storage of metadata
<Kubuxu> When you look at datastore code `/` is in datastore dir and `/blocks` path is in blocks dir.
metathink has left #ipfs ["WeeChat 1.0.1"]
G-Ray has quit [Ping timeout: 260 seconds]
Combined2857 has joined #ipfs
Combined2857 has quit [Remote host closed the connection]
vbsd has joined #ipfs
cryptix has quit [Quit: leaving]
G-Ray has joined #ipfs
apiarian has quit [Ping timeout: 250 seconds]
apiarian has joined #ipfs
JJJollyjim has quit [Ping timeout: 276 seconds]
tmg has joined #ipfs
zz_r04r is now known as r04r
reit has joined #ipfs
pfrazee has joined #ipfs
j12t has joined #ipfs
computerfreak has quit [Remote host closed the connection]
j12t has quit [Ping timeout: 258 seconds]
zorglub27 has quit [Remote host closed the connection]
zorglub27 has joined #ipfs
Akaibu has quit [Quit: Connection closed for inactivity]
zorglub27 has quit [Ping timeout: 240 seconds]
cryptix has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
reit has quit [Quit: Leaving]
kanej has joined #ipfs
kanej has quit [Client Quit]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
IlanGodik has joined #ipfs
<IlanGodik> IPNS publish seems to take a very long time to complete, something like 5 seconds.
<IlanGodik> Is it reasonable?
Encrypt has quit [Quit: Quitte]
<Kubuxu> IlanGodik: it is because it has to connect to about 20 other people that are in correct dht group.
<Kubuxu> 5 seconds is still nice, we will be working to make it faster..
<IlanGodik> Kubuxu: Yeah, makes sense. Will have to do it less frequently then :)
<Kubuxu> If you are hitting this as a problem then you are looking for a pub/sub, something we also we working on.
<IlanGodik> I'm making an FS for windows on top of IPFS-files, and am publishing the root automatically
<Kubuxu> Unfortunately, it isn't ready yet.
G-Ray has quit [Remote host closed the connection]
<Kubuxu> You could make it lazy then.
<IlanGodik> In what sense lazily? I'm already doing it only after a flush (coming after several writes)
<IlanGodik> So now I'm doing it with some minimal delay
<Kubuxu> Yeah, something like that.
<IlanGodik> So I've added an interesting system of following to my FS
<Kubuxu> I don't know how current FUSE subsystem does that, but it might be similar.
<IlanGodik> I think the fuse subsystem doesn't allow writes, and IPFS-files doesn't publish
<IlanGodik> And I'm allowing cycles in the filesystem graph, but only certain kinds of cycles
<IlanGodik> So the use case of say, Dropbox is possible: it's just bidirectional following of two users
<IlanGodik> Maybe I'll share a bit more later :)
<Codebird> How is the successor to IPNS coming along?
<Kubuxu> IlanGodik: it allows in `/ipns/local/
<IlanGodik> Kubuxu: Oh, didn't know that :) does that location reference the IPFS-files system?
reit has joined #ipfs
kerozene has quit [Ping timeout: 250 seconds]
<IlanGodik> Kubuxu: Apparently fuse-ipns publishes via the regular republisher, short = 300ms, long = 3s
tmg has quit [Ping timeout: 252 seconds]
kanej has joined #ipfs
kanej has quit [Client Quit]
kerozene has joined #ipfs
slothbag has quit [Quit: Leaving.]
G-Ray has joined #ipfs
j12t has joined #ipfs
kanej has joined #ipfs
j12t has quit [Ping timeout: 249 seconds]
KYC-CHAIN has joined #ipfs
<KYC-CHAIN> question: approximately how much to store a 3 second video in IPFS?
<brendyn> how much what??
<apiarian> use a gif?
<KYC-CHAIN> how much for a gif?
<apiarian> $25
<KYC-CHAIN> $25 permanently?
<KYC-CHAIN> it is the permanent web
<KYC-CHAIN> answered my own question. Thanks!
<apiarian> ò.o
<apiarian> no, that was $25 for me to make you a 3 second gif or video
rardiol has joined #ipfs
<Kubuxu> KYC-CHAIN: it was a joke
Red15[m] has left #ipfs ["User left"]
<KYC-CHAIN> haha nice joke
<KYC-CHAIN> i'll stick to fiverr ;-)
KYC-CHAIN has quit [Quit: Page closed]
cketti has joined #ipfs
shizy has joined #ipfs
<Aelius> Codebird I'm surprised there were still no common chunks with an mkv that was simply trimmed, though.
<Codebird> Maybe with rabin chunking.
<Aelius> Just tried rabin (ipfs add $file --chunker rabin)
<Aelius> no difference
<Aelius> :/
<Codebird> Depends on how the file is structured internally then.
<brendyn> Is ipfs intended to only be a DHT on the clearnet? I was thinking it would be ablesome if the datastore and downloading / seeding components could be separated, so for example if in conjunction with other projects like gnunet, the ipfs multihash+merkledag could be agreed upon as the file system, but a variety of transfer protocols and rules could be definined. For example I there could be ipfs pin add --network
<brendyn> gnunet Qm... which would transparently hook into gnunet and seed the file there instead of the public DHT
<brendyn> likewise with downloading, one could choose to download a file via a particular network instead of the public DHT which can be monitored en mass by terrorist organisations like the USA
<brendyn> Do these ideas sound sensible at all?
<Codebird> The merkledag is just a data structure. It should be easy to run it on any form of network that has 'find block' and 'get block' capabilities.
<Codebird> A DHT is just a practical way to solve the 'find block' in a fully distributed manner.
<brendyn> Yeah, I like it. but if other methods of find block/get block are supported, IPFS can be more like the universal file system, with a variety of sharing protocols supported
<brendyn> Atleast, that's my personal dream. what do ipfs devs think?
<Aelius> Codebird yeah, with rabin chunking, it recognizes flv chunks. The flv format is constructed linearly so this makes sense
<Aelius> I was able to add a 60MB flv file that was the same as another already pinned file but shorter, and my .ipfs dir did not grow in size for than a MB or so
<Aelius> I wonder if it would be viable to implement some sort of media specific chunking algorithm so that mp4/mkv could benefit
<Codebird> Aelius: This idea has already been considered and rejected. The problem is that this would provide benefits over rabin only in very niche situations.
<brendyn> Does the chunking affect what's sent over the network, or is it purely a local datastore thing?
<Codebird> And it's a lot of extra code and complexity to maintain.
<Codebird> Bren: Network too.
<brendyn> So if we are using different chunking methods and share to each other, will something malfunction?
<Aelius> I wouldn't consider the deduplication of hosted video to be niche, but I can understand the aversion to complexity.
<Codebird> Deduplication of hosted video that is bit-to-bit identical in sections. Which doesn't happen much.
<Aelius> consider services like twitch and youtube which allow users to trim their videos
<Aelius> twitch promotes this feature as sharing highlights
<Aelius> it would be a huge boon for twitch.tv in particular, I think
M-Purple has joined #ipfs
<Codebird> It would only work on trimmed files, not cut-and-reencoded ones. And in formats which don't have any sort of timestamp or frame counter per-frame, or any timestamps relative to file start.
<Aelius> at any rate, I do think you're right that this should probably be handled externally of ipfs; transcoding video into a format more easily chunked
<apiarian> this sort of chunking would probably need to be supported on the video file encoding level, though, right? so when you pull chunks out of a video, you would re-encode the original to have a sensible structure around the chunks so that they *could* be deduplicated
<Aelius> ^
<Codebird> It's just not going to be practical for any format not designed for it - and on those it would work on, so would rabin.
<apiarian> wav + compression-less tiffs! =D
<brendyn> Maybe we can start running IPFS with 100+TiB tape storage, which would also simulate interplanetary latencies
<apiarian> though, you can describe an MKV as a combination of various sub-files, and players will happily re-assemble things for you. you can even say that a part should be played in the middle of another file. (tv-shows with consistent opening and closing sections for example)
<Aelius> Maybe we should be coercing the h26x devs to start thinking of a chunking-friendly format for h266
<Aelius> apiarian: yeah containers shouldn't be an issue at all, just the video/audio formats
<M-Purple> or the files are just some kind of video-editing diff?
<M-Purple> so the original video is vewed and the video is editied on the fly with those applied diffs
<apiarian> Aelius: right, but my point is you could use an mkv container and re-encode, re-shuffle things on the back end when you want to extract parts as separate videos
rardiol has quit [Ping timeout: 250 seconds]
<Aelius> right
Encrypt has joined #ipfs
zorglub27 has joined #ipfs
matoro has quit [Ping timeout: 258 seconds]
<Codebird> Tv-shows with consistent opening and closing sections encoded by the same version of the same encoder on the same configuration and from a bit-to-bit identical input file, rather than different broadcasts with slightly different noise.
<Aelius> The way mkv does that is to have a separate opening.mkv and ending.mkv which each individual ep#.mkv points to, so yeah ipfs won't help there. mkv already did the deduplication
rendar has joined #ipfs
cemerick has joined #ipfs
G-Ray has quit [Ping timeout: 260 seconds]
<daviddias> noffle: o/ hey! I'm going through the updates on the PR you made, but running into some hickups, documented the errors and feedback in https://github.com/ipfs/interface-ipfs-core/pull/28#issuecomment-238030243, mind checking?
matoro has joined #ipfs
reit has quit [Ping timeout: 244 seconds]
matoro has quit [Ping timeout: 244 seconds]
matoro has joined #ipfs
cemerick has quit [Ping timeout: 244 seconds]
<brendyn> msata drive died and I lost .ipfs/ :(
G-Ray has joined #ipfs
G-Ray has quit [Read error: Connection reset by peer]
<richardlitt> NeoTeo: you here?
<NeoTeo> richardlitt: hey :)
<richardlitt> Hey!
<richardlitt> You can add repos to your profile, even if they're in a different organization, with the new GitHub repo settings
<richardlitt> See, I have ipfs/ipfs as the first on mine: github.com/RichardLitt
<NeoTeo> Ok thx, I'll have a look. Bit disappointing tho.
jedahan has joined #ipfs
<richardlitt> hmm?
<richardlitt> How so?
j12t has joined #ipfs
neurrowcat has quit [Ping timeout: 252 seconds]
neurrowcat has joined #ipfs
<NeoTeo> Well, I'd hoped to be part of the org since the project is. Looking at my profile it seems it's already in there. Weird it's not showing up.
j12t has quit [Ping timeout: 265 seconds]
rardiol has joined #ipfs
PrinceOfPeeves has joined #ipfs
shizy has quit [Ping timeout: 250 seconds]
rsync has joined #ipfs
<rsync> hi
kanej has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
kanej has joined #ipfs
kanej has quit [Client Quit]
kanej has joined #ipfs
<dignifiedquire> daviddias: you around?
<daviddias> and around and around
<dignifiedquire> :)
<daviddias> what's up?
<dignifiedquire> could you take a stab at adding go-interop tests to swarm in the next days?
<dignifiedquire> you have done those before and so I would have sth to test against as soon as the pulls are ready
<daviddias> you mean, having CI'ed tests? or stuff you can use to try?
<daviddias> Yeah, I can make that a priority for next week :)
<dignifiedquire> I would love them to be ci ready or at least at a level where it's just a matter of running a single script
<dignifiedquire> thanks :)
<dignifiedquire> the earlier we have these on ci the more sure we can be that the work we are doing is correct
zorglub27 has quit [Remote host closed the connection]
zorglub27 has joined #ipfs
kanej has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<daviddias> voxelot: good kickoff of the block API spec :) I've reviewed this PR https://github.com/ipfs/interface-ipfs-core/pull/32
<daviddias> dignifiedquire: the hard part is that it requires a dedicated go-ipfs build -- https://github.com/ipfs/go-ipfs/issues/2738#issuecomment-238030787 -- which means we have to bring our own ipfs binary
cemerick has joined #ipfs
<dignifiedquire> hmmm
<dignifiedquire> well we could just use the same multistream header as go for now and for secio I don't need a custom build
<dignifiedquire> (in theory)
<voxelot> daviddias: thanks for taking a look! sorry for leaving that half complete, i started a list of things that need be done and plan to pick back up after this baby shower i have to go to tonight =/
<daviddias> that sounds fun! :D
<daviddias> its all good :) my apologies for taking so much time in reviewing
<daviddias> dignifiedquire: there is the identify thing
<dignifiedquire> which identify thing? isn't that merged into master yet?
<daviddias> go-ipfs still expects the pubkey to come from secio
<dignifiedquire> that's okay for me as I will be testi g with secio enabled
<dignifiedquire> or we run on teamcity with go env and build a custom binary feom a specified branch on ci run
palkeo has joined #ipfs
fleeky has quit [Ping timeout: 264 seconds]
rendar has quit [Ping timeout: 250 seconds]
ygrek has joined #ipfs
HoboPrimate has joined #ipfs
zorglub27 has quit [Ping timeout: 258 seconds]
jsrockss has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to feat/hamt-sharding: https://git.io/v633p
<ipfsbot> go-ipfs/feat/hamt-sharding 918e24b Jeromy: refactor resolved to allow transparent resolution of unixfs sharded paths...
<fiatjaf> is there a canonical way of sharing text on ipfs?
<jsrockss> i do echo 'text' | ipfs add
draynium has quit [Quit: <No reason given>]
<fiatjaf> I imagine some people will be sharing the same text with html markup, others with metadata written in the file, others with markdown markup
<fiatjaf> so the same text will be treated as different everywhere
rendar has joined #ipfs
<apiarian> yar! IPGS now actually does something with other players' states distributed through IPFS!
<Codebird> IPGS? That one is new for me.
<apiarian> i should probably add a readme
j12t has joined #ipfs
<jsrockss> dignifiedquire: no big deal, i commented with some potential clues in the pull request
draynium has joined #ipfs
jedahan has quit [Read error: Connection reset by peer]
jedahan has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
HoboPrimate has left #ipfs ["Adeus"]
kholdstayre has joined #ipfs
j12t has joined #ipfs
Encrypt has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
zorglub27 has joined #ipfs
Tv` has joined #ipfs
Sonarpulse has quit [Ping timeout: 250 seconds]
cemerick has quit [Ping timeout: 276 seconds]
zorglub27 has quit [Ping timeout: 258 seconds]
rardiol has quit [Ping timeout: 240 seconds]
Sonarpulse has joined #ipfs
rardiol has joined #ipfs
jgantunes has joined #ipfs
neurrowcat has quit [Quit: Deebidappidoodah!]
Encrypt has quit [Quit: Dinner time!]
zorglub27 has joined #ipfs
kanej has joined #ipfs
ashark has joined #ipfs
kanej has quit [Client Quit]
matoro has quit [Ping timeout: 244 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rsync has quit [Quit: Leaving]
zorglub27 has quit [Read error: Connection reset by peer]
jokoon has joined #ipfs
ashark has quit [Ping timeout: 265 seconds]
pfrazee has quit [Remote host closed the connection]
kholdstayre has quit [Ping timeout: 240 seconds]
jsrockss has quit [Ping timeout: 250 seconds]
pfrazee has joined #ipfs
fleeky has joined #ipfs
jedahan has joined #ipfs
ygrek has quit [Ping timeout: 264 seconds]
ashark has joined #ipfs
ztl8702[m] has joined #ipfs
mildred has joined #ipfs
koshii has quit [Ping timeout: 250 seconds]
koshii has joined #ipfs
chriscool has joined #ipfs
palkeo has quit [Quit: Konversation terminated!]
jacobus has quit [Remote host closed the connection]
Yvonne has joined #ipfs
matoro has joined #ipfs
Encrypt has joined #ipfs
chriscool has quit [Quit: Leaving.]
ashark has quit [Ping timeout: 244 seconds]
matoro has quit [Ping timeout: 260 seconds]
ygrek has joined #ipfs
BananaMagician has joined #ipfs
BananaMagician has quit [Read error: Connection reset by peer]
atrapado has joined #ipfs
s_kunk has joined #ipfs
kanej has joined #ipfs
santamanno has joined #ipfs
kanej has quit [Client Quit]
BananaMagician has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
cryptix has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
cryptix has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wallacoloo has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
jedahan has joined #ipfs
jedahan has quit [Changing host]
jedahan has joined #ipfs
mildred has quit [Ping timeout: 250 seconds]
Yvonne has quit [Remote host closed the connection]
ashark has joined #ipfs
aa has joined #ipfs
aa is now known as Guest88436
Guest88436 has quit [Client Quit]
computerfreak has joined #ipfs
bottle has joined #ipfs
cketti has quit [Quit: Leaving]
ashark has quit [Ping timeout: 244 seconds]
taaem has quit [Ping timeout: 258 seconds]
erde74 has quit [Quit: Verlassend]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jokoon has quit [Quit: Leaving]
BananaMagician has quit [Ping timeout: 240 seconds]
<ipfsbot> [go-ipfs] zramsay opened pull request #3048: boot2docker-cli is deprecated, removed from README (master...boot2docker-is-deprecated) https://git.io/v630Q
ashark has joined #ipfs
Encrypt has quit [Quit: Sleeing time!]
kholdstayre has joined #ipfs
matoro has joined #ipfs
ashark has quit [Ping timeout: 258 seconds]
santamanno has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
G-Ray has joined #ipfs
Stebalien has joined #ipfs
atrapado has quit [Quit: Leaving]
Stebalien has quit [Ping timeout: 260 seconds]
jager has joined #ipfs
Stebalien has joined #ipfs
IlanGodik has quit [Quit: Connection closed for inactivity]
ashark has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]