<lgierth>
whyrusleeping: this is a little daemon so that it keeps republishing right?
<whyrusleeping>
uhhhh
<whyrusleeping>
no
<whyrusleeping>
its a one time publish currently
<whyrusleeping>
like i said, its really early
<whyrusleeping>
but it works pretty well
r04r is now known as zz_r04r
<aaaaaaaaa____>
whyrusleeping: just trying o understand applications: could one keep generating new keys and also generating multiple ipns entries? (instead of being limited to only publishing your node id)
<jbenet>
whyrusleeping: great!! :) -- would be nice to have a little repub server too
patcon_ has quit [Ping timeout: 240 seconds]
<lgierth>
but oh well i figure it can run as a cronjob haha
patcon_ has joined #ipfs
patcon_ has quit [Ping timeout: 264 seconds]
<ipfsbot>
[go-ipfs] lgierth created docker-auto-builds (+1 new commit): https://git.io/vgW2J
<ipfsbot>
go-ipfs/docker-auto-builds e59dc8e Lars Gierth: docker: move to ipfs/go-ipfs image name...
disgusting_wall has quit [Quit: Connection closed for inactivity]
aquilax has quit [Ping timeout: 252 seconds]
voldial has joined #ipfs
<rhalff>
just watched a video on ipfs, wondering if many people hash the same contents whether it will eventually be one unique piece of data in the network.
<rhalff>
or will there be thousand blobs of the same contents with different ids?
<voldial>
uri's are a subset of NURI's (re: https://github.com/ipfs/go-ipfs/issues/1678), is it also true that iri's are a subset of NURI's? Sorry if I missed a doc, I searched the issues, that's the only thread that mentuons NURI's, and it's suprising that iri's are not mentioned
<voldial>
iri's being the unicode versions of uri's (well, except the scheme, that's ascii...)
drnet has joined #ipfs
<voldial>
rhalff: the former. that's the point of content addressing.
<haad>
noffle: great proposal! (https://github.com/ipfs/notes/issues/108), I'll take a closer look over the weekend and chip in. having implemented something similar, I'd be interested to work on that with you.
IlanGodik has joined #ipfs
<Codebird>
Qwertie: Because IPNS doesn't yet have any sort of time/sequence info. No way to revoke an entry and replace it with a new one.
<Codebird>
As a workaround, it's just been given a very short TTL.
<Codebird>
I think that's how it works, anyway.
patcon has joined #ipfs
<Codebird>
This is one of the things I'm really hoping will get done properly soon.
<spikebike>
hrmpf, on ubuntu 14.04 with go-1.5.3 I tried "go get -u github.com/ipfs/go-ipfs/cmd/ipfs" and I get a bunch of "package gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net/conn: unrecognized import path "gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net/conn""
aquilax has joined #ipfs
<spikebike>
couldn't build it, but the binary release works
<Qwertie>
Codebird, Thats pretty weird. I hope it gets fixed soon because hosting a website on ipfs is pretty shitty right now
<Kubuxu>
whyrusleeping: I was wondering if you were for or against making ipfs work in similar fashion as git or gx (running ipfs-something as `ipfs something`)
<whyrusleeping>
we have that functionality
<whyrusleeping>
but its currently whitelisted commands only
<whyrusleeping>
so 'ipfs update'
<whyrusleeping>
will call out to the ipfs-update binary
<whyrusleeping>
the thing i'm trying to avoid there is having third party extensions doing weird broken things
<whyrusleeping>
thats just for now though
<whyrusleeping>
i'm fine with the idea of opening that up
<Kubuxu>
because I already have about 5 scripts for doing various things and it would be really nice, like ipfs-size ipfs-repin and similar
<whyrusleeping>
yeah, open an issue for discussion
<whyrusleeping>
we can discuss it there
<whyrusleeping>
i think i would be fine opening that up if we had maybe a central place for all these extensions to be posted
<Kubuxu>
It would be awesome to have one place for them, in similar fashion as weechat scripts
ugjka has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
<dignifiedquire>
maybe a scripts section on ipfs distributions?
<whyrusleeping>
Kubuxu: what do you think about a config option for which 'external commands' are allowed?
<Kubuxu>
As quick solution it would be great, official extension support would be also nice.
hashcor has joined #ipfs
jon_ross has joined #ipfs
devbug has joined #ipfs
<whyrusleeping>
hrm....
devbug has quit [Ping timeout: 252 seconds]
<Kubuxu>
Is good hrm or bad hrm? :P
<Kubuxu>
When I come to think about it, IPFS is so awesome for distributing scripts and similar.
<whyrusleeping>
:D
<whyrusleeping>
yeah, it wasnt good or bad
<whyrusleeping>
just thinking of 'what could go wrong'
rendar has joined #ipfs
<Kubuxu>
Would it be possible to make aliases in gx, as now you need to know which hash you want to upgare
<whyrusleeping>
opening that up completely
<Kubuxu>
Sorry my bad it is already in
<Kubuxu>
don't even read that
<Kubuxu>
whyrusleeping: have you seen this: on ubuntu 14.04 with go-1.5.3 I tried "go get -u github.com/ipfs/go-ipfs/cmd/ipfs" and I get a bunch of "package gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net/conn: unrecognized import path "gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net/conn""
<Kubuxu>
someone reported that
<dignifiedquire>
whyrusleeping: do you never sleep :P
<Kubuxu>
Sleep is for the weak. :p
leer10 has quit [Ping timeout: 256 seconds]
<whyrusleeping>
thefuck is sleep?
<whyrusleeping>
Kubuxu: lol
<whyrusleeping>
'make install'
<whyrusleeping>
go get no longer works, as of the last PR
<Kubuxu>
Some guy reported that.
<Kubuxu>
spikebike: ^^
<whyrusleeping>
oh
<whyrusleeping>
spikebike: 'make install'
<whyrusleeping>
ATTENTION EVERYBODY: 'go get' is no longer a viable way of installing ipfs
<whyrusleeping>
we broke that because 'go get' has no decent support for vendoring external things
<dignifiedquire>
does make install still work?
<whyrusleeping>
make install works, yes
<whyrusleeping>
all of that works
<dignifiedquire>
then I'm happy
<dignifiedquire>
will test later
<whyrusleeping>
and the recommended things on the readme all work
devbug has joined #ipfs
pepesza has joined #ipfs
zorglub27 has joined #ipfs
<whyrusleeping>
dignifiedquire: the never say die volume 4 album being played quite loud is keeping me awake all night
computerfreak has joined #ipfs
Encrypt has joined #ipfs
computerfreak has quit [Remote host closed the connection]
hashcor is now known as hashcore
<spikebike>
whyrusleeping: oh, I was just following the instructions on the ipfs page
<lidel>
lgierth, would we cool if current and future releases had a tag (https://hub.docker.com/r/ipfs/go-ipfs/tags/) -- ability to quickly spawn a specific version is quite useful
<aquilax>
spikebike: does `ipfs get QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4` work for you ?
<spikebike>
no
<spikebike>
ot at least not quickly
<aquilax>
same for me, just hangs
<lidel>
lgierth, especially now that we have 0.4.x and 0.3.x mess
HastaJun has quit [Ping timeout: 252 seconds]
<whyrusleeping>
aquilax: hangs for how long?
<whyrusleeping>
its fetching dependencies from the gateways
<whyrusleeping>
i just tried it on a fresh machine and it took 49 seconds
<spikebike>
mine is still runing
<whyrusleeping>
aquilax, spikebike, i think i know what it might be
<spikebike>
(on a fast connection)
<whyrusleeping>
are you guys running an 0.3.11 daemon?
<spikebike>
nope, just downloaded the latest today
<whyrusleeping>
kill your daemon and try it again
<spikebike>
bill@kona:~/ipfs/ipfs$ ./ipfs get QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4
<spikebike>
^C
<spikebike>
^CReceived another interrupt before graceful shutdown, terminating...
<spikebike>
bill@kona:~/ipfs/ipfs$ ./ipfs version
<spikebike>
ipfs version 0.3.8-dev
<whyrusleeping>
0.3.8 dev is pretty old
<spikebike>
it's the newest binary available, (I still can't compile it)
<whyrusleeping>
yeah, thats why it took us so long to finally push it out
jon_ross has quit [Ping timeout: 248 seconds]
<spikebike>
ah, yeah, seeing many less pers
<whyrusleeping>
0.4.0 and on will only peer with 0.4.0 and future versions
<spikebike>
with make install broke, go get broke, and only 0.3 binaries available getting 0.4 is tricky
<whyrusleeping>
aquilax: run 'gx-go hook post-install $GOPATH/src/gx/ipfs/Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH'
<whyrusleeping>
looks like it skipped a step that it missed when the first install attempt failed
<spikebike>
./ipfs get QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4 finished in a few seconds, so that is good
<aquilax>
trying again
<aquilax>
this time it finished
<spikebike>
I need sleep, I'll check in later
reit has quit [Ping timeout: 240 seconds]
hashcore has quit [Read error: Connection reset by peer]
hashcore has joined #ipfs
reit has joined #ipfs
zz_r04r is now known as r04r
pfraze has joined #ipfs
Encrypt has quit [Quit: Quitte]
pierrebeaucamp has joined #ipfs
Guest62409 has joined #ipfs
elima has quit [Ping timeout: 260 seconds]
<lgierth>
lidel: the current image doesn't equal a tag
<lgierth>
lidel: but you're right, the next one *with* a git tag will also have a docker tag
<lgierth>
lidel: do you need v03x tags?
pierrebeaucamp has quit [Ping timeout: 245 seconds]
chriscool has joined #ipfs
elima has joined #ipfs
Encrypt has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
<lidel>
lgierth, I guess the tag for last v03x release would be enough
<lgierth>
ok
ianopolous has quit [Ping timeout: 240 seconds]
ipfsrocks has joined #ipfs
chris6131 has quit [Ping timeout: 264 seconds]
Encrypt has quit [Quit: Quitte]
chris6131 has joined #ipfs
pierrebeaucamp has joined #ipfs
computerfreak has joined #ipfs
rhalff has quit [Quit: Leaving]
<Kubuxu>
jbenet: any update for this legal works about Logo?
amanmangal has joined #ipfs
<daviddias>
how is everyone doing today? :)
<Kubuxu>
Great, and you?
cow_2001 has quit [Quit: Offense is taken, not given. No need to disarm the world. Just make yourself bullet proof. Sticks & stones people. Block. Unfollow. Laugh.]
cow_2001 has joined #ipfs
computerfreak has quit [Remote host closed the connection]
Tv` has joined #ipfs
voxelot has joined #ipfs
hashcore has quit [Ping timeout: 245 seconds]
mildred has joined #ipfs
ugjka has quit [Quit: Leaving]
ugjka has joined #ipfs
jfis has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jfis has joined #ipfs
silotis has quit [Remote host closed the connection]
silotis has joined #ipfs
pfraze has quit [Remote host closed the connection]
mildred has quit [Ping timeout: 260 seconds]
reit has quit [Quit: Leaving]
hashcor has joined #ipfs
hashcor is now known as hashcore
pfraze has joined #ipfs
pfraze has quit [Ping timeout: 245 seconds]
r04r is now known as zz_r04r
Not_ has joined #ipfs
<voxelot>
daviddias: ping
Encrypt_ has joined #ipfs
<ipfsrocks>
hey webui is broken right now?
lothar_m has joined #ipfs
<voxelot>
ipfsrocks: nice name :) and yeah but we are working on a better one
pfraze has joined #ipfs
<daviddias>
voxelot: pong
<voxelot>
o/ hey so i'm trying to rewrite the js-ipfs test to assert the new public key that's in the id command now
<voxelot>
but for some reason this process is spitting out an ID that isn't coming from the id command
<dignifiedquire>
sorry :( I tried really hard to make it work
<voxelot>
thanks! i'll have my peer-id module pull the private key from that test config so it passes for other people who aren't me :)
<daviddias>
voxelot: seems right, right?
<voxelot>
yeah
<daviddias>
:)
<dignifiedquire>
but not being able to properly unsubscribe just creates lots of issues
<whyrusleeping>
daviddias: how will js-ipfs handle responding to networking queries while hashing blocks?
mildred has joined #ipfs
disgusting_wall has joined #ipfs
Encrypt_ has quit [Quit: Quitte]
zz_r04r is now known as r04r
M-Ingo has quit [Remote host closed the connection]
M-ryanwilliams has quit [Remote host closed the connection]
M-mubot has quit [Remote host closed the connection]
davidar has quit [Remote host closed the connection]
M-oddvar1 has quit [Remote host closed the connection]
M-jon has quit [Remote host closed the connection]
<ion>
Does it use Web Workers or whatever they are called for hashing without blocking the main thread?
<ipfsbot>
[go-ipfs] whyrusleeping opened pull request #2310: add some tips for making dep installs go smoothly (master...docs/install-tips) https://git.io/vgluZ
<daviddias>
whyrusleeping: add them to the event loop
<daviddias>
at first
<daviddias>
then we can improve how it works, by using Cluster or WebWorkers
cow_2001 has quit [Quit: Offense is taken, not given. No need to disarm the world. Just make yourself bullet proof. Sticks & stones people. Block. Unfollow. Laugh.]