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/
dignifiedquire has joined #ipfs
dignifiedquire has quit [Client Quit]
* whyrusleeping is off in VR land
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Eudaimonstro has quit [Remote host closed the connection]
patcon has joined #ipfs
hellertime has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
<daviddias> whyrusleeping: got some Oculus Rift?
voxelot has quit [Ping timeout: 244 seconds]
amstocker has quit [Ping timeout: 246 seconds]
josephdelong has joined #ipfs
<whyrusleeping> daviddias: yeeS :D
<whyrusleeping> although i remember how much i hate windows. installing things is so difficult
<lgierth> Setup.exe
<daviddias> yes, you have to click next several dozens of times :P
<daviddias> nice though, how has the experience been so far?
<daviddias> will IPVR be a thing?
<jbenet> yes. very yes.
<whyrusleeping> gotta get VR half life working first, then we will see about ipvr :P
<whyrusleeping> jbenet: available for CR?
<jbenet> whyrusleeping yea
<ipfsbot> [go-ipfs] whyrusleeping force-pushed fix/repo-panic from de8f5a4 to 71d2ab1: http://git.io/vG50f
<ipfsbot> go-ipfs/fix/repo-panic 71d2ab1 Jeromy: use already created config in daemon.go...
<ipfsbot> [go-ipfs] jbenet deleted fix/mock-notif at 7217d6a: http://git.io/vG50L
<ipfsbot> [go-ipfs] rht deleted hotfix/godeps-pb at 5141fb0: http://git.io/vG50F
patcon has quit [Read error: Connection reset by peer]
patcon has joined #ipfs
josephdelong has left #ipfs [#ipfs]
josephdelong has joined #ipfs
<davidar> blame: krl: binary lambda calculus! The ultimate future proof encoding ☺
hellertime has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> jbenet: oh hey we want to have ipfs.io/api to, right? in addition to /ipfs and /ipns
* lgierth about to be ready to switch over
<lgierth> 178.62.158.247 ipfs.io in /etc/hosts to see it in action
<mappum> hm, i was doing analysis on my daemon logs, and i found that the key 'QmY3JoJVMGJDKPwpbQuyZ4Zgs7zptCbCBjSe3Szj33uFHS' is being requested very often by many different peers, but it seems that it isn't accessible
<mappum> it was requested thousands of times in an hour
<jbenet> interesting.
<jbenet> lgierth: yeah we probably need ipfs.io/api too
<ipfsbot> [go-ipfs] jbenet pushed 2 new commits to master: http://git.io/vG5VV
<ipfsbot> go-ipfs/master cada7a3 Michael Muré: fix swaped argument in rabin.go...
<ipfsbot> go-ipfs/master b86c5c8 Juan Benet: Merge pull request #1646 from MichaelMure/fix_argument_swap...
<ipfsbot> [go-ipfs] jbenet deleted fix/repo-panic at 71d2ab1: http://git.io/vG5VD
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
infinity0 has quit [Ping timeout: 240 seconds]
<jbenet> lgierth: nice work with ipfs.io :)
<lgierth> thanks :) let's finally flip the switch!
* daviddias flips the switch... the world goes dark
<daviddias> :P
<daviddias> so, no more 'gateway.'? Woo! ^5 lgierth
infinity0 has joined #ipfs
patcon has quit [Ping timeout: 244 seconds]
<lgierth> and no more github pages!
<whyrusleeping> well, didnt expect it to work, but i got half life running on my oculus on linux in about 10 minutes
<whyrusleeping> only downside is that it crashed ten minutes in because of some steam bullshit
<jbenet> lgierth, got an nginx "504 timeout" on a hash that's not there. looks like nginx is bailing early. not sure whether we should?
<lgierth> whyrusleeping: tried a duckjump yet?
<whyrusleeping> duckjump?
<daviddias> I think I will do a quick write up about encoders/decoders and why when there is no sample rate, how encoding and decoding should be deterministic and the idempotent if the two are applied dec(enc(x)). Realised today that (adding to node-cbor), JSON.stringify and JSON.parse also have this problem, simply because 'Buffers' aren't part of the JS spec
<lgierth> jbenet: mh yeah! should remove that timeout and rely on ipfs' context expiry
<daviddias> whyrusleeping: don't curse about steam, they are making the Linux ecosystem more interesting :D
<daviddias> whyrusleeping: but that sounds fun, I heard one of the best VR experiences is minecraft
<whyrusleeping> daviddias: not cursing about steam at all, its great!
<whyrusleeping> i game primarily on linux now because of steam
<jbenet> daviddias: yeah wow. though JSON.stringify says it's going to dump/toString things that arent standard json
<daviddias> also, in Codebits last year, I had the chance of using Oculus on a replica of a TRON bike and play the TRON light bike game, it was so cool! It had Daft Punk in the bg and everything
<lgierth> haha
<jbenet> pro tip: if things don't resolve on ipfs..
<jbenet> turn on your daemon.
<daviddias> jbenet: it dumps out the Buffer, but writes it in a {type: Buffer, data: [...]} that JSON.parse assumes is a normal obj and doesn't convert to Buffer <...> again
<daviddias> jbenet: ahaha that could be our timeout message
<jbenet> daviddias: yeah i'd prefer an error
<daviddias> or at least loading page :P
<daviddias> jbenet: agree, I would too
<jbenet> so gateway makes me download things all the time
<jbenet> like it doesnt MIME sniff super well.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> !pin /ipfs/QmYsWEWcMiBd9K7GqRR2MA8GKLMU51Wvjo183ac3cCePWt
<jbenet> pinbot's out
<lgierth> huh
pinbot has joined #ipfs
<lgierth> no idea -- empty logs and running for 11 days
<mappum> jbenet: do you have an example of a file that gets downloaded instead of shown in browser?
<jbenet> so this file is wrong-- it should've been a gif not an html page but http://gateway.ipfs.io/ipfs/QmQGecpYa4QXWRaLgevMf9WjZkJJvt9KshkscnTMSRVZWZ/bigdogface.gifv
<jbenet> !pin /ipfs/QmYsWEWcMiBd9K7GqRR2MA8GKLMU51Wvjo183ac3cCePWt
<pinbot> now pinning /ipfs/QmYsWEWcMiBd9K7GqRR2MA8GKLMU51Wvjo183ac3cCePWt
<jbenet> damn lgierth, now i have to go rewrite all my links!
<jbenet> :)
<whyrusleeping> whoa, we're serving off of ipfs.io/ipfs/ ?
<daviddias> regex time!
<lgierth> poor folks
<lgierth> there's no redirect gateway.ipfs.io => ipfs.io at the moment
<lgierth> both just serve the same (except for the website on ipfs.io/)
<lgierth> so is everybody cool with me rolling this out now?
inconshreveable has joined #ipfs
<jbenet> lgierth: will you be up for a while? im sleeping soon
<jbenet> (new rollouts better when we're awake :) )
<lgierth> mh nope
<lgierth> yeah :)
<lgierth> tomorrow for breakfast
<daviddias> at 4:40am? That's too early for the jbenet I know. Who are you and how did you get to jbenet account?
jbenet has quit [Quit: they're onto me.]
<lgierth> bai jbenet
<lgierth> i mean other-jbenet
<lgierth> we're still all in CEST right?
<lgierth> all 3
jbenet has joined #ipfs
<lgierth> \o
<daviddias> I'm WEST
<daviddias> because you know, West Sideeee!
<lgierth> <
<lgierth> <
<lgierth> bad emoji :/
<jbenet> you'd think WEST would be west of EST
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> set the nginx timeout to 1800s (can't disable it)
zabirauf has joined #ipfs
Eudaimonstro has joined #ipfs
amstocker has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
josephdelong has quit [Quit: josephdelong]
zabirauf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
inconshreveable has quit [Remote host closed the connection]
border has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze_ has joined #ipfs
pfraze has quit [Ping timeout: 246 seconds]
Xe has quit [Ping timeout: 246 seconds]
machrider has quit [Ping timeout: 246 seconds]
rjeli has quit [Ping timeout: 246 seconds]
machrider has joined #ipfs
rjeli has joined #ipfs
Xe has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping created vendor-multipart-files (+1 new commit): http://git.io/vG5FW
<ipfsbot> go-ipfs/vendor-multipart-files ecfbff8 Jeromy: vendor commands/files outside of ipfs...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #1648: vendor commands/files outside of ipfs (master...vendor-multipart-files) http://git.io/vG5FM
inconshreveable has quit [Remote host closed the connection]
inconshreveable has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has quit [Remote host closed the connection]
akhavr 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]
Eudaimonstro has quit [Read error: Connection reset by peer]
Eudaimonstro has joined #ipfs
steve__ has joined #ipfs
Eudaimonstro has quit [Ping timeout: 250 seconds]
sharky has quit [Ping timeout: 250 seconds]
steve__ has quit [Ping timeout: 246 seconds]
Leer10 has quit [Ping timeout: 265 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Leer10 has joined #ipfs
sharky has joined #ipfs
steve__ has joined #ipfs
inconshreveable has joined #ipfs
mildred has joined #ipfs
steve__ has quit [Ping timeout: 272 seconds]
steve__ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Eudaimonstro has joined #ipfs
steve__ has quit [Ping timeout: 265 seconds]
pfraze_ has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has quit [Ping timeout: 265 seconds]
zabirauf 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]
zabirauf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<amstocker> hey guys
<amstocker> i made a pretty rudimentary python api binding
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<amstocker> the way I handled recursive add is ghetto but it returns the correct mutltihashes for everything
<amstocker> (i just made custom objects)
mildred has joined #ipfs
t3sserakt has joined #ipfs
zignig has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Eudaimonstro has quit [Remote host closed the connection]
inconshr_ has joined #ipfs
inconshreveable has quit [Ping timeout: 244 seconds]
anshukla has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mquandalle has quit [Quit: Connection closed for inactivity]
<kyledrake> incase it isn't an accidental regression, -w is now required to form a directory object.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
marianoguerra has joined #ipfs
marianoguerra has joined #ipfs
Eudaimonstro has joined #ipfs
inconshr_ has quit [Read error: No route to host]
inconshreveable has joined #ipfs
atomotic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has quit [Ping timeout: 244 seconds]
inconshreveable has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zero-ghost1 has joined #ipfs
<zero-ghost1> has anyone made a chart comparing IPFS/tahoe-lafs/MORPiS yet?
<zero-ghost1> and i guess Storj/maidsafe/freenet
<zero-ghost1> would be a nice comprehensive chart
mildred has quit [Ping timeout: 252 seconds]
amstocker has quit [Ping timeout: 244 seconds]
amstocker_ has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
atomotic has quit [Quit: Textual IRC Client: www.textualapp.com]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
border has quit [Ping timeout: 240 seconds]
border has joined #ipfs
okket has quit [Remote host closed the connection]
okket has joined #ipfs
dignifiedquire has joined #ipfs
anshukla has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Bat`O> zero-ghost1: there is several of these "ipfs compare to" question in https://github.com/ipfs/faq/issues
<zero-ghost1> oh yea i didnt check it yet, was hoping someone was working on a pretty looking chart :-p
inconshreveable has quit [Remote host closed the connection]
<zero-ghost1> so in the far future you think IPFS would work well as a youtube replacement service?
<zero-ghost1> example: someone makes a popcorn-time like interface that uses IPFS storage for videos
dignifiedquire has quit [Quit: dignifiedquire]
<Bat`O> that could totally work
anshukla has quit [Remote host closed the connection]
<zero-ghost1> hate youtube so much
<zero-ghost1> :-p
<davidar> whyrusleeping: you around?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has quit [Ping timeout: 268 seconds]
anshukla has joined #ipfs
anshukla has quit [Remote host closed the connection]
anshukla has joined #ipfs
Encrypt_ has joined #ipfs
Encrypt_ has quit [Client Quit]
anshukla has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
atomotic has joined #ipfs
slothbag has joined #ipfs
bedeho has quit [Ping timeout: 272 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
doublec_ has joined #ipfs
dignifiedquire has joined #ipfs
doublec has quit [Ping timeout: 256 seconds]
dignifiedquire has quit [Client Quit]
ei-slackbot-ipfs has quit [Remote host closed the connection]
ei-slackbot-ipfs has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<blame> amstocker_: you are beating me to my job :P
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<blame> amstocker_: that looks great!
<amstocker_> oops lol I couldn't find it anywhere else
<amstocker_> thanks!
doublec_ is now known as doublec
hellertime has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
amstocker_ has quit [Ping timeout: 246 seconds]
<blame> amstocker_: I started it a few months ago, but it did not make it as far as your code + got asked to do something more finished
<blame> I was going to start it on monday after I finish writing this paper :P
anshukla has joined #ipfs
warptangent has quit [Remote host closed the connection]
<blame> I'm not sure what I would do with this, beyond document it better and add some more helper functions
<blame> I really like the way you encoded all the commands
<blame> it is very exstensible
<blame> One thing I would need to do with overhaul all your errors
<blame> so I can handle + pass command specific errors
* blame realizes the person he is trying to talk to is gone -_-
<zero-ghost1> dont you hate that?
anshukla has quit [Ping timeout: 250 seconds]
<zero-ghost1> I wish we had bots that would detect everytime that happens and pop up on the screen and laugh in your face x-P
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<blame> that would not be that hard to do :/
<zero-ghost1> preferably they say something like "AAAHHAHA Dumbass!? He's not even in here!!"
warptangent has joined #ipfs
<davidar> [0__0]: seen amstocker_?
<[0__0]> Yes, I saw amstocker_ 48 minutes ago.
<[0__0]> amstocker_ said: "thanks!"
<davidar> !m [0__0]
<[0__0]> You're doing good work, [0__0]!
<davidar> [0__0]: help
<[0__0]> Available plugins: logger, ping, last_seen, help, bangmotivate (https://botbot.me/freenode/ipfs/help/)
<blame> my only concern is that amstocker is using the "ipfs" package namespace on pip
<blame> Which conflicts with goals I have been explictly assigned.
<blame> But it is likely managable.
<davidar> blame: how so?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
atomotic has quit [Quit: Textual IRC Client: www.textualapp.com]
jamescarlyle has joined #ipfs
mildred1 has joined #ipfs
notduncansmith has joined #ipfs
jamescarlyle has quit [Remote host closed the connection]
notduncansmith has quit [Read error: Connection reset by peer]
slothbag has quit [Read error: Connection reset by peer]
mildred1 has quit [Ping timeout: 272 seconds]
* blame blame is passing the buck. jbenet save me!
<jbenet> amstocker_ thanks for writing those! do you want to manage it over at ipfs/py-ipfs-api ? (that way we can have the community collaborate in one location)
<blame> jbenet: I just played this game. amstocker_ is offline.\
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<blame> jbenet: his code looks good. It needs updating to python3, better documentation and error handling
<blame> but it is likely a better start than I would have done.
jbenet_ has joined #ipfs
jbenet_ is now known as jbenet_on_a_trai
* jbenet_on_a_trai is lagging hard
jbenet_on_a_trai is now known as jbenet_on_train
<jbenet_on_train> blame: i can't read logs atm. http fails hard. (amazing that irc is way more latency tolerant than http web2.0 websites...)
<jbenet_on_train> blame: anyway, it's a great thing that amstocker made those bindings, now you dont have to make them. (in open source, we're all working together to make better things. "scooping
<blame> jbenet_on_train: +1 agree
<jbenet_on_train> is a great thing"
<jbenet_on_train> blame: and also, the pypi name regardless should be ipfs-api for the bindings, not ipfs. (we should reserve ipfs for a full implementation)
<jbenet_on_train> cryptix: i'm on a train to hamburg.
<jbenet_on_train> cryptix: but i'm getting off at heidelberg.
<blame> jbenet_on_train: no worries for now then
<jbenet_on_train> latencies are so interesting when moving at 200+kmph over the countryside
jamescarlyle has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet_on_train> whyrusleeping are you around? finding something weird with protobuf serialization in multicodec
jamescarlyle has quit [Ping timeout: 264 seconds]
mildred has quit [Quit: Leaving.]
mildred has joined #ipfs
jamescarlyle has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
anshukla has joined #ipfs
anshukla has quit [Ping timeout: 240 seconds]
jbenet_o1_train has joined #ipfs
doublec has quit [Ping timeout: 240 seconds]
jbenet_on_train has quit [Ping timeout: 250 seconds]
doublec has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
jbenet_o1_train has quit [Ping timeout: 240 seconds]
jbenet_on_train has joined #ipfs
jbenet_on_train has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze has joined #ipfs
jamescarlyle has quit [Remote host closed the connection]
jamescarlyle has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
jbenet_on_train has joined #ipfs
blame has quit [Quit: leaving]
blame has joined #ipfs
<lgierth> ok please everybody check that your stuff works with https://ipfs.io/(ipfs|ipns|api)/
<lgierth> krl: that's for you especially ^ :)
<lgierth> i noticed something in the webui that makes OPTIONS requests to https://<host>:80
<lgierth> inception: https://ipfs.io/ipns/ipfs.io/
<blame> +1 works
jbenet_o1_train has joined #ipfs
blame has left #ipfs [#ipfs]
blame has joined #ipfs
jbenet_on_train has quit [Ping timeout: 244 seconds]
<jbenet_o1_train> whyrusleeping can has: secret key for private swarms?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze has quit [Remote host closed the connection]
jamescarlyle has quit [Remote host closed the connection]
Encrypt_ has joined #ipfs
jbenet_o1_train has quit [Ping timeout: 260 seconds]
jamescarlyle has joined #ipfs
<cryptix> Jbenet: I thought you were back in the states already
<daviddias> cryptix: I believe that from now on, it will be more 'jbenet visits the USA', but gets 'back to Europe' :P
<lgierth> :)
jbenet_on_train has joined #ipfs
<jbenet_on_train> i love trains
<jbenet_on_train> such a better way to travel. wish airplanes were like trains.
<daviddias> :) trains are the best , no check in TSA madness
pfraze has joined #ipfs
<jbenet_on_train> daviddias: seriously. there's been a number of armed military guards on the trains today-- i've seen at least two on every train (with assault rifles). but i think that's probably a way better way to handle it than adding The Security Amphitheater style security to trains.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<lgierth> jbenet_on_train: military or police? cause if you crossed the border that might have been simple anti-refugee operations
mildred1 has joined #ipfs
<Encrypt_> <jbenet_on_train> i love trains // https://www.youtube.com/watch?v=5DjOL2we8ko
<Encrypt_> :P
jamescarlyle has quit [Remote host closed the connection]
Encrypt_ is now known as Encrypt
<border> who crossed me ?
<border> no one cross me without proper papers
<jbenet_on_train> lgierth: ah. military.
<jbenet_on_train> didn't angela merkel open things up though?
<lgierth> jbenet_on_train: no she just said that syrian refugees won't be handled according to the dublin3-treaty, which demands having their request for asylum processed in the country where they first set foot in the EU
<lgierth> and that's just for germany
<lgierth> so now there's a dark market for syrian papers
<jbenet_on_train> oh how i wish github issues + PRs were distributed already. i guess linus laughs at us from his email tower. (yi!)
<jbenet_on_train> lgierth: ah. riots still going on?
<lgierth> the last couple of days were relatively quiet
<lgierth> regarding the neonazis. one planned shelter burned down tonight
jamescarlyle has joined #ipfs
<lgierth> on sunday there's gonna be a convoy of volunteers going from vienna to budapest to pick up as many people as possible
<lgierth> jbenet_on_train: self-hosted ipfs.io is a thing now
anshukla has joined #ipfs
<jbenet_on_train> lgierth: awesome, on both counts.
<lgierth> also, https://ipfs.io/ipns/ipfs.io :)
<jbenet_on_train> that's glorious
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
<jbenet_on_train> i was thinking-- it would be nice to have a vnp+proxy+ipfs setup-- so you make an HTTP request, it proxies over the backbone. you control proxy, so let it MITM https. as it's coming back, proxy hashes static assets (images, js, css, etc). sends manifest back first, and starts streaming the things it knows you dont have. you then say what els e you dont have
<jbenet_on_train> brb
<jbenet_on_train> im not convinced trains arent the best offices ever. kind of very productive to have very low bandwidth
<lgierth> it would be great to have ipfs.io self-contained, without requests to google, github, youtube
anshukla has quit [Ping timeout: 272 seconds]
<lgierth> and make the videos click-to-reveal
<blame> can you bind the ipfs gateway to multiple network devices?
mildred has quit [Ping timeout: 256 seconds]
mildred1 has quit [Ping timeout: 250 seconds]
<jbenet_on_train> lgierth: yeah daviddias wants to move the videos to ipfs. (im not sure about that yet becuase I really enjoy using the youtube + vimeo players. others have so far been a pain for the less-trivial features (quality selection/autodetection/buffering/playback speed). buuuuut it is nice to selfhost
<jbenet_on_train> Blame: yeah why not
<lgierth> Blame: the gateway sadly no. you can bind it to 0.0.0.0 or :: though
<lgierth> i'm using nginx to do the binding magic
<blame> :P I was hoping for ipv6 + ipv4
<blame> I could use nginx
<jbenet_on_train> lgierth: wait, why not?
<jbenet_on_train> OHHhhhh
<jbenet_on_train> damnit.
<blame> I'm setting up a cjdns network between all my computers
<jbenet_on_train> we probably should have something like /ip/____ which means both ip4 + ip6.
<lgierth> yeah only swarm takes multiple addrs
<daviddias> jbenet_on_train: speaking of videos, can I publish Kyle's ? :)
<jbenet_on_train> or that, yeah, enable addrs.
<lgierth> i'd rather give the option for multiple addrs
<jbenet_on_train> would help with the API too.
<lgierth> yeah
* blame is off to make an issue
<lgierth> Blame: cool! let me know how it goes
<jbenet_on_train> daviddias: yeah for sure-- i acked the other place sorry i wasnt clear.
<lgierth> i mean making the cjdns net
<blame> seems to work so far
<daviddias> ahh, got it! :)
<blame> I have to convince things to bind to the network adapter
<lgierth> brb
<lgierth> Blame: you can use bind: all with the ethinterface
jbenet_on_train has quit [Quit: bbl]
<daviddias> wooo! public https://vimeo.com/137657331
mkarrer_ has joined #ipfs
mkarrer has quit [Read error: Connection reset by peer]
mkarrer_ has quit [Remote host closed the connection]
<blame> lgierth: im not sure what you mean
mkarrer has joined #ipfs
* whyrusleeping yawns
<whyrusleeping> g'mornin friends
<blame> morning!
<ipfsbot> [go-ipfs] rht opened pull request #1650: Bump version of dir-index-html (master...directory-listing-css) http://git.io/vGbM8
<lgierth> Blame: oh right you mean binding ipfs to tun0
Eudaimonstro has quit [Ping timeout: 250 seconds]
<blame> whyrusleeping: do you have plans to support non-go languages with gx?
<whyrusleeping> Blame: thats the plan
<whyrusleeping> trying to make it as agnostic as i can
yosafbridge has quit [Ping timeout: 244 seconds]
yosafbridge has joined #ipfs
<blame> whyrusleeping: I made an issue to this effect, but essentially your folder + file-names are not universal (nor is there any way to ensure they are)
<blame> ie: I want to use it with python and cannot
<whyrusleeping> why dont i get notifications for these things?
<whyrusleeping> responded!
<blame> whyrusleeping: i made it less than 5 min ago
<blame> no worries
<daviddias> lgierth: might be (really) good to communicate that we are moving our gateway endpoint to ipfs.io, I was just chatting with kyledrake and he got the IPFS archiever for neocities working (woooo!), but pointing to the old endpoint. I believe you covered this by having a redirect, nevertheless, a blog post documenting the change would be nice :)
<lgierth> daviddias: ack yeah!
<lgierth> no redirect so far
<lgierth> gateway. works as before for now
<daviddias> is it going away soon?
<whyrusleeping> lgierth: something broke?
<lgierth> we might keep it around for people to point there custom domains to (CNAME)
<lgierth> whyrusleeping: not that i know of
<lgierth> whyrusleeping: check https://ipfs.io
<whyrusleeping> lgierth: ooh, okay, i thought for some reason that switchover happened last night
<lgierth> i went to bed instead :)
<kyledrake> is the /ipns route also going to be available?
<kyledrake> ah yep it worked
inconshreveable has joined #ipfs
<lgierth> kyledrake: yeah /ipfs /ipns and /api
<lgierth> also, ssl
<lgierth> http: will redirect to https: later on
<alu> ayy kyledrake whats good mayng
<whyrusleeping> alu: hey! just the man i wanted to see actually
<alu> (。・ω・。)ノ
<whyrusleeping> i got a rift, any 'must do' things i should try with janus?
<alu> duude
<kyledrake> alu howdy
<alu> press tab
<alu> open portal to
<alu> and look at some of those
<alu> this dude spyduck came outta nowhere and has been making really cool stuff
<alu> who knew that gentle wind and birds chirping could do so much for an environment?!
<alu> subtle !
<alu> kyledrake I'm moving to LA in a couple days lol :P been reading Virtual Light
<alu> ima log in whyrusleeping i can show u around
<whyrusleeping> alu: lol, i have to get set up
<alu> lemme give you the sdk
jamescarlyle has quit [Remote host closed the connection]
<kyledrake> I've gotta be real, I don't think hosting the content from ipfs.io/path is a great idea. You'll never be able to safely use cookies there, for example.
<alu> whyrusleeping: https://u.teknik.io/IT2cBd.xz
<alu> wait are you on windows or linux
<whyrusleeping> linux
<alu> okay good, use that then
<alu> the newer sdk as you know dropped linux support
jamescarlyle has joined #ipfs
<whyrusleeping> oh, i have the old sdk installed, 0.6.0.1
<whyrusleeping> its in the arch repos
<alu> o.O
<whyrusleeping> right?
<alu> interesting
<alu> thats 0.5.0.1
<alu> lemme know if 0.6.0.1 works tho
<whyrusleeping> i had gotten half life to work on 0.6.0.1
<whyrusleeping> for a few minutes until steam crashed (dont blame steam, its my computers fault)
<alu> speaking of steam
<alu> Janus is getting it's own Vive soon
<whyrusleeping> oh?
<alu> this is going to change development
<alu> also James is working on adding animations and animated avatar support soon too
<alu> you can finally be the little girl (ㆁᴗㆁ✿)
<alu> or whatever yer into lol dancing lobsters
<whyrusleeping> lawl
<alu> DK1 or DK2?
<whyrusleeping> dk2
* alu grins
<alu> sick man, have you read snow crash?
<whyrusleeping> i've never heard of that, must be some sort of book about snowmobiles
<whyrusleeping> (of course i have)
<daviddias> whyrusleeping: LOL
<alu> lemme know if yer interesting in making the Black Sun a reality.
<whyrusleeping> alu: haha, i've considered it
<alu> we have already started building it
<alu> I'll show you what I'm currently working on tho okay?
<alu> just u
<alu> so dont really share it on any networks
hellertime has quit [Quit: Leaving.]
<whyrusleeping> sounds good
<alu> what do you think ;)
<whyrusleeping> thats pretty sweet, lol
<whyrusleeping> i want lots of virtual computer monitors
pfraze has quit [Remote host closed the connection]
<alu> 16 in there
<whyrusleeping> (and an 8k HMD to make it worthwhile)
<alu> I'm also testing out SOC type of environments
<alu> VR cyber operations center
bedeho has joined #ipfs
atrapado has joined #ipfs
<lgierth> kyledrake: there's the same cookies problem with gateway.ipfs.io
anshukla has joined #ipfs
<lgierth> i wonder if the Origin header takes care of that
<kyledrake> lgierth whyrusleeping jbenet correct, but now I can do it for everything on the ipfs.io root domain too ipfs.io/ipfs/QmYpYfwExzUCu8eifmC8sz3xAeoSyKbF27Q5VpuiUJGrju
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<kyledrake> Which means no cookies or logins can ever be used on the domain safely.
<kyledrake> Probably not an issue if you don't plan to ever do that
<kyledrake> But if you plan to have apps use persistent data you're back to the same problem. The browser doesn't separate the data on a path level, it uses the domain structure.
<kyledrake> You'll need to use subdomains (ala hshca) or create a custom browser that has different rules than the standard ones.
<lgierth> hrm yeah
amstocker has joined #ipfs
jamescarlyle has quit [Remote host closed the connection]
<amstocker> hey I'm back
<whyrusleeping> jbenet: could you take another look at mfs today? Tv` is waiting on it to merge before he messes with executable bits
<kyledrake> lgierth That's going to take at least two years to get widespread browser adoption.
bedeho has quit [Ping timeout: 246 seconds]
<kyledrake> Probably more
<amstocker> blame: I agree that it needs to be python 3 compatible and have error handling, i can work on that
<amstocker> jbenet: sure I would be happy to maintain the community repo
pfraze has joined #ipfs
<lgierth> kyledrake: hrm ok
j1 has joined #ipfs
<amstocker> blame: also i can change the name on pip, thats not a problem
<kyledrake> lgierth not trying to hate on your good work there (seriously how did you even make that work with github pages, lol) but yeah just want to keep the origin issues on everybody's mind. Again if you never use cookies or logins it's not a problem.
<lgierth> oh i threw out github pages
<kyledrake> aha.
<lgierth> ipfs.io is self-hosted now
<lgierth> expands to ipfs.io/ipns/ipfs.io
<whyrusleeping> lgierth: mmmm, thats nice :D
<kyledrake> lol
<lgierth> it's probably okay to assume we won't do anything apart from static content on ipfs.io
<lgierth> (and /ipfs /ipns /api of course)
<lgierth> kyledrake: dns and pages on gateway: https://github.com/ipfs/notes/issues/39
<whyrusleeping> i get so distracted going down rabbit holes fixing things
jamescarlyle has joined #ipfs
bedeho has joined #ipfs
zero-ghost1 has left #ipfs [#ipfs]
<amstocker> pypi name is now ipfs-api
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
j1 has quit [Quit: Leaving.]
<kyledrake> lgierth thx, added some feedback on that
josephdelong has joined #ipfs
<lgierth> kyledrake: great thanks -- ipfs.io has dnslink=/ipfs/<hash> at the moment because /ipns doesn't have ordering yet
<lgierth> so you can and will hit outdated records
<blame> amstocker: I want to make sure somebody at protocol labs has the ability to administer that package (not me)
<alu> I'm officially going to 32C3 now
<amstocker> haha its perfectly understandable. I was just being greedy :)
<alu> got my ticket
<blame> It is not like pip offers any security, but not controlling the ability to update the package is a risk.
<lgierth> alu: they're already selling tickets?
<alu> no
<alu> I got a plane ticket to hamburg
* whyrusleeping thinks about going
<lgierth> ah k
mildred has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze_ has joined #ipfs
pfraze has quit [Ping timeout: 255 seconds]
Encrypt has quit [Quit: Quitte]
<whyrusleeping> !pin QmSDCQWZqWdpfcy2nuB4f1m294SHM8EMbTAH44fhmCrWjg
<pinbot> now pinning /ipfs/QmSDCQWZqWdpfcy2nuB4f1m294SHM8EMbTAH44fhmCrWjg
<whyrusleeping> ^ thats a recent stack dump from mars
<whyrusleeping> ran out of memory 15 days in
<pjz> eep
<whyrusleeping> being a gateway node is hard work
<pjz> indeed
<pjz> good stress test of the server though :)
<lgierth> whyrusleeping: oh mh mars doesn't even seem to be a gateway.ipfs.io node at th moment
<lgierth> should i add it back into the round-robin? no idea why it's not in there
<kyledrake> whyrusleeping is the daily build pretty stable ATM, or have you been taking a wrecking ball to things lately
<whyrusleeping> kyledrake: daily should be pretty stable right now
<kyledrake> cool thx
<whyrusleeping> been fixing lots of small things
<whyrusleeping> the wrecking ball will be when we push dev0.4.0
<whyrusleeping> lgierth: yeah, go ahead, i like seeing how it affects machines
<kyledrake> whyrusleeping I had some weird issues where ipfs add -r wasn't returning a directory obj as the last hash. I'm going to pull latest and try to repro
josephdelong has quit [Quit: josephdelong]
<whyrusleeping> kyledrake: interesting, i'm going to be working on add potentially later today
<whyrusleeping> theres a known bug i have a repro for
notduncansmith has joined #ipfs
<whyrusleeping> so let me know if you repro your issue
<lgierth> whyrusleeping: ok it's back in
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> <3
<kyledrake> Will do
<lgierth> whyrusleeping: oh wait, what's your nginx setup there?
<lgierth> regarding ssl, etc.
<lgierth> cause (gateway.)ipfs.io is a bit more than just binding ipfs to port 80
<whyrusleeping> lgierth: uhm... i think its just running the ipfs daemon on port 8080
<lgierth> aah ok
<lgierth> then it doesn't make much sense to have in the round-robin for (gateway.)ipfs.io
<lgierth> you're right there's nothing on port 80
<whyrusleeping> okay
bedeho has quit [Ping timeout: 246 seconds]
patcon has joined #ipfs
jamescarlyle has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
josephdelong has joined #ipfs
Leer10 has quit [Ping timeout: 256 seconds]
hellertime has joined #ipfs
<kyledrake> whyrusleeping I've confirmed the issue. It's like sometimes ipfs add -r dir works, and sometimes it doesn't.
<kyledrake> it's like its crashing randomly during the add process. it stops on some arbitrary file
<kyledrake> that's different each time
<whyrusleeping> kyledrake: alright, sounds about the same as what i'm working on
<kyledrake> whrusleeping: ah great, let me know if you figure that out and I'll deploy latest and see if it fixed it for me
<kyledrake> that bug scrambled my archives so i'll need to flush the archived sites again
jamescarlyle has joined #ipfs
voxelot has quit [Ping timeout: 240 seconds]
Leer10 has joined #ipfs
bedeho has quit [Ping timeout: 246 seconds]
<whyrusleeping> kyledrake: :(
<whyrusleeping> yeah, i hope to fix it today
<whyrusleeping> i've got a few other PRs on my plate first that i'm finishing up
jamescarlyle has quit [Remote host closed the connection]
<whyrusleeping> (probably bump the add thing up to 'next in line')
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] whyrusleeping force-pushed editor-staging from 48b115f to 991cd4c: http://git.io/v3jvk
<ipfsbot> go-ipfs/editor-staging 91b4298 Jeromy: an attempt at making the editor more efficient...
<ipfsbot> go-ipfs/editor-staging 6131a27 Jeromy: add-only-hash no longer stores entirety of everything in memory...
<ipfsbot> go-ipfs/editor-staging 991cd4c Jeromy: move mem-dag construction to its own function, and actually call WriteOutputTo...
hellertime has quit [Quit: Leaving.]
Encrypt has joined #ipfs
<Leer10> Hey is there an easy way to allow people to rehost/pin your content?
<Leer10> Say there's a website where people can volunteer to keep it running by pinning. Would there be a method of doing that via clicking a button?
amstocker has quit [Ping timeout: 244 seconds]
<kyledrake> Leer10 this is an option https://gist.github.com/kyledrake/e8e2a583741b3bb8237e. you can also add all the objects to a directory object and share that.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
jamescarlyle has joined #ipfs
<Leer10> Nice
t3sserakt has quit [Quit: Leaving.]
<Leer10> I thought that perhaps something like community hosting would be in the spirit of IPFS
<Leer10> where something like a website is literally hosted by the community
<whyrusleeping> Leer10: thats what its all about :)
<Leer10> also it can literally be interplanetary :P
<Leer10> sidesteps the whole latency thing
jamescarlyle has quit [Ping timeout: 244 seconds]
<whyrusleeping> yes!
<Leer10> It may also do wonders in cjdns where latency becomes an issue
<Leer10> where meshlocals have cached copies of popular but far away sites
<lgierth> yes!
<lgierth> edge caches in mesh locals
<lgierth> i have two intel NUC here which will become ipfs+cjdns nodes in freifunk
mkarrer has quit []
<Leer10> turns out I was running an old version of ipfs which was why my tiny site wasn't loading to others
mkarrer has joined #ipfs
<lgierth> there are a couple more things to do for hosting arbitrary pages, just tiny adjustments
<lgierth> and also figuring out the "how exactly" regarding ops
j1 has joined #ipfs
j1 has quit [Quit: Leaving.]
mildred has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
amstocker_mobile has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
amstocker_mobile has quit [Client Quit]
<kyledrake> Leer10 I'm baking IPFS into Neocities with that idea in mind
<kyledrake> My long term goal is to run all the sites off IPFS nodes
hellertime has joined #ipfs
<Leer10> Cool
<kyledrake> Still a bit early to go whole-hog though.
jamescarlyle has joined #ipfs
jamescarlyle has quit [Ping timeout: 264 seconds]
<whyrusleeping> kyledrake: i found the cause of your add issue
<whyrusleeping> gonna work on a fix
<kyledrake> whyrusleeping awesome. Yeah it was easy to repro so I figured you'd catch it right awya.
patcon has quit [Ping timeout: 268 seconds]
<kyledrake> Thanks for your help on that
<kyledrake> brb
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
compleatang has joined #ipfs
mquandalle has joined #ipfs
anshukla has quit [Remote host closed the connection]
josephdelong has quit [Ping timeout: 264 seconds]
hellertime has quit [Quit: Leaving.]
anshukla has joined #ipfs
<blame> I'm interested at looking at more aggressive edge caching, but honestly ipfs does a good job all on it's own. All we really need is automatic peer discovery on local area networks.
<blame> to make that just work.
josephdelong has joined #ipfs
j1 has joined #ipfs
josephdelong has quit [Client Quit]
j1 has quit [Client Quit]
j1 has joined #ipfs
j1 has quit [Client Quit]
pjz_ has joined #ipfs
skaag_ has joined #ipfs
gwollon has joined #ipfs
pinbot has quit [Ping timeout: 244 seconds]
M-prosodyContext has quit [Ping timeout: 244 seconds]
Vendan_ has quit [Ping timeout: 244 seconds]
keroberos has quit [Excess Flood]
jatb has quit [Ping timeout: 244 seconds]
pjz has quit [Ping timeout: 244 seconds]
Skaag has quit [Ping timeout: 244 seconds]
gwillen has quit [Ping timeout: 244 seconds]
ReactorScram has quit [Ping timeout: 244 seconds]
ReactorScram has joined #ipfs
jatb has joined #ipfs
Vendan has joined #ipfs
tmro has joined #ipfs
pjz_ is now known as pjz
tmro is now known as kerozene
M-prosodyContext has joined #ipfs
patcon has joined #ipfs
jamescarlyle has joined #ipfs
hjoest has joined #ipfs
jamescarlyle has quit [Ping timeout: 250 seconds]
Encrypt has quit [Ping timeout: 240 seconds]
inconshreveable has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
anshukla has quit [Remote host closed the connection]
jamescarlyle has joined #ipfs
jamescarlyle has quit [Remote host closed the connection]
<whyrusleeping> Blame: we have that
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hjoest has quit [Ping timeout: 246 seconds]
thefinn93 has quit [Ping timeout: 268 seconds]
<ipfsbot> [go-ipfs] whyrusleeping created async-cmd-error (+1 new commit): http://git.io/vGASz
<ipfsbot> go-ipfs/async-cmd-error 206739d Jeromy: allow channel marshaler to return errors from cmds.Response...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #1653: allow channel marshaler to return errors from cmds.Response (master...async-cmd-error) http://git.io/vGASD
<blame> whyrusleeping: awesome! I'm behind on what ipfs can do right now :/ I need to fix that
tjgillies__ has joined #ipfs
pfraze_ has quit [Remote host closed the connection]
thefinn93 has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has quit [Ping timeout: 240 seconds]
bedeho has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
bedeho has quit [Remote host closed the connection]
jamescarlyle has joined #ipfs
jamescarlyle has quit [Read error: Connection reset by peer]
jamescarlyle has joined #ipfs
jamescarlyle has quit [Read error: Connection reset by peer]
<whyrusleeping> kyledrake: okay, it turns out there were two issues with add
marianoguerra has quit [Quit: leaving]
<whyrusleeping> one was easy to find
<whyrusleeping> the other, i'm super confused about
inconshreveable has joined #ipfs
jamescarlyle has joined #ipfs
<kyledrake> I take it the errors not reporting was the easy one
<whyrusleeping> yeaaah
<whyrusleeping> thats just pipelining stuff to the right place
<whyrusleeping> the other issue is a random 'block not found' during an add
<whyrusleeping> its somehow losing the intermediate directory
<whyrusleeping> somehow...
atrapado has quit [Quit: Leaving]
chriscool has joined #ipfs
datagrok has left #ipfs [#ipfs]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze has joined #ipfs
<kyledrake> It doesn't seem to be consistent on where it fails, which is the really weird part to me
<whyrusleeping> kyledrake: yeah... its bizarre
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> alright, somethings horribly wrong
<kyledrake> That was my suspicion.
<whyrusleeping> i think lookups are failing somehow randomly
<whyrusleeping> i'm going down the path of guaranteeing that add is working correctly
Encrypt has quit [Quit: Sleeping time!]
<whyrusleeping> and it is...
<whyrusleeping> this could possibly be related to our 'keys containing "/"' issue
<whyrusleeping> i'm going to smack someone
* whyrusleeping goes to find his roommate
<whyrusleeping> "oh, we got an error? its probably ErrNotFound, no sense checking it
<Bat`O> whyrusleeping: https://github.com/ipfs/go-ipfs/issues/1554 <-- you mentionned another code location for this bug
<whyrusleeping> Bat`O: yeah, its a different bug
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to async-cmd-error: http://git.io/vGxIb
<ipfsbot> go-ipfs/async-cmd-error 4d8eddc Jeromy: fix blockservice error ignorance...
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> kyledrake: the real issue youre running into, is that youre running out of file descriptors
<whyrusleeping> i'm on to debugging that now
<whyrusleeping> with interesting results so far: https://gist.github.com/whyrusleeping/c675078efbc6400af7a4
<whyrusleeping> that output comes from having all my bootstrap peers remove
<whyrusleeping> d
<whyrusleeping> running with no bootstrap peers, and still somehow have tons of connections... o.o
<whyrusleeping> jbenet: i'm losing it
<whyrusleeping> i'm officially going crazy
chriscool has quit [Ping timeout: 256 seconds]
jamescarlyle has quit [Remote host closed the connection]
pfraze has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has quit [Ping timeout: 260 seconds]
amstocker has joined #ipfs
<whyrusleeping> !pin QmTK3eArBLsxuLTgadUbFWxuShFdKa2BwwwFMLQXbVRQoU
<whyrusleeping> lgierth: pinbot died again?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
tjgillies__ has quit [Quit: Connection closed for inactivity]
<lgierth> whyrusleeping: hrm it is running but looks like it didn't notice that it pinged out
<lgierth> 20:16:05 <-- | pinbot (~pinbot@deimos.i.ipfs.io) has quit (Ping timeout: 244 seconds) │ acous
pinbot has joined #ipfs
pfraze has joined #ipfs
<whyrusleeping> lgierth: hrm, i thought i fixed that
<whyrusleeping> kyledrake: around?
pfraze has quit [Remote host closed the connection]