whyrusleeping changed the topic of #ipfs to: go-ipfs 0.4.13 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.13 | 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
bret has joined #ipfs
kvda has joined #ipfs
Zimsky has joined #ipfs
matthiaskrgr has joined #ipfs
nek0 has joined #ipfs
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
<luke_nukem> Given that IPFS is dedup, what happens when a node which is the only node with a set of particular blocks goes offline permanently? The associated files/objects are now corrupted and lost aren't they?
matthiaskrgr is now known as Guest7300
shoragan has joined #ipfs
shoragan has quit [Changing host]
shoragan has joined #ipfs
anaptrix has joined #ipfs
<JCaesar> Yes.
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
astronavt has quit [Quit: Leaving...]
astronavt has joined #ipfs
<engdesart> Lost, yes.
<JCaesar> But you might misunderstand dedup. It dedups locally. But two nodes can hold the same objects.
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
<luke_nukem> JCaesar: yeah I think I may be misunderstanding a part of it.
<engdesart> Also, those blocks aren't lost to the machine that went offline, as it can access them via localhost.
<luke_nukem> The network doesn't strive to have only one set of blocks with no duplication (disregarding locally)?
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
null_radix has joined #ipfs
Map is now known as daft
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
<JCaesar> I guess that describes it well enough, yes.
<lemmi> that would be a fast death to the network
<lemmi> or any storage system
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
<luke_nukem> That's what I imagined. Couldn't see how there would be any guarantee to prevent any corruption otherwise.
<luke_nukem> Having said that though, nodes don't aim to collect all blocks at all do they? Only what they require, such as per a request for something?
VegBerg[m] has joined #ipfs
GotoDengo[m] has joined #ipfs
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
willhite[m] has joined #ipfs
IsaacDunlap[m] has joined #ipfs
MrShepard[m] has joined #ipfs
abhii_n[m] has joined #ipfs
nullptr_[m] has joined #ipfs
scitec[m] has joined #ipfs
Lucas[m] has joined #ipfs
<lemmi> you only get what you tell the node to request.
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
yoshuawuyts has joined #ipfs
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
skywavesurfer has joined #ipfs
skywavesurfer has quit [Excess Flood]
sz0 has quit [Quit: Connection closed for inactivity]
skywavesurfer has joined #ipfs
<deltab> luke_nukem: nodes request the blocks they want, and then cache them for a while, and make them available to others
<deltab> so commonly requested blocks can replicated in many places
<deltab> ^can^get^
<lemmi> i think the garbage collector isn't enabled by default, so you will keep what you requested once
tbenett has joined #ipfs
<lemmi> unless you manually run the garbage collector or enable it to clean automatically at a high watermark
caiogondim has quit [Ping timeout: 258 seconds]
<luke_nukem> What do you think the chances of a file going "missing" would be?
erictapen has quit [Ping timeout: 248 seconds]
caiogondim has joined #ipfs
<luke_nukem> Sorry about all the questions - I'm required to research this for work, and some things aren't too obvious in the papers I've read.
<lemmi> if you depend on it, host it yourself
<lemmi> otherwise don't depend on it
<deltab> that's fine, it's helpful to know how ipfs is perceived
<lemmi> or get someone to host it for you
<lemmi> luke_nukem: if you know a little how bittorrent works, it's very similar in that regard
<engdesart> Hosting it oneself allows one to access it offline, which can be surprisingly helpful.
<deltab> files will disappear when there's no-one interested in making them available
<deltab> but anyone with the data can reseed, unlike the current web
alexThinkpad has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
dignifiedquire has joined #ipfs
infinity0_ has joined #ipfs
infinity0 has quit [Ping timeout: 240 seconds]
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0_ is now known as infinity0
toxync01 has quit [Ping timeout: 240 seconds]
toxync01 has joined #ipfs
<luke_nukem> Excellent, thanks for the info.
<luke_nukem> Hmm, so last question I think - Is there such a thing as a global entrypoint list for use via API?
<alexThinkpad> what is about ipfs better than what existed before
dimitarvp` has joined #ipfs
<lemmi> it combines a lot of things a useful way
onikuma has joined #ipfs
<luke_nukem> alexThinkpad: I'd say it takes the best of many worlds and combines what was learned from them, in a coherent and well done way.
<lemmi> there are similar projects, but with different trade-offs
dimitarvp has quit [Ping timeout: 250 seconds]
<alexThinkpad> it combines especially which concepts?
<lemmi> too large of a list
<dgrisham> alexThinkpad: the ipfs whitepaper is a good start to that list (though it's fairly out of date) https://ipfs.io/ipfs/QmR7GSQM93Cx5eAg6a6yRzNde1FQv7uL6X1o4k7zrJa3LX/ipfs.draft3.pdf
<JCaesar> dhts, content-based adressing, merkle-dags, …?
<luke_nukem> Would I be correct in assuming that if one doesn't save the hash of a freshly added file, then there is no easy way to get/ref that file?
<lemmi> yes
<JCaesar> It will appear in the webui.
<JCaesar> But yeah, if you don't know which…
<JCaesar> (Which is why I manage my added files through ipfs files cp…)
<lemmi> you can list all hashes registered within a repo. so it's feasable to find something on a almost empty repo, but once you made some traffic - not so much
<luke_nukem> Hmm... dedup locally. Nodes can duplicate. If a node catches fire and it is the only one with a particular block, that block is lost. If no nodes request particular blocks for X time, then those blocks may "go away". Files can be pinned to keep them around..
<JCaesar> lemmi: There is still ipfs pin ls.
tbenett has joined #ipfs
<lemmi> JCaesar: yes, still the same problem
<luke_nukem> ipfs files - this looks like it works similar to say... Dropbox?
<lemmi> not at all
<lemmi> ipfs files is just a convenient way to build unixfs trees
<JCaesar> öhhh… no? What do you mean by "made some traffic"? Just because you request some files, they won't be on your pin list…
<lemmi> JCaesar: yes, but once you pinned a lot, same problem
<JCaesar> Indeed.
<lemmi> i don't think the list is sorted
<luke_nukem> I think I have a wee ways to go before I get a complete picture of IPFS...
<lemmi> just toy around with it
<luke_nukem> Time to write an API interaction library I think (probably a "Yet Another xyz"
tbenett has quit [Ping timeout: 255 seconds]
<lemmi> i don't think you can learn a lot from that
<lemmi> the api closely mirrors what you type into the commandline anyway
<lemmi> so that won't teach you the concepts
<luke_nukem> lemmi: yeah true, but that's all I need for now. Next step *may* be writing a partial client - but, I'm not sure if a "lite" client would be tolerated?
<luke_nukem> I only need abilities to add, get, verify really.
erictapen has joined #ipfs
<JCaesar> That sounds like a lot of work…
b_five has quit [Quit: Connection closed for inactivity]
<luke_nukem> JCaesar: It's my job...
<luke_nukem> I work for a business that is developing an Identity Management solution. Feeling my way around a few things.
<lemmi> all the p2p stuff isn't even accessible through the api
<lemmi> so even less useful
<alexThinkpad> is ipfs better than anything before?
<lemmi> alexThinkpad: it's so hard to answer questions like that. could you fill in specifics that are important to you?
roygbiv has quit [Quit: ™]
<lemmi> it's bad for censorship for example
<lemmi> if you want that, ipfs is worse in that regard
<JCaesar> alexThinkpad: Have you seen anything like ipfs that came before it?
<JCaesar> It also doesn't care about anonymity, btw.
<lemmi> that's not entirely true.
<lemmi> all communication is encrypted. i think there's also a tor transport half-done somewhere.
JZA has quit [Ping timeout: 258 seconds]
<luke_nukem> Wait, is there a linkable library somewhere?
<lemmi> i don't think so
koshii has joined #ipfs
<lemmi> but there are 3rd party implementations (or attempts) in other languages
JZA has joined #ipfs
Alpha64_ has quit [Quit: Alpha64_]
<luke_nukem> there are more users here than in the Rust language channel
<engdesart> alexThinkpad: Only really for a few use cases, particularly for distributing scientific and academic datasets/documents.
dimitarvp` is now known as dimitarvp
ashark has joined #ipfs
ashark has quit [Ping timeout: 248 seconds]
bedeho has joined #ipfs
tbenett has joined #ipfs
bedeho has quit [Remote host closed the connection]
tbenett has quit [Ping timeout: 246 seconds]
erictapen has quit [Ping timeout: 248 seconds]
erictapen has joined #ipfs
Arwalk has joined #ipfs
jaboja has quit [Remote host closed the connection]
rcat has quit [Remote host closed the connection]
substack_ is now known as substack
erictapen has quit [Ping timeout: 240 seconds]
javis has quit [Ping timeout: 248 seconds]
lanzafame has joined #ipfs
Alpha64 has joined #ipfs
cris has quit [Ping timeout: 240 seconds]
luke_nukem has quit [Quit: luke_nukem]
luke_nukem has joined #ipfs
javis has joined #ipfs
cris has joined #ipfs
luke_nukem has quit [Client Quit]
luke_nukem has joined #ipfs
javis has quit [Ping timeout: 240 seconds]
<luke_nukem> block size is 256kb right? (just looking at output of block list)
javis1 has joined #ipfs
tbenett has joined #ipfs
<engdesart> luke_nukem: That's the default, yes.
Cavedude has quit [Quit: leaving]
<jfmherokiller[m]> an example of a scientific data set stored on ipfs can be found here /ipfs/QmW3JcN1oLGU1VAQ5NnmV3c6BFgPaj76uVhtphFd5PQk4q its the human genomic dataset GRCh38
engdesart has quit [Quit: yes]
Cavedude has joined #ipfs
jmill has joined #ipfs
tbenett has quit [Ping timeout: 246 seconds]
luke_nukem has quit [Quit: luke_nukem]
luke_nukem has joined #ipfs
honigkuchen has joined #ipfs
alexThinkpad has quit [Quit: Leaving]
honigkuchen has quit [Remote host closed the connection]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
luke_nukem has quit [Client Quit]
luke_nukem has joined #ipfs
lanzafame has quit [Ping timeout: 248 seconds]
lanzafame has joined #ipfs
javis1 has quit [Quit: WeeChat 1.4]
javis has joined #ipfs
<jfmherokiller[m]> I didnt unpack the data because i did not want to risk eating all of my hardrive space lol
Cavedude has quit [Quit: leaving]
ygrek has quit [Ping timeout: 250 seconds]
Cavedude has joined #ipfs
Cavedude has quit [Client Quit]
Cavedude has joined #ipfs
astronavt has quit [Remote host closed the connection]
astronavt has joined #ipfs
onikuma has quit [Remote host closed the connection]
ashark has joined #ipfs
ashark has quit [Ping timeout: 248 seconds]
Fess has joined #ipfs
dgrisham has quit [Ping timeout: 255 seconds]
leeola has quit [Quit: Connection closed for inactivity]
tbenett has joined #ipfs
javis has quit [Ping timeout: 268 seconds]
dvim has quit [Ping timeout: 258 seconds]
dvim has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
kvda has joined #ipfs
tbenett has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
dgrisham has joined #ipfs
luke_nukem has quit [Ping timeout: 260 seconds]
tbenett has joined #ipfs
engdesart has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
tbenett has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
bedeho has joined #ipfs
bedeho has quit [Ping timeout: 248 seconds]
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ashark has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
astronavt has quit [Quit: Leaving...]
ccii has quit [Quit: Leaving.]
ccii has joined #ipfs
tbenett has joined #ipfs
luke_nukem has joined #ipfs
tbenett has quit [Ping timeout: 240 seconds]
Neomex has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
upperdeck has joined #ipfs
luke_nukem has left #ipfs [#ipfs]
ashark has quit [Ping timeout: 240 seconds]
Alpha64 has quit [Read error: Connection reset by peer]
upperdeck has quit [Read error: Connection reset by peer]
lanzafam_ has joined #ipfs
upperdeck has joined #ipfs
lanzafame has quit [Ping timeout: 248 seconds]
ulrichard has joined #ipfs
Xiti has quit [Ping timeout: 248 seconds]
ilyaigpetrov has joined #ipfs
Xiti has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 246 seconds]
tbenett has joined #ipfs
reit has quit [Quit: Leaving]
onikuma has joined #ipfs
plexigras has joined #ipfs
nope_23 has joined #ipfs
nope_23 has quit [Read error: Connection reset by peer]
brotli has joined #ipfs
tbenett has quit [Ping timeout: 276 seconds]
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
}ls{ has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 248 seconds]
Mateon3 is now known as Mateon1
luke_nukem has joined #ipfs
luke_nukem has quit [Remote host closed the connection]
luke_nukem has joined #ipfs
luke_nukem has quit [Remote host closed the connection]
luke_nukem has joined #ipfs
trqx has quit [Remote host closed the connection]
joocain2 has quit [Read error: Connection reset by peer]
tombusby has quit [Write error: Connection reset by peer]
tombusby has joined #ipfs
trqx has joined #ipfs
luke_nukem has quit [Remote host closed the connection]
ashark has joined #ipfs
joocain2 has joined #ipfs
edrex has quit [Ping timeout: 240 seconds]
ashark has quit [Ping timeout: 240 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
edrex has joined #ipfs
rendar has joined #ipfs
Fess has quit [Quit: Leaving]
Neomex has quit [Remote host closed the connection]
Neomex has joined #ipfs
bedeho has joined #ipfs
Ellenor is now known as Reinhilde
tbenett has joined #ipfs
bedeho has quit [Ping timeout: 240 seconds]
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
tbenett has quit [Ping timeout: 250 seconds]
Neomex has quit [Remote host closed the connection]
lanzafame has joined #ipfs
Neomex has joined #ipfs
lanzafam_ has quit [Ping timeout: 248 seconds]
mtodor has joined #ipfs
bedeho has joined #ipfs
ashark has joined #ipfs
Neomex has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 246 seconds]
Neomex has joined #ipfs
inetic has joined #ipfs
inetic has quit [Client Quit]
tbenett has joined #ipfs
inetic has joined #ipfs
yuhl has joined #ipfs
yuhl has quit [Read error: Connection reset by peer]
Neomex has quit [Remote host closed the connection]
Neomex has joined #ipfs
tbenett has quit [Ping timeout: 250 seconds]
Neomex has quit [Remote host closed the connection]
Neomex has joined #ipfs
bomb-on has quit [Quit: zzz]
upperdeck has quit [Read error: Connection reset by peer]
ylp has joined #ipfs
xzha has joined #ipfs
upperdeck has joined #ipfs
Neomex has quit [Remote host closed the connection]
Neomex has joined #ipfs
bedeho has quit [Remote host closed the connection]
sirn has quit [Ping timeout: 258 seconds]
wa7son has quit [Ping timeout: 258 seconds]
sugarpuff has quit [Ping timeout: 258 seconds]
massino_ has quit [Ping timeout: 258 seconds]
hsanjuan has quit [Ping timeout: 258 seconds]
aaaaaaaaa____ has quit [Ping timeout: 258 seconds]
kyledrake has quit [Ping timeout: 258 seconds]
hsanjuan has joined #ipfs
massino_ has joined #ipfs
aaaaaaaaa____ has joined #ipfs
sugarpuff has joined #ipfs
sirn has joined #ipfs
wa7son has joined #ipfs
kyledrake has joined #ipfs
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
tbenett has joined #ipfs
ashark has joined #ipfs
Neomex has quit [Remote host closed the connection]
upperdeck has joined #ipfs
Neomex has joined #ipfs
Neomex has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 250 seconds]
clemo has quit [Remote host closed the connection]
clemo has joined #ipfs
tbenett has quit [Ping timeout: 255 seconds]
plexigras has quit [Quit: WeeChat 2.0]
tbenett has joined #ipfs
tombusby has quit [Ping timeout: 248 seconds]
tombusby has joined #ipfs
tbenett has quit [Ping timeout: 250 seconds]
kvda has joined #ipfs
tbenett has joined #ipfs
bomb-on has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
Neomex_ has joined #ipfs
Neomex has joined #ipfs
nibble has quit [Ping timeout: 240 seconds]
Neomex has quit [Remote host closed the connection]
Neomex_ has quit [Quit: Leaving]
Neomex has joined #ipfs
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
tbenett has quit [Quit: WeeChat 2.0]
tbenett has joined #ipfs
Anchakor has quit [Ping timeout: 260 seconds]
Anchakor has joined #ipfs
Anchakor has quit [Ping timeout: 240 seconds]
Anchakor has joined #ipfs
nmls[m] has joined #ipfs
erictapen has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 246 seconds]
luke_nukem has joined #ipfs
luke_nukem has quit [Read error: Connection reset by peer]
luke_nukem has joined #ipfs
luke_nukem has quit [Remote host closed the connection]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #ipfs
luke_nukem has joined #ipfs
luke_nukem has left #ipfs [#ipfs]
luke_nukem has joined #ipfs
luke_nukem has quit [Client Quit]
luke_nukem has joined #ipfs
luke_nukem has quit [Read error: Connection reset by peer]
jkilpatr has quit [Ping timeout: 255 seconds]
bob1 has joined #ipfs
jaboja has joined #ipfs
MDead has joined #ipfs
MDead has quit [Excess Flood]
MDead has joined #ipfs
MDead has quit [Excess Flood]
MDude has quit [Ping timeout: 260 seconds]
jaboja has quit [Ping timeout: 260 seconds]
reit has joined #ipfs
jkilpatr has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
soesoe has joined #ipfs
upperdeck has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
erictapen has quit [Ping timeout: 240 seconds]
erictapen has joined #ipfs
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest7300 has quit [Changing host]
Guest7300 has joined #ipfs
Guest7300 has joined #ipfs
Guest7300 is now known as matthiaskrgr
kaotisk has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
soesoe has joined #ipfs
robertakopyan[m] has joined #ipfs
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
robertakopyan[m] has left #ipfs [#ipfs]
erictapen has quit [Ping timeout: 240 seconds]
lanzafame has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
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
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
piti has quit [Changing host]
piti has joined #ipfs
reit has quit [Quit: Leaving]
leeola has joined #ipfs
<JCaesar> Argh, only the local key appears in a mounted ipns, not other generated keys?
<JCaesar> Argh, only the local key appears in a mounted ipns, not other generated keys?
<JCaesar> … (not scrolling to the end and forgetting that you already sent the line. mpfh)
<JCaesar> Anyway, is there another way I can get a modifiable mounted folder that I can get an /ipfs/… path to at the end of my modifications?
<lemmi> JCaesar: you can just change to any direcoty
<JCaesar> that does not seem to terminate…
<JCaesar> and… can I modify that?
<lemmi> you can modify files in your local namespace
<JCaesar> I'm already using that for something else…
<tbenett> I configured upstart to launch ipfs at startup and it's ok. However I can't use the HTTP anymore: neither 127.0.0.1 or localhost allow me to hit the API
<tbenett> do you have any idea why?
<JCaesar> Upstart pulling any funny firewall things in the background?
<JCaesar> lemmi: I'm already using that for something else…
<JCaesar> Guess I'll have to use subfolders.
<tbenett> JCeasar: not that I'm aware of. How can I know?
<lemmi> JCaesar: the ipns mount point isn't able to use other local keys for modification, no
ccii1 has joined #ipfs
ccii has quit [Ping timeout: 248 seconds]
NoWay` has joined #ipfs
ashark has joined #ipfs
Alpha64 has joined #ipfs
jmill has joined #ipfs
shizy has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
erictapen has quit [Ping timeout: 248 seconds]
ashark has joined #ipfs
onabreak has quit [Ping timeout: 260 seconds]
ecloud_ has joined #ipfs
ecloud has quit [Ping timeout: 248 seconds]
<SerkanDevel[m]> Can DHTs be censored?
ylp has quit [Quit: Leaving.]
Taoki has joined #ipfs
captain_morgan has quit [Remote host closed the connection]
ulrichard has quit [Remote host closed the connection]
onabreak has joined #ipfs
tbenett has quit [Quit: WeeChat 2.0]
onabreak has quit [Client Quit]
onabreak has joined #ipfs
erictapen has joined #ipfs
soesoe has joined #ipfs
lgierth changed the topic of #ipfs to: go-ipfs 0.4.13 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.13 | Also: #libp2p #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
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mtodor has quit [Ping timeout: 246 seconds]
Jesin has joined #ipfs
Neomex has quit [Read error: Connection reset by peer]
bwn has quit [Ping timeout: 246 seconds]
erictapen has quit [Ping timeout: 240 seconds]
soesoe has joined #ipfs
erictapen has joined #ipfs
plexigras has joined #ipfs
brotli has quit [Ping timeout: 250 seconds]
soesoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bomb-on has quit [Quit: zzz]
upperdeck has quit [Read error: Connection reset by peer]
lidel has quit [Ping timeout: 258 seconds]
mobpsycho has joined #ipfs
lidel has joined #ipfs
mobpsycho has quit [Quit: leaving]
upperdeck has joined #ipfs
bomb-on has joined #ipfs
mobpsycho has joined #ipfs
bedeho has joined #ipfs
MrSparkle has quit [Read error: Connection reset by peer]
kaotisk has quit [Read error: Connection reset by peer]
kaotisk has joined #ipfs
MrSparkle has joined #ipfs
xzha has quit [Ping timeout: 248 seconds]
inetic has quit [Ping timeout: 255 seconds]
Encrypt has joined #ipfs
newhouse has joined #ipfs
bomb-on has quit [Quit: zzz]
ygrek has joined #ipfs
erictapen has quit [Ping timeout: 250 seconds]
reit has joined #ipfs
erictapen has joined #ipfs
brotli has joined #ipfs
upperdeck has quit [Read error: Connection reset by peer]
captain_morgan has joined #ipfs
upperdeck has joined #ipfs
brotli has quit [Ping timeout: 276 seconds]
bob1 has quit [Quit: WeeChat 2.0]
bedeho has quit [Remote host closed the connection]
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmill has joined #ipfs
bwn has joined #ipfs
bedeho has joined #ipfs
robattila256 has quit [Quit: WeeChat 2.0]
luciayin[m] has joined #ipfs
<luciayin[m]> Hi
brotli has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
rcat has joined #ipfs
Encrypt has quit [Quit: Quit]
nope_23 has joined #ipfs
brotli has quit [Ping timeout: 248 seconds]
brotli has joined #ipfs
brotli has quit [Remote host closed the connection]
nope_23 has quit [Ping timeout: 240 seconds]
nope_23 has joined #ipfs
tbenett has joined #ipfs
fdjbvdfjbvo has joined #ipfs
larpanet has joined #ipfs
mobpsycho has quit [Quit: leaving]
<fdjbvdfjbvo> exit
fdjbvdfjbvo has quit []
nope_23 has quit [Ping timeout: 240 seconds]
bomb-on has joined #ipfs
plexigras has quit [Ping timeout: 240 seconds]
trqx has quit [Ping timeout: 248 seconds]
trqx has joined #ipfs
tbenett has quit [Ping timeout: 240 seconds]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
nope_23 has joined #ipfs
mtodor has joined #ipfs
_whitelogger_ has joined #ipfs
jafow1 has joined #ipfs
lucias has joined #ipfs
_whitelogger has quit [Remote host closed the connection]
nikivi has joined #ipfs
arcalinea has joined #ipfs
jaboja has joined #ipfs
nivekuil has joined #ipfs
DokterBob has joined #ipfs
butteredpopcorn has joined #ipfs
goiko has joined #ipfs
ttk2[m] has joined #ipfs
hexican[m] has joined #ipfs
gjh1 has joined #ipfs
kimziv[m] has joined #ipfs
PoeBoy[m] has joined #ipfs
pawalls has joined #ipfs
mrcrowly[m] has joined #ipfs
liaowu[m] has joined #ipfs
Sonata has joined #ipfs
mantycore[m] has joined #ipfs
tidux[m] has joined #ipfs
neurocis[m] has joined #ipfs
ben999[m] has joined #ipfs
enick_717 has joined #ipfs
indefini has joined #ipfs
deetwelve has joined #ipfs
metaphysician has joined #ipfs
DEC05EBA[m] has joined #ipfs
alldigital[m] has joined #ipfs
M-Guillaume has joined #ipfs
RichardCranium[m has joined #ipfs
edsilv[m] has joined #ipfs
sureshj0[m] has joined #ipfs
M[m]20 has joined #ipfs
miflow[m] has joined #ipfs
kvakes[m] has joined #ipfs
zhikin[m] has joined #ipfs
josejuanisaac[m] has joined #ipfs
belie[m] has joined #ipfs
jux[m] has joined #ipfs
genr8r[m] has joined #ipfs
Tolik[m] has joined #ipfs
M-Stephen304 has joined #ipfs
trouty[m] has joined #ipfs
janke99[m] has joined #ipfs
wrjvszq[m] has joined #ipfs
esph has joined #ipfs
Sigma has joined #ipfs
cyolovin[m] has joined #ipfs
chrono[m] has joined #ipfs
confusedrobot[m] has joined #ipfs
LifeNT[m] has joined #ipfs
M-ecloud has joined #ipfs
berot3[m] has joined #ipfs
NathanBraswell[m has joined #ipfs
MadcapJake[m] has joined #ipfs
grouchofractal2[ has joined #ipfs
Smith[m] has joined #ipfs
doronbehar[m] has joined #ipfs
TheGillies has joined #ipfs
sickill[m] has joined #ipfs
ivano[m] has joined #ipfs
lypticdna[m] has joined #ipfs
Barnabas[m] has joined #ipfs
zerga[m] has joined #ipfs
Polychrome[m] has joined #ipfs
R1911[m] has joined #ipfs
ntninja has joined #ipfs
grensjo[m] has joined #ipfs
jeremycahill[m] has joined #ipfs
itorres has joined #ipfs
LaPingvino[m] has joined #ipfs
frabrunelle has joined #ipfs
tk[m] has joined #ipfs
stebalien has joined #ipfs
Pneumaticat has joined #ipfs
piti has joined #ipfs
Rmesil8O4b[m] has joined #ipfs
gylpm[m] has joined #ipfs
hilariousandorig has joined #ipfs
chisaki[m] has joined #ipfs
gragotta68[m] has joined #ipfs
zinovi[m] has joined #ipfs
dvn has joined #ipfs
Xe has quit [*.net *.split]
PyHedgehog has quit [*.net *.split]
haad has quit [*.net *.split]
l__q has quit [*.net *.split]
cehteh has quit [*.net *.split]
haad has joined #ipfs
PyHedgehog has joined #ipfs
Mateon1 has quit [Remote host closed the connection]
soesoe has joined #ipfs
l__q has joined #ipfs
Mateon1 has joined #ipfs
cris has quit [Ping timeout: 240 seconds]
cehteh has joined #ipfs
Xe` has joined #ipfs
soesoe has quit [Ping timeout: 264 seconds]
cris has joined #ipfs
rodolf0 has joined #ipfs
larpanet has quit [Ping timeout: 255 seconds]
brotli has quit [Ping timeout: 248 seconds]
Encrypt has joined #ipfs
Xe` is now known as Xe
tbenett has joined #ipfs
brotli has joined #ipfs
mtodor has quit [Remote host closed the connection]
tbenett has quit [Ping timeout: 240 seconds]
bedeho has quit [Remote host closed the connection]
tbenett has joined #ipfs
Xe has left #ipfs [#ipfs]
Encrypt has quit [Quit: Quit]
stardot[m] has joined #ipfs
l__q has left #ipfs ["Leaving"]
dnel has joined #ipfs
brotli has quit [Ping timeout: 260 seconds]
brotli has joined #ipfs
erictapen has quit [Ping timeout: 268 seconds]
erictapen has joined #ipfs
<whyrusleeping> SerkanDevel[m]: They can, but very selectively, and at a moderate cost per item being censored
<whyrusleeping> the S/Kademlia paper discusses these vulnerabilities and ways to mitigate them
coyotespike has joined #ipfs
jkilpatr has joined #ipfs
mtodor has joined #ipfs
Adbray has quit [Ping timeout: 246 seconds]
dgrisham has quit [Ping timeout: 246 seconds]
Adbray has joined #ipfs
dnel has quit [Ping timeout: 260 seconds]
cris has quit []
coyotespike has quit [Remote host closed the connection]
mtodor has quit [Ping timeout: 248 seconds]
cris has joined #ipfs
Xiti has quit [Ping timeout: 248 seconds]
ashark has quit [Ping timeout: 240 seconds]
Xiti has joined #ipfs
rodolf0 has quit [Ping timeout: 246 seconds]
brotli has quit [Ping timeout: 264 seconds]
lanzafame has joined #ipfs
Jesin has quit [Quit: Leaving]
chris6131 has joined #ipfs
chris613 has quit [Ping timeout: 248 seconds]
kvda has joined #ipfs
larpanet has joined #ipfs
larpanet has quit [Remote host closed the connection]
larpanet has joined #ipfs
xelra has quit [Ping timeout: 248 seconds]
erictapen has quit [Ping timeout: 264 seconds]
tbenett has quit [Ping timeout: 240 seconds]
jaboja has quit [Ping timeout: 248 seconds]
newhouse has quit [Read error: Connection reset by peer]
onabreak has quit [Quit: Page closed]
onabreak has joined #ipfs
xelra has joined #ipfs
honigkuchen has joined #ipfs
erictapen has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shizy has quit [Ping timeout: 240 seconds]