pfraze has quit [Remote host closed the connection]
<apiarian>
or at least something that would play well with IPFS in terms of breaking rows into their own objects
pfraze has joined #ipfs
nicolagreco has quit [Quit: nicolagreco]
nicolagreco has joined #ipfs
Akaibu has quit [Quit: Connection closed for inactivity]
Looking has quit [Read error: Connection reset by peer]
<brimstone>
apiarian: json files?
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
Akaibu has joined #ipfs
reit has joined #ipfs
nicolagreco has quit [Quit: nicolagreco]
<apiarian>
brimstone: yes, that would probably work. maybe with a top list IPFS object pointing to each with its primary-key's value as the name. and even a simple versioning implementation where each row can point back to its previous version. then it is just a matter of getting them into memory and juggling them as necessary
jaboja has joined #ipfs
r04r is now known as zz_r04r
computerfreak has quit [Remote host closed the connection]
<xelra>
apiarian: Maybe you can make MongoDB work.
pfraze has quit [Remote host closed the connection]
tmpds has joined #ipfs
tmpds has left #ipfs [#ipfs]
<Akaibu>
yo whyrusleeping, i've shorten the topic in the channel by 97 letters, want to swap out the topic for it?
<Akaibu>
i've kept the https:// for irc clients that don't have better url detection
<Akaibu>
(like yours apparently)
<Akaibu>
(and if your confused on what i mean by the last two post, we had a similar discussion about shortening the topic size by removing the https:// a while back)
jgantunes has quit [Quit: Connection closed for inactivity]
nicolagreco has joined #ipfs
apiarian has quit [Ping timeout: 246 seconds]
apiarian has joined #ipfs
zeroish has quit [Remote host closed the connection]
pfraze has joined #ipfs
pfraze has quit [Ping timeout: 276 seconds]
ruby32 has joined #ipfs
<nicolagreco>
pjz palkeo you actually don't need to recompute the entire tree
<nicolagreco>
you just need to recompute the branch that brings from the leaf you are editing, up to the master
<nicolagreco>
s/master/root hash
Not_ has joined #ipfs
<nicolagreco>
ops I just realized that my comment is probably out of place
<pjz>
17:53 < pjz> palkeo: you'd have to recompute the hash of the dir you modify and all dirs up to the root
voxelot has joined #ipfs
<nicolagreco>
thanks pjz, I was in fact offline
dignifiedquire has joined #ipfs
chriscool has quit [Quit: Leaving.]
chriscool1 has quit [Ping timeout: 246 seconds]
<dignifiedquire>
xicombd: sorry didn't see your message, the confusing thing is that there are no npmignore files in those repos as far as I can see
computerfreak has joined #ipfs
edrex has quit [Ping timeout: 240 seconds]
rain1 has quit [Quit: Leaving]
_rht has joined #ipfs
voxelot has quit [Ping timeout: 244 seconds]
ilyaigpetrov has joined #ipfs
pfraze has joined #ipfs
pfraze has quit [Ping timeout: 246 seconds]
jclay has joined #ipfs
Not_ has quit [Remote host closed the connection]
edrex has joined #ipfs
pfraze has joined #ipfs
pfraze has quit [Ping timeout: 250 seconds]
jaboja has quit [Ping timeout: 246 seconds]
kvda has joined #ipfs
vsdfs has joined #ipfs
jaboja has joined #ipfs
nicolagreco has quit [Quit: nicolagreco]
computerfreak has quit [Quit: Leaving.]
ggp0647 has quit [Ping timeout: 264 seconds]
ggp0647 has joined #ipfs
herzmeister has quit [Ping timeout: 260 seconds]
jclay has quit [Ping timeout: 250 seconds]
Aeon has quit [Ping timeout: 260 seconds]
Aeon has joined #ipfs
hashcore has quit [Ping timeout: 268 seconds]
rhalff has quit [Ping timeout: 240 seconds]
Akaibu has quit [Quit: Connection closed for inactivity]
_rht has quit [Quit: Connection closed for inactivity]
jaboja has quit [Ping timeout: 240 seconds]
M-xcaliber has joined #ipfs
ruby32 has quit []
drwasho has joined #ipfs
drwasho has left #ipfs [#ipfs]
taw00 has quit [Ping timeout: 248 seconds]
rhalff has joined #ipfs
taw00 has joined #ipfs
jaboja has joined #ipfs
Arakela007 has joined #ipfs
mildred has joined #ipfs
taw00 has quit [Ping timeout: 248 seconds]
<xicombd>
dignifiedquire: I think that's the problem, how there are no npmignores, npm uses the gitignores instead
<M-CCLXI>
I guess I'll try it again when 0.4 is out, but for now no good uploading the only thing I need :(
nicolagreco has quit [Ping timeout: 244 seconds]
nicolagreco_ has quit [Ping timeout: 250 seconds]
computerfreak has quit [Remote host closed the connection]
slothbag has quit [Quit: Leaving.]
dignifiedquire has joined #ipfs
rmi7 has quit [Max SendQ exceeded]
rmi7 has joined #ipfs
Dhole_ is now known as Dhole
leer10 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
cemerick has joined #ipfs
BuGless has joined #ipfs
<BuGless>
What if I have a cluster of ipfs servers, of which I want to designate one as the gateway that is allowed to communicate with the outside world?
Looking has joined #ipfs
<BuGless>
I.e. if a request comes in from the outside, it should always be sent to the gateway server; and if on one of the internal servers a request is made for an object, it should alway proxy the request to the gateway server instead of fetching it directly.
<BuGless>
Is there any way to configure this?
<BuGless>
I noticed that if I block routing to the internet, the protocol fails to proxy things automatically.
chriscool1 has joined #ipfs
Magik6k has quit [Read error: Connection reset by peer]
Kubuxu has quit [Read error: Connection reset by peer]
Magik6k has joined #ipfs
Magik6k has quit [Excess Flood]
Kubuxu has joined #ipfs
<r0kk3rz>
i dont think so, but that would be a good feature to have for say, mobile phones, where running a full DHT can drain battery a bit
ruby32 has quit [Ping timeout: 260 seconds]
Magik6k has joined #ipfs
<BuGless>
So the protocol now is not fault tolerant with respect to (temporary) IP-routing problems?
jaboja has quit [Ping timeout: 260 seconds]
<r0kk3rz>
its built on top of IP so beyond a certain point, it cant be
Boomerang has quit [Ping timeout: 252 seconds]
tmg has quit [Ping timeout: 246 seconds]
ashark has joined #ipfs
ruby32 has joined #ipfs
chriscool1 has quit [Ping timeout: 252 seconds]
<richardlitt>
Hey ya'll: just a note, the Monday Sprint will be moving to Wednesday this week.
<BuGless>
r0kk3rz: Yes, but since it has a custom routing layer using a neighbour-system, it would be a shame not to utilise this built-in redundancy to access content which cannot be reached through direct IP accesses.
<BuGless>
It would immediately and automatically improve cache-locality
<r0kk3rz>
sure but its also introducing additional complexity to handle edge cases that BGP should be handling anyway, and so its about finding a good balance between fault tolerance and compartmentalisation
<ipfsbot>
[js-ipfs] diasdavid created greenkeeper-lodash-4.8.0 (+1 new commit): https://git.io/vV0RP
<ipfsbot>
js-ipfs/greenkeeper-lodash-4.8.0 2f87e86 greenkeeperio-bot: chore(package): update lodash to version 4.8.0...
pfraze has quit [Remote host closed the connection]
ploopkazoo has quit [Quit: ZNC - 1.6.0 - http://znc.in]
chriscool1 has quit [Ping timeout: 248 seconds]
mildred has quit [Ping timeout: 276 seconds]
ploopkazoo has joined #ipfs
ploopkazoo has quit [Quit: ZNC - 1.6.0 - http://znc.in]
ploop has joined #ipfs
pfraze has joined #ipfs
londoneye has joined #ipfs
<ipfsbot>
[js-ipfs] diasdavid created greenkeeper-lodash-4.8.1 (+1 new commit): https://git.io/vV06e
<ipfsbot>
js-ipfs/greenkeeper-lodash-4.8.1 17b1efc greenkeeperio-bot: chore(package): update lodash to version 4.8.1...
Encrypt has quit [Ping timeout: 244 seconds]
<ipfsbot>
[js-ipfs] diasdavid deleted greenkeeper-lodash-4.8.1 at 17b1efc: https://git.io/vV061
londoneye has quit [Quit: Saliendo]
damongant has joined #ipfs
Tv` has joined #ipfs
barndon has quit [Quit: Leaving]
barndon has joined #ipfs
<damongant>
I'm planning to have an open ipfs-gateway running and noticed there is one spefic blacklisting in the nginx config. Is running a public gateway a DMCA magnet at this point? I ran a 4chan archive once, until cops took my shit in a raid and I'd rather not have that happen again because they get how something works.
<damongant>
*they don't get obviously
<damongant>
three hours of trying, cop showed no sign of understanding, was quite sad
<lgierth>
damongant: this is the only dmca notice we have received so far, it was an ebook about swords fighting
<lgierth>
we will have denylists for the community in place soon
Encrypt has joined #ipfs
<lgierth>
you'll basically put up a link to dmca instructions
<lgierth>
you'll need a fax number or postal address or both
<damongant>
ha yeah, that didn't work last time mate
<damongant>
:germany:
<damongant>
but thanks for the info
<damongant>
I'll look into it.
<lgierth>
i'm larsg over on irc.fc00.li btw, i think we're cjdns peers ;)
<damongant>
oh yes, we are
<lgierth>
we wanna figure out how to do the DMCA well so that people don't have to be afraid of running gateways
<lgierth>
so we can talk some more about it
<damongant>
should really setup cjdns on the box that has my znc on it
<lgierth>
any chance you're coming to squatconf at end of april?
<damongant>
I'd highly advise against running anything in Germany, goddamn minefield, I reverse-proxy all my traffic through romania now
<damongant>
nah, still too poor to afford going anywhere really
<damongant>
except next C3 probably, since that's really close
<lgierth>
i'd like to know more details about your case and how we can make that safe in germany too -- this public channel is probably not the best place for you to elaborate on it, hehe
<lgierth>
squatconf will be inberlin
<damongant>
ha, it's not like that story isn't public knowledge
<ipfsbot>
[go-ipfs] dignifiedquire opened pull request #2526: Add --repo option to ipfs init. (master...feat/init-repo) https://git.io/vV0Ma
ianopolous_ has quit [Ping timeout: 244 seconds]
<damongant>
lgierth, got XMPP?
<damongant>
I don't think I have your GPG key
<lgierth>
damongant: lgierth@jabber.ccc.de
<lgierth>
i'll be back online in ~1h, switching places
<damongant>
yeah going home too now
<lgierth>
hehe and we can verify otr fingerprints over irc.fc00.li :):)
<lgierth>
ok see you later
M-Sonata1 has joined #ipfs
conway has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
<conway>
hello. I know this can be a contentious topic, but are blocklists enabled yet (for the local or my nodes)?
<conway>
Ive already ran across a few keys I wouldn't mind recursively blocking so I never store said content. Mainly out of liability.
ylp has quit [Ping timeout: 260 seconds]
Arakela007 has quit [Ping timeout: 244 seconds]
conway has quit [Ping timeout: 250 seconds]
Arakela007 has joined #ipfs
sahib has quit [Ping timeout: 248 seconds]
nicolagreco has joined #ipfs
<nicolagreco>
hangout link?
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
<chungy>
Running ipfs daemon is pretty simple, and systemd units are easy to write :P
<chungy>
For security it's probably better to have a dedicated user account and use systemd's User= and Group= declarations
<conway>
good point. For what I'm doing, I wanted to test it running as root user, with any user in ipfs group able to use ipfs on my system.
<conway>
and I know what I'm doing :) I know it's a security hazard. The same group also has sudo permissions.
<chungy>
I run ipfs daemon presently as my regular desktop user... :P
<chungy>
Hopefully there's no exploits known, but it wouldn't hurt to take more proactive measures
damongant has quit [Ping timeout: 264 seconds]
<conway>
Oh, of course. I know I'm playing with fire here. I just needed a sane way to get multi-user setup quickly, and convenience won out.There's no pretty way to share a DB right now, afaik
taw00_ is now known as taw00
<ipfsbot>
[js-ipfs] xicombd created fix/config (+1 new commit): https://git.io/vVENf
<ipfsbot>
js-ipfs/fix/config 9bb00a4 Francisco Baio Dias: Make ipfs config work with daemon running
<chungy>
I'm still kind of proud of being one of the few people to guard against Minecraft exploits xD
<chungy>
/ipfs/QmWEwpeUZyn1CPSsyiG8LjNCzce5iqX2oLBdeZTJ8iqWdS -> Minecraft conf and systemd unit
sahib has joined #ipfs
taw00 has quit [Quit: pops off the stack]
Looking has quit [Ping timeout: 248 seconds]
_rht has quit [Quit: Connection closed for inactivity]
MahaDev has quit [Remote host closed the connection]
MahaDev has joined #ipfs
damongant has joined #ipfs
tmg has joined #ipfs
Encrypt has quit [Quit: Sleeping time!]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
dPow has quit [Remote host closed the connection]
dPow has joined #ipfs
conway has quit [Ping timeout: 250 seconds]
<ipfsbot>
[js-ipfs] xicombd pushed 3 new commits to fix/config: https://git.io/vVufc
<ipfsbot>
js-ipfs/fix/config df91fa1 JGAntunes: fixed issues with dependencies
<ipfsbot>
js-ipfs/fix/config 91c25ee Francisco Baio Dias: Merge remote-tracking branch 'antunes/master' into fix/config
<ipfsbot>
js-ipfs/fix/config b283598 Francisco Baio Dias: Make ipfs config replace work with daemon running
HoboPrimate has joined #ipfs
kaiza has quit [Ping timeout: 244 seconds]
atrapado has quit [Quit: Leaving]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
herzmeister has quit [Remote host closed the connection]
sahib has quit [Quit: Leaving.]
sahib has joined #ipfs
Akaibu has quit [Quit: Connection closed for inactivity]
herzmeister has joined #ipfs
sahib has quit [Client Quit]
herzmeister has quit [Client Quit]
herzmeister has joined #ipfs
voxelot has joined #ipfs
HoboPrimate has quit [Quit: HoboPrimate]
HoboPrimate has joined #ipfs
jgantunes has joined #ipfs
Akaibu has joined #ipfs
nicolagreco has quit [Quit: nicolagreco]
nicolagreco has joined #ipfs
sahib has joined #ipfs
danielrf has quit [Read error: Connection reset by peer]
danielrf has joined #ipfs
nicolagreco has quit [Client Quit]
<ipfsbot>
[js-ipfs] diasdavid pushed 1 new commit to master: https://git.io/vVu3B
<ipfsbot>
js-ipfs/master 91b196f David Dias: Merge pull request #108 from JGAntunes/master...
ashark has quit [Ping timeout: 260 seconds]
nicolagreco has joined #ipfs
cblgh has quit [Ping timeout: 264 seconds]
<ipfsbot>
[go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/vVusw