00:00
Eudaimonstro has quit [Client Quit]
00:00
steve__ has quit [Client Quit]
00:11
<
rschulman >
whyrusleeping: Damn right you do.
00:13
<
rschulman >
whyrusleeping: Where are you moving to?
00:13
notduncansmith has joined #ipfs
00:13
notduncansmith has quit [Read error: Connection reset by peer]
00:21
marianoguerra has joined #ipfs
00:21
voxelot has quit [Ping timeout: 260 seconds]
00:26
thomasreggi has quit [Remote host closed the connection]
00:27
thomasreggi has joined #ipfs
00:31
Leer10 has quit [Remote host closed the connection]
00:33
notduncansmith has joined #ipfs
00:33
notduncansmith has quit [Read error: Connection reset by peer]
00:35
therealplato has joined #ipfs
00:38
therealplato has quit [Read error: Connection reset by peer]
00:42
sharky has joined #ipfs
00:44
therealplato has joined #ipfs
00:53
notduncansmith has joined #ipfs
00:53
notduncansmith has quit [Read error: Connection reset by peer]
00:57
bedeho has quit [Ping timeout: 240 seconds]
01:09
bedeho has joined #ipfs
01:32
<
lgierth >
jbenet: daviddias: have dist pinned somewhere?
01:33
notduncansmith has joined #ipfs
01:33
notduncansmith has quit [Read error: Connection reset by peer]
01:33
marianoguerra has quit [Ping timeout: 240 seconds]
01:53
notduncansmith has joined #ipfs
01:53
notduncansmith has quit [Read error: Connection reset by peer]
01:57
bedeho has quit [Remote host closed the connection]
02:13
notduncansmith has joined #ipfs
02:13
notduncansmith has quit [Read error: Connection reset by peer]
02:18
maresco has joined #ipfs
02:26
<
ipfsbot >
node-ipfs-api/master a567872 Juan Batiz-Benet: 2.1.6
02:27
<
jbenet >
lgierth: not yet, will have it by our workshop in the evening tomorrow.
02:33
notduncansmith has joined #ipfs
02:33
notduncansmith has quit [Read error: Connection reset by peer]
02:49
maresco has quit [Quit: Leaving.]
02:51
maresco has joined #ipfs
02:53
notduncansmith has joined #ipfs
02:53
maresco has quit [Client Quit]
02:53
notduncansmith has quit [Read error: Connection reset by peer]
02:56
maresco has joined #ipfs
02:58
maresco has quit [Client Quit]
02:59
maresco has joined #ipfs
03:02
maresco has quit [Client Quit]
03:13
notduncansmith has joined #ipfs
03:13
notduncansmith has quit [Read error: Connection reset by peer]
03:17
voxelot has joined #ipfs
03:20
richardsmith_ has joined #ipfs
03:30
<
ipfsbot >
[go-ipfs] heems opened pull request #1579: Add router that does nothing for bitswap_wo_routing test (master...nonerouter)
http://git.io/v39sh
03:30
richardsmith_ has quit [Quit: richardsmith_]
03:32
<
jbenet >
!pin /ipfs/QmZyGXADjHCT338iWsE8rwAX1wbtKpQ71gDs4rhMRC38WQ/tumblr_n11xuyVC1k1s8hnhko1_500.gif
03:32
<
pinbot >
now pinning /ipfs/QmZyGXADjHCT338iWsE8rwAX1wbtKpQ71gDs4rhMRC38WQ/tumblr_n11xuyVC1k1s8hnhko1_500.gif
03:32
<
jbenet >
hmm need to make sure "pin add -r foo/bar" also pins foo somehow. otherwise cannot access things
03:33
notduncansmith has joined #ipfs
03:33
notduncansmith has quit [Read error: Connection reset by peer]
03:37
<
M-davidar >
for object get --enc=json, it looks like the Data field is decoded from utf8 into a unicode string, is that correct?
03:50
maresco has joined #ipfs
03:51
maresco has quit [Client Quit]
03:52
maresco has joined #ipfs
03:53
notduncansmith has joined #ipfs
03:53
notduncansmith has quit [Read error: Connection reset by peer]
03:53
<
jbenet >
M-davidar i think it may be base64, which is typical in json
03:55
<
M-davidar >
jbenet: is that a recent change? I'm definitely seeing unicode strings in v0.3.7
03:56
<
M-davidar >
jbenet: "Data": "\u0008\u0002\u0012\ufffd\u0007Letter \tName \tSound\nAncient[5] \tModern[6]\nΑ α \talpha, άλφα ...
03:56
<
M-davidar >
base64 would make more sense, since the current behaviour doesn't seem to play nicely with non-utf8 binary data
04:07
<
jbenet >
M-davidar oh interesting yeah that looks like unicode
04:08
<
jbenet >
M-davidar: hmmm maybe we're not base64-ing it correctly.
04:08
<
M-davidar >
jbenet: I had a quick look at the code, and it looks like it's just a straight cast from byte[] to string
04:09
<
jbenet >
M-davidar: hmmm yeah i think it should be base64, otherwise we'll put in unescaped quotes and so on. (or maybe just escaping quotes will do? am not sure)
04:11
<
M-davidar >
jbenet: it also seems to skip over binary data that isn't valid utf8
04:12
voxelot has quit [Ping timeout: 252 seconds]
04:13
notduncansmith has joined #ipfs
04:13
notduncansmith has quit [Read error: Connection reset by peer]
04:14
<
ipfsbot >
[go-ipfs] rht opened pull request #1581: Add readonly api to gateway (master...feat/read-only-api-gateway)
http://git.io/v39BW
04:16
<
M-davidar >
see QmVDcJvu7CiqeUeHhnkvej9UZu6PMDXxED5r2nuuzn2G7M
04:16
<
M-davidar >
First continuation byte 0x80: \"\ufffd\" |\n3.1.2 Last continuation byte 0xbf: \"\ufffd\"
04:17
<
M-davidar >
those shouldn't both be \ufffd
04:17
* jbenet
M-davidar: hmmm. yeah. seems pretty bad. we should base64 it then. im not sure why it isn't
04:21
<
M-davidar >
would base64.encodeToString(object.Data) instead of string(object.Data) be the right thing to do? (I don't speak go)
04:22
<
jbenet >
M-davidar yeah -- want: str := base64.StdEncoding.EncodeToString(data)
04:23
<
M-davidar >
jbenet: want me to attempt a PR?
04:23
<
jbenet >
M-davidar: yes pls!
04:32
<
M-davidar >
ok, I'll try that soon
04:33
notduncansmith has joined #ipfs
04:33
notduncansmith has quit [Read error: Connection reset by peer]
04:38
Leer10 has joined #ipfs
04:39
richardsmith_ has joined #ipfs
04:41
<
ipfsbot >
[go-ipfs] jbenet closed pull request #1076: Default config: listen on IPv6 for the swarm address (master...fix-listen-ipv6)
http://git.io/vvlcH
04:47
voxelot has joined #ipfs
04:49
richardsmith_ has quit [Quit: richardsmith_]
04:51
richardsmith_ has joined #ipfs
04:53
notduncansmith has joined #ipfs
04:53
notduncansmith has quit [Read error: Connection reset by peer]
04:56
voxelot has quit [Ping timeout: 264 seconds]
05:00
eyebloom has quit [Quit: eyebloom]
05:04
eyebloom has joined #ipfs
05:04
sharky has quit [Ping timeout: 265 seconds]
05:09
eyebloom has quit [Quit: eyebloom]
05:10
richardsmith_ has quit [Quit: richardsmith_]
05:11
sharky has joined #ipfs
05:13
notduncansmith has joined #ipfs
05:13
notduncansmith has quit [Read error: Connection reset by peer]
05:20
Leer10 has quit [Ping timeout: 244 seconds]
05:26
eyebloom has joined #ipfs
05:29
maresco has quit [Quit: Leaving.]
05:33
notduncansmith has joined #ipfs
05:33
notduncansmith has quit [Read error: Connection reset by peer]
05:36
Leer10 has joined #ipfs
05:44
eyebloom has quit [Quit: eyebloom]
05:50
kbala has quit [Quit: Connection closed for inactivity]
05:53
notduncansmith has joined #ipfs
05:53
notduncansmith has quit [Read error: Connection reset by peer]
05:56
<
jbenet >
M-davidar not sure :/
05:56
<
jbenet >
maybe open an issue and see if anyone has any insight
06:12
<
M-davidar >
maybe I'll go with protobuf instead of json for now :)
06:13
notduncansmith has joined #ipfs
06:13
notduncansmith has quit [Read error: Connection reset by peer]
06:33
notduncansmith has joined #ipfs
06:33
notduncansmith has quit [Read error: Connection reset by peer]
06:46
Tv` has quit [Quit: Connection closed for inactivity]
06:53
notduncansmith has joined #ipfs
06:53
akhavr has joined #ipfs
06:53
notduncansmith has quit [Read error: Connection reset by peer]
06:57
bedeho has joined #ipfs
07:13
notduncansmith has joined #ipfs
07:13
notduncansmith has quit [Read error: Connection reset by peer]
07:33
notduncansmith has joined #ipfs
07:33
notduncansmith has quit [Read error: Connection reset by peer]
07:51
dignifiedquire has joined #ipfs
07:53
notduncansmith has joined #ipfs
07:53
notduncansmith has quit [Read error: Connection reset by peer]
07:53
akhavr has quit [Ping timeout: 240 seconds]
08:08
domanic has joined #ipfs
08:13
dignifiedquire has quit [Quit: dignifiedquire]
08:13
notduncansmith has joined #ipfs
08:13
notduncansmith has quit [Read error: Connection reset by peer]
08:33
notduncansmith has joined #ipfs
08:33
notduncansmith has quit [Read error: Connection reset by peer]
08:53
notduncansmith has joined #ipfs
08:53
notduncansmith has quit [Read error: Connection reset by peer]
08:55
domanic has quit [Ping timeout: 245 seconds]
08:57
Encrypt has joined #ipfs
08:59
domanic has joined #ipfs
09:32
bedeho has quit [Ping timeout: 244 seconds]
09:33
notduncansmith has joined #ipfs
09:33
notduncansmith has quit [Read error: Connection reset by peer]
09:34
Leer10 has quit [Ping timeout: 255 seconds]
09:37
domanic has quit [Ping timeout: 264 seconds]
09:38
domanic has joined #ipfs
10:13
notduncansmith has joined #ipfs
10:13
notduncansmith has quit [Read error: Connection reset by peer]
10:25
<
ipfsbot >
go-ipfs/master dd99a70 rht: Add readonly api to gateway...
10:25
<
ipfsbot >
go-ipfs/master fbac820 Juan Benet: Merge pull request #1581 from rht/feat/read-only-api-gateway...
10:39
ei-slackbot-ipfs has quit [Remote host closed the connection]
10:39
ei-slackbot-ipfs has joined #ipfs
10:46
domanic has quit [Ping timeout: 246 seconds]
10:49
Encrypt has quit [Quit: Eating time!]
10:50
domanic has joined #ipfs
10:53
notduncansmith has joined #ipfs
10:54
notduncansmith has quit [Read error: Connection reset by peer]
11:09
<
ansuz >
lgierth: I'm gonna see about helping david get cjdns on these NUCs
11:09
<
ansuz >
neither of us know what distro is on the rest of the ipfs nodes, though
11:13
notduncansmith has joined #ipfs
11:14
notduncansmith has quit [Read error: Connection reset by peer]
11:16
domanic has quit [Remote host closed the connection]
11:20
nicknikolov has joined #ipfs
11:28
nessence has joined #ipfs
11:34
notduncansmith has joined #ipfs
11:34
notduncansmith has quit [Read error: Connection reset by peer]
11:49
<
lgierth >
ansuz: anything is fine, the gateways run ubuntu
11:51
plyp has joined #ipfs
11:52
plyp has quit [Remote host closed the connection]
11:54
notduncansmith has joined #ipfs
11:56
<
ansuz >
david went looking for a display, Itink
11:56
<
ansuz >
and ean HDMI cable
11:58
notduncansmith has quit [Ping timeout: 250 seconds]
11:59
<
lgierth >
ansuz: and a keyboard? :)
12:00
<
ansuz >
he's here next to me now
12:00
<
ansuz >
was setting up tables, I just didn't see him
12:00
slothbag has joined #ipfs
12:14
notduncansmith has joined #ipfs
12:14
notduncansmith has quit [Read error: Connection reset by peer]
12:14
<
lgierth >
ansuz: oh hey does it get a publicly routable ip?
12:17
domanic has joined #ipfs
12:17
<
ansuz >
I mean he was setting up physical tables
12:17
<
lgierth >
yeah got that :)(
12:17
<
lgierth >
i just mean if it got a public ip it wouldn't need cjdns
12:17
<
lgierth >
for bootstrap
12:17
<
ansuz >
I don't think so
12:18
<
ansuz >
can you ping 2001:67c:20a1:1192:5517:ca75:5039:adca?
12:18
<
lgierth >
congress always has a /16
12:19
<
ansuz >
ok, well that's me
12:19
<
ansuz >
I think david gave up trying to find displays though
12:20
<
ansuz >
he's doing something else
12:20
<
lgierth >
my key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGjmBIHEnVszhvtgdD0RbiSK9+h+n1zCHQFVKrN5EVD6 lars@lars-peppy
12:20
<
ansuz >
daviddias: ^
12:21
<
daviddias >
lgierth: we don't have displays nor keyboards in Open Code town
12:23
<
lgierth >
could try #camp on hackint or whatever the chan is
12:27
nessence has quit [Remote host closed the connection]
12:28
nessence has joined #ipfs
12:31
<
M-davidar >
daviddias: serial console? :)
12:32
voxelot has joined #ipfs
12:32
nessence has quit [Ping timeout: 265 seconds]
12:33
Encrypt has joined #ipfs
12:34
notduncansmith has joined #ipfs
12:34
maresco has joined #ipfs
12:34
notduncansmith has quit [Read error: Connection reset by peer]
12:34
maresco has left #ipfs [#ipfs]
12:34
maresco has joined #ipfs
12:48
<
lgierth >
daviddias: ansuz: are you gonna anything with NUCs? cause if not, i'd quickly cycle to the lake before the thunderstorms come
12:50
<
daviddias >
lgierth: ansuz is not here anymore and I'm kind of hackrf hacking. I'll keep you posted if we get screens and keyboard meanwhile
12:51
<
lgierth >
daviddias: ok text me
12:54
maresco has quit [Quit: Leaving.]
12:55
notduncansmith has joined #ipfs
12:55
notduncansmith has quit [Read error: Connection reset by peer]
13:13
compleatang has joined #ipfs
13:15
notduncansmith has joined #ipfs
13:15
notduncansmith has quit [Read error: Connection reset by peer]
13:22
marianoguerra has joined #ipfs
13:22
marianoguerra has joined #ipfs
13:29
ansuz has quit [Ping timeout: 246 seconds]
13:31
marianoguerra has quit [Quit: leaving]
13:35
notduncansmith has joined #ipfs
13:35
notduncansmith has quit [Read error: Connection reset by peer]
13:42
<
daviddias >
lgierth: went around, asked couple of people managed to get access to a screen and an azerty keyboard for a bit
13:42
<
daviddias >
but couldn't find a DVI/VGA to HDMI adapter :(
13:49
maresco has joined #ipfs
13:54
domanic has quit [Ping timeout: 246 seconds]
13:55
notduncansmith has joined #ipfs
13:55
notduncansmith has quit [Read error: Connection reset by peer]
14:00
voxelot has quit [Ping timeout: 272 seconds]
14:01
domanic has joined #ipfs
14:09
slothbag has quit [Quit: Leaving.]
14:11
eyebloom has joined #ipfs
14:12
domanic has quit [Ping timeout: 246 seconds]
14:35
notduncansmith has joined #ipfs
14:35
notduncansmith has quit [Read error: Connection reset by peer]
14:41
leni536 has joined #ipfs
14:42
<
leni536 >
I just started tinkering with go-ipfs
14:42
<
leni536 >
I'm new to both go and ipfs
14:43
<
leni536 >
what debugger you usually use?
14:46
therealplato has quit [Quit: Leaving.]
14:56
notduncansmith has joined #ipfs
14:56
notduncansmith has quit [Read error: Connection reset by peer]
15:16
notduncansmith has joined #ipfs
15:16
notduncansmith has quit [Read error: Connection reset by peer]
15:16
bedeho has joined #ipfs
15:37
voxelot has joined #ipfs
16:08
maresco has quit [Quit: Leaving.]
16:10
strls has joined #ipfs
16:12
eyebloom has quit [Quit: eyebloom]
16:12
leni536 has quit [Ping timeout: 244 seconds]
16:16
notduncansmith has joined #ipfs
16:16
notduncansmith has quit [Read error: Connection reset by peer]
16:25
anshukla has joined #ipfs
16:28
voxelot has quit []
16:31
domanic has joined #ipfs
16:34
strls_ has joined #ipfs
16:37
notduncansmith has joined #ipfs
16:37
notduncansmith has quit [Read error: Connection reset by peer]
16:37
strls has quit [Ping timeout: 256 seconds]
16:48
pfraze has joined #ipfs
16:51
anshukla has quit [Remote host closed the connection]
16:57
notduncansmith has joined #ipfs
16:57
notduncansmith has quit [Read error: Connection reset by peer]
17:17
notduncansmith has joined #ipfs
17:17
notduncansmith has quit [Read error: Connection reset by peer]
17:20
voxelot has joined #ipfs
17:31
maresco has joined #ipfs
17:37
notduncansmith has joined #ipfs
17:37
notduncansmith has quit [Read error: Connection reset by peer]
17:38
Encrypt has quit [Quit: Dinner time!]
17:55
strls_ has quit [Ping timeout: 246 seconds]
17:57
notduncansmith has joined #ipfs
17:57
notduncansmith has quit [Read error: Connection reset by peer]
17:57
Tv` has joined #ipfs
18:10
mildred has joined #ipfs
18:12
bigle is now known as Igel
18:17
notduncansmith has joined #ipfs
18:17
notduncansmith has quit [Read error: Connection reset by peer]
18:31
domanic has quit [Ping timeout: 246 seconds]
18:37
notduncansmith has joined #ipfs
18:37
notduncansmith has quit [Read error: Connection reset by peer]
18:38
<
jbenet >
!pin /ipfs/QmXLG5bahPNuD1CeLjjjyYzdSaXbLzkn2mYfVxbMJ8nhRk/kza.jpg
18:38
<
pinbot >
now pinning /ipfs/QmXLG5bahPNuD1CeLjjjyYzdSaXbLzkn2mYfVxbMJ8nhRk/kza.jpg
18:39
pfraze has left #ipfs [#ipfs]
18:39
maresco has quit [Quit: Leaving.]
18:40
<
jbenet >
!pin /ipfs/QmeBMTwrfma12SHLcbMo89f2LSiFaHqr6ZQJtmiGe3E188/kza.jpg
18:40
<
pinbot >
now pinning /ipfs/QmeBMTwrfma12SHLcbMo89f2LSiFaHqr6ZQJtmiGe3E188/kza.jpg
18:42
maresco has joined #ipfs
18:51
maresco has quit [Quit: Leaving.]
18:57
notduncansmith has joined #ipfs
18:57
notduncansmith has quit [Read error: Connection reset by peer]
18:58
maresco has joined #ipfs
19:02
Encrypt has joined #ipfs
19:10
<
rschulman >
jbenet: What is that machine?
19:10
<
jbenet >
koruza.net
19:17
maresco has quit [Quit: Leaving.]
19:17
<
rschulman >
want one.
19:17
notduncansmith has joined #ipfs
19:17
notduncansmith has quit [Read error: Connection reset by peer]
19:18
maresco has joined #ipfs
19:20
voxelot has quit [Ping timeout: 265 seconds]
19:26
maresco has quit [Quit: Leaving.]
19:29
maresco has joined #ipfs
19:37
notduncansmith has joined #ipfs
19:37
notduncansmith has quit [Read error: Connection reset by peer]
19:40
domanic has joined #ipfs
19:42
<
rschulman >
Though 100m isn’t that far really
19:42
<
whyrusleeping >
if anyone wants some ipfs stickers, just send me a pm today or tomorrow with your address and i'll send some out :)
19:47
<
jbenet >
daviddias: i edited the text but i lost some of yours
19:49
<
daviddias >
ah, that explains why I was getting conflicts for adding the map
19:49
<
jbenet >
daviddias: sorry :(
19:49
<
daviddias >
no worries
19:49
<
daviddias >
at all :)
19:51
<
daviddias >
looks cool :)
19:57
notduncansmith has joined #ipfs
19:57
notduncansmith has quit [Read error: Connection reset by peer]
19:57
therealplato has joined #ipfs
20:07
Encrypt has quit [Quit: Quitte]
20:11
maresco has quit [Quit: Leaving.]
20:12
maresco has joined #ipfs
20:13
eyebloom has joined #ipfs
20:15
maresco has quit [Read error: Connection reset by peer]
20:16
maresco has joined #ipfs
20:17
notduncansmith has joined #ipfs
20:17
notduncansmith has quit [Read error: Connection reset by peer]
20:19
domanic has quit [Ping timeout: 246 seconds]
20:19
eyebloom has quit [Ping timeout: 250 seconds]
20:20
maresco has quit [Read error: Connection reset by peer]
20:20
maresco has joined #ipfs
20:21
eyebloom has joined #ipfs
20:24
maresco1 has joined #ipfs
20:24
maresco has quit [Read error: Connection reset by peer]
20:25
eyebloom_ has joined #ipfs
20:26
eyebloom has quit [Ping timeout: 246 seconds]
20:26
eyebloom_ is now known as eyebloom
20:27
Leer10 has joined #ipfs
20:28
maresco1 has quit [Read error: Connection reset by peer]
20:28
maresco has joined #ipfs
20:31
maresco has quit [Read error: Connection reset by peer]
20:31
maresco has joined #ipfs
20:34
maresco1 has joined #ipfs
20:35
maresco has quit [Read error: Connection reset by peer]
20:37
notduncansmith has joined #ipfs
20:37
notduncansmith has quit [Read error: Connection reset by peer]
20:38
maresco has joined #ipfs
20:39
maresco1 has quit [Read error: Connection reset by peer]
20:42
maresco1 has joined #ipfs
20:42
maresco has quit [Read error: Connection reset by peer]
20:44
maresco1 has quit [Client Quit]
20:45
maresco has joined #ipfs
20:46
Leer10 has quit [Quit: Leaving]
20:46
Leer10 has joined #ipfs
20:49
maresco has quit [Ping timeout: 240 seconds]
20:56
anshukla has joined #ipfs
21:01
anshukla has quit [Ping timeout: 240 seconds]
21:03
mildred has quit [Ping timeout: 255 seconds]
21:05
voxelot has joined #ipfs
21:05
voxelot has joined #ipfs
21:11
<
daviddias >
ansuz are you going to host a cjdns workshop?
21:14
maresco has joined #ipfs
21:32
voxelot has quit [Ping timeout: 246 seconds]
21:36
Leer10 has quit [Read error: Connection reset by peer]
21:37
notduncansmith has joined #ipfs
21:37
notduncansmith has quit [Read error: Connection reset by peer]
21:46
zen|merge has quit [Quit: No Ping reply in 180 seconds.]
21:47
* jbenet
just downloaded all of openwrt
21:47
opn has joined #ipfs
21:48
Poefke has joined #ipfs
21:51
opn has quit [Client Quit]
21:57
notduncansmith has joined #ipfs
21:57
notduncansmith has quit [Read error: Connection reset by peer]
22:00
domanic has joined #ipfs
22:27
domanic has quit [Ping timeout: 246 seconds]
22:32
<
maresco >
hey, trying to access a file hosted on ipfs through ajax – getting "No 'Access-Control-Allow-Origin' header" and messing around with jsonp – is there a tried and true solution for this?
22:34
<
Poefke >
you either fix the server to send that header, or create a server-side proxy that does the request cross domain for you, which works but isn't optimal.
22:40
<
maresco >
thanks . is there a reason these headers aren't set when accessing files through gateway.ipfs.io/ipfs/ ?
22:42
<
lgierth >
don't have a good answer
22:43
voxelot has joined #ipfs
22:49
hegel has quit [Quit: WeeChat 1.0.1]
22:53
maresco has quit [Quit: Leaving.]
22:57
maresco has joined #ipfs
22:57
notduncansmith has joined #ipfs
22:57
notduncansmith has quit [Read error: Connection reset by peer]
22:59
opn has joined #ipfs
23:05
<
daviddias >
maresco: It's the nature of how CORS works. You can set CORS headers in a IPFS node spawned by you for your domain
23:11
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
23:13
thomasreggi has quit [Read error: Connection reset by peer]
23:14
thomasreggi has joined #ipfs
23:17
notduncansmith has joined #ipfs
23:17
notduncansmith has quit [Read error: Connection reset by peer]
23:23
maresco1 has joined #ipfs
23:23
maresco has quit [Read error: Connection reset by peer]
23:24
<
jbenet >
daviddias: think we should set CORS * on gateway.ipfs.io? security implications are a bit worrisome
23:27
maresco has joined #ipfs
23:27
maresco1 has quit [Read error: Connection reset by peer]
23:30
maresco1 has joined #ipfs
23:30
maresco has quit [Read error: Connection reset by peer]
23:33
<
jbenet >
whyrusleeping anything bad on defaulting to -s rabin soon?
23:33
<
jbenet >
(maybe userland breaking for people's hashes not matching)\
23:33
maresco has joined #ipfs
23:33
maresco1 has quit [Read error: Connection reset by peer]
23:38
maresco has quit [Ping timeout: 244 seconds]
23:38
maresco has joined #ipfs
23:42
maresco1 has joined #ipfs
23:42
pfraze_ has joined #ipfs
23:42
maresco has quit [Read error: Connection reset by peer]
23:45
maresco has joined #ipfs
23:45
maresco1 has quit [Read error: Connection reset by peer]
23:48
maresco has quit [Read error: Connection reset by peer]
23:48
maresco1 has joined #ipfs
23:52
maresco has joined #ipfs
23:53
maresco1 has quit [Read error: Connection reset by peer]
23:56
maresco1 has joined #ipfs
23:57
maresco has quit [Read error: Connection reset by peer]
23:57
notduncansmith has joined #ipfs
23:57
notduncansmith has quit [Read error: Connection reset by peer]
23:59
maresco has joined #ipfs