lgierth changed the topic of #ipfs to: Week 5+6: 1) IPLD https://git.io/vDkS7 2) CI/CD https://git.io/vDk9v 3) Orbit https://git.io/vDk9U | Roadmap: https://waffle.io/ipfs/roadmaps | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0
mguentner has quit [Ping timeout: 260 seconds]
mguentner has joined #ipfs
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
tmg has quit [Ping timeout: 264 seconds]
anbora has quit [Quit: ZNC 1.6.3 - http://znc.in]
se3000 has joined #ipfs
shizy has joined #ipfs
<whyrusleeping> daviddias: current go-cid/go-multibase only supports base58
<whyrusleeping> once we update it (0.4.6) it will support other encodings
<SchrodingersScat> kpcyrd: what's the service?
matoro has quit [Ping timeout: 240 seconds]
palkeo has quit [Quit: Konversation terminated!]
chris613 has joined #ipfs
wmoh has quit [Ping timeout: 240 seconds]
shizy has quit [Ping timeout: 248 seconds]
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
aquentson1 has joined #ipfs
se3000 has joined #ipfs
aquentson has quit [Ping timeout: 255 seconds]
warner has joined #ipfs
espadrine has quit [Ping timeout: 256 seconds]
matoro has joined #ipfs
fleeky_ has quit [Read error: Connection reset by peer]
fleeky__ has joined #ipfs
aeternity has quit [Ping timeout: 240 seconds]
wfjsw[m] has joined #ipfs
maciej_ has quit [Ping timeout: 260 seconds]
cemerick has joined #ipfs
espadrine_ has quit [Ping timeout: 264 seconds]
<kpcyrd> SchrodingersScat: https://ipfs.ink
<kpcyrd> I wrote a frontend build system, I'm testing if my docker container still builds and merge it to master in some minutes
cemerick has quit [Ping timeout: 248 seconds]
cemerick has joined #ipfs
<SchrodingersScat> I see
Hoosilon has joined #ipfs
infinity0_ has joined #ipfs
infinity0 has joined #ipfs
infinity0 is now known as Guest69091
Guest69091 has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
infinity0_ is now known as infinity0
chris6131 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
galois_dmz has quit [Remote host closed the connection]
wallacoloo____ has quit [Quit: wallacoloo____]
infinity0 has joined #ipfs
arpu has quit [Ping timeout: 240 seconds]
infinity0 has quit [Remote host closed the connection]
chris613 has quit [Ping timeout: 260 seconds]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
dryajov1 has joined #ipfs
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
arpu has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
lapinot has quit [Quit: ZNC 1.6.4 - http://znc.in]
ploop has quit [Ping timeout: 258 seconds]
ckwaldon has joined #ipfs
lapinot has joined #ipfs
rplevy[m] has joined #ipfs
ploop has joined #ipfs
lapinot has quit [Ping timeout: 240 seconds]
sk23[m] has joined #ipfs
HostFat_ has joined #ipfs
HostFat__ has quit [Ping timeout: 276 seconds]
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<pjz> gah, is v0.4.5 out yet?
<pjz> oh, buh, somehow I'm running -pre2
<pjz> hmm
dryajov1 has joined #ipfs
<pjz> I suspect my ipfs-update script isn't discriminatory :)
wmoh has joined #ipfs
aquentson1 has quit [Ping timeout: 256 seconds]
aquentson1 has joined #ipfs
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
wallacoloo____ has joined #ipfs
stevenaleach has joined #ipfs
wallacoloo____ has left #ipfs [#ipfs]
wallacoloo____ has joined #ipfs
Boomerang has quit [Quit: leaving]
Foxcool__ has joined #ipfs
_whitelogger has joined #ipfs
pfrazee has quit [Remote host closed the connection]
cemerick has quit [Ping timeout: 248 seconds]
SuperPhly has joined #ipfs
SuperPhly has quit [Client Quit]
vtomole has joined #ipfs
mguentner has quit [Quit: WeeChat 1.6]
mguentner has joined #ipfs
<pjz> what's the default hash that ipfs uses?
<pjz> ah, sha256
<pjz> though: given a pinned object, is it accessible only via the hash it was pinned with? or are the other hashes calculated and usable as lookup also?
<muvlon_> what other hashes do you mean?
appa has quit [Ping timeout: 276 seconds]
<aaaaaaaaa____> kpcyrd: that looks neat
mguentner2 has joined #ipfs
<pjz> muvlon_: IPFS uses a multihash for its hash addresses. A multihash is a wrapper for (you guessed it) multiple hash functions
mguentner has quit [Ping timeout: 240 seconds]
<pjz> muvlon_: so a single block of data has multiple multihashes, one per hash function (sha1, sha256, etc)
<pjz> kpcyrd: cute! I'm trying to figure out how to do something similar, but allow uploading files (size limited!)
<pjz> kpcyrd: are you pinning the resultant docs? if so, for how long?
<muvlon_> pjz: are these actually computet right now?
<pjz> muvlon_: I don't know; that's what I'm asking :)
<vtomole> Hitting a bit of a creative blcok on the design of an IPOS. What is the difference between "boot a VM from an image in ipfs" and "boot a VM from a filesystem tree in ipfs"? Illustrated here:https://github.com/ipfs/go-ipfs/blob/master/dev.md
<pjz> muvlon_: clearly the sha256 one is, as it's used for the address - I'm wondering if the others are computed but not shown or just not computed
<pjz> vtomole: deduplication
<pjz> vtomole: change an image and the whole file changes. (well, the whole file after the point of the change)
<pjz> vtomole: change a file in an fs tree in ipfs and only that branch of the fs changes (well, and the parent hashes up to the root)
<muvlon_> pjz: ipfs already has rabin chunking though, so hopefully the whole image wouldn't need to be re-added to ipfs, right?
<vtomole> muvlon_: sadly IPOS is still in that primitive stage where you ahve to readd the fileafter you've changed it
<vtomole> *re-add
<pjz> muvlon_: depends on if your images are fixed-size
<muvlon_> they shouldn't need to be fixed size for rabin chunking to work
<vtomole> But the chunking is efficient. Not efficient enough though :(, adding a whole os (1+ GB) takes a while.
<muvlon_> but I haven't looked closely at ipfs' implementation of it
<pjz> muvlon_: ipfs does rabin chunking? I thought they were fixed-size chunks
kulelu88 has quit [Quit: Leaving]
<pjz> muvlon_: on disk they're all 256k chunks by default
<pjz> muvlon_: ... so not rabin chunked
arkimedes has joined #ipfs
<pjz> oh, hm, I guess they *could* still be, given the probably lack of overlap in my dataset
tmg has joined #ipfs
<vtomole> Seems like booting from a filesystem tree would be kinda compilated. If i ipfs add the file system i changed, how would that change be prevelant in the vm image?
<muvlon_> I'd boot an initial ramdisk from an image, then load a rootfs as a tree
<pjz> sure, initrd's are usually image files anyway
<pjz> they're small and don't change often
<pjz> bootstrappy things
<pjz> in fact, you could do the whole ipos thing as an initrd that was pxe-bootable across the internet
* muvlon_ would love to see an EFI implementation of ipfs
<pjz> ...from an ipfs gateway, of course :)
chris6131 has quit [Quit: Leaving.]
<pjz> muvlon_: I think a minimal bootdisk/PXE-bootable image would be pretty close
<vtomole> Would that solve the problem though? (avoiding having to"ipfs get" 1GB+) everytime i want to use my OS on a different computer?
mildred_ has joined #ipfs
aquentson has joined #ipfs
mildred has quit [Ping timeout: 240 seconds]
aquentson1 has quit [Ping timeout: 248 seconds]
<vtomole> I guess it's not a big deal now.
wallacoloo____ has quit [Quit: wallacoloo____]
<pjz> I dunno; I'm not entirely sold on the IPOS idea in the first place :)
<vtomole> What do you think is wrong with it?
wallacoloo____ has joined #ipfs
<pjz> I think ipfs is best suited for 'broadcasting' files: one sender, multiple receivers. IPOS... isn't that.
<pjz> I might be wrong: you might be able to do like docker and figure out how to layer your deltas on top of an underlying OS image that lots of people have cached, and therefore contribute bandwidth to.
<pjz> even then, though, it's not going to boot *quickly*
<pjz> because, like you said, you have to d/l a gig or so of OS before you can boot
<pjz> ah! found the public PXE site I was looking for: http://boot.salstar.sk/
<vtomole> I haven't reached out to jbenet, but i think this is how he wants to design his IPOS. I don't know though. If he's online i would love to hear his thoughts :)
<muvlon_> pjz: isn't "one file, multiple receiver" just what a distro needs?
<muvlon_> maybe not for the initrd but for package management
<pjz> muvlon_: ...sure, and I'm all for it for package management. But do you want to have to wait for the entire OS-worth of packages to install every time you boot?
<vtomole> muvlon_ we want vms to be personal. So different files for different people
<muvlon_> yes sure
<muvlon_> but, for example, the entire /usr directory can be ipfs
<pjz> has anyone worked on apt-ipfs?
<muvlon_> there's nothing personal in there
<vtomole> caching is our only hope then..
<pjz> er, apt-transport-ipfs
<vtomole> pjz you mean like gx?
f[x] has quit [Ping timeout: 260 seconds]
<muvlon_> or, if you abandon FHS in favor of something like objectroot, everything under /org could be ipfs
<pjz> sure, that's a point: integrate ipfs into NixOS
<pjz> it has the entire fs as links to hashes anyway
phagocytose has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
Akaibu has joined #ipfs
mguentner2 is now known as mguentner
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
lapinot has joined #ipfs
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
gigq has quit [Ping timeout: 240 seconds]
gigq has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
dryajov1 has joined #ipfs
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
cwahlers has quit [Quit: Textual IRC Client: www.textualapp.com]
cwahlers has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
gigq has quit [Ping timeout: 240 seconds]
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
gigq has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
muvlon_ has quit [Remote host closed the connection]
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
kode54 has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in]
kode54 has joined #ipfs
tmg has quit [Ping timeout: 264 seconds]
vtomole has quit [Ping timeout: 260 seconds]
wrouesnel has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
wrouesnel has joined #ipfs
DiCE1904 has quit [Read error: Connection reset by peer]
wrouesnel has quit [Read error: Connection reset by peer]
wrouesnel has joined #ipfs
galois_dmz has quit [Read error: Connection reset by peer]
galois_dmz has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
cyanobacteria has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
dryajov1 has joined #ipfs
harleyk has quit [Quit: Bye]
harleyk has joined #ipfs
ulrichard has joined #ipfs
maciej_ has joined #ipfs
john1 has quit [Ping timeout: 240 seconds]
phagocytose has quit [Ping timeout: 240 seconds]
Hoosilon has quit [Ping timeout: 252 seconds]
aquentson1 has joined #ipfs
aquentson has quit [Ping timeout: 240 seconds]
aquentson has joined #ipfs
<nicolagreco> gozala are you in SF/MountainView?
aquentson1 has quit [Ping timeout: 260 seconds]
stevenaleach has quit [Ping timeout: 240 seconds]
tmg has joined #ipfs
tmg has quit [Ping timeout: 240 seconds]
Aranjedeath has quit [Quit: Three sheets to the wind]
shamb0t has quit []
ylp1 has joined #ipfs
maciej_ has quit [Ping timeout: 258 seconds]
mildred3 has joined #ipfs
gigq has quit [Ping timeout: 240 seconds]
bastianilso has joined #ipfs
gigq has joined #ipfs
cyanobacteria has quit [Ping timeout: 255 seconds]
s_kunk has quit [Ping timeout: 255 seconds]
G-Ray_ has joined #ipfs
bastianilso has quit [Read error: Connection reset by peer]
bastianilso has joined #ipfs
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
arkimedes has quit [Ping timeout: 256 seconds]
f[x] has joined #ipfs
robattila256 has joined #ipfs
maciej_ has joined #ipfs
bastianilso has quit [Ping timeout: 245 seconds]
wallacoloo____ has quit [Quit: wallacoloo____]
maxlath has joined #ipfs
s_kunk has joined #ipfs
s_kunk has quit [Remote host closed the connection]
s_kunk has joined #ipfs
s_kunk has joined #ipfs
s_kunk has quit [Changing host]
bastianilso has joined #ipfs
ulrichard has quit [Remote host closed the connection]
espadrine_ has joined #ipfs
tmg has joined #ipfs
bastianilso has quit [Quit: bastianilso]
f[x] has quit [Ping timeout: 240 seconds]
maxlath has quit [Ping timeout: 255 seconds]
tmg has quit [Ping timeout: 258 seconds]
rendar has joined #ipfs
maxlath has joined #ipfs
bastianilso has joined #ipfs
espadrine_ has quit [Ping timeout: 240 seconds]
google77 has joined #ipfs
<google77> eventually someones gonna probably fork Apache for IPFS.
jkilpatr_ has quit [Ping timeout: 255 seconds]
tclass has quit [Quit: tclass]
tclass has joined #ipfs
tmg has joined #ipfs
aquentson has quit [Ping timeout: 240 seconds]
<kpcyrd> pjz: you can just point apt to the ipfs gateway :)
<kpcyrd> pjz: I pin all documents forever until I run out of disk space and then I will have to figure something out
espadrine has joined #ipfs
wookiehangover has quit [Ping timeout: 252 seconds]
wookiehangover has joined #ipfs
bastianilso has quit [Quit: bastianilso]
cemerick has joined #ipfs
aeternity has joined #ipfs
aeternity has quit [Ping timeout: 276 seconds]
aeternity has joined #ipfs
jkilpatr_ has joined #ipfs
vj4 has joined #ipfs
<Kubuxu> richardlitt: looks like we have a lot of calls on Monday
<victorbjelkholm> richardlitt: :D
john1 has joined #ipfs
<victorbjelkholm> richardlitt: guessing sprint-helper got stuck in a loop? :D
ulrichard has joined #ipfs
sprint-helper has quit [Remote host closed the connection]
tmg has quit [Ping timeout: 240 seconds]
aquentson has joined #ipfs
aquentson1 has joined #ipfs
IntelligentSoap is now known as yasuoscriptmaste
aquentson has quit [Ping timeout: 255 seconds]
gaf_ has quit [Ping timeout: 256 seconds]
gaf_ has joined #ipfs
jclay has quit [Ping timeout: 240 seconds]
matoro has quit [Ping timeout: 240 seconds]
robogoat has quit [Ping timeout: 240 seconds]
jclay has joined #ipfs
Caterpillar has joined #ipfs
ZerataX[m] has quit [Ping timeout: 255 seconds]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
WinterFox[m] has quit [Ping timeout: 255 seconds]
DavidAmorn[m] has quit [Ping timeout: 255 seconds]
saintaquinas[m] has quit [Ping timeout: 255 seconds]
cwahlers has quit [Quit: Textual IRC Client: www.textualapp.com]
musicmatze[m] has quit [Ping timeout: 255 seconds]
matoro has joined #ipfs
Hansf[m] has quit [Ping timeout: 255 seconds]
TheGillies has quit [Ping timeout: 255 seconds]
saintaquinas[m] has joined #ipfs
karambirMatrix has quit [Ping timeout: 255 seconds]
shoragan has quit [Ping timeout: 255 seconds]
Tsutsukakushi has quit [Ping timeout: 240 seconds]
pep0ni[m] has quit [Ping timeout: 255 seconds]
shoragan has joined #ipfs
xa0 has quit [Quit: Divided by zero]
shoragan has joined #ipfs
shoragan has quit [Changing host]
xa0 has joined #ipfs
G-Ray_ has quit [Read error: Connection reset by peer]
NathanBraswell[m has quit [Ping timeout: 255 seconds]
tsnieman[m] has quit [Ping timeout: 255 seconds]
M-HirmeS has quit [Ping timeout: 255 seconds]
Tsutsukakushi has joined #ipfs
DavidAmorn[m] has joined #ipfs
G-Ray_ has joined #ipfs
charlienyc[m] has quit [Ping timeout: 255 seconds]
M-hostbbb has quit [Ping timeout: 255 seconds]
patrickr[m] has quit [Ping timeout: 255 seconds]
masoodahm[m] has quit [Ping timeout: 255 seconds]
benhylau[m] has quit [Ping timeout: 255 seconds]
NathanBraswell[m has joined #ipfs
google77 has quit [Quit: leaving]
qolop[m] has quit [Ping timeout: 255 seconds]
ZerataX[m] has joined #ipfs
patrickr[m] has joined #ipfs
aunix[m] has quit [Ping timeout: 255 seconds]
Guest34757 has quit [Ping timeout: 255 seconds]
M-fabrixxm has quit [Ping timeout: 255 seconds]
charlienyc[m] has joined #ipfs
WinterFox[m] has joined #ipfs
MrAxilus[m] has quit [Ping timeout: 255 seconds]
terence977[m] has quit [Read error: Connection timed out]
cwahlers has joined #ipfs
tsnieman[m] has joined #ipfs
musicmatze[m] has joined #ipfs
Nukien has quit [Ping timeout: 240 seconds]
karambirMatrix has joined #ipfs
pep0ni[m] has joined #ipfs
Hansf[m] has joined #ipfs
jimtendo[m] has quit [Read error: Connection timed out]
qolop[m] has joined #ipfs
TheGillies has joined #ipfs
MawKKe[m] has quit [Ping timeout: 255 seconds]
M-HirmeS has joined #ipfs
BeautifulBash[m] has quit [Ping timeout: 255 seconds]
masoodahm[m] has joined #ipfs
jimtendo[m] has joined #ipfs
terence977[m] has joined #ipfs
benhylau[m] has joined #ipfs
M-hostbbb has joined #ipfs
Nukien has joined #ipfs
aunix[m] has joined #ipfs
Guest34757 has joined #ipfs
MrAxilus[m] has joined #ipfs
M-fabrixxm has joined #ipfs
<richardlitt> Nope, it's a bad cron
<richardlitt> * 12 != 0 12
<richardlitt> Sorry about that everyone!
BeautifulBash[m] has joined #ipfs
<victorbjelkholm> richardlitt: http://www.cronmaker.com/ is handy :)
MawKKe[m] has joined #ipfs
<richardlitt> victorbjelkholm: Ah! Interesting
<richardlitt> Is there any convenient way to test crons, besides waiting for the time to happen?
Oatmeal has quit [Read error: Connection reset by peer]
Oatmeal has joined #ipfs
wmoh has quit [Ping timeout: 264 seconds]
wmoh has joined #ipfs
Caterpillar has quit [Ping timeout: 240 seconds]
Caterpillar has joined #ipfs
bastianilso has joined #ipfs
robogoat has joined #ipfs
<victorbjelkholm> richardlitt: changing your computers clock :D
<richardlitt> Hmm. Interesting.
<richardlitt> That's a good idea.
wmoh has quit [Ping timeout: 248 seconds]
maxlath has quit [Ping timeout: 240 seconds]
aquentson1 is now known as aquentson
Caterpillar has quit [Ping timeout: 264 seconds]
aquentson1 has joined #ipfs
pfrazee has joined #ipfs
cyanobacteria has joined #ipfs
aquentson has quit [Ping timeout: 240 seconds]
aeternity has quit [Ping timeout: 264 seconds]
<kpcyrd> whyrusleeping: a simple idea: can we include dns support for --api :) ? I need to use dns to discover the ipfs docker container and I currently rely on a shell script wrapper that resolves the ip for me
<kpcyrd> whyrusleeping: I should probably stop using the go-ipfs bin and talk directly to the api, but it might be useful nonetheless
<lgierth> yes yes
<lgierth> it's WIP in fact
<lgierth> there's /dns4 and /dns6, i have a wip branch for go-ipfs
<lgierth> same for /https btw
grosscol has joined #ipfs
pfrazee has quit [Remote host closed the connection]
<kpcyrd> interesting
<lgierth> js can already do it -- e.g. /dns4/strawberry.i.ipfs.io/tcp/443/wss
<lgierth> and then the multiaddr object has a resolve() func which returns /ip4 addresses
ashark has joined #ipfs
<Mateon1> Hm, I've never heard of that gateway. Is it a JS node?
<lgierth> blueberry and strawberry are hacky go-ipfs gateways and websockets bootstrappers
<lgierth> we'll have another browser sprint in 2 weeks, i wanna have the /ws bootstrapper on the regular ipfs.io gateway
<lgierth> so that js apps can bootstrap themselves right out of the gateway
stoopkid has joined #ipfs
wmoh has joined #ipfs
Sabbath[m] has left #ipfs ["User left"]
jedahan has joined #ipfs
cemerick has quit [Ping timeout: 248 seconds]
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
Caterpillar has joined #ipfs
bastianilso has quit [Quit: bastianilso]
maxlath has joined #ipfs
bastianilso has joined #ipfs
Boomerang has joined #ipfs
ulrichard has quit [Remote host closed the connection]
se3000 has joined #ipfs
pfrazee has joined #ipfs
ylp1 has quit [Quit: Leaving.]
galois_dmz has quit [Remote host closed the connection]
shizy has joined #ipfs
mildred4 has joined #ipfs
<richardlitt> Moved sprint-helper to the GitHub IPFS org: https://github.com/ipfs/sprint-helper
aquentson1 has quit [Ping timeout: 264 seconds]
aquentson has joined #ipfs
mildred has joined #ipfs
mildred_ has quit [Ping timeout: 258 seconds]
mildred3 has quit [Ping timeout: 245 seconds]
sprint-helper has joined #ipfs
sprint-helper has quit [Remote host closed the connection]
sprint-helper has joined #ipfs
<richardlitt> sprint-helper: botsnack
<sprint-helper> om nom nom
<M-mubot> Thank you very much.
dryajov1 has joined #ipfs
sprint-helper has quit [Remote host closed the connection]
sprint-helper has joined #ipfs
<richardlitt> sprint-helper: test error command
<sprint-helper> Error: Unrecognized command!
<sprint-helper> Correct usage: sprint-helper: announce <args> | next | now | tomorrow | help
<richardlitt> sprint-helper: announce test
<sprint-helper> Error: Not enough arguments!
<sprint-helper> Correct usage: sprint-helper: announce <topic name> <sprint issue> <notes> <zoom> <stream url or message>
<richardlitt> Well. OK. Anyone know what mubot is?
<lgierth> yeeah it's davidar's crappy bot :)
<lgierth> well, not crappy, i just don't know if it does anything apart from eating other bots' snacks
<victorbjelkholm> ah, it's a little thief-bot? Hm
Boomerang has quit [Ping timeout: 258 seconds]
<lgierth> victorbjelkholm Kubuxu: is ci.ipfs.team ok?
aeternity has joined #ipfs
<Kubuxu> LGTM
Boomerang has joined #ipfs
<victorbjelkholm> lgierth: it's not possible to just have jenkins.ipfs.io or ci.ipfs.io? It has to be accessible by the general public
<victorbjelkholm> also, easier to remember
<lgierth> it's just as accessible to the public
<Kubuxu> rebuilding gx deps is quite slow..
<victorbjelkholm> ok. Well, I'm fine with it as well then
<lgierth> i just don't wanna clutter ipfs.io with too much stuff
<victorbjelkholm> ok, makes sense
<lgierth> cool
<Kubuxu> and there isn't a easy way to inject custom IPFSS_API env
<victorbjelkholm> Kubuxu: rebuilding? Not just refetching?
<Kubuxu> like when package.json is changed
<Kubuxu> refetching
<Kubuxu> all deps are being fetched from 0
<victorbjelkholm> ah, it's fine for now if it's slow. In the future we'll put ipfs on the workers and connect gx with them
<Kubuxu> yeah, it isn't that easy as it is in the build process but might be possible (you can't specify env for the build).
<Kubuxu> ok, we can pass the IPFS_API arg to docker daemon
cemerick has joined #ipfs
<richardlitt> sprint-helper: help
<sprint-helper> Correct usage: sprint-helper: announce <args> | next | now | tomorrow | help
sprint-helper has quit [Remote host closed the connection]
sprint-helper has joined #ipfs
galois_dmz has joined #ipfs
<richardlitt> sprint-helper: help
<sprint-helper> Correct usage: sprint-helper: announce <args> | next | now | tomorrow | help
<sprint-helper> Feedback: https://github.com/ipfs/sprint-helper
<richardlitt> There we go.
bastianilso has quit [Ping timeout: 240 seconds]
<alterego> dignifiedquire: is https://github.com/dignifiedquire/webcrypto-shim/pull/1 closed now?
bastianilso has joined #ipfs
DiCE1904 has joined #ipfs
<dignifiedquire> alterego: I merged it yes?
chris613 has joined #ipfs
<alterego> dignifiedquire: Just thought it should be marked closed :P
<dignifiedquire> it is for me, that's why I am confused or do you mean a different issue?
<alterego> Oh, my bad. I just saw the "Open" label from another issue you mentioned. nvm ... :S
<dignifiedquire> no problem:)
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
dryajov1 has joined #ipfs
<lgierth> aaargh
<lgierth> github pull requests drive me up the wall
<lgierth> why is there a distinct commit-in-a-pr view that's *slightly* different from the normal commit view
<dansup> neat!
kenshyx has joined #ipfs
s_kunk has quit [Ping timeout: 256 seconds]
jkilpatr_ has quit [Ping timeout: 240 seconds]
kenshyx has quit [Quit: Leaving]
f[x] has joined #ipfs
cwahlers_ has joined #ipfs
cwahlers has quit [Ping timeout: 260 seconds]
john1 has quit [Ping timeout: 248 seconds]
jkilpatr has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
dryajov1 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<gozala> nicolagreco: nope I’m in pdx
santinic has joined #ipfs
Encrypt has joined #ipfs
dryajov1 has joined #ipfs
dryajov1 has quit [Client Quit]
matoro has quit [Ping timeout: 255 seconds]
Boomerang has quit [Ping timeout: 260 seconds]
s_kunk has joined #ipfs
f[x] has quit [Ping timeout: 245 seconds]
neurrowcat has joined #ipfs
G-Ray_ has quit [Quit: G-Ray_]
aquentson1 has joined #ipfs
Foxcool__ has quit [Ping timeout: 240 seconds]
maxlath has quit [Ping timeout: 256 seconds]
aquentson has quit [Ping timeout: 240 seconds]
espadrine has quit [Ping timeout: 260 seconds]
matoro has joined #ipfs
galois_dmz has joined #ipfs
Encrypt has quit [Quit: Quit]
santinic has quit [Remote host closed the connection]
f[x] has joined #ipfs
aquentson has joined #ipfs
aquentson1 has quit [Ping timeout: 255 seconds]
palkeo has joined #ipfs
cyanobacteria has quit [Ping timeout: 255 seconds]
matoro has quit [Ping timeout: 260 seconds]
jedahan has joined #ipfs
maciej_ has quit [Ping timeout: 264 seconds]
matoro has joined #ipfs
maxlath has joined #ipfs
jedahan has quit [Client Quit]
jedahan has joined #ipfs
aeternity has quit [Ping timeout: 255 seconds]
jkilpatr_ has joined #ipfs
jkilpatr has quit [Ping timeout: 255 seconds]
tilgovi has joined #ipfs
espadrine_ has joined #ipfs
espadrine_ is now known as espadrine
matoro has quit [Ping timeout: 252 seconds]
<hsanjuan> so ipfs automatically punches through NAT and listens on my external IP... anyone care to explain how this works in terms of libp2p? does libp2p automatically learns about the new listen address when connecting to the bootstrap nodes or is there more involved in the process?
cyanobacteria has joined #ipfs
<kythyria[m]> lgierth: Can you comment on non-PR commits>
<lgierth> yes
<lgierth> and you have a link to the parent commit
cyanobacteria has quit [Remote host closed the connection]
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
maciej_ has joined #ipfs
cyanobacteria has joined #ipfs
<kythyria[m]> Huh
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
elasticdog has quit [Ping timeout: 256 seconds]
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
galois_dmz has quit [Ping timeout: 260 seconds]
vj4 has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
pfrazee has quit [Remote host closed the connection]
rendar has quit [Ping timeout: 240 seconds]
se3000 has joined #ipfs
<Kubuxu> lgierth: when you have time: https://github.com/ipfs/jenkins/pull/10
<Kubuxu> also this is quite nice feature: https://github.com/pulls/review-requested
matoro has joined #ipfs
john1 has joined #ipfs
ntzor has quit [Remote host closed the connection]
neurrowcat_ has joined #ipfs
matoro has quit [Ping timeout: 256 seconds]
neurrowcat has quit [Ping timeout: 240 seconds]
tmg has joined #ipfs
matoro has joined #ipfs
neurrowcat__ has joined #ipfs
galois_dmz has joined #ipfs
neurrowcat_ has quit [Ping timeout: 248 seconds]
wallacoloo____ has joined #ipfs
m3lt has joined #ipfs
aquentson1 has joined #ipfs
aquentson has quit [Ping timeout: 248 seconds]
m3lt has quit [Quit: leaving]
Caterpillar2 has joined #ipfs
pfrazee has joined #ipfs
maxlath has quit [Ping timeout: 258 seconds]
apiarian has quit [Ping timeout: 276 seconds]
Caterpillar2 has quit [Ping timeout: 264 seconds]
apiarian has joined #ipfs
m3lt has joined #ipfs
m3lt has quit [Quit: leaving]
Encrypt has quit [Quit: Sleeping time!]
neurrowcat__ has quit [Quit: Deebidappidoodah!]
Caterpillar2 has joined #ipfs
matoro has quit [Ping timeout: 245 seconds]
Caterpillar2 has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
pfrazee has quit [Remote host closed the connection]
se3000 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
matoro has joined #ipfs
matoro has quit [Ping timeout: 248 seconds]
hen_ has joined #ipfs
grosscol has quit [Quit: Leaving]
se3000 has joined #ipfs
aeternity has joined #ipfs
dryajov1 has joined #ipfs
<whyrusleeping> Gooood morning
jedahan has joined #ipfs
wallacoloo____ has quit [Quit: wallacoloo____]
dryajov1 has quit [Client Quit]
<Kubuxu> whyrusleeping: good morning, as we didn't got to the call today (I forgot about it too), could you look over the makefile refactor? I am basing the jenkins work off it so I would love to have it in master soon-ish.
<whyrusleeping> mmmm, yes
cyanobacteria has quit [Ping timeout: 255 seconds]
cemerick has quit [Ping timeout: 248 seconds]
dryajov1 has joined #ipfs
dryajov1 has quit [Client Quit]
<whyrusleeping> Kubuxu: its just so complicated
<Kubuxu> it really isn't it is just structured including the limitations of Makefiles
wallacoloo____ has joined #ipfs
<whyrusleeping> i'm looking at a wall of nested template substitutions.
<whyrusleeping> you cant honestly say "its not that complicated"
<Kubuxu> which file?
<Kubuxu> coverage is complicated
<whyrusleeping> yeah, coverage
<whyrusleeping> i guess since its just the 'whole program coverage' stuff thats really complicated i'm more okay
<Kubuxu> coverage is hard, and it doesn't matter if it is script or makefile
<Kubuxu> so what I do there is have a coverage file per package
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
<whyrusleeping> Yeah, i understand
<whyrusleeping> hrm...
kulelu88 has joined #ipfs
lamarpavel has quit [Quit: WeeChat 1.6]
<whyrusleeping> I have to wonder if this information is actually going to be useful once we've collected it
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
<whyrusleeping> like, sure we can 'run every line' of a given command
<Kubuxu> it is still much better than nothing
<whyrusleeping> but thats not where the complexity of UX comes in, theres such a hugely diverse set of inputs that can cause issues
<whyrusleeping> is it actually better than nothing?
wrouesnel has quit [Remote host closed the connection]
<whyrusleeping> i'm not sure
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
<Kubuxu> it is a metric that shows huge gaps that shouldn't happen
<Kubuxu> and it will for sure easier to catch cases that are not covered
<Kubuxu> it won't show all of them
<Kubuxu> but will show a lot
<Kubuxu> also it will right away show which commands are not covered at all
dryajov1 has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
<whyrusleeping> we can do that with fancy grepping today though
wrouesnel has joined #ipfs
<Kubuxu> not handling for example parameters
<Kubuxu> what would be benefit of that over this?
<whyrusleeping> unsure...
dryajov1 has quit [Client Quit]
<whyrusleeping> lets just roll with this for now and see how it goes i guess
<Kubuxu> if it is about complexity, it is in just one directory and doesn't affect the rest of the codebase
<Kubuxu> (apart from the change to cmd/ipfs/main.go which just has to return code instead of os.Exit in place).
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
<whyrusleeping> Kubuxu: how do i rebuilt a protobuf file now?
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
<Kubuxu> make path/to/type.pb.go
<Kubuxu> example: make namesys/pb/namesys.pb.go
dryajov1 has joined #ipfs
dryajov1 has quit [Client Quit]
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
Will__ has joined #ipfs
mildred4 has quit [Ping timeout: 240 seconds]
aeternity has quit [Ping timeout: 255 seconds]
espadrine has quit [Ping timeout: 252 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bastianilso has quit [Quit: bastianilso]
jkilpatr_ has quit [Ping timeout: 256 seconds]
wmoh has quit [Read error: Connection reset by peer]
matoro has joined #ipfs
cyanobacteria has joined #ipfs
galois_dmz has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
matoro has quit [Ping timeout: 255 seconds]
pfrazee has joined #ipfs
matoro has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
wrouesnel has quit [Remote host closed the connection]
wrouesnel has joined #ipfs
pfrazee has quit [Remote host closed the connection]
shizy has quit [Ping timeout: 248 seconds]