jbenet changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/jbenet/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- code of conduct at https://github.com/ipfs/community/blob/master/code-of-conduct.md -- sprint at https://github.com/ipfs/pm/issues/7
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> whyrusleeping: does bitswap read simultaneously to writing? or is the problem just sending a signal to the sending process to STAHP!
zen|merge has joined #ipfs
zen|merge has joined #ipfs
zen|merge_ has quit [Ping timeout: 276 seconds]
williamcotton has quit [Ping timeout: 265 seconds]
<whyrusleeping> yeah, its just that we cant tell someone else to stop quickly enough
<whyrusleeping> especially with 500 peers in the swarm, messages get slowed down
<whyrusleeping> so theyre 'off into the network' before they can receive the cancel
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to refactor/bitswap: http://git.io/vTUvw
<ipfsbot> go-ipfs/refactor/bitswap a63c6a8 Jeromy: move taskdone inside lock boundaries
domanic has quit [Ping timeout: 265 seconds]
zen|merge has quit [Read error: Connection reset by peer]
zen|merge has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zen|merge_ has joined #ipfs
zen|merge has quit [Read error: Connection reset by peer]
zen|merge has joined #ipfs
<jbenet> whyrusleeping: oh interesting yeah cause it's not really a writable stream
zen|merge_ has quit [Ping timeout: 255 seconds]
<jbenet> whyrusleeping: is this mocknet or real network
<jbenet> 500^2 sounds like mocknet
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
<whyrusleeping> mocknet, yeah
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to refactor/bitswap: http://git.io/vTUTd
<ipfsbot> go-ipfs/refactor/bitswap 83e68d6 Jeromy: turn tests down a bit and better context passing
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> mocknet spawns a goroutine for each message it sends
<wking> jbenet: I'll try and look over your branch later tonight. I'm still against CanResolve, but am happy to punt that discussion to a follow-up PR ;)
<whyrusleeping> wking: what was your reasoning against CanResolve?
williamcotton has quit [Ping timeout: 272 seconds]
<whyrusleeping> jbenet: the pinning migration should be reversible, yeah?
<wking> whyrusleeping: It was in a #1208 comment. Mostly that folks should just try and resolve and check for errors
<wking> "Can you do this? Yes? Then do it." is racey
<wking> or doesn't check everything
<jbenet> There's no race here
<jbenet> This is "is X supported?" Ok do X
<wking> right, so it still doesn't tell you if a Resolve call will succeed
<wking> so why bother with the separate call?
williamcotton has joined #ipfs
<whyrusleeping> "Is X something i can eat?" "No, X is a pillow"
<whyrusleeping> or
<whyrusleeping> "Lets eat this pillow!"
<whyrusleeping> "that was gross"
zen|merge has quit [Remote host closed the connection]
domanic has joined #ipfs
zen|merge has joined #ipfs
zen|merge has quit [Changing host]
zen|merge has joined #ipfs
williamcotton has quit [Ping timeout: 256 seconds]
<whyrusleeping> wking: i think the primary purpose for a CanResolve would be for validation, i dont necessarily want to take the time to resolve an ipns entry
<whyrusleeping> but i want to know if i can
zen|merge has quit [Ping timeout: 245 seconds]
zen|merge_ 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]
vitzli has joined #ipfs
<vitzli> gmorning
<whyrusleeping> vitzli: mornin!
zen|merge has joined #ipfs
zen|merge_ has quit [Ping timeout: 255 seconds]
<vitzli> whyrusleeping, how can I run these tests on #1225? checkout 'pin' branch and do `go compile`?
domanic has quit [Ping timeout: 276 seconds]
<vitzli> oh, and I can do `ipfs add` on texlive tree, find says that there are 133000 files in the top directory
<whyrusleeping> vitzli: yeah, cd $GOPATH/src/github.com/ipfs/go-ipfs
<whyrusleeping> git fetch
<whyrusleeping> git checkout pin
<whyrusleeping> go install ./cmd/ipfs
zen|merge_ has joined #ipfs
<wking> whyrusleeping: "I don't want to take the time to resolve..." sounds like you should just be setting a short timeout on the context you pass to ResolveOnce ;)
ei-slackbot-ipfs has quit [Remote host closed the connection]
zen|merge has quit [Ping timeout: 256 seconds]
ei-slackbot-ipfs has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> lol, that sounds like a terrible idea
<whyrusleeping> what if i have a list of ten thousand entries i want to validate?
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zen|merge_ has quit [Read error: Connection reset by peer]
zen|merge has joined #ipfs
<wking> whyrusleeping: where did the list of 10k entries come from? Can we validate them one by one as they're submitted?
<wking> Otherwise, perhaps a no-network config to bail out at the first Resolve() step that needs to hit the network
<wking> If you're going to be having these large validation lists a lot, and will need to validate them in batches, and you can't manage a no-network flag, then yes, CanResolve is probably the best answer
<wking> But since that seems unlikely, I'd rather put off the additional interface until we have a demonstrable real-world use case ;)
notduncansmith has joined #ipfs
pfraze has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<vitzli> whyrusleeping, I'll post tests data to #1225
<whyrusleeping> wking: i think thats a real world use case
<whyrusleeping> vitzli: thanks :)
<whyrusleeping> Tv`: dammit, you named your branch the same thing as a folder
<whyrusleeping> 'git checkout pin' doesnt do what i expect it to
<Tv`> whyrusleeping: git checkout pin --
<Tv`> never bit me because the branch was called wip-pin for most of the time ;)
<wking> whyrusleeping: might be, but GitHub doesn't know of anyone using it besides us internally: https://github.com/search?utf8=%E2%9C%93&q=canresolve+ipns&type=Code&ref=searchresults
<wking> whyrusleeping: doesn't hurt to leave it off until we hear someone's pitch for the use-case
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> but nobody can use it if it doesnt exist
inconshr_ has joined #ipfs
inconshreveable has quit [Ping timeout: 272 seconds]
<whyrusleeping> jbenet: do we want to continue supporting the supernode stuff?
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zen|merge has quit [Ping timeout: 264 seconds]
pfraze has quit [Remote host closed the connection]
inconshr_ has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to refactor/bitswap: http://git.io/vTURO
<ipfsbot> go-ipfs/refactor/bitswap 6072bd8 Jeromy: turn rebroadcast back on
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]
tilgovi has quit [Ping timeout: 276 seconds]
Wallacoloo has quit [Ping timeout: 265 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> whyrusleeping: I think we'll definitely need it. Not sure how soon
<whyrusleeping> okay
<whyrusleeping> its just still kinda hanging around
<whyrusleeping> wasnt sure what the deal was
EricJ2190 has quit [Ping timeout: 246 seconds]
Wallacoloo has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
vitzli has quit [Quit: Leaving]
Wallacoloo has quit [Ping timeout: 264 seconds]
Wallacoloo has joined #ipfs
sharky has quit [Ping timeout: 252 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to refactor/bitswap: http://git.io/vTUwg
<ipfsbot> go-ipfs/refactor/bitswap aa1fa74 Jeromy: explicitly set bitswap message fullness
sharky has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has quit [Ping timeout: 240 seconds]
nell has joined #ipfs
<nell> hello
<nell> ima lurk here for ipfs-node
<nell> my project is revealing itself as the successor to the internet as envisioned by snow crash
<nell> ive been thinking a lot about infrastructure, be curious to see if ipfs is the right piece to solve this puzzle
flugsio has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<fleeky> link nell?
vitzli has joined #ipfs
<nell> link to what
<nell> it's virtual/augmented reality related
vitzli has quit [Quit: Leaving]
vitzli has joined #ipfs
williamcotton has quit [Ping timeout: 250 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<vitzli> whyrusleeping, I don't understand, in #1216 adding test file took ~6 min (1 core), in pull #1225 it took 3.5 min (2 cores), _but_ in #1216 adding the same file with 2 cores took 2min 20s - the latter result may be caused by OS caching
<whyrusleeping> weird...
<whyrusleeping> did you get numbers for 1225 on one core?
<vitzli> no, I used 2 cores
<vitzli> I've just checked out
<whyrusleeping> hrm, i wonder if it would have been longer than 6 minutes on 1225
<vitzli> sure, I'll test it
<vitzli> Progress bar shows ~1m30s, but it takes longer
<whyrusleeping> hrm...
<vitzli> 2m24.917s for 1 CPU core, on master ipfs version
<whyrusleeping> huh
<whyrusleeping> so 1216 slows things down a lot
<whyrusleeping> oh wait, 1216 isnt a PR
<vitzli> yeah
<vitzli> When I made test yesterday, it was 6 min for the same setup, I'll go and cry
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> >.>
<vitzli> I'll do this test 10 times, be back in 20 minutes or so
<whyrusleeping> haha, okay
<whyrusleeping> thanks for investigating :)
pfraze has joined #ipfs
pfraze has quit [Remote host closed the connection]
Tv` has quit [Quit: Connection closed for inactivity]
pfraze has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
nell has quit [Ping timeout: 252 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Luzifer> morning!
<vitzli> hello
<vitzli> whyrusleeping, http://pastebin.com/dQPFSLjb - I don't understand anything
eyebloom has joined #ipfs
<vitzli> just 1 CPU core
* whyrusleeping scratches his head
<whyrusleeping> vitzli: i'm gonna go with those 2:30 ish numbers as the 'right' numbers
<whyrusleeping> but the fact that it steadily increased leads me to beleive your disk is doing weird things
<whyrusleeping> or your system load is increasing
<whyrusleeping> maybe add a sleep 10 before the add?
ei-slackbot-ipfs has quit [Remote host closed the connection]
ei-slackbot-ipfs has joined #ipfs
<vitzli> I added sync and sleep 10
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> cool, hopefully that help :)
<whyrusleeping> also!!
<whyrusleeping> if anyone is testing things through the gateways
<whyrusleeping> could you try using mars.i.ipfs.io:8080
<whyrusleeping> its running an experimental branch
<whyrusleeping> should be quite a bit faster
Wallacoloo has joined #ipfs
pfraze has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
eyebloom has quit [Quit: eyebloom]
notduncansmith has quit [Read error: Connection reset by peer]
eyebloom has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
eyebloom has quit [Quit: eyebloom]
mildred has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
inconshreveable has joined #ipfs
tilgovi has quit [Ping timeout: 252 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
catsup has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
vitzli has quit [Quit: Leaving]
tilgovi has quit [Ping timeout: 256 seconds]
inconshreveable has quit [Ping timeout: 265 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has quit [Quit: Leaving.]
www has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
chrisr_ has joined #ipfs
chrisr_ has quit [Ping timeout: 256 seconds]
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]
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]
lgierth 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]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
eyebloom has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has quit [Quit: Leaving.]
ehmry has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has quit [Quit: Leaving.]
warner has quit [Read error: Connection reset by peer]
warner 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]
williamcotton has joined #ipfs
williamcotton has quit [Ping timeout: 265 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
EricJ2190 has joined #ipfs
<jbenet> whyrusleeping: I think it's important to break this apart and test parts independently.
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
u7654dec has quit [Ping timeout: 252 seconds]
ur5edgb has joined #ipfs
williamcotton has quit [Ping timeout: 258 seconds]
pfraze has joined #ipfs
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has joined #ipfs
<wking> jbenet: I'll get #1208 fixed up to past the tests today (and rebase to get #1220). I'm pretty sure I can get the depth getters/setters working without too much trouble
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> wking: sgtm
ehmry has quit [Quit: Leaving]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
williamcotton has quit [Ping timeout: 276 seconds]
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]
patcon has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshr_ has joined #ipfs
inconshreveable has quit [Ping timeout: 265 seconds]
Tv` has joined #ipfs
<whyrusleeping> oh shit.
<whyrusleeping> a couple rsa keys in the strong set were broken
<pfraze> whyrusleeping: link?
flugsio1 has joined #ipfs
<gwillen> don't panic
<whyrusleeping> looks like bad key generators may be the cause
<gwillen> they were bad keys -- they had small factors for some reason
<gwillen> yeah
<whyrusleeping> still, unless youve gone and looked at your primes, your key may not be the safest
<pfraze> yeah that's interesting
flugsio has quit [Ping timeout: 252 seconds]
<whyrusleeping> yeah, the first prime factor wasnt even prime...
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> jbenet: could you looks over 1218 and tell me what you think of making the WantManager part of the decision engine?
<whyrusleeping> i'm kinda on the fence
<whyrusleeping> combining them makes it easier to control everything about bitswap in one place
<whyrusleeping> but keep them separate makes testing easier, and makes things (i think) simpler
<jbenet> sure
<jbenet> looking.
chriscool has joined #ipfs
<jbenet> whyrusleeping: i don't know-- i don't have a good understanding of what each part does :( :c to meaningfully contribute
mildred has joined #ipfs
<whyrusleeping> okay
<jbenet> whyrusleeping: can you ask questions?
<whyrusleeping> i think i'll just keep it separate for now
<jbenet> whyrusleeping: about the model?
<whyrusleeping> so, the wantmanager handles everything related to our wantlist
<whyrusleeping> if i want a new block, all i say is wm.Want(k)
<jbenet> idea! \o/ -- can you describe in a gist what each thing does? and how they work together? (the model)
<jbenet> then i can help.
<whyrusleeping> mmmm, sure
<jbenet> whyrusleeping: i can try to read the whole thing again, but that won't be fast enough given other todos -- i'd get back to you in a day or two :/ -- if you make a model description i can probably answer meaningfully now.
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> yeah, i'm writing on
<whyrusleeping> e
inconshreveable has joined #ipfs
inconshr_ has quit [Ping timeout: 265 seconds]
patcon has quit [Read error: Connection reset by peer]
inconshreveable has quit [Ping timeout: 256 seconds]
inconshreveable has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
<wking> jbenet: Can you review the final two commits on #1208? (the earlier commits haven't changed recently except for a conflict-free rebase onto origin/master)
<jbenet> wking: yep on it
chriscool has quit [Ping timeout: 255 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
williamcotton has joined #ipfs
williamcotton has quit [Max SendQ exceeded]
williamcotton has joined #ipfs
chriscool has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] chriscool created improve-stdin-parsing (+2 new commits): http://git.io/vTLkJ
<ipfsbot> go-ipfs/improve-stdin-parsing ff9cb9e Christian Couder: parse_test: test multiline stdin...
<ipfsbot> go-ipfs/improve-stdin-parsing 97ab64a Christian Couder: parse: don't use stdin if there are arguments...
<ipfsbot> [go-ipfs] chriscool opened pull request #1238: Improve stdin parsing (master...improve-stdin-parsing) http://git.io/vTLk1
pfraze has quit [Remote host closed the connection]
williamcotton has quit [Ping timeout: 246 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
aluchan has joined #ipfs
<chriscool> Hi everyone!
<aluchan> yo
<chriscool> yo aluchan
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<chriscool> jbenet: it could be nice if you could have a look at https://github.com/jbenet/git-push-each/issues/2 and https://github.com/ipfs/go-ipfs/pull/1238
<jbenet> hey chriscool ! ok, will take a look shortly
<chriscool> jbenet, thanks!
pfraze has joined #ipfs
<jbenet> chriscool: responded i think -- did i miss anything? anything else?
<aluchan> jbenet have you read snow crash
patcon has joined #ipfs
<jbenet> aluchan: funny you should ask ...
<aluchan> tell me
<aluchan> I'm going to be on my way to the gym waiting for you to respond first
* aluchan grins
<jbenet> i tried reading it a couple years ago-- but i got distracted. it felt like something i should've read 15 years ago
<aluchan> I found IPFS because I'm currently investigating how the infrastructure of the metaverse should be designed
<jbenet> actually i guess it was a year ago-ish.
<aluchan> making good progress towards it as well
<jbenet> aluchan: yeah pretty relevant -- there's a few relevant papers you should check out
<jbenet> aluchan: go to the gym-- bug me a bout it later, it'll take me some time to find them.
<aluchan> messaged you
<aluchan> bbl
<jbenet> (people have written a good deal of infrastructure for this, including languages, permission schemes, ways to sandbox scripts, access data, etc)
<jbenet> papers on infrastructure*
<jbenet> sounds good.
chriscool has left #ipfs [#ipfs]
RzR has quit [Excess Flood]
chriscool has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
RzR has joined #ipfs
inconshr_ has joined #ipfs
<chriscool> jbenet: yeah, you responded on all the pending stuff I have, thanks!
eyebloom has quit [Quit: eyebloom]
inconshreveable has quit [Ping timeout: 265 seconds]
<whyrusleeping> mmmm, i would love to live in the metaverse
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
www has quit [Ping timeout: 245 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to refactor/bitswap: http://git.io/vTLEP
<ipfsbot> go-ipfs/refactor/bitswap ecaac32 Jeromy: add a bitswap readme
<ipfsbot> go-ipfs/refactor/bitswap 7735fd1 Jeromy: add a distribution test with the rebroadcast delay disabled
www has joined #ipfs
chrisr_ has joined #ipfs
inconshr_ has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
chrisr_ has left #ipfs [#ipfs]
notduncansmith has quit [Read error: Connection reset by peer]
williamcotton has joined #ipfs
mildred has quit [Quit: Leaving.]
www has quit [Quit: Leaving.]
www1 has joined #ipfs
www1 has quit [Client Quit]
www has joined #ipfs
inconshreveable has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<cryptix> agl with another cryptonerd must read - https://www.imperialviolet.org/2015/05/16/aeads.html
Wallacoloo has joined #ipfs
<jbenet> cryptix: yeah i want to talk with AGL about this.
flugsio1 has quit [Quit: WeeChat 1.2]
<jbenet> cryptix: yep -- talk good too.
<cryptix> havnt looked for the recording yet - do you have a copy/link?
<cryptix> jbenet: also, chunking sounds doable for streaming messaging protocols
<jbenet> cryptix: someone tweeted it at me a while back.
<cryptix> ah nice, thx
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
inconshreveable has quit [Read error: Connection reset by peer]
<whyrusleeping> hey cryptix! long time no see :P
<cryptix> whyrusleeping: hey, i know - the last week evaporated somehow
<whyrusleeping> yeah, same here
<whyrusleeping> had to move across the state
<cryptix> how did your move go?
<whyrusleeping> pretty well all things considered
<whyrusleeping> the trailer didnt break this time
<whyrusleeping> so thats always a good thing
<ipfsbot> [go-ipfs] chriscool pushed 5 new commits to improve-stdin-parsing: http://git.io/vTLiC
<ipfsbot> go-ipfs/improve-stdin-parsing 5503c4c Christian Couder: parse_test: improve error messages...
<ipfsbot> go-ipfs/improve-stdin-parsing 942e964 Christian Couder: parse: fix parsing stdin args...
<ipfsbot> go-ipfs/improve-stdin-parsing c93d583 Christian Couder: parse_test: add tests with 2 args and stdin...
<cryptix> ohwow - i only moved in the city myself. we only did larger moves when i was little and i dont have any wishes to make experiences in that department any time soon
<cryptix> glad that it worked out for you
williamcotton has quit [Ping timeout: 252 seconds]
<whyrusleeping> yeah! howve you been doin?
<ipfsbot> [go-ipfs] chriscool force-pushed improve-stdin-parsing from 499f8d6 to 275ec7c: http://git.io/vTLiH
<ipfsbot> go-ipfs/improve-stdin-parsing 275ec7c Christian Couder: parse_test: test stdin enabled and not variadic arg...
<cryptix> it's a blur honestly - arranged my desk and box in the institute where i'll write my thesis
<cryptix> the first days i was just trying not do dring to much of the 1gbs symmetric koolaid and the rest i had interesting conversations
<cryptix> drink*
<whyrusleeping> writing a thesis???
<whyrusleeping> uh oh, someone suckered you into a masters degree?
<whyrusleeping> (or PhD)
<cryptix> no bachelor - status:complicated
<whyrusleeping> ooooh, interesting. never heard of a bachelors thesis
<cryptix> european bachelor/master system - not that interesting and more depressing than it sounds
<whyrusleeping> :/
pfraze has quit [Remote host closed the connection]
williamcotton has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
www1 has joined #ipfs
www has quit [Ping timeout: 252 seconds]
<cryptix> last words for today: watch ex machina
<cryptix> cya tomorrow guys
chriscool has quit [Ping timeout: 276 seconds]
lgierth_ has joined #ipfs
<whyrusleeping> cryptix: gnite!
lgierth has quit [Ping timeout: 252 seconds]
inconshreveable has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
ehmry has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith 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]