<ipfsbot>
ipfs/master 1ff9237 jbenet: fixes to roadmap
<jbenet>
alu: hah, is that eliot (mr robot) as hackerman (kung fury)?
matoro has quit [Remote host closed the connection]
matoro has joined #ipfs
matoro has quit [Remote host closed the connection]
taw00 has quit [Ping timeout: 244 seconds]
<alu>
yes
matoro has joined #ipfs
sd1 has joined #ipfs
computerfreak has quit [Remote host closed the connection]
taw00 has joined #ipfs
cketti has quit [Ping timeout: 240 seconds]
pfraze has quit [Remote host closed the connection]
reit has joined #ipfs
reit has quit [Client Quit]
pfraze has joined #ipfs
cketti has joined #ipfs
pfraze has quit [Remote host closed the connection]
O47m341 has quit [Ping timeout: 260 seconds]
sd1 has quit [Ping timeout: 246 seconds]
arpu has quit [Ping timeout: 265 seconds]
Oatmeal has joined #ipfs
reit has joined #ipfs
arpu has joined #ipfs
koshii has quit [Read error: Connection reset by peer]
i_am_ss_ has quit [Remote host closed the connection]
koshii has joined #ipfs
chriscool has joined #ipfs
Senji has joined #ipfs
i_am_ss has joined #ipfs
i_am_ss has quit [Read error: Connection reset by peer]
i_am_ss has joined #ipfs
herzmeister has quit [Ping timeout: 240 seconds]
palesz has quit [Ping timeout: 250 seconds]
cketti has quit [Quit: Leaving]
chriscool has quit [Quit: Leaving.]
chriscool has joined #ipfs
go1111111 has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
herzmeister has joined #ipfs
zero-ghost has quit [Quit: Leaving.]
zero-ghost has joined #ipfs
Aeonwaves is now known as Aeon
i_am_ss has quit [Remote host closed the connection]
i_am_ss has joined #ipfs
i_am_ss has quit [Remote host closed the connection]
jon_ross has joined #ipfs
dignifiedquire has joined #ipfs
Arakela007 has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
counterretreat has quit [Ping timeout: 276 seconds]
Tahsin has joined #ipfs
corvinux has joined #ipfs
<jon_ross>
Hey guys! I attended the IPFS meetup in Berlin on Monday and talked to some of the devs. I wrote my own little dropbox, but end-to-end encrypted (and soon open source). It also uses a Merkle-dag as datastructure. Now I'm thinking about adding IPFS as backend (as an addition to rsync and S3) or maybe even to replace some of the internals. For now I'm looking into private nets in IPFS, ie. I don't want anybody to see even the encrypted data. Be
<jon_ross>
It would be even better to have a more fine-grained access control. In my tool ppl have access to "repositories" and can only see the data in that repository. As far as I know there is no feature like that in IPFS, right?
i_am_ss has joined #ipfs
rhalff has quit [Ping timeout: 260 seconds]
i_am_ss has quit [Ping timeout: 244 seconds]
<ipfsbot>
[js-ipfs] dignifiedquire pushed 1 new commit to feat/bitswap: https://git.io/vwhAG
<anomie__>
ipfs dht findprovs always produces a lot of errors. Should I be concerned?
<anomie__>
Also, i noticed stderr isn't used. Any way to filter the errors out?
chriscool has quit [Quit: Leaving.]
chriscool has joined #ipfs
M-leoc has joined #ipfs
jon_ross has quit [Quit: Leaving.]
jon_ross1 has joined #ipfs
sahib has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
rhalff has joined #ipfs
rhalff has quit [Ping timeout: 260 seconds]
zorglub27 has quit [Ping timeout: 240 seconds]
taw00_ has joined #ipfs
taw00 has quit [Ping timeout: 276 seconds]
rendar has joined #ipfs
cemerick has joined #ipfs
zz_r04r is now known as r04r
zorglub27 has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
<fil_redpill>
jon_ross I don't think you can ever "see" data if you don't have its hash
ianopolous has quit [Ping timeout: 260 seconds]
<jon_ross1>
fil_redpill: ah, I think you're right.
<jon_ross1>
I could use IPNS to point to the newest snapshot/commit. at least that peace of data would be visible to everybody (even though the data is actually encrypted)
i_am_ss has joined #ipfs
i_am_ss has quit [Ping timeout: 276 seconds]
slothbag has joined #ipfs
cryptix has joined #ipfs
<jon_ross1>
ok, my quick hack is done: I store all my blobs and metadata objects (which are encrypted) in IPFS. With the hash of the last snapshot one can reconstruct the entire version history. this hack is pretty slow though :)
taw00 has joined #ipfs
apiarian has quit [Quit: zoom]
taw00_ has quit [Ping timeout: 244 seconds]
Encrypt has joined #ipfs
insanity54 has quit [Ping timeout: 240 seconds]
palkeo has joined #ipfs
cemerick has quit [Ping timeout: 244 seconds]
bearbin has joined #ipfs
ianopolous has joined #ipfs
mildred has joined #ipfs
rhalff has joined #ipfs
martinkl_ has joined #ipfs
zorglub27 has joined #ipfs
rhalff has quit [Client Quit]
mildred has quit [Ping timeout: 260 seconds]
compleatang has joined #ipfs
<lgierth>
jon_ross1: hey i'm one of the folks you talked to -- nice to have you
<lgierth>
in which way is it slow?
<lgierth>
about finer-grained access control: start an issue in ipfs/notes.git and help us make it happen :)
ylp has joined #ipfs
computerfreak has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
apiarian has joined #ipfs
apiarian has quit [Ping timeout: 260 seconds]
tjgillies__ has joined #ipfs
tjgillies__ has left #ipfs [#ipfs]
apiarian has joined #ipfs
zorglub27 has quit [Ping timeout: 265 seconds]
Boomerang has joined #ipfs
rgrinberg has joined #ipfs
zorglub27 has joined #ipfs
jon_ross1 has quit [Ping timeout: 276 seconds]
cyrix has joined #ipfs
jon_ross has joined #ipfs
<jon_ross>
lgierth: nice to see you :)
<jon_ross>
slow in the sense that my hacky implementation just dumps two folders into ipfs and I have to do a bunch of things manually. so it's not IPFS fault. BUT I have my end-to-end encrypted, versioning dropbox alternative with IPFS in the background :)
<jon_ross>
I'll think about my concrete requirements a bit more and create a ticket
<jon_ross>
IPFS actually does a lot of the heavy lifting that I'm about to implement. pitching in sounds like less work and more fun.
Boomerang has quit [Ping timeout: 252 seconds]
<jon_ross>
the private network think we talked about is not quite implemented yet, right? at least I can't find anything about it (just open tickets)
<r0kk3rz>
jon_ross: you should be able to control the network by carefully controlling your DHT bootstrap node
brimstone has joined #ipfs
brimstone has quit [Changing host]
brimstone has joined #ipfs
jon_ross has quit [Ping timeout: 250 seconds]
corvinux has quit [Quit: Leaving]
i_am_ss has joined #ipfs
zorglub27 has quit [Ping timeout: 260 seconds]
i_am_ss has quit [Ping timeout: 244 seconds]
cyrix has quit [Quit: WeeChat 1.4]
Nitori has quit [Quit: "I hate eggs with no yolk. My friend Herensuge was beaten to death by one."]
<oed>
hm, even if I set dht to critical I still get loads of output
rgrinberg has quit [Ping timeout: 250 seconds]
i_am_ss has quit [Remote host closed the connection]
cketti has joined #ipfs
ashark has joined #ipfs
<dignifiedquire>
voxelot: left some more comments on your code ;) but looking much better :)
<dignifiedquire>
voxelot: also I pushed a bitswap test with 3 nodes to my js-ipfs branch which passes locally :)
<voxelot>
dignifiedquire: anniversary with Tiff today, promised i wouldn't work :p
<voxelot>
but will check it out asap
<voxelot>
thanks for the CR
<dignifiedquire>
voxelot: say hello to her and stop coding!
rgrinberg has joined #ipfs
Peer3Peer has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
ashark has quit [Ping timeout: 260 seconds]
merkledog has joined #ipfs
<merkledog>
I would like to understand the ipfs protocol. I found https://github.com/ipfs/specs but it is missing a lot of details. Does a more complete specification exist?
Akaibu has quit [Quit: Connection closed for inactivity]
sd1 has quit [Ping timeout: 246 seconds]
sd1 has joined #ipfs
ashark has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matoro has quit [Ping timeout: 244 seconds]
matoro has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
i_am_ss has joined #ipfs
Proto_type has quit [Remote host closed the connection]
dmr has quit [Ping timeout: 276 seconds]
i_am_ss has quit [Ping timeout: 276 seconds]
Protocol_under has joined #ipfs
Proto_type has joined #ipfs
<hsanjuan>
merkledog, well, it's a bunch of protocols actually
<dignifiedquire>
soo daviddias any ideas on these hangups?
<daviddias>
checking things
<anomie__>
Yo, could someone fix this please? It's a music video that got muted on youtube due to a false copyright claim. /ipfs/QmZeFecanwXt6ubU5vBbkNuHaaMa4HNzkQR7jq9HNdhXmE/Dan%20Bull%20-%20Death%20of%20ACTA-Fixed.mkv
<anomie__>
*pin this
MahaDev_ has quit [Ping timeout: 252 seconds]
i_am_ss has quit [Remote host closed the connection]
<daviddias>
dignifiedquire: you say, no error then?
<dignifiedquire>
yes it misses the return
<dignifiedquire>
preparing pr now
<dignifiedquire>
but that will only fix some issues
<dignifiedquire>
still no idea about the spdy socket hang up
<dignifiedquire>
:
<dignifiedquire>
:(
<daviddias>
fixing it also locally, thank you
jaboja has joined #ipfs
libman has quit [Remote host closed the connection]
<daviddias>
ah, remembered why I didn't add a `return` (although I really should, just cause of patterns), because the listeners array would be empty and so the other callback would never be called
i_am_ss has quit [Remote host closed the connection]
<dignifiedquire>
argh I hate tests with timing issues -.-
<daviddias>
because they take time? :D
<daviddias>
dignifiedquire: published patch versions without putting an error on the callback on close
<dignifiedquire>
no because they pass sometimes and sometimes not _-_
<M-Sonata>
Has anything good been figured out for pub/sub yet?
kerozene has joined #ipfs
palkeo has quit [Quit: Konversation terminated!]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<merkledog>
What is the purpose of trading the BitSwap ledger? We already know our own version is authentic, and it shouldn't matter what the other peer thinks, so I can't see what purpose this exchange serves
chungy has quit [Ping timeout: 260 seconds]
Encrypt has quit [Quit: Quitte]
chungy has joined #ipfs
i_am_ss has quit [Remote host closed the connection]
rhalff has joined #ipfs
r04r is now known as zz_r04r
Akaibu has quit [Quit: Connection closed for inactivity]
cryptix has quit [Ping timeout: 244 seconds]
<ipfsbot>
[js-ipfs-api] dignifiedquire created greenkeeper-qs-6.2.0 (+1 new commit): https://git.io/vwjg3
<ipfsbot>
js-ipfs-api/greenkeeper-qs-6.2.0 af323ee greenkeeperio-bot: chore(package): update qs to version 6.2.0...
<ipfsbot>
[js-ipfs-api] dignifiedquire deleted greenkeeper-qs-6.2.0 at af323ee: https://git.io/vwjgg
matoro has quit [Ping timeout: 260 seconds]
i_am_ss has joined #ipfs
i_am_ss has quit [Remote host closed the connection]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
computerfreak has quit [Remote host closed the connection]