notduncansmith has quit [Read error: Connection reset by peer]
sharky has joined #ipfs
kbala has quit [Quit: Connection closed for inactivity]
dlight has quit [Ping timeout: 246 seconds]
dlight has joined #ipfs
mildred has joined #ipfs
payas has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
strls_ has quit [Quit: Lost terminal]
notduncansmith has quit [Ping timeout: 250 seconds]
Leer10 has joined #ipfs
dignifiedquire has joined #ipfs
bedeho has quit [Remote host closed the connection]
bedeho has joined #ipfs
reit has quit [Quit: Leaving]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has joined #ipfs
<ipfsbot>
[go-ipfs] rht opened pull request #1587: Add test for readonly gateway api sanitation (master...feat/read-only-api-gateway) http://git.io/v3A1X
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
dlight has quit [Remote host closed the connection]
marianoguerra has joined #ipfs
marianoguerra has joined #ipfs
voxelot has joined #ipfs
notduncansmith has joined #ipfs
chriscool has quit [Ping timeout: 246 seconds]
notduncansmith has quit [Read error: Connection reset by peer]
voxelot has quit [Ping timeout: 245 seconds]
Encrypt has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
payas has quit [Read error: Connection timed out]
payas has joined #ipfs
insanity54 has quit [Quit: Connection closed for inactivity]
payas has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
bedeho has quit [Ping timeout: 260 seconds]
<lgierth>
mappum: yeah i heard you all were MIA :)
<lgierth>
jbenet: pinbot on hackint is tricky due to their connection policy, ssl and stuff :/
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has quit [Ping timeout: 265 seconds]
domanic has joined #ipfs
mkarrer_ has joined #ipfs
mkarrer has quit [Read error: Connection reset by peer]
chriscool has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 255 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth>
we'll have a properly signed cert within the next few days
domanic has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has joined #ipfs
pinbot has joined #ipfs
thomasreggi has quit [Remote host closed the connection]
Encrypt has quit [Quit: Lunch time!]
thomasreggi 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]
dlight has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
payas has joined #ipfs
voxelot has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
payas has quit [Ping timeout: 260 seconds]
dlight has quit [Remote host closed the connection]
Encrypt has joined #ipfs
eyebloom has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has joined #ipfs
voxelot has quit [Ping timeout: 264 seconds]
payas has joined #ipfs
slothbag has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
payas has quit [Ping timeout: 244 seconds]
hellertime has quit [Quit: Leaving.]
<ipfsbot>
[go-ipfs] lgierth created gpe-a3a10a4bc11cb268bb06cabc81d0f860493e161f (+1 new commit): http://git.io/v3pll
<ipfsbot>
go-ipfs/gpe-a3a10a4bc11cb268bb06cabc81d0f860493e161f a3a10a4 Lars Gierth: gateway: bring back TestGatewayGet test...
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot>
[go-ipfs] lgierth created gateway-host-header (+1 new commit): http://git.io/v3pBr
<ipfsbot>
go-ipfs/gateway-host-header 09d7501 Lars Gierth: gateway: make IPNSHostname complete...
<ipfsbot>
[go-ipfs] lgierth deleted gpe-d0f459672f99107a36025ba919e64ed7def3d41a at d0f4596: http://git.io/v3pBd
<ipfsbot>
[go-ipfs] lgierth deleted gateway-host-header at 09d7501: http://git.io/v3pRU
dlight has joined #ipfs
fiatjaf has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
<lgierth>
daviddias: hey, that infrastructure provisioning tool you showed me last week, when we were talking about one-click deploys, what was that called again?
<rschulman>
morning everyone
<rschulman>
hey lgierth, we should try to get cjdns running some time :)
notduncansmith has quit [Read error: Connection reset by peer]
dignifiedquire has quit [Quit: dignifiedquire]
dignifiedquire_ has joined #ipfs
dignifiedquire_ has quit [Client Quit]
anshukla has quit [Remote host closed the connection]
<ReactorScram>
there's a picture of the java logo with "javascript" underneath it?
<ReactorScram>
Bat`O: There should be a way, because I assume the /ipfs FUSE mount supports m file size, at minimum. Also if you run "file" utility on a /ipfs file it should only access the first few blocks to search for magic numbers
<ReactorScram>
s/m//
<ReactorScram>
Maybe it's not exposed in the API though
<Bat`O>
ReactorScram: indeed
Encrypt has joined #ipfs
<Bat`O>
ok, another one: how to tell if a hash is a directory or a file ?
<Bat`O>
there is (ipfs ls `hash` | wc -l) > 0 ? "directory" : "file"