jbenet 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: https://github.com/ipfs/community/blob/master/code-of-conduct.md -- Sprints: https://github.com/ipfs/pm/ -- Community Info: https://github.com/ipfs/community/ -- FAQ: https://github.com/ipfs/faq -- Support: https://github.com/ipfs/support
fingertoe has quit [Remote host closed the connection]
<shadoxx> ok,making progress. everything is auto building and pulling properly.
voxelot has quit [Ping timeout: 246 seconds]
<shadoxx> what's the workflow you guys use for 'git fetch' and 'git pull'
herzmeister has quit [Quit: Leaving]
<rain1> does ipfs have any dependncies?
<shadoxx> does go wrap around the git functionality? are there special commands?
selfsame has quit [Quit: WeeChat 1.4]
herzmeister has joined #ipfs
tmg has joined #ipfs
<shadoxx> rain1: it depends on the community. ;]
<noffle> shadoxx: vanilla git is all you should need to dev and stay in sync
<noffle> shadoxx: and possibly gx, if deps are updated
<rain1> can I use gccgo?
<shadoxx> noffle: how do i pull the latest version of everything, say, if ive been working in my virtual machine for a few days?
<noffle> rain1: I think we only support a subset of versions of the official go compiler
<noffle> shadoxx: git fetch
<shadoxx> i have to change to the directory manually?
<noffle> 'make install' will make sure you have latest gx deps too I think
<noffle> yup
<shadoxx> ok
<shadoxx> looks like i'm done. about to commit and push up to my own fork
<noffle> \o/
<rain1> I don't understand
<shadoxx> I should put some instructions in there on how to get a Vagrant/VirtualBox environment setup
<rain1> oh I get it
<rain1> it wont work on gccgo
<lgierth> rain1: yeah gccgo isn't up-to-date enough
<rain1> why is there two gos ??
jaboja has joined #ipfs
<lgierth> do you wanna crosscompile?
<rain1> it's just that my distro only seems to have gccgo
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
M-2234 has quit [Ping timeout: 240 seconds]
<lgierth> you can get prebuilt ipfs binaries from dist.ipfs.io
<lgierth> or get go from golang.org
M-2234 has joined #ipfs
<rain1> Can I use gccgo to compile gogo and use that to build ipfs?
calavera has joined #ipfs
<shadoxx> rain1: what OS are you on? i just completed a localized bulid system for ipfs
<rain1> im on guixsd
<shadoxx> interesting.
<rain1> I thought it would be nice to get ipfs working and then use it for hosting/retrieving packages
<rain1> may take some hacking
<lgierth> rain1: it looks like you can bootstrap go using gccgo
<rain1> okay! I'll try to do that
<lgierth> rain1: grep for gccgo here: https://golang.org/doc/install/source
<rain1> cheers! :)
ugjka has joined #ipfs
diocles has quit [Ping timeout: 246 seconds]
reit has joined #ipfs
jaboja has quit [Ping timeout: 240 seconds]
hellertime has joined #ipfs
<lgierth> Kubuxu: i added you to a private repo
fingerto_ has joined #ipfs
<thefinn93> OoOOoOOoOoo
<thefinn93> such secrecy
<lgierth> :)
<lgierth> it's just the postmortems repo
<thefinn93> lol
<thefinn93> mk
<thefinn93> im just being silly
<thefinn93> .lol is apparently availale now
<lgierth> we don't want them to be completely open so that we can honestly discuss outages
<thefinn93> mhmm
<thefinn93> makes sense
<lgierth> honestly = with all the details
fingerto_ has quit [Remote host closed the connection]
drocta has joined #ipfs
fingerto_ has joined #ipfs
<drocta> Other than ada.png, the images in QmZpc3HvfjEXvLWGQPWbHk3AjD5j8NEN4gmFN8Jmrd5g83/cs mentioned in the quickstart, I've been unable to retrieve
M-3511 has quit [Ping timeout: 240 seconds]
M-3511 has joined #ipfs
M-3511 has quit [Changing host]
M-3511 has joined #ipfs
<drocta> is this normal?
<drocta> oh wait barbara.png works too
<drocta> alan and bill don't though
<drocta> ok it seems like, roughly half of them work for me
<Qwertie> Are there any binaries for 0.4.0 out yet?
fingerto_ has quit [Remote host closed the connection]
fingertoe has joined #ipfs
fingerto_ has joined #ipfs
<tmg> drocta, yes seems somewhat normal
<tmg> QmPyF4sLNt4rN6Sjy6xxjp17f6hdb9D7tq4wHWmxzTpFm4
<noffle> Qwertie: it's not released yet, but there are binaries on dist.ipfs.io: http://dist.ipfs.io/go-ipfs (just 0.4.0-dev right now)
<noffle> latest is 0.4.0-rc3, but you'll need to build that from source
<Qwertie> I would build from source but it requires a newer version of go then the ubuntu repo has :/
fingerto_ has quit [Remote host closed the connection]
ZaZ has joined #ipfs
<noffle> Qwertie: you can get go binaries from https://golang.org/dl/
fingertoe has quit [Ping timeout: 244 seconds]
<Qwertie> The next ubuntu release is out in less then a month so I will probably just wait for that.
rain1 has quit [Quit: Leaving]
<Qwertie> Installing stuff out of the repos always messes with stuff
<deltab> shadoxx is making a development virtual machine
<Boomerang> Qwertie, it seems silly you would have to wait a month tough. wget https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf go1.6.linux-amd64.tar.gz
inconshreveable has quit [Remote host closed the connection]
fingertoe has joined #ipfs
fingerto_ has joined #ipfs
fingerto_ has quit [Remote host closed the connection]
<deltab> Qwertie: or, rather, has made: https://github.com/shadoxx/go-ipfs/tree/vagrant
fingerto_ has joined #ipfs
<shadoxx> Qwertie: I'm looking for someone to help test this new setup.
fingertoe has quit [Ping timeout: 276 seconds]
<shadoxx> Boomerang: that's the wrong version of Go you linked. 1.6 isn't supported yet, according to the IPFS README.md
pfraze has quit [Remote host closed the connection]
<shadoxx> Not sure if that docu is out of date or not...
<Boomerang> Oh that's the version I'm running
<shadoxx> interesting
<Boomerang> It seems to work fine ^^
chris6131 has joined #ipfs
fingerto_ has quit [Remote host closed the connection]
pfraze has joined #ipfs
apiarian has quit [Ping timeout: 244 seconds]
apiarian has joined #ipfs
<Qwertie> shadoxx, What new setup?
<Qwertie> Oh the one linked
palkeo has quit [Remote host closed the connection]
<Qwertie> deltab, How do I use it?
ZaZ has quit [Read error: Connection reset by peer]
cemerick has joined #ipfs
<crankylinuxuser> I have the vagrant installed and running in virtualbox. what's the login/password? the Vagrantfile didn't have it in there.
<crankylinuxuser> brb. unexpected call. ill read the log in a minute
<drocta> tmg , ok, thanks
crankylinuxuser has quit [Ping timeout: 244 seconds]
IlanGodik has quit [Quit: Connection closed for inactivity]
<deltab> try vagrant ssh
<shadoxx> deltab: +1
<shadoxx> exactly that
<dansup> is anyone using ipfs with php?
tg has joined #ipfs
sahib has quit [Ping timeout: 248 seconds]
<dansup> deltab, thanks, I am doing something similiar
<dansup> is the developer of that here ?
Dhole_ has joined #ipfs
<dansup> i think https://github.com/ipfspics/server/blob/master/app/class/ipfs.class.php would make a great stand alone ipfs lib
Dhole has quit [Ping timeout: 240 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
devbug has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
inconshreveable has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
cemerick has quit [Ping timeout: 244 seconds]
devbug has joined #ipfs
zeroish has quit [Ping timeout: 260 seconds]
ygrek has quit [Ping timeout: 264 seconds]
jinxz1 has joined #ipfs
jinxz has quit [Ping timeout: 260 seconds]
Averain has joined #ipfs
hellertime has quit [Quit: Leaving.]
crankylinuxuser has joined #ipfs
<crankylinuxuser> deltab, thank you. vagrant ssh worked
Averain has quit [Quit: leaving]
r04r is now known as zz_r04r
tmg has quit [Ping timeout: 240 seconds]
tmg has joined #ipfs
<lgierth> thefinn93: did that ipfs-update download work in the end?
<lgierth> at what time was that?
<lgierth> the timestamp in the log looks off
<thefinn93> I think so, I'll check
<thefinn93> Timestamp should be around the time I linked it
<thefinn93> Maybe a different time zone
<thefinn93> Idk what to that servers in
<lgierth> :)
<lgierth> the one in hawaii?
ygrek has joined #ipfs
<thefinn93> i doubt it
<thefinn93> date
<thefinn93> Fri 25 Mar 04:19:26 CET 2016
<thefinn93> looks like i have no timestamp logs
<lgierth> ah ok so it wasn't actually that long ago lol
<thefinn93> but the download finished
<lgierth> my time sense is off today
<thefinn93> so now that it's installed, how do i use it?
<thefinn93> it keeps thowing errors, which i suspect is more about me doing it wrong than it being broken
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<lgierth> ummm
<lgierth> computer says no
<lgierth> good errors?
<lgierth> mmh i know what it is
<thefinn93> similar error on my laptop, but slightly different
<thefinn93> ERROR: Failed to query versions: could not resolve name.
wiedi has quit [Read error: Connection reset by peer]
<lgierth> yeah it queries dist.ipfs.io and the respective object only exists on v04x...
ygrek has quit [Remote host closed the connection]
<thefinn93> ah
<lgierth> i've put my best guy on it
Dhole_ is now known as Dhole
devbug has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Shibe has quit [Ping timeout: 276 seconds]
devbug has joined #ipfs
devbug has quit [Client Quit]
Boomerang has quit [Ping timeout: 264 seconds]
multivac has quit [Ping timeout: 250 seconds]
Shibe has joined #ipfs
fingertoe has joined #ipfs
calavera has joined #ipfs
tmg has quit [Ping timeout: 248 seconds]
tmg has joined #ipfs
devbug has joined #ipfs
devbug_ has joined #ipfs
Not_ has joined #ipfs
devbug has quit [Ping timeout: 240 seconds]
Not_ has quit [Quit: Leaving]
clownpriest has joined #ipfs
inconshreveable has quit [Remote host closed the connection]
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
inconshreveable has joined #ipfs
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
computerfreak has quit [Remote host closed the connection]
wiedi has joined #ipfs
m4nu has quit [Ping timeout: 244 seconds]
manu has joined #ipfs
chris6131 has quit [Quit: Leaving.]
ggp0647 has quit [Ping timeout: 264 seconds]
ggp0647 has joined #ipfs
ygrek has joined #ipfs
Akaibu has joined #ipfs
wiedi has quit [Read error: Connection reset by peer]
inconshreveable has quit [Read error: No route to host]
inconshreveable has joined #ipfs
ygrek has quit [Ping timeout: 268 seconds]
lysobit has quit [Ping timeout: 240 seconds]
lysobit has joined #ipfs
kaiza has joined #ipfs
chriscool1 has joined #ipfs
<whyrusleeping> I wrote an experimental tool for taking objects on the 0.4.0 network and putting them on your 0.3.11 node
<whyrusleeping> its really rough, don't expect much, please file issues or pull requests if it breaks
<whyrusleeping> and now i sleep
reit has quit [Ping timeout: 260 seconds]
inconshreveable has quit [Ping timeout: 248 seconds]
fingertoe has quit [Remote host closed the connection]
epitron has quit [Quit: WeeChat 1.2]
pfraze has quit [Remote host closed the connection]
epitron has joined #ipfs
herzmeister has quit [Ping timeout: 244 seconds]
inconshreveable has joined #ipfs
ygrek has joined #ipfs
mildred has joined #ipfs
xeon-enouf has quit [Ping timeout: 276 seconds]
herzmeister has joined #ipfs
xeon-enouf has joined #ipfs
fleeky has quit [Ping timeout: 244 seconds]
fleeky has joined #ipfs
Senji has joined #ipfs
mildred has quit [Quit: Leaving.]
hugooconnor has quit [Ping timeout: 250 seconds]
disgusting_wall has quit [Quit: Connection closed for inactivity]
chris6131 has joined #ipfs
<haad> morning o/
<Kubuxu> \o
ylp1 has joined #ipfs
<haad> .tell dignifiedquire looks really nice! (draft-js plugins) but I've already implemented (almost) all of them :)
<haad> oh... the bot's not here :/
crankylinuxuser has quit [Ping timeout: 248 seconds]
rendar has joined #ipfs
wiedi has joined #ipfs
mildred has joined #ipfs
diocles has joined #ipfs
crankylinuxuser has joined #ipfs
multivac has joined #ipfs
<M-davidar> .ety bot
<multivac> "in Internet sense, c. 2000, short for robot." - http://etymonline.com/?term=bot
<M-davidar> .version
<multivac> M-davidar: Sopel v. 6.0.0
<M-davidar> haad: it's back
hugooconnor has joined #ipfs
hugooconnor has quit [Ping timeout: 240 seconds]
drocta has quit [Ping timeout: 250 seconds]
conway has quit [Ping timeout: 250 seconds]
fingertoe has joined #ipfs
fingerto_ has joined #ipfs
hugooconnor has joined #ipfs
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 240 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 246 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
s_kunk has joined #ipfs
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
ygrek has quit [Ping timeout: 244 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
cemerick has joined #ipfs
<haad> M-davidar: thanks!
fingertoe has joined #ipfs
<haad> .tell dignifiedquire looks really nice! (draft-js plugins) but I've already implemented (almost) all of them :)
<haad> .version
<multivac> haad: I'll pass that on when dignifiedquire is around.
<multivac> haad: Sopel v. 6.0.0
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
sahib has joined #ipfs
fingert__ has joined #ipfs
zorglub27 has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
M-35111 has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingertoe has quit [Ping timeout: 264 seconds]
M-3511 has quit [Ping timeout: 240 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 252 seconds]
oed_ has joined #ipfs
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
oed has quit [Ping timeout: 240 seconds]
multivac has quit [Ping timeout: 240 seconds]
multivac has joined #ipfs
fingert__ has quit [Ping timeout: 248 seconds]
M-3714 has quit [Ping timeout: 240 seconds]
M-3714 has joined #ipfs
fingert__ has joined #ipfs
oed_ is now known as oed
fingertoe has quit [Ping timeout: 264 seconds]
multivac has quit [*.net *.split]
wiedi has quit [*.net *.split]
Tristitia has quit [*.net *.split]
m3s has quit [*.net *.split]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
devbug_ has quit [Ping timeout: 248 seconds]
m3s has joined #ipfs
m3s has quit [Changing host]
m3s has joined #ipfs
multivac has joined #ipfs
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 268 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 260 seconds]
Tristitia has joined #ipfs
fingertoe has joined #ipfs
dignifiedquire has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
wiedi has joined #ipfs
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
wunki has joined #ipfs
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
fingerto_ has joined #ipfs
fingert__ has quit [Ping timeout: 246 seconds]
fingert__ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingert__ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
fingerto_ has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
fingertoe has quit [Ping timeout: 264 seconds]
chriscool1 has joined #ipfs
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 260 seconds]
reit has joined #ipfs
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 246 seconds]
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 240 seconds]
palkeo has joined #ipfs
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
<daviddias> haad dignifiedquire what is draft-js?
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
<dignifiedquire> daviddias: magic
<multivac> dignifiedquire: 2016-03-25 - 09:29:56 <haad> tell dignifiedquire looks really nice! (draft-js plugins) but I've already implemented (almost) all of them :)
<dignifiedquire> daviddias: haad https://facebook.github.io/draft-js/
fingerto_ has joined #ipfs
<daviddias> ahaha
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
<daviddias> TIL that mocha will reach a 'mocha.opts' file in the tests folder and grab those opts
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 244 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 246 seconds]
fingertoe has joined #ipfs
<ipfsbot> [go-ipfs] MichaelMure opened pull request #2502: correct import in fuse tests (master...fix_fuse_test) https://git.io/vah1s
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fingertoe has joined #ipfs
fingert__ has quit [Ping timeout: 244 seconds]
<tmg> I think anyone building IPFS from source will be smart enough to type `make deps` before typing `make build|install`; the gx make prerequisites need to be smarter, but I am too dumb to work out how to make them smarter
cblgh has quit [Quit: Lost terminal]
<ipfsbot> [go-ipfs] MichaelMure opened pull request #2503: clean deprecated Key.Pretty() (master...pretty) https://git.io/vah15
fingert__ has joined #ipfs
fingerto_ has quit [Ping timeout: 264 seconds]
<dignifiedquire> daviddias: ping
<daviddias> dignifiedquire: pong
<dignifiedquire> daviddias started consolidating https://github.com/ipfs/community/pull/112/files
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
hellertime has joined #ipfs
fingertoe has joined #ipfs
IlanGodik has joined #ipfs
fingert__ has quit [Ping timeout: 264 seconds]
chriscool1 has quit [Ping timeout: 276 seconds]
<daviddias> dignifiedquire: doesn't emacs do line wrapping?
fingert__ has joined #ipfs
<dignifiedquire> markdown = code => I wrap it
<dignifiedquire> yes emacs does auto line wrapping but I strongly dislike it
<dignifiedquire> so when I write anything it's wrapped, also it make commenting on git diffs much easier as you can only comment per line
fingerto_ has quit [Ping timeout: 244 seconds]
chriscool1 has joined #ipfs
<daviddias> it is just that in text, it is annoying to be constantly moving words to fix this manual line wrapping
<daviddias> well, git now highlights words too
<daviddias> github, I mean
<dignifiedquire> can't your editor do that manually :P
<dignifiedquire> *autmatically
chriscool1 has quit [Read error: Connection reset by peer]
<daviddias> figure how to wrap it the best way?
chriscool1 has joined #ipfs
fingerto_ has joined #ipfs
<dignifiedquire> automatically insert new lines
<daviddias> this way, you are also assuming that everyone reads with the same line lengths as you
<daviddias> but oh well
<dignifiedquire> lol
fingertoe has quit [Ping timeout: 264 seconds]
<dignifiedquire> I already tried to add a markdown linter to force line breaks :D
<dignifiedquire> but I was shut down and was told it's personal preference
<dignifiedquire> ;)
fingertoe has joined #ipfs
cemerick has quit [Ping timeout: 252 seconds]
fingert__ has quit [Ping timeout: 264 seconds]
<daviddias> it really is :)
fingert__ has joined #ipfs
<dignifiedquire> but you know, my personal preference is more right than yours :P
fingerto_ has quit [Ping timeout: 264 seconds]
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fingertoe has joined #ipfs
rawtaz_ is now known as rawtaz
fingert__ has quit [Ping timeout: 264 seconds]
fingert__ has joined #ipfs
<daviddias> ahaha
fingerto_ has quit [Ping timeout: 244 seconds]
fingertoe has quit [Ping timeout: 246 seconds]
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
fingertoe has joined #ipfs
chriscool1 has quit [Read error: Connection reset by peer]
fingert__ has quit [Ping timeout: 244 seconds]
chriscool1 has joined #ipfs
<daviddias> btw dignifiedquire , just saw this https://twitter.com/babeljs/status/713125243770970112 was suprised of babel mocking itself
<dignifiedquire> :D
<dignifiedquire> yeah saw it as well, pretty true
fingerto_ has joined #ipfs
fingertoe has quit [Ping timeout: 264 seconds]
fingerto_ has quit [Ping timeout: 276 seconds]
hugooconnor has quit [Ping timeout: 248 seconds]
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
cemerick has joined #ipfs
<daviddias> ahahah shia surprise!
rmi7 has quit [Max SendQ exceeded]
computerfreak has joined #ipfs
rmi7 has joined #ipfs
cemerick has quit [Ping timeout: 248 seconds]
Encrypt has joined #ipfs
zorglub27 has quit [Ping timeout: 244 seconds]
Magik6k has quit [Excess Flood]
Magik6k has joined #ipfs
Magik6k has quit [Excess Flood]
zorglub27 has joined #ipfs
Magik6k has joined #ipfs
computerfreak has quit [Quit: Leaving.]
reit has quit [Ping timeout: 252 seconds]
TX001 has joined #ipfs
TX001 has left #ipfs [#ipfs]
zoobab has joined #ipfs
<zoobab> hi
<zoobab> is it possible to mirror openwrt packages in ipfs without changing the Packages file?
<zoobab> Juan presented the example of an openwrt repo at last WBM:
hugooconnor has joined #ipfs
hugooconnor has quit [Ping timeout: 244 seconds]
Oatmeal has quit [Ping timeout: 248 seconds]
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
chriscool1 has quit [Client Quit]
chriscool1 has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
computerfreak has joined #ipfs
Oatmeal has joined #ipfs
clownpriest has joined #ipfs
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 248 seconds]
maxlath is now known as zorglub27
_rht has joined #ipfs
sahib has quit [Ping timeout: 268 seconds]
zz_r04r is now known as r04r
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fiatjaf has joined #ipfs
inconshreveable has quit [Remote host closed the connection]
treaki has joined #ipfs
hugooconnor has joined #ipfs
hugooconnor has quit [Ping timeout: 252 seconds]
inconshreveable has joined #ipfs
fiatjaf has quit [Ping timeout: 264 seconds]
Encrypt has quit [Quit: Quitte]
<dignifiedquire> noffle: I sent you the wrong link yesterday, this is what I meant http://prosemirror.net
chriscool2 has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
chriscool2 has quit [Client Quit]
chriscool1 has joined #ipfs
<haad> dignifiedquire: I'm thinking to implement "snippets" to Orbit, similar to what Slack has, for proper multiline editing etc. Maybe I can use draft-js for that, along with those plugins...
TheWhisper_ is now known as TheWhisper
Boomerang has joined #ipfs
<haad> dignifiedquire: or next up on my todo is something like blogs/forums/twitter, draftjs would be perfect for that!
M-juduan has joined #ipfs
inconshreveable has quit [Remote host closed the connection]
chriscool2 has joined #ipfs
chriscool1 has quit [Client Quit]
inconshreveable has joined #ipfs
inconshreveable has quit [Remote host closed the connection]
fiatjaf has joined #ipfs
chriscool2 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
chriscool1 has quit [Client Quit]
fiatjaf has quit [Ping timeout: 244 seconds]
clownpriest has joined #ipfs
<clownpriest> hey, is there any work being done on indexing the ipfs network? for some search engine functionality?
<dignifiedquire> haad: :) also look at prosemirror, it's from the guy who worte codemirro so I have high hopes about it
fiatjaf has joined #ipfs
Looking has joined #ipfs
fiatjaf has quit [Ping timeout: 260 seconds]
hugooconnor has joined #ipfs
hugooconnor has quit [Ping timeout: 244 seconds]
kseistrup has quit [Quit: bbl]
hellertime has quit [Quit: Leaving.]
<daviddias> Really great analysis on the state of crypto and why everyone has an good reason to use 'boring crypto' http://www.metzdowd.com/pipermail/cryptography/2016-March/028824.html
maxlath has joined #ipfs
_Vi has joined #ipfs
zorglub27 has quit [Ping timeout: 260 seconds]
maxlath is now known as zorglub27
kseistrup has joined #ipfs
hugooconnor has joined #ipfs
fiatjaf has joined #ipfs
M-alri has joined #ipfs
hugooconnor has quit [Ping timeout: 264 seconds]
fingertoe has joined #ipfs
<_Vi> Can IPFS "mirror" existing directory without duplicating all data in IPFS's local storage?
hellertime has joined #ipfs
cemerick has joined #ipfs
<daviddias> _Vi: not quite
fiatjaf has quit [Ping timeout: 276 seconds]
<daviddias> because if we don't store the data inside the IPFS repo
<daviddias> ipfs would have to hash everything again and again till it finds the hash you would be requesting from it
fingerto_ has joined #ipfs
<_Vi> Is it a good idea to have Nginx serving published files from go-ipfs FUSE mount?
<_Vi> I.e. move published files from plain directory to IPFS while continuing to serve them also as regular HTTP.
<_Vi> Can it be DoS'able or resourse hungry or insecure?
voxelot has joined #ipfs
<Boomerang> Instead of using nginx you can use the ipfs daemon to serve the files over http. There's a cool DNS trick you can use to make your content easily accessible. The DNS trick is explained at the bottom of the readme here https://github.com/diasdavid/ipscend
fingertoe has quit [Ping timeout: 260 seconds]
herzmeister has quit [Quit: Leaving]
<_Vi> How stable is IPFS? Is deploying it and leaving unattended (or automatically updated from a debian repository) for a year a good idea?
herzmeister has joined #ipfs
disgusting_wall has joined #ipfs
pfraze has joined #ipfs
<thefinn93> there's a debian reposityr for it?
<_Vi> I don't know. It may be good idea to have a Debian/Ubuntu repository for IPFS inside IPFS itself (with access over ipfs.io/ipfs/)
<_Vi> Now I'm using IPFS from NixOS (go1.5-go-ipfs-2016-01-12) because of it is easy to install NixOS package into another Linux.
fiatjaf has joined #ipfs
fingertoe has joined #ipfs
fingerto_ has quit [Ping timeout: 240 seconds]
chriscool1 has joined #ipfs
fiatjaf has quit [Ping timeout: 244 seconds]
M-3725 has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid pushed 2 new commits to master: https://git.io/vajn3
<ipfsbot> js-ipfs/master 536558a nginnever: gateway tests use random ports
<ipfsbot> js-ipfs/master da0bb36 David Dias: Merge pull request #94 from nginnever/master...
Encrypt has joined #ipfs
hellertime has quit [Quit: Leaving.]
<noffle> dignifiedquire: thanks!
fiatjaf has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
hellertime has joined #ipfs
<noffle> good morning yall
hugooconnor has joined #ipfs
fiatjaf has quit [Ping timeout: 268 seconds]
<Boomerang> good morning noffle :)
inconshreveable has joined #ipfs
<_Vi> Has anyone tried using IPFS as root filesystem?
hugooconnor has quit [Ping timeout: 252 seconds]
Looking has quit [Ping timeout: 244 seconds]
<_Vi> Does pinning ID of one node in another node count as backing it up? Will new/deleted files be propagated?
Encrypt has quit [Remote host closed the connection]
Encrypt has joined #ipfs
<Bat`O> _Vi: there was some experiment to boot to an ipfs root filesystem
reit has joined #ipfs
Encrypt has quit [Quit: Quitte]
ylp1 has quit [Quit: Leaving.]
pfraze has quit [Remote host closed the connection]
ylp has quit [Ping timeout: 260 seconds]
fiatjaf has joined #ipfs
<ipfsbot> [go-ipfs] mrshu opened pull request #2504: install: Improve linux ipfs install script (master...mrshu/linux-install-script) https://git.io/vajBZ
<voxelot> daviddias: ping
<daviddias> voxelot: pong
<voxelot> finishing adding buffer support to is-ipfs
<daviddias> awsm :D
<dignifiedquire> good morning noffle
<voxelot> is it correct that the only time we would receive a buffer is of just a multihash (key) but never a /ipfs/multihash (path)
<voxelot> or can a bs58 encoded proto be a path too
<daviddias> yes for the first question.
<daviddias> what is a b58 encoded proto?
<voxelot> Qm
<voxelot> ?
<daviddias> Qm is a b58 encoded multihash
<daviddias> (that uses sha-256)
<voxelot> ohh right, protobufs are for objects not the multihash
fiatjaf has quit [Ping timeout: 260 seconds]
<daviddias> b58(multihash(protobuf, sha-256)) === 'Qm....'
<daviddias> exactly
<voxelot> yup
<voxelot> so is-ipfs tests (multihash, ipfs, ipns) i will only add buffer to multihash
ipfsrocks has joined #ipfs
Wolf480pl has quit [Ping timeout: 268 seconds]
<_Vi> I picked random peer name from "ipfs swarm peers" and tried listing files from it using FUSE mountpoint. It hung. Now it hangs any request to the mountpoint. Bug?
kaiza has quit [Ping timeout: 250 seconds]
mildred has quit [Quit: Leaving.]
ylp has joined #ipfs
<_Vi> Are IPFS addresses always begin with Qm?
<noffle> _Vi: there may be some confusion. You can't mount another node, nor can you list another peer's files.
Aeonwaves is now known as Aerides
<noffle> check out ipfs mount --help
Mendoza6688 has joined #ipfs
pfraze has joined #ipfs
Wolf480pl has joined #ipfs
kaiza has joined #ipfs
ylp has quit [Ping timeout: 264 seconds]
Looking has joined #ipfs
selfsame has joined #ipfs
calavera has joined #ipfs
sahib has joined #ipfs
<achin> part of the confusion is that peer names and file hashes are indistinguishable
<_Vi> noffle, My I obviously can issue `ls /ipfs/QmWhateverIWant` command.
<_Vi> IPFS mountpoint was mounted with `ipfs daemon --mount`
<noffle> yeah, it's important to consider the full multiaddr for context (/ipfs/Qmfoobar refers to a merkle dag on ipfs, whereas /ip4/ip-addr/tcp/4001/... is an end point)
<noffle> _Vi: you can 'ls' /ipfs and /ipns paths, but not peers
<_Vi> I copied the address from end point address and tried listing its files by `ls /ipfs/Qm...`. I expected to see something like "Permission denied" or the list of files published by that node.
<noffle> _Vi: alas, it's impossible for IPFS to know that some random hash (Qmfoobar..) is a peer ID or a hash of content -- they look the same, so IPFS will keep on trying to find some object on the network that hashes to that
<noffle> The frustration there makes sense, though. PeerIDs looking indistinguishable is confusing.
fiatjaf has joined #ipfs
bsm117532 has joined #ipfs
ylp has joined #ipfs
<achin> i do belive there is a timeout period, though
<achin> eventually the ipfs daemon will stop looking
<Looking> ok I will change my nick
tmg has quit [Ping timeout: 244 seconds]
Looking is now known as protocol_under
selfsame has quit [Quit: WeeChat 1.4]
<whyrusleeping> lol
<achin> :D
<whyrusleeping> protocol_under: the ipfs daemon is going to stop you
mrshu has joined #ipfs
<achin> beware!
<whyrusleeping> your dastardly plans will never succeed!
<achin> ipfs saves the day, yet again
<noffle> daviddias: do we have a generic js-ipfs-api module? unfortunately ipfs/js-ipfs-api is an HTTP impl; we need something that implements the IPFS Node API that we could plug many impls into (core node, http, cli, etc) -- whyrusleeping and I explored this for Go a bit last year
<daviddias> what would be a use case?
<noffle> it's an interface, so you could write an app that doesn't care if you're talking to an ephemeral IPFS node you spun up, or a local daemon, or something else
<noffle> IPFS apps should talk to the IPFS Node API, not an impl
<noffle> especially when js-ipfs works in the browser and js-ipfs-http apps want to use their own node
<noffle> it'd be seamless
MahaDev has quit [Ping timeout: 264 seconds]
<daviddias> well
<daviddias> with the exception of things like init and daemon
<daviddias> js-ipfs-api module and ipfs-core should expose the same interface
<daviddias> right now there are some lil differences, because js-ipfs-api was built ad-hoc and the ipfs core api was never standardized
<daviddias> and that is why we have code inside the js-ipfs-cli that checks if it is using js-ipfs-api or ipfs-core directly
<daviddias> but I would argue if the function has the same name and same purpose, should behave the same way
hugooconnor has joined #ipfs
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<noffle> but today that isn't 100% true
<noffle> so we need to make that so
<noffle> they all vary here and there
<noffle> so there's a need for a well defined interface
<daviddias> exactly
<daviddias> I haven't pushed that strongly, since there is no actual spec for the ipfs core api yet and imposing stuff on js-ipfs-api would breaking changes for the apps that use it
<noffle> abstract-ipfs-api or whatever, with a good test suite
<daviddias> let's get a good spec for the core-api
<daviddias> taking it from the go-ipfs
<noffle> yesyesyes
<daviddias> and translating it to JS land
<daviddias> :D
clownpriest has joined #ipfs
<noffle> no init or daemon, but it should be possible to do something like 'var ipfsApi = require('ipfs-ephemeral-node').create().daemon()' and get back an IPFS API interface
<noffle> or do 'require('ipfs-http-api').connect('http://localhost:9090')' and get the same interface
mrshu has left #ipfs ["WeeChat 0.4.2"]
<noffle> this is sooo important, because there'll soon be tons of IPFS apps and modules, and it's critical they all share an interface that lets impl swap-outs
<daviddias> yep
hugooconnor has quit [Ping timeout: 276 seconds]
<daviddias> and the test suite could be broken into parts
<daviddias> because there might be implementations that only have the object api, but don't care about unixfs for example
<noffle> right
<daviddias> or things that come from libp2p, etc
MahaDev has joined #ipfs
<daviddias> If we get that core-api spec, that we can be more confortable enforcing it both on ipfs-core and js-ipfs-api
<noffle> just flesh this out and write an ipfs-node-api module
<noffle> or ipfs-core-api
<daviddias> yep, that one
<daviddias> (the second one)
<noffle> agreed
wiedi has left #ipfs ["^C"]
<noffle> I'm not too worried about changes to js-ipfs-api breaking people; that's what semver is for
<shadoxx> morning all
fiatjaf has quit [Ping timeout: 240 seconds]
<noffle> shadoxx: o/
<noffle> daviddias: whyrusleeping: ^
_Vi has quit [Ping timeout: 244 seconds]
<daviddias> awsm :D
akkad has quit [Quit: Emacs must have died]
<shadoxx> Anyone up for helping me work out the kinks of my Vagrant branch before I make a pull request?
<shadoxx> It probably won't be finalized until the weekend. I'm gonna add ASCII art for IPFS and stuff. But I want to make sure the technical aspect is down before I start adding bling.
s_kunk has quit [Ping timeout: 260 seconds]
ygrek has joined #ipfs
<dignifiedquire> shadoxx: what exactly does your vagrant branch do?
fiatjaf has joined #ipfs
kaiza has quit [Ping timeout: 248 seconds]
reit has quit [Ping timeout: 276 seconds]
fiatjaf has quit [Ping timeout: 276 seconds]
<ipfsbot> [js-ipfs] noffle opened pull request #97: removes --force (master...no-force) https://git.io/vajXt
hugooconnor has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping closed pull request #2493: clean up dependencies (master...feat/deps-cleanup) https://git.io/va7CA
<shadoxx> dignifiedquire: it spins up a self contained development environment from 'master'
ylp has quit [Read error: Connection reset by peer]
<shadoxx> installs all the dependencies and makes a clean copy of ipfs
<shadoxx> It's based on Ubuntu 14.04 LTS 64bit
ylp has joined #ipfs
hugooconnor has quit [Ping timeout: 260 seconds]
jaboja has joined #ipfs
fiatjaf has joined #ipfs
zootella has joined #ipfs
zorglub27 has quit [Ping timeout: 248 seconds]
zootella has quit [Client Quit]
fiatjaf has quit [Ping timeout: 268 seconds]
<ipfsbot> [go-ipfs] whyrusleeping deleted feat/deps-cleanup at e9b1fe4: https://git.io/vajyS
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ipfsrocks has quit [Ping timeout: 250 seconds]
<voxelot> xicombd: hope you don't mind, made a few edits to is-ipfs https://travis-ci.org/xicombd/is-ipfs/jobs/118532270
mildred has joined #ipfs
zorglub27 has joined #ipfs
<voxelot> xicombd: wrong link https://github.com/xicombd/is-ipfs/pull/5
<ipfsbot> [go-ipfs] RichardLitt created feature/edit-changelog (+1 new commit): https://git.io/vajH9
<ipfsbot> go-ipfs/feature/edit-changelog fd382a8 Richard Littauer: Small edits...
<ipfsbot> [go-ipfs] RichardLitt opened pull request #2505: Small edits (v0.4.0-changelog...feature/edit-changelog) https://git.io/vajH7
fiatjaf has joined #ipfs
Encrypt has joined #ipfs
geir_ has joined #ipfs
Encrypt_ has joined #ipfs
Encrypt has quit [Ping timeout: 248 seconds]
fiatjaf has quit [Ping timeout: 250 seconds]
<geir_> Hi! Is it possible to have mutable object's in ipfs? Or do you have to replace the whole file if you make a change?
protocol_under has quit [Ping timeout: 250 seconds]
<noffle> geir_: IPFS objects are immutable. However, if you replace one node in the tree then you don't need to replace its children as well
<noffle> and using techniques like rabin fingerprinting (https://en.wikipedia.org/wiki/Rabin_fingerprint) you can deduplicate on the content level per-file
<multivac> KeyError: u'extract' (file "/usr/local/lib/python2.7/dist-packages/sopel/modules/wikipedia.py", line 91, in mw_snippet)
<geir_> noffle: Thanks, I'll check it out :)
computerfreak has quit [Remote host closed the connection]
fiatjaf has joined #ipfs
s_kunk has joined #ipfs
hugooconnor has joined #ipfs
<Boomerang> Is davidar (M-davidar ?) around by any chance? I'd love to talk about the ipfs api implementation in Haskell :)
hugooconnor has quit [Ping timeout: 268 seconds]
diocles has quit [Ping timeout: 240 seconds]
Encrypt_ is now known as Encrypt
<geir_> when i run ipfs daemon, it does not start in the background. Is it suppose to be this way?
<dignifiedquire> shadoxx: nice, where can I find it?
<noffle> geir_: ipfs daemon &
<geir_> noffle: thanks
<noffle> or use whatever your OS' startup bg service is
<geir_> noffle: Works on ubuntu :)
<noffle> geir_: it'll die though if you close that terminal. you can run 'disown %1' after starting it to prevent htat
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
diocles has joined #ipfs
<geir_> or use screen maybe?
<noffle> both could do the job; though it's good to understand bash process management too
<shadoxx> If you need help getting Vagrant/VirtualBox setup just let me know.
<shadoxx> But you should just need to do 'vagrant up' in the root once you check it out
<geir_> noffle: Thansl
ipfsrocks has joined #ipfs
fiatjaf has quit [Ping timeout: 244 seconds]
clownpriest has joined #ipfs
<ipfsbot> [js-ipfs] noffle opened pull request #98: moves temp-repo creation into its own module (master...tests-setup-teardown) https://git.io/vVeeG
Looking has joined #ipfs
Looking has quit [Remote host closed the connection]
<geir_> One more question, if you have time :) I'm running ipfs inside docker with docker run -d -i -t -p 127.0.0.1:5001:5001 -p 127.0.0.1:8080:8080 ubuntu /bin/bash
<geir_> but I cant access http://127.0.0.1:5001/webui Any ideas? Or is it a docker issue?
<ipfsbot> [go-ipfs] MichaelMure opened pull request #2506: Add out of range (master...add_out_of_range) https://git.io/vVeJB
Mendoza6688 has quit [Ping timeout: 250 seconds]
<ipfsbot> [js-ipfs-api] dignifiedquire created greenkeeper-eslint-2.5.0 (+1 new commit): https://git.io/vVeJM
<ipfsbot> js-ipfs-api/greenkeeper-eslint-2.5.0 83c4686 greenkeeperio-bot: chore(package): update eslint to version 2.5.0...
<noffle> geir_: I'm not familiar with docker; maybe whyrusleeping or dignifiedquire
chrisdickinson_ is now known as chrisdickinson
fiatjaf has joined #ipfs
<geir_> noffle: I'll ask in #docker as well to see if it's a docker issue
<shadoxx> geir_: not sure if Docker is just because you wanted to use Docker, but if you're just trying to use it and develop with it, vagrant is much nicer
<geir_> shadoxx: I'm using docker to run ipfs in a container. Docker is more light weight then vagrant (which is a wm i think)
<shadoxx> wm as in window manager?
<geir_> ups VM :)
<shadoxx> ;]
fiatjaf has quit [Ping timeout: 244 seconds]
kaiza has joined #ipfs
_rht has quit [Quit: Connection closed for inactivity]
<dignifiedquire> he means vm probably
<ipfsbot> [js-ipfs-api] dignifiedquire deleted greenkeeper-eslint-2.5.0 at 83c4686: https://git.io/vVeTi
<dignifiedquire> docker is only more lightweight if you are on a unix distribution that has native docker support
<dignifiedquire> for me running docker on os x still requires a vm
<geir_> I'm on ubuntu :)
fingerto_ has joined #ipfs
Boomerang has quit [Remote host closed the connection]
Boomerang has joined #ipfs
hugooconnor has joined #ipfs
<geir_> now it workes :)
fingertoe has quit [Ping timeout: 248 seconds]
ugjka has quit [Remote host closed the connection]
hugooconnor has quit [Ping timeout: 260 seconds]
ugjka has joined #ipfs
calavera has joined #ipfs
fingerto_ has quit [Read error: Connection reset by peer]
fingertoe has joined #ipfs
<lgierth> gonna have ipfs-update working for you in a bit
fiatjaf has joined #ipfs
hellertime has quit [Quit: Leaving.]
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<thefinn93> cool :)
Aerides is now known as Aeonwaves
fiatjaf has quit [Read error: No route to host]
calavera has joined #ipfs
ygrek has quit [Ping timeout: 276 seconds]
<lgierth> daviddias: registry-mirror doesn't produce a unixfs-dir eh?
<daviddias> lgierth: it uses the files API
rendar has quit [Ping timeout: 268 seconds]
<daviddias> so it is unixfs all over the place
<lgierth> https://ipfs.io/ipns/QmZY7MtK8ZbG1suwrxc7xEYZ2hQLf1dAWPRHhjxC8rjq8E this one offers me something for download
<lgierth> still trying to figure out what it is heh
<daviddias> lgierth: it is a hack to overcome the lack of sharding
<daviddias> since the /npm-registry node is larger than the max transfer size
<daviddias> we get that block, add it to ipfs (so it gets chunked) and then reconstruct it again in the other side
<lgierth> i see ok
TheWhisper has quit [Read error: Connection reset by peer]
rendar has joined #ipfs
fiatjaf has joined #ipfs
TheWhisper has joined #ipfs
Encrypt has quit [Quit: Quitte]
zorglub27 has quit [Ping timeout: 240 seconds]
calavera has quit [Read error: Connection reset by peer]
ylp has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
fiatjaf has quit [Ping timeout: 260 seconds]
chris6131 has quit [Quit: Leaving.]
calavera has joined #ipfs
<dignifiedquire> daviddias: going to take a lovely look at registry mirror :)
fingerto_ has joined #ipfs
computerfreak has joined #ipfs
fingertoe has quit [Ping timeout: 244 seconds]
fiatjaf has joined #ipfs
clownpriest has quit [Quit: Textual IRC Client: www.textualapp.com]
hugooconnor has joined #ipfs
calavera has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
computerfreak has quit [Remote host closed the connection]
calavera has joined #ipfs
hugooconnor has quit [Ping timeout: 252 seconds]
Arakela007 has joined #ipfs
calavera has quit [Ping timeout: 252 seconds]
fiatjaf has quit [Ping timeout: 248 seconds]
cemerick has quit [Ping timeout: 260 seconds]
ipfsrocks has quit [Ping timeout: 246 seconds]
metacoin has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
ygrek has joined #ipfs
leer10 has joined #ipfs
ylp has joined #ipfs
zorglub27 has joined #ipfs
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 248 seconds]
maxlath is now known as zorglub27
<lgierth> whyrusleeping: trying to go get levart-emit, getting 6x package gx/ipfs/Qmfoobar/thepackage: directory "/and/so/on" is not using a known version control system
<lgierth> i guess it just needs to be gxified?
fiatjaf has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping deleted feature/edit-changelog at fd382a8: https://git.io/vVeWf
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
chriscool2 has joined #ipfs
chriscool1 has quit [Client Quit]
fiatjaf has quit [Ping timeout: 276 seconds]
ylp has quit [Ping timeout: 260 seconds]
ylp has joined #ipfs
chriscool2 has quit [Read error: No route to host]
chriscool1 has joined #ipfs
chriscool1 has quit [Client Quit]
ugjka has quit [Ping timeout: 244 seconds]
chriscool1 has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/vVe4u
<ipfsbot> go-ipfs/master c88e46c Michael Muré: clean deprecated Key.Pretty()...
<ipfsbot> go-ipfs/master 18da0a4 Jeromy Johnson: Merge pull request #2503 from MichaelMure/pretty...
ylp has quit [Ping timeout: 260 seconds]
jinxz1 has quit [Quit: Leaving.]
fiatjaf has joined #ipfs
hugooconnor has joined #ipfs
nuun is now known as afternuun
hugooconnor has quit [Ping timeout: 244 seconds]
fiatjaf has quit [Ping timeout: 268 seconds]
flobs has quit [Quit: Lost terminal]
ylp has joined #ipfs
Raptus has joined #ipfs
leer10 has quit [Read error: Connection reset by peer]
gordonb has joined #ipfs
fiatjaf has joined #ipfs
elsehow has quit [Remote host closed the connection]
crankylinuxuser has quit [Ping timeout: 260 seconds]
<dansup> Igel_, yo
chriscool1 has quit [Ping timeout: 248 seconds]
fiatjaf has quit [Ping timeout: 248 seconds]
mildred has quit [Ping timeout: 246 seconds]
lachenmayer_ is now known as lachenmayer
hjoest has joined #ipfs
<ipfsbot> [js-ipfs-api] dignifiedquire created greenkeeper-eslint-2.5.1 (+1 new commit): https://git.io/vVegF
<ipfsbot> js-ipfs-api/greenkeeper-eslint-2.5.1 9883a8a greenkeeperio-bot: chore(package): update eslint to version 2.5.1...
GonZo2000 has joined #ipfs
GonZo2000 has quit [Changing host]
GonZo2000 has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
jaboja has quit [Ping timeout: 250 seconds]
<ipfsbot> [js-ipfs-api] dignifiedquire deleted greenkeeper-eslint-2.5.1 at 9883a8a: https://git.io/vVe2y
<whyrusleeping> lgierth: oh, thats normal
IlanGodik has quit [Quit: Connection closed for inactivity]
<whyrusleeping> i would just drop the `-u`
Encrypt has joined #ipfs
fiatjaf has joined #ipfs
ylp has joined #ipfs
devbug has joined #ipfs
ylp has quit [Ping timeout: 260 seconds]
mkelly has joined #ipfs
fiatjaf has quit [Ping timeout: 244 seconds]
hugooconnor has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
tlevine has joined #ipfs
protocol_under has joined #ipfs
hugooconnor has quit [Ping timeout: 244 seconds]
dlight has joined #ipfs
ylp has joined #ipfs
jaboja has joined #ipfs
fiatjaf has joined #ipfs
herzmeister has quit [Quit: Leaving]
<Raptus> what is actually stored in the datastore?
herzmeister has joined #ipfs
<Raptus> like my local path
<Raptus> line in my*
<Raptus> like* :@
<Boomerang> I think it's everything that you have pinned (whenever you add, or pin something)
M-Ivan13 has joined #ipfs
<Raptus> and whatever is synced from others?
<Raptus> when I run tail log there is too much going on
<Boomerang> Ah yeah it's possible it's also used as cache for content you browse without pinning (up to 10GB if I remember well)
kerozene is now known as tay
M-Ivan13 has left #ipfs [#ipfs]
<Raptus> its kinda strange because I'm not browsing any content as of now, but the logs are just having a go
calavera has joined #ipfs
<Raptus> 'ipfs log tail' is a utility command used to read log output as it is written.
Arakela007 has quit [Remote host closed the connection]
<whyrusleeping> Raptus: log tail is printing everything that is happening that involves your node
<Raptus> aah thanks
<whyrusleeping> including other nodes looking for things, your node connecting to other peers
<whyrusleeping> and your node broadcasting out what info it has
<whyrusleeping> admittedly, its pretty chatty
fiatjaf has quit [Ping timeout: 248 seconds]
<Raptus> is there any way for me to list what I have?
<Raptus> haha yeah you can say that :P
<Boomerang> It'd be nice to have several levels of verbosity for "ipfs log tail"
<Raptus> yes
<Raptus> not just what I have added, but also what the client has synced over to me as a part of the swarm or whatever
<whyrusleeping> I use a tool called `jq` to filter the logs
<whyrusleeping> its like sed and grep for json
<whyrusleeping> but built-in verbosity and filtering is planned
<Kubuxu> unfortunately I don't think there is severity field in the `log tail`
<Kubuxu> if there was it would be much easier
<whyrusleeping> Yeah, events arent really more or less severe than others
<whyrusleeping> its just a list of things that are happening
chriscool1 has joined #ipfs
<Kubuxu> also `log tail` uses Hyperboria's favorite format, line separated JSON. :p
<whyrusleeping> ndjson!
<Kubuxu> most events should be 'trace' level but some of them might be more important
<Kubuxu> like "I finished this command" might be on 'info' level
hugooconnor has joined #ipfs
leer10 has joined #ipfs
chriscool1 has quit [Ping timeout: 244 seconds]
fiatjaf has joined #ipfs
ipfsrocks has joined #ipfs
gordonb has quit [Quit: gordonb]
gordonb has joined #ipfs
<ipfsbot> [webui] greenkeeperio-bot opened pull request #303: Update eslint to version 2.5.1
gordonb has quit [Client Quit]
gordonb has joined #ipfs
palkeo has quit [Quit: Konversation terminated!]
gordonb has quit [Client Quit]
crankylinuxuser has joined #ipfs
gordonb has joined #ipfs
inconshreveable has quit [Read error: Connection reset by peer]
gordonb has quit [Client Quit]
inconshreveable has joined #ipfs
dlight has quit [Quit: Leaving]
gordonb has joined #ipfs
leer10 has quit [Remote host closed the connection]
fiatjaf has quit [Ping timeout: 248 seconds]
voxelot has quit [Ping timeout: 276 seconds]
fingerto_ has quit [Remote host closed the connection]