whyrusleeping changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/ipfs/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- code of conduct at https://github.com/ipfs/community/blob/master/code-of-conduct.md -- sprints + work org at https://github.com/ipfs/pm/ -- community info at https://github.com/ipfs/community/
Eudaimonstro has quit [Client Quit]
steve__ has quit [Client Quit]
<rschulman> whyrusleeping: Damn right you do.
<rschulman> :)
<rschulman> whyrusleeping: Where are you moving to?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
marianoguerra has joined #ipfs
voxelot has quit [Ping timeout: 260 seconds]
thomasreggi has quit [Remote host closed the connection]
thomasreggi has joined #ipfs
Leer10 has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
therealplato has joined #ipfs
therealplato has quit [Read error: Connection reset by peer]
sharky has joined #ipfs
therealplato has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has quit [Ping timeout: 240 seconds]
bedeho has joined #ipfs
<lgierth> jbenet: daviddias: have dist pinned somewhere?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
marianoguerra has quit [Ping timeout: 240 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
<ipfsbot> [node-ipfs-api] jbenet deleted fix-vinyl-files at b9e5313: http://git.io/v39t9
<ipfsbot> [node-ipfs-api] jbenet pushed 1 new commit to master: http://git.io/v39tj
<ipfsbot> node-ipfs-api/master a567872 Juan Batiz-Benet: 2.1.6
<jbenet> lgierth: not yet, will have it by our workshop in the evening tomorrow.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has quit [Quit: Leaving.]
maresco has joined #ipfs
<ipfsbot> [go-ipfs] rht opened pull request #1578: Config null (master...config-null) http://git.io/v39Y9
notduncansmith has joined #ipfs
maresco has quit [Client Quit]
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
maresco has quit [Client Quit]
maresco has joined #ipfs
maresco has quit [Client Quit]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> https://streaming.media.ccc.de/relive/6938/ <--- starts at 14:00
voxelot has joined #ipfs
<ipfsbot> [go-ipfs] jbenet closed pull request #1578: Config null (master...config-null) http://git.io/v39Y9
richardsmith_ has joined #ipfs
<ipfsbot> [go-ipfs] heems opened pull request #1579: Add router that does nothing for bitswap_wo_routing test (master...nonerouter) http://git.io/v39sh
richardsmith_ has quit [Quit: richardsmith_]
<jbenet> !pin /ipfs/QmZyGXADjHCT338iWsE8rwAX1wbtKpQ71gDs4rhMRC38WQ/tumblr_n11xuyVC1k1s8hnhko1_500.gif
<pinbot> now pinning /ipfs/QmZyGXADjHCT338iWsE8rwAX1wbtKpQ71gDs4rhMRC38WQ/tumblr_n11xuyVC1k1s8hnhko1_500.gif
<jbenet> hmm need to make sure "pin add -r foo/bar" also pins foo somehow. otherwise cannot access things
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<M-davidar> for object get --enc=json, it looks like the Data field is decoded from utf8 into a unicode string, is that correct?
maresco has joined #ipfs
maresco has quit [Client Quit]
maresco has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> M-davidar i think it may be base64, which is typical in json
<M-davidar> jbenet: is that a recent change? I'm definitely seeing unicode strings in v0.3.7
<M-davidar> jbenet: "Data": "\u0008\u0002\u0012\ufffd\u0007Letter \tName \tSound\nAncient[5] \tModern[6]\nΑ α \talpha, άλφα ...
<M-davidar> base64 would make more sense, since the current behaviour doesn't seem to play nicely with non-utf8 binary data
<jbenet> M-davidar oh interesting yeah that looks like unicode
<jbenet> M-davidar: hmmm maybe we're not base64-ing it correctly.
<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
<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)
<M-davidar> jbenet: it also seems to skip over binary data that isn't valid utf8
voxelot has quit [Ping timeout: 252 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] rht opened pull request #1581: Add readonly api to gateway (master...feat/read-only-api-gateway) http://git.io/v39BW
<M-davidar> see QmVDcJvu7CiqeUeHhnkvej9UZu6PMDXxED5r2nuuzn2G7M
<M-davidar> First continuation byte 0x80: \"\ufffd\" |\n3.1.2 Last continuation byte 0xbf: \"\ufffd\"
<M-davidar> those shouldn't both be \ufffd
* jbenet M-davidar: hmmm. yeah. seems pretty bad. we should base64 it then. im not sure why it isn't
<M-davidar> would base64.encodeToString(object.Data) instead of string(object.Data) be the right thing to do? (I don't speak go)
<jbenet> M-davidar yeah -- want: str := base64.StdEncoding.EncodeToString(data)
<M-davidar> jbenet: want me to attempt a PR?
<jbenet> M-davidar: yes pls!
<M-davidar> ok, I'll try that soon
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Leer10 has joined #ipfs
richardsmith_ has joined #ipfs
<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
voxelot has joined #ipfs
<ipfsbot> [go-ipfs] jbenet deleted blockservice-no-err at f209763: http://git.io/v39wL
richardsmith_ has quit [Quit: richardsmith_]
richardsmith_ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
voxelot has quit [Ping timeout: 264 seconds]
eyebloom has quit [Quit: eyebloom]
eyebloom has joined #ipfs
sharky has quit [Ping timeout: 265 seconds]
eyebloom has quit [Quit: eyebloom]
richardsmith_ has quit [Quit: richardsmith_]
sharky has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Leer10 has quit [Ping timeout: 244 seconds]
eyebloom has joined #ipfs
maresco has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Leer10 has joined #ipfs
<M-davidar> jbenet: ok, I'm confused, according to https://golang.org/pkg/encoding/json/#Marshal the json library is supposed to automatically convert []byte<->base64 ... but its not (and I'm not familiar enough with go to see why)
eyebloom has quit [Quit: eyebloom]
kbala has quit [Quit: Connection closed for inactivity]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> M-davidar not sure :/
<jbenet> maybe open an issue and see if anyone has any insight
<M-davidar> ok
<M-davidar> maybe I'll go with protobuf instead of json for now :)
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Tv` has quit [Quit: Connection closed for inactivity]
notduncansmith has joined #ipfs
akhavr has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
dignifiedquire has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
akhavr has quit [Ping timeout: 240 seconds]
domanic has joined #ipfs
dignifiedquire has quit [Quit: dignifiedquire]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 245 seconds]
Encrypt has joined #ipfs
domanic has joined #ipfs
bedeho has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Leer10 has quit [Ping timeout: 255 seconds]
domanic has quit [Ping timeout: 264 seconds]
domanic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] jbenet pushed 2 new commits to master: http://git.io/v3HrZ
<ipfsbot> go-ipfs/master dd99a70 rht: Add readonly api to gateway...
<ipfsbot> go-ipfs/master fbac820 Juan Benet: Merge pull request #1581 from rht/feat/read-only-api-gateway...
ei-slackbot-ipfs has quit [Remote host closed the connection]
ei-slackbot-ipfs has joined #ipfs
domanic has quit [Ping timeout: 246 seconds]
Encrypt has quit [Quit: Eating time!]
domanic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ansuz> lgierth: I'm gonna see about helping david get cjdns on these NUCs
<ansuz> neither of us know what distro is on the rest of the ipfs nodes, though
<ansuz> Debian?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Remote host closed the connection]
nicknikolov has joined #ipfs
nessence has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> ansuz: anything is fine, the gateways run ubuntu
plyp has joined #ipfs
plyp has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
<ansuz> david went looking for a display, Itink
<ansuz> I think*
<ansuz> and ean HDMI cable
<ansuz> an
<ansuz> jeez
notduncansmith has quit [Ping timeout: 250 seconds]
<lgierth> ansuz: and a keyboard? :)
<ansuz> heh
<ansuz> I guess
<ansuz> he's here next to me now
<ansuz> was setting up tables, I just didn't see him
slothbag has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> ansuz: oh hey does it get a publicly routable ip?
domanic has joined #ipfs
<ansuz> uhh..
<ansuz> I mean he was setting up physical tables
<ansuz> not ip
<lgierth> yeah got that :)(
<ansuz> ok
<lgierth> i just mean if it got a public ip it wouldn't need cjdns
<lgierth> for bootstrap
<ansuz> I don't think so
<ansuz> can you ping 2001:67c:20a1:1192:5517:ca75:5039:adca?
<lgierth> congress always has a /16
<lgierth> yeah
<ansuz> ok, well that's me
<ansuz> heh
<ansuz> neat
<lgierth> coolio
<ansuz> I think david gave up trying to find displays though
<ansuz> he's doing something else
<lgierth> my key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGjmBIHEnVszhvtgdD0RbiSK9+h+n1zCHQFVKrN5EVD6 lars@lars-peppy
<ansuz> daviddias: ^
<daviddias> lgierth: we don't have displays nor keyboards in Open Code town
<lgierth> meh
<ansuz> rip NUCs
<lgierth> could try #camp on hackint or whatever the chan is
nessence has quit [Remote host closed the connection]
nessence has joined #ipfs
<M-davidar> daviddias: serial console? :)
voxelot has joined #ipfs
nessence has quit [Ping timeout: 265 seconds]
Encrypt has joined #ipfs
notduncansmith has joined #ipfs
maresco has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has left #ipfs [#ipfs]
maresco has joined #ipfs
<lgierth> daviddias: ansuz: are you gonna anything with NUCs? cause if not, i'd quickly cycle to the lake before the thunderstorms come
<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
<lgierth> daviddias: ok text me
maresco has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
compleatang has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
marianoguerra has joined #ipfs
marianoguerra has joined #ipfs
ansuz has quit [Ping timeout: 246 seconds]
marianoguerra has quit [Quit: leaving]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<daviddias> lgierth: went around, asked couple of people managed to get access to a screen and an azerty keyboard for a bit
<daviddias> but couldn't find a DVI/VGA to HDMI adapter :(
maresco has joined #ipfs
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
voxelot has quit [Ping timeout: 272 seconds]
domanic has joined #ipfs
slothbag has quit [Quit: Leaving.]
eyebloom has joined #ipfs
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
leni536 has joined #ipfs
<leni536> Hi
<leni536> I just started tinkering with go-ipfs
<leni536> I'm new to both go and ipfs
<leni536> what debugger you usually use?
therealplato has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
voxelot has joined #ipfs
maresco has quit [Quit: Leaving.]
strls has joined #ipfs
eyebloom has quit [Quit: eyebloom]
leni536 has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
anshukla has joined #ipfs
voxelot has quit []
domanic has joined #ipfs
strls_ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
strls has quit [Ping timeout: 256 seconds]
pfraze has joined #ipfs
anshukla has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
voxelot has joined #ipfs
maresco has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Encrypt has quit [Quit: Dinner time!]
strls_ has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Tv` has joined #ipfs
mildred has joined #ipfs
bigle is now known as Igel
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> !pin /ipfs/QmXLG5bahPNuD1CeLjjjyYzdSaXbLzkn2mYfVxbMJ8nhRk/kza.jpg
<pinbot> now pinning /ipfs/QmXLG5bahPNuD1CeLjjjyYzdSaXbLzkn2mYfVxbMJ8nhRk/kza.jpg
pfraze has left #ipfs [#ipfs]
maresco has quit [Quit: Leaving.]
<jbenet> !pin /ipfs/QmeBMTwrfma12SHLcbMo89f2LSiFaHqr6ZQJtmiGe3E188/kza.jpg
<pinbot> now pinning /ipfs/QmeBMTwrfma12SHLcbMo89f2LSiFaHqr6ZQJtmiGe3E188/kza.jpg
maresco has joined #ipfs
maresco has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
Encrypt has joined #ipfs
<rschulman> jbenet: What is that machine?
<jbenet> koruza.net
maresco has quit [Quit: Leaving.]
<rschulman> COOL
<rschulman> want one.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
voxelot has quit [Ping timeout: 265 seconds]
maresco has quit [Quit: Leaving.]
maresco has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
<rschulman> Though 100m isn’t that far really
<whyrusleeping> if anyone wants some ipfs stickers, just send me a pm today or tomorrow with your address and i'll send some out :)
<jbenet> daviddias: i edited the text but i lost some of yours
<daviddias> ah, that explains why I was getting conflicts for adding the map
<jbenet> daviddias: sorry :(
<daviddias> no worries
<daviddias> at all :)
<daviddias> looks cool :)
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
therealplato has joined #ipfs
Encrypt has quit [Quit: Quitte]
maresco has quit [Quit: Leaving.]
maresco has joined #ipfs
eyebloom has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 246 seconds]
eyebloom has quit [Ping timeout: 250 seconds]
maresco has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
eyebloom has joined #ipfs
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
eyebloom_ has joined #ipfs
eyebloom has quit [Ping timeout: 246 seconds]
eyebloom_ is now known as eyebloom
Leer10 has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
maresco1 has quit [Client Quit]
maresco has joined #ipfs
Leer10 has quit [Quit: Leaving]
Leer10 has joined #ipfs
maresco has quit [Ping timeout: 240 seconds]
anshukla has joined #ipfs
anshukla has quit [Ping timeout: 240 seconds]
mildred has quit [Ping timeout: 255 seconds]
voxelot has joined #ipfs
voxelot has joined #ipfs
<daviddias> ansuz are you going to host a cjdns workshop?
maresco has joined #ipfs
voxelot has quit [Ping timeout: 246 seconds]
Leer10 has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zen|merge has quit [Quit: No Ping reply in 180 seconds.]
* jbenet just downloaded all of openwrt
opn has joined #ipfs
<jbenet> ~201G, 1d
Poefke has joined #ipfs
opn has quit [Client Quit]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
domanic has quit [Ping timeout: 246 seconds]
<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?
<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.
<maresco> thanks . is there a reason these headers aren't set when accessing files through gateway.ipfs.io/ipfs/ ?
<lgierth> don't have a good answer
voxelot has joined #ipfs
hegel has quit [Quit: WeeChat 1.0.1]
maresco has quit [Quit: Leaving.]
maresco has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has joined #ipfs
<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
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
thomasreggi has quit [Read error: Connection reset by peer]
thomasreggi has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
<jbenet> daviddias: think we should set CORS * on gateway.ipfs.io? security implications are a bit worrisome
maresco has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
<jbenet> whyrusleeping anything bad on defaulting to -s rabin soon?
<jbenet> (maybe userland breaking for people's hashes not matching)\
maresco has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco has quit [Ping timeout: 244 seconds]
maresco has joined #ipfs
maresco1 has joined #ipfs
pfraze_ has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
maresco has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco has quit [Read error: Connection reset by peer]
maresco1 has joined #ipfs
maresco has joined #ipfs
maresco1 has quit [Read error: Connection reset by peer]
maresco1 has joined #ipfs
maresco has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
maresco has joined #ipfs