00:00
Guest22143 has joined #ipfs
00:02
computerfreak1 has quit [Quit: Leaving.]
00:11
rombou has joined #ipfs
00:11
rendar has quit [Quit: Leaving]
00:12
strophically has quit [Remote host closed the connection]
00:13
prim has quit [Ping timeout: 256 seconds]
00:13
prim has joined #ipfs
00:20
rombou has quit [Ping timeout: 256 seconds]
00:23
kanzure has quit [Remote host closed the connection]
00:24
kanzure has joined #ipfs
00:25
<
lgierth >
in ~45 minutes (1:10 UTC)
00:28
M-eternaleye has joined #ipfs
00:28
M-eternaleye has quit [Changing host]
00:29
besenwesen has joined #ipfs
00:29
besenwesen has quit [Changing host]
00:29
besenwesen has joined #ipfs
00:30
Tera2342 has joined #ipfs
00:32
rombou has joined #ipfs
00:34
<
wao >
would be there record?
00:34
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
00:34
<
lgierth >
yes i'm guessing it'll be on youtube in a while
00:36
<
wao >
I'm now on Wright thing, wondering if it's true with his identity.
00:36
<
lgierth >
ok it seems only the keynotes will be streamed
00:42
jedahan has joined #ipfs
00:42
__konrad_ has quit [Ping timeout: 246 seconds]
00:42
__konrad_ has joined #ipfs
00:56
jedahan has quit [Ping timeout: 250 seconds]
01:03
MrJiks has joined #ipfs
01:08
MrJiks has quit [Ping timeout: 250 seconds]
01:13
<
bengl >
i'm at the talk. i'd live tweet it, but i type too slowly
01:15
zugz has joined #ipfs
01:18
zugzwanged has quit [Ping timeout: 240 seconds]
01:21
voxelot has quit [Ping timeout: 272 seconds]
01:24
rombou has quit [Ping timeout: 250 seconds]
01:25
cemerick has joined #ipfs
01:36
computerfreak has joined #ipfs
01:37
Matoro has joined #ipfs
01:40
<
zignig >
whyrus: ping !
01:40
<
whyrus >
zignig: wassup
01:40
<
zignig >
just adding mfs into the go-ipfs-api ...
01:41
<
zignig >
files/ls does not seem to return type or size through the api, make directory handling a PITA
01:41
<
jbenet >
the go-ipfs-api needs love
01:42
<
zignig >
will take a look.
01:43
<
zignig >
I have some applications for mfs (astralboot / mapping / generic cache proxy ) that I want to get out of my brain.
01:44
cemerick has quit [Ping timeout: 272 seconds]
01:45
NightRa has quit [Quit: Connection closed for inactivity]
01:47
devbug has quit [Ping timeout: 250 seconds]
01:59
<
whyrus >
let me check something
01:59
computerfreak has quit [Remote host closed the connection]
02:00
<
whyrus >
zignig: use the -l option for size
02:04
MrJiks has joined #ipfs
02:07
<
zignig >
whyrus: ok , thanks. umm how do I pass options to the shell ?
02:08
<
whyrus >
zignig: uhm...
02:09
MrJiks has quit [Ping timeout: 272 seconds]
02:09
<
zignig >
NewRequest(s.url,"files/ls",path,"l").Send(s.httpcli) ?
02:09
<
zignig >
the "l" does not seem to do anything.
02:10
<
whyrus >
req := NewRequest()
02:10
<
whyrus >
req.Options["l"] = true
02:10
<
whyrus >
req.Send(s.httpscli)
02:10
accordion has joined #ipfs
02:10
<
zignig >
ok , split it up.
02:11
<
whyrus >
the shorthand is nice if you just need one short call
02:13
<
zignig >
req.Opts["l"] = "true"
02:13
<
zignig >
but close enough ! :) , it works. size and types.
02:17
<
zignig >
thanks whyrus.
02:17
edrex has quit [Ping timeout: 260 seconds]
02:18
* zignig
is looking forward to generating mfs structures , then insert the hash into ipfs.
02:18
<
zignig >
mutable files that can be published , onto ipfs proper.
02:20
voxelot has joined #ipfs
02:20
voxelot has quit [Changing host]
02:20
voxelot has joined #ipfs
02:21
<
zignig >
whyrus: will mfs be fuse mountable at some point ?
02:22
<
whyrus >
potentially
02:24
<
zignig >
that would be cool.
02:32
tinybike has joined #ipfs
02:38
<
ipfsbot >
go-ipfs/feat/utp-again e5327c2 Jeromy: implement utp transport...
02:38
<
ipfsbot >
[go-ipfs] whyrusleeping opened pull request #2050: implement utp transport (dev0.4.0...feat/utp-again)
http://git.io/vRQR6
02:42
pfraze has quit [Ping timeout: 272 seconds]
02:43
pfraze has joined #ipfs
02:44
<
whyrusleeping >
not sure why v0.3.10 isnt showing up on gobuilder
02:54
reit has joined #ipfs
02:55
r04r is now known as zz_r04r
02:55
Qwertie- has quit [Ping timeout: 250 seconds]
03:09
pfraze has quit [Read error: Connection reset by peer]
03:09
pfraze has joined #ipfs
03:11
simonv3 has quit [Quit: Connection closed for inactivity]
03:11
wao has quit [Ping timeout: 250 seconds]
03:19
MrJiks has joined #ipfs
03:24
MrJiks has quit [Ping timeout: 240 seconds]
03:28
reit has quit [Read error: Connection reset by peer]
03:42
voxelot has quit [Ping timeout: 272 seconds]
03:51
patcon has quit [Ping timeout: 250 seconds]
03:55
ygrek_ has quit [Ping timeout: 253 seconds]
04:01
Qwertie has joined #ipfs
04:03
devbug has joined #ipfs
04:06
reit has joined #ipfs
04:08
reit has quit [Client Quit]
04:08
reit has joined #ipfs
04:09
reit has quit [Client Quit]
04:09
reit has joined #ipfs
04:11
accordion has quit [Quit: User pressed ^C five times.]
04:11
domanic_ has joined #ipfs
04:37
edrex has joined #ipfs
04:40
<
daviddias >
whyrusleeping: what is the PR that enables `ipfs tar add -r`
04:41
<
whyrusleeping >
its just a branch
04:41
<
whyrusleeping >
exp/add-tar-mix
04:41
<
whyrusleeping >
its solely for benchmarking
04:41
<
whyrusleeping >
it makes ipfs add -r unpack tar files as it adds them
04:42
<
daviddias >
it works well? Want to use it for the npm collection too :)
04:50
<
daviddias >
whyrusleeping ^^ :)
04:51
<
whyrusleeping >
its only for benchmarking
04:51
<
whyrusleeping >
you wont be able to easily use the dag it generates
04:55
<
daviddias >
I was interesting in getting the stats of how much space we can save
04:55
Tera2342 has quit [Ping timeout: 272 seconds]
04:58
MrJiks has joined #ipfs
04:58
Tera2342 has joined #ipfs
04:59
patcon has joined #ipfs
05:03
<
whyrusleeping >
oh, you can use it for that
05:05
reit has quit [Read error: Connection reset by peer]
05:09
Tera2342 has quit [Read error: Connection reset by peer]
05:14
Qwertie- has joined #ipfs
05:14
Qwertie has quit [Ping timeout: 272 seconds]
05:25
Senj has joined #ipfs
05:25
Senji has quit [Disconnected by services]
05:25
Senj is now known as Senji
05:26
remint has joined #ipfs
05:27
reit has joined #ipfs
05:29
hjoest has quit [Ping timeout: 246 seconds]
05:32
hjoest has joined #ipfs
05:33
MrJiks has quit [Ping timeout: 272 seconds]
05:35
pfraze has quit [Ping timeout: 250 seconds]
05:38
Tera2342 has joined #ipfs
05:52
reit has quit [Read error: Connection reset by peer]
05:57
remint has quit [Ping timeout: 272 seconds]
05:58
refreshment has joined #ipfs
06:01
patcon has quit [Ping timeout: 250 seconds]
06:05
MrJiks has joined #ipfs
06:48
<
ipfsbot >
go-ipfs/fix/multipart aea7be5 Jeromy: Flatten multipart file transfers...
06:48
<
ipfsbot >
go-ipfs/fix/multipart 25d5a00 Jeromy: fix tests...
06:49
Tv` has quit [Quit: Connection closed for inactivity]
06:53
ulrichard has joined #ipfs
07:01
sbruce_ has quit [Read error: Connection reset by peer]
07:01
diffalot has quit [Remote host closed the connection]
07:02
diffalot has joined #ipfs
07:03
sbruce_ has joined #ipfs
07:23
M-eternaleye is now known as eternaleye
07:25
neurosis12 has quit [Changing host]
07:25
neurosis12 has joined #ipfs
07:43
devbug has quit [Ping timeout: 264 seconds]
08:04
neurosis12 has quit [Remote host closed the connection]
08:14
MrJiks has quit [Ping timeout: 250 seconds]
08:18
domanic_ has quit [Ping timeout: 256 seconds]
08:19
s_kunk has quit [Ping timeout: 240 seconds]
08:24
Matoro has quit [Ping timeout: 256 seconds]
08:28
ilyaigpetrov has joined #ipfs
08:33
mquandalle has quit [Quit: Connection closed for inactivity]
08:34
MrJiks has joined #ipfs
08:45
<
MrJiks >
I am planning to pin all images for a web app in the server and access it via the gateway url; what do you think?
08:47
<
jbenet >
MrJiks works fine :)
08:48
Matoro has joined #ipfs
08:55
<
ipfsbot >
go-ipfs/master 0f39687 Juan Benet: Merge pull request #2019 from ipfs/Dignifiedquire-fix/access-controll-headers...
08:58
j0hnsmith has joined #ipfs
09:03
wao has joined #ipfs
09:07
Tera2342 has quit [Ping timeout: 272 seconds]
09:11
ugjka has joined #ipfs
09:11
hoony has joined #ipfs
09:17
chriscool1 has joined #ipfs
09:18
chriscool has quit [Ping timeout: 256 seconds]
09:22
j0hnsmith has quit [Quit: j0hnsmith]
09:23
hoony has quit [Quit: hoony]
09:34
s_kunk has joined #ipfs
09:38
zz_r04r is now known as r04r
09:38
M-erikj is now known as erikj`
09:41
voxelot has joined #ipfs
09:41
voxelot has joined #ipfs
09:41
mildred has joined #ipfs
09:41
rendar has joined #ipfs
09:43
chriscool1 has quit [Quit: Leaving.]
09:44
domanic_ has joined #ipfs
09:44
chriscool has joined #ipfs
09:45
voxelot has quit [Ping timeout: 250 seconds]
09:46
NeoTeo has joined #ipfs
09:57
dignifiedquire has joined #ipfs
10:02
dignifiedquire has quit [Ping timeout: 272 seconds]
10:12
M-fil has quit [Quit: node-irc says goodbye]
10:12
M-fil has joined #ipfs
10:19
elima_ has quit [Ping timeout: 272 seconds]
10:23
wking has quit [Read error: Connection reset by peer]
10:33
elima_ has joined #ipfs
10:39
NeoTeo has quit [Quit: Teo is off. Bye :)]
10:53
NeoTeo has joined #ipfs
10:53
compleatang has joined #ipfs
10:56
s_kunk has quit [Ping timeout: 240 seconds]
10:58
MrJiks has quit [Ping timeout: 240 seconds]
10:58
MrJiks has joined #ipfs
11:09
water1_resistant has quit [Read error: Connection reset by peer]
11:14
domanic_ has quit [Ping timeout: 250 seconds]
11:15
Tera2342 has joined #ipfs
11:20
M-fil has quit [Quit: node-irc says goodbye]
11:20
M-fil has joined #ipfs
11:20
M-fil has quit [Client Quit]
11:20
M-fil has joined #ipfs
11:28
Encrypt_ has joined #ipfs
11:30
strongest_cup has quit [Remote host closed the connection]
11:30
MrJiks has quit [Ping timeout: 250 seconds]
11:34
s_kunk has joined #ipfs
11:43
hoony has joined #ipfs
11:48
Encrypt_ is now known as Encrypt
11:49
hjoest has quit [Ping timeout: 246 seconds]
11:52
hjoest has joined #ipfs
11:58
hjoest has quit [Ping timeout: 246 seconds]
12:07
hjoest has joined #ipfs
12:17
<
ugjka >
is there a search engine for what's hosted on ipfs
12:18
<
M-davidar >
ugjka (IRC): not yet
12:21
computerfreak has joined #ipfs
12:23
hjoest2 has joined #ipfs
12:25
hjoest has quit [Ping timeout: 246 seconds]
12:42
hjoest2 has quit [Read error: Connection reset by peer]
12:47
hjoest has joined #ipfs
12:50
devbug has joined #ipfs
12:55
simonv3 has joined #ipfs
12:55
devbug has quit [Ping timeout: 250 seconds]
13:03
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
13:08
Encrypt has quit [Quit: Quitte]
13:10
<
computerfreak >
is ipfs.io already on version 4?
13:10
<
computerfreak >
cant access my /ipns/<id-website>
13:19
<
pokeball99 >
(don't take offence if you are asian,jk'ing)
13:20
orzo_ has quit [Ping timeout: 245 seconds]
13:22
<
computerfreak >
If your phone gets wet, place it in a pot of rice over night
13:22
<
computerfreak >
and there will be many little asians who fix your electronics for u :P
13:23
orzo has joined #ipfs
13:23
<
pokeball99 >
computerfreak: how does that work exactly
13:24
<
pokeball99 >
rice a natrual asorbent?
13:24
<
computerfreak >
The rice will attract the little asians ;)
13:24
<
computerfreak >
und they fix it for u
13:24
<
pokeball99 >
oh,like bird feed
13:24
<
pokeball99 >
right?
13:24
<
computerfreak >
;) its a bad joke i think
13:25
<
pokeball99 >
but with 4chan,nothing is a bad joke
13:25
<
pokeball99 >
except rule 34 on yostuba
13:26
<
computerfreak >
lool
13:26
<
computerfreak >
4chan ... that days before anonymous came out ..
13:26
<
computerfreak >
i think nowadays, anonymous is mostly us-private-organisation ;)
13:27
<
pokeball99 >
4chan is legit kinda shit nowadays,but it still is an amazing place
13:28
<
computerfreak >
btw why isnt ipfs written in rust instead of go? i cant find reasons to use go ..
13:30
<
pokeball99 >
computerfreak: its can be writen in anything,i guess everyone here is just good in go,so thats the best implemted so far
13:36
__mek__ has quit [Ping timeout: 250 seconds]
13:37
elavoie has joined #ipfs
13:44
refreshment has quit [Ping timeout: 240 seconds]
13:45
<
computerfreak >
ah ok so its all about what devs did before ..
13:46
<
computerfreak >
so you all worked with google? :P
13:47
<
achin >
i hope one day there is an impl of IPFS in rust that is compatible with go-ipfs
13:47
dignifiedquire has joined #ipfs
13:48
<
dignifiedquire >
hello everyone
13:48
<
M-mubot >
Good day, @freenode_dignifiedquire:matrix.org
13:48
<
achin >
good morning
13:48
<
M-mubot >
Good morning, @freenode_achin:matrix.org
13:48
<
dignifiedquire >
what’s up with this bot :/
13:48
<
achin >
good morning to you too, @freenode_mubot:matrix.org
13:48
<
M-mubot >
Good morning to you too, @freenode_achin:matrix.org
13:48
<
achin >
it's a silly bot
13:48
<
dignifiedquire >
good morning M-mubot
13:49
<
M-mubot >
Good morning to you too, @freenode_dignifiedquire:matrix.org
13:49
<
dignifiedquire >
lol
13:49
<
achin >
thanks for reminding us that we're talking on freenode
13:50
<
dignifiedquire >
achin: re rust, yes please! I sillt haven’t found a reason/enough time for learning it but I really want to
13:50
reit has joined #ipfs
13:51
<
achin >
i think rust would be fairly successful in this
13:52
<
dignifiedquire >
it feels like a very good fit for me from what I know so far, yes
13:52
<
achin >
it's something that i'd like to work on, but i'm lacking time to make large amounts of progress
13:53
<
achin >
the biggest thing would be a ipfs-compatible DHT, i think. at least that's where i'd start
13:53
<
dignifiedquire >
well I think the specs and bike sheeding that is happening around implementing the js version will help a lot in making something like that happen
13:54
<
dignifiedquire >
as this produces all the small pieces one could start working on for getting a compatible version up and running, instead of having to bite the whole thing at once
13:54
<
achin >
to be honest, i've not followed at all realy the ipfs-js stuff. is it an actual impl in JS for an ipfs node?
13:54
<
dignifiedquire >
yes
13:54
<
dignifiedquire >
especially for one that will run in the browser
13:54
<
computerfreak >
i would love to talk to maidsafe dht :D
13:54
<
achin >
cool. how will browser nodes talk to each other? websockets?
13:55
<
dignifiedquire >
webrtc
13:55
<
dignifiedquire >
not ideal but getting pretty close
13:57
<
achin >
would this require that go-ipfs know how to speak webrtc?
13:57
<
achin >
in order for the two impls to communicate
14:00
<
computerfreak >
what do u think ? is it better to call ipfs with QProcess or over QNetwork in Qt ?
14:07
cemerick has joined #ipfs
14:14
<
dignifiedquire >
achin: I’m not a 100% sure but I think no, a js implementation could speak a websocket or http based protocol to communicate with go-nodes and webrtc to talk to js-nodes
14:15
hoony has quit [Ping timeout: 250 seconds]
14:18
dignifiedquire_ has joined #ipfs
14:19
<
achin >
seems reasonable
14:20
randomguy1 has joined #ipfs
14:27
xelra has quit [Remote host closed the connection]
14:29
_obi_ has left #ipfs [#ipfs]
14:30
footslogger has joined #ipfs
14:40
anticore has joined #ipfs
14:53
computerfreak has quit [Remote host closed the connection]
14:53
computerfreak has joined #ipfs
14:56
pfraze has joined #ipfs
15:03
Tera2342 has quit [Ping timeout: 256 seconds]
15:04
Tera2342 has joined #ipfs
15:07
rombou has joined #ipfs
15:18
devbug has joined #ipfs
15:22
devbug has quit [Ping timeout: 240 seconds]
15:31
Tera2342 has quit [Ping timeout: 256 seconds]
15:35
Matoro has quit [Ping timeout: 256 seconds]
15:36
dignifiedquire_ has quit [Quit: dignifiedquire_]
15:51
e-lima has joined #ipfs
15:52
rombou has quit [Ping timeout: 272 seconds]
15:54
Matoro has joined #ipfs
15:54
elima_ has quit [Ping timeout: 256 seconds]
15:55
Tv` has joined #ipfs
15:57
tilgovi has joined #ipfs
16:02
atrapado has joined #ipfs
16:03
<
pjz >
ipfs is leaking memory somewhere
16:04
<
pjz >
I've left it running overnight and it's up to 1.674g RSS
16:04
<
pjz >
that' with
*no* file operations
16:04
hjoest has quit [Read error: Connection reset by peer]
16:04
hjoest has joined #ipfs
16:04
<
achin >
there are a few issues on github about this i think
16:04
hjoest2 has joined #ipfs
16:05
<
pjz >
okay; as long as someone knows it's an issue, I'm happy :)
16:05
Matoro has quit [Ping timeout: 256 seconds]
16:07
Encrypt has joined #ipfs
16:07
hjoest2 has quit [Read error: Connection reset by peer]
16:07
hjoest3 has joined #ipfs
16:07
ulrichard has quit [Quit: Ex-Chat]
16:08
hjoest has quit [Ping timeout: 246 seconds]
16:12
Matoro has joined #ipfs
16:15
voxelot has joined #ipfs
16:15
voxelot has quit [Changing host]
16:15
voxelot has joined #ipfs
16:22
wking_ has joined #ipfs
16:22
hjoest3 has quit [Read error: Connection reset by peer]
16:23
hjoest2 has joined #ipfs
16:24
rombou has joined #ipfs
16:25
wking_ is now known as wking
16:27
hjoest2 has quit [Read error: Connection reset by peer]
16:27
hjoest has joined #ipfs
16:27
hjoest2 has joined #ipfs
16:29
hjoest3 has joined #ipfs
16:29
hjoest2 has quit [Read error: Connection reset by peer]
16:29
hjoest2 has joined #ipfs
16:31
hjoest5 has joined #ipfs
16:31
hjoest2 has quit [Read error: Connection reset by peer]
16:31
hjoest has quit [Ping timeout: 246 seconds]
16:32
hjoest has joined #ipfs
16:32
hjoest5 has quit [Read error: Connection reset by peer]
16:32
hjoest2 has joined #ipfs
16:33
hjoest3 has quit [Ping timeout: 246 seconds]
16:36
hjoest has quit [Ping timeout: 246 seconds]
16:41
cemerick has quit [Ping timeout: 250 seconds]
16:41
<
dignifiedquire >
whyrusleeping: are you awake yet? :)
16:41
rombou has quit [Ping timeout: 272 seconds]
16:41
svetter has joined #ipfs
16:41
svetter is now known as Guest40001
16:42
NightRa has joined #ipfs
16:42
<
whyrusleeping >
dignifiedquire: trick question
16:42
<
dignifiedquire >
whyrusleeping: you can type, so part of you is awake :)
16:43
Guest40001 has quit [Client Quit]
16:45
<
whyrusleeping >
hehe
16:46
<
dignifiedquire >
whyrusleeping: gateway being super slow? :/
16:46
<
whyrusleeping >
are they?
16:47
border0464 has quit [Ping timeout: 256 seconds]
16:47
<
dignifiedquire >
trying to share a 140k image and it hasn’t loaded after > 2min
16:47
<
whyrusleeping >
hrm...
16:48
<
dignifiedquire >
I got 53 peers, so connection should be there
16:48
<
whyrusleeping >
they are running with automatic gc on now...
16:48
<
whyrusleeping >
let me try a few things
16:48
<
dignifiedquire >
let me try if I can pin it
16:48
<
dignifiedquire >
!pin QmP6bDdcZguE1KPFzk1n5BZGcuJuUdRvaV5hwCs8jGdezb
16:48
<
pinbot >
now pinning /ipfs/QmP6bDdcZguE1KPFzk1n5BZGcuJuUdRvaV5hwCs8jGdezb
16:48
<
dignifiedquire >
lol and it loaded immediately
16:48
<
dignifiedquire >
(after I pinned)
16:48
<
whyrusleeping >
hrm, just pulled a 6MB file through
16:48
<
dignifiedquire >
also go and look at it first, as it’s for you
16:49
<
whyrusleeping >
mmm, thats nice
16:51
<
whyrusleeping >
i'm going to guess that its a NAT issue
16:52
<
dignifiedquire >
could be, I’m using my new fancy vpn
16:52
<
whyrusleeping >
yeah
16:52
<
whyrusleeping >
ipfs gets really upset for me when i'm behind a vpn
16:52
<
dignifiedquire >
it’s a lot less flashy and relies much more on typography instead of icons, but I think this actually works a lot better for the audience, and under the constraints jbenet gave yesterday
16:53
<
dignifiedquire >
any ideas why vpns are making ipfs unhappy?
16:54
<
whyrusleeping >
nat traversal gets shot to hell
16:54
<
whyrusleeping >
you cant dial someone who is behind a vpn afaict
16:54
<
dignifiedquire >
:/
16:54
<
whyrusleeping >
i would need to setup a vpn myself to debug that though
16:54
<
whyrusleeping >
i stopped running cjdns
16:55
<
achin >
i like the screenshot. any reason the 'Soruce Code' link is the only one with an extension?
16:55
<
dignifiedquire >
I didn’t have anything better to put there, and the extension is always listed on the left hand side anyway
16:55
<
dignifiedquire >
could probably drop it though
16:56
<
achin >
maybe just "v0.4.0" would be OK?
16:56
<
achin >
or just "Download"
16:57
<
dignifiedquire >
just download looks better :)
16:58
<
achin >
btw, is this 'distribution' page supposed to be the primary download page for end-users?
16:59
<
ion >
Should ipfs-update see v0.3.10?
17:00
<
dignifiedquire >
achin: no there will be a more end user facing page on ipfs.io at some point, distributions is more like an index for all tools
17:01
<
whyrusleeping >
ion: yeah, i need to do another build and update that
17:01
<
whyrusleeping >
good catch
17:01
<
achin >
do you think it makes sense to include a 'Documetation' link next to 'Changelog' and 'All versions' ?
17:02
<
dignifiedquire >
achin: it would, if there would be actual documentation… :/
17:02
<
dignifiedquire >
but as far as I don’t know there is nothing like versioned docs etc
17:02
<
achin >
pfft, we can still create the link!
17:02
<
dignifiedquire >
:D
17:02
<
whyrusleeping >
link to a rick astley video
17:02
<
whyrusleeping >
informative and helpful
17:03
<
whyrusleeping >
lets me know i'm cared for
17:03
<
dignifiedquire >
lol
17:03
<
achin >
it's true. rick will never let you down
17:07
<
dignifiedquire >
let’s wait for jbenets feedback, and then we get can this implemented and shipped :)
17:07
<
dignifiedquire >
!pin QmaP8aWEh8Dq6rczhxMAfZXKHZRwRGbodqTf3DZgsoZpUE
17:07
<
pinbot >
now pinning /ipfs/QmaP8aWEh8Dq6rczhxMAfZXKHZRwRGbodqTf3DZgsoZpUE
17:07
<
dignifiedquire >
updated version
17:08
<
achin >
what's Animus?
17:08
<
dignifiedquire >
animus?
17:09
<
achin >
in that DockerSetup thingus
17:10
harlantwood has joined #ipfs
17:10
svetter has joined #ipfs
17:12
<
ugjka >
Who can use pinbot?
17:13
harlantwood has quit [Client Quit]
17:15
<
whyrusleeping >
devs and project contributors
17:16
<
whyrusleeping >
he's open source though, if you feel like running your own
17:17
<
ion >
So it’s a he?
17:18
<
whyrusleeping >
yep
17:18
<
whyrusleeping >
mostly because i had the image of a surfer bro in my mind while writing the original hellabot code
17:18
<
dignifiedquire >
loool
17:18
<
whyrusleeping >
"duuuude, that framework is hella tight bro"
17:19
<
dignifiedquire >
the surfer pinning all your files :D
17:19
<
whyrusleeping >
"yeah dude, i'll pin that for ya, just let me catch this gnarly wave first"
17:21
cocoadaemon has joined #ipfs
17:22
<
cocoadaemon >
wondering if it's possible to host an ipfs node behind a reverse proxy
17:23
tilgovi has quit [Ping timeout: 256 seconds]
17:26
micxjo has joined #ipfs
17:27
patcon has joined #ipfs
17:29
<
pjz >
depends on what you mean by 'host'
17:29
<
pjz >
it needs non-port-80 hosts to get to the rest of the ipfs-net
17:29
<
pjz >
er, non-port-80 ports
17:30
Iiterature has joined #ipfs
17:31
<
pjz >
pinbot: where's your source?
17:31
<
pinbot >
my friends are: mappum krl harlantwood kyledrake lgierth cryptix zignig tperson mafintosh jbenet dignifiedquire daviddias davidar whyrusleeping ehd
17:32
<
pinbot >
om nom nom
17:32
<
M-mubot >
Oh thx, have a cookie yourself!
17:35
devbug has joined #ipfs
17:36
<
whyrusleeping >
lgierth: when you get a chance, could you push pinbots latest code out?
17:36
<
whyrusleeping >
i finally changed it to only send a notice on calling friends
17:37
<
ion >
RFC conformance \o/
17:38
hjoest2 has quit [Ping timeout: 246 seconds]
17:40
patcon has quit [Ping timeout: 240 seconds]
17:42
hjoest has joined #ipfs
17:42
<
daviddias >
whyrusleeping: could you reboot the IPFS node in Castor for me?
17:43
<
daviddias >
it is acting weird, I'm starting to wonder if this is a Castor problem or an IPFS problem
17:43
<
daviddias >
from time to time, I get a:
17:43
<
daviddias >
{ [Error: connect QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z failure: dial backoff] code: 0 }
17:43
<
whyrusleeping >
sure
17:43
<
daviddias >
which initially started happening when I was exhausting Castor's resources, but now I'm not and it is still happening
17:43
<
daviddias >
thank you
17:44
<
whyrusleeping >
should be coming back up now
17:44
<
cocoadaemon >
sorry, got dragged away
17:44
<
cocoadaemon >
ok disclaimer: i don't know much about IPFS
17:45
<
cocoadaemon >
the idea seems interesting, so we'd like to run at test at local hackerspace
17:45
tilgovi has joined #ipfs
17:45
<
cocoadaemon >
but said hackerspace has a single IP Gateway, so the IPFS server wouldn't have a public IP
17:46
<
cocoadaemon >
so the question boils down to : once installed, what's IPFS network requirement for read / write ops
17:47
<
cocoadaemon >
being non root is one thing, but do you have a range of ports
17:50
<
daviddias >
whyrusleeping: thank you :)
17:51
<
daviddias >
whyrusleeping: still getting it { [Error: connect QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z failure: dial attempt failed: failed to dial <peer.ID dNc4B8>] code: 0 }
17:52
Tv` has joined #ipfs
17:54
<
daviddias >
whyrusleeping: can you connect to `/ip4/37.59.33.238/tcp/4001/ipfs/QmdNc4B89DxVeiuDKRN5bWdKsAPCmekgmJMkRSdUNa7x9z`
17:57
s_kunk has quit [Ping timeout: 240 seconds]
18:04
elavoie has quit [Quit: Connection closed for inactivity]
18:04
pepesza has joined #ipfs
18:06
pepesza has quit [Excess Flood]
18:06
fiatjaf has joined #ipfs
18:06
pepesza has joined #ipfs
18:14
cocoadaemon has quit [Quit: Quitte]
18:20
atrapado has quit [Quit: Leaving]
18:20
neurosis12 has joined #ipfs
18:20
neurosis12 has quit [Changing host]
18:20
neurosis12 has joined #ipfs
18:20
edrex has quit [Ping timeout: 240 seconds]
18:22
<
daviddias >
it is something weird with hotel wifi
18:22
<
daviddias >
just tried through VPN and worked at 1st try
18:23
evanmccarter has joined #ipfs
18:25
edrex has joined #ipfs
18:34
ygrek_ has joined #ipfs
18:42
patcon has joined #ipfs
18:42
edrex has quit [Read error: No route to host]
18:43
hjoest has quit [Ping timeout: 246 seconds]
18:44
pepesza has quit [Excess Flood]
18:44
pepesza has joined #ipfs
18:45
pepesza has quit [Excess Flood]
18:45
pepesza has joined #ipfs
18:46
hjoest has joined #ipfs
18:48
mildred has quit [Ping timeout: 272 seconds]
18:50
hjoest has quit [Ping timeout: 246 seconds]
18:51
<
richardlitt >
daviddias: :D!
18:52
hjoest has joined #ipfs
18:57
Matoro has quit [Ping timeout: 256 seconds]
18:58
hjoest has quit [Ping timeout: 246 seconds]
18:59
domanic_ has joined #ipfs
19:00
M-fil has quit [Quit: node-irc says goodbye]
19:00
M-fil has joined #ipfs
19:00
M-fil has quit [Client Quit]
19:00
edrex has joined #ipfs
19:01
M-fil has joined #ipfs
19:01
mildred has joined #ipfs
19:04
hjoest has joined #ipfs
19:09
<
ion >
Web guys, did you see Foundation 6? It looks like a pretty nice Bootstrap alternative.
19:10
compleatang has quit [Quit: Leaving.]
19:11
Matoro has joined #ipfs
19:15
<
dignifiedquire >
ion: no not yet
19:15
<
dignifiedquire >
ion: page is pretty :)
19:17
hjoest has quit [Ping timeout: 246 seconds]
19:17
tilgovi has quit [Ping timeout: 256 seconds]
19:21
warner has joined #ipfs
19:24
warner has quit [Client Quit]
19:27
baselab has joined #ipfs
19:28
<
pjz >
how does ipfs limit peers? does it just connect to everyone?
19:33
warner has joined #ipfs
19:34
neurosis12 has quit [Remote host closed the connection]
19:35
<
computerfreak >
i just installed new dev-build version 4 but now i get version missmatch error ? how is that?
19:36
<
achin >
did you upgrade your repo, computerfreak ?
19:36
<
computerfreak >
i just run install.sh
19:37
<
computerfreak >
just delete .ipfs?
19:37
<
achin >
you can do that, yes. you'll lose your peerID, your config, and your data, unless you back it up
19:38
Encrypt has quit [Quit: Quitte]
19:38
<
computerfreak >
howto backup my keys?
19:38
<
computerfreak >
ahh config
19:38
<
achin >
yeah, ~/.ipfs/config
19:39
<
computerfreak >
so config works with new version i think ?
19:40
<
computerfreak >
damn i run ipfs init and got new key :/
19:42
<
computerfreak >
ahh ipfs config replace :D
19:44
domanic_ has quit [Ping timeout: 250 seconds]
19:53
svetter has quit [Remote host closed the connection]
19:59
<
achin >
anyone have any ideas about this error while running dht findprovs?
19:59
<
achin >
ERROR commands/h: multihash too short. must be > 3 bytes client.go:271
20:01
<
achin >
(i gave it a full sized hash)
20:02
tilgovi has joined #ipfs
20:07
Peer3Peer has joined #ipfs
20:07
voxelot has quit [Ping timeout: 240 seconds]
20:14
anandthakker has quit [Ping timeout: 260 seconds]
20:14
anandthakker has joined #ipfs
20:15
computerfreak has quit [Quit: Leaving.]
20:20
computerfreak has joined #ipfs
20:23
computerfreak has quit [Remote host closed the connection]
20:25
jedahan has joined #ipfs
20:25
ugjka has quit [Ping timeout: 272 seconds]
20:25
Matoro has quit [Ping timeout: 256 seconds]
20:29
dignifiedquire_ has joined #ipfs
20:30
f[x] has joined #ipfs
20:31
s_kunk has joined #ipfs
20:32
ygrek_ has quit [Ping timeout: 240 seconds]
20:35
Matoro has joined #ipfs
20:36
<
richardlitt >
dignifiedquire: cool. Did you see my comment sin #11?
20:36
<
dignifiedquire >
richardlitt: yes just reading them now
20:38
<
dignifiedquire >
richardlitt: what do you mean with “other tabs"?
20:39
<
richardlitt >
the things on the side: station, ipfs-update
20:39
<
dignifiedquire >
right, they would look all the same, just with different content
20:42
<
dignifiedquire >
richardlitt: added some answers
20:43
dignifiedquire has quit [Quit: dignifiedquire]
20:43
dignifiedquire_ is now known as dignifiedquire
20:46
chriscool has quit [Quit: Leaving.]
20:46
<
richardlitt >
diffalot: same. Thanks!
20:46
<
richardlitt >
woops
20:46
<
richardlitt >
dignifiedquire:
20:48
disgusting_wall has joined #ipfs
20:48
disgusting_wall has quit [Client Quit]
21:01
<
dignifiedquire >
richardlitt: ?
21:01
<
richardlitt >
thanks! for the comments
21:01
<
dignifiedquire >
:)
21:05
jedahan has quit [Max SendQ exceeded]
21:08
cemerick has joined #ipfs
21:13
voxelot has joined #ipfs
21:19
svetter has joined #ipfs
21:21
Colophon has joined #ipfs
21:22
svetter has quit [Client Quit]
21:24
fiatjaf has quit [Remote host closed the connection]
21:29
Colophon has quit [Quit: Page closed]
21:39
<
richardlitt >
dignifiedquire: going to wait on #11 before commenting on #14, as my comments are so similar
21:40
Encrypt has joined #ipfs
21:47
go1111111 has quit [Ping timeout: 250 seconds]
21:52
hjoest has joined #ipfs
21:55
jo_mo has joined #ipfs
21:56
dignifiedquire_ has joined #ipfs
21:56
e-lima has quit [Ping timeout: 240 seconds]
21:56
baselab has quit [Quit: Leaving]
21:58
dignifiedquire has quit [Ping timeout: 250 seconds]
21:58
dignifiedquire_ is now known as dignifiedquire
21:59
go1111111 has joined #ipfs
21:59
hjoest has quit [Ping timeout: 246 seconds]
22:00
<
pokeball99 >
!commands
22:00
__mek__ has joined #ipfs
22:00
<
pokeball99 >
>bot not having a !help command
22:00
<
pokeball99 >
>who coded this fucking shit of a bot
22:01
<
pokeball99 >
(jk jk whoever did)
22:01
hjoest has joined #ipfs
22:04
footslogger has quit [Ping timeout: 256 seconds]
22:07
cemerick has quit [Ping timeout: 250 seconds]
22:08
MrJiks has joined #ipfs
22:09
neurosis12 has joined #ipfs
22:09
neurosis12 has quit [Changing host]
22:09
neurosis12 has joined #ipfs
22:10
hjoest has quit [Ping timeout: 246 seconds]
22:12
MrJiks has quit [Ping timeout: 256 seconds]
22:17
<
ansuz >
pokeball99: language plz
22:19
Peer3Peer has quit [Quit: Peer3Peer]
22:19
f[x] has quit [Ping timeout: 250 seconds]
22:19
* whyrusleeping
dusts off his banhammer
22:21
<
ansuz >
whyrusleeping plz no
22:21
<
ansuz >
I was only kidding
22:21
<
ansuz >
pokeball99: you can swear as much as you want
22:21
<
whyrusleeping >
lol, not you
22:21
<
whyrusleeping >
i wrote that bot
22:21
<
ansuz >
I heard it's a piece of $#!+
22:21
Matoro has quit [Ping timeout: 256 seconds]
22:23
devbug has quit [Ping timeout: 256 seconds]
22:25
eater has quit [Quit: hng]
22:26
eater has joined #ipfs
22:27
devbug has joined #ipfs
22:34
Matoro has joined #ipfs
22:36
mildred has quit [Ping timeout: 256 seconds]
22:36
caseorganic has quit [Read error: Connection reset by peer]
22:37
randomguy1 has quit [Read error: Connection reset by peer]
22:38
joaosa has quit [Ping timeout: 264 seconds]
22:38
anderspree has quit [Ping timeout: 264 seconds]
22:38
Tv` has quit [Ping timeout: 256 seconds]
22:38
hosh has quit [Ping timeout: 250 seconds]
22:39
ehd has quit [Ping timeout: 264 seconds]
22:42
tinybike has quit [Ping timeout: 250 seconds]
22:45
dignifiedquire has quit [Ping timeout: 272 seconds]
22:45
pokeball99 has quit [Ping timeout: 250 seconds]
22:55
Matoro has quit [Ping timeout: 240 seconds]
23:06
disgusting_wall has joined #ipfs
23:06
Matoro has joined #ipfs
23:08
disgusting_wall has quit [Client Quit]
23:14
ehd has joined #ipfs
23:15
cmeiklejohn_ is now known as cmeiklejohn
23:15
cmeiklejohn has quit [Changing host]
23:15
cmeiklejohn has joined #ipfs
23:17
hosh has joined #ipfs
23:24
Tv` has joined #ipfs
23:26
<
NeoTeo >
Is there any kind of multicast service in go-ipfs that would make the discovery of a node on a LAN possible?
23:28
<
whyrusleeping >
NeoTeo: already build in :)
23:29
<
whyrusleeping >
built*
23:29
<
whyrusleeping >
two nodes on a lan should automatically connect to eachother if mdns works on that lan
23:29
<
NeoTeo >
whyrusleeping Awesome. How about if I wanted my non-node app to find the node?
23:30
<
lgierth >
heh yeah, we could announce the gateway and api with mdns too
23:31
<
NeoTeo >
Would save me having to write ipfs in Swift native.
23:33
<
lgierth >
NeoTeo: i guess you could use a golang shared lib via ffi
23:36
<
NeoTeo >
All I'd need is a way to discover the address of the node and the rest is already in Swift.
23:36
caseorganic has joined #ipfs
23:36
<
lgierth >
k then just listen to the mdns broadcasts i'd say
23:36
<
lgierth >
have a look at p2p/discovery/mdns.go
23:37
<
NeoTeo >
ok, thx :)
23:38
f[x] has joined #ipfs
23:41
Encrypt has quit [Quit: Quitte]
23:42
<
NeoTeo >
just sniffing for the existing ipfs mdns service. What is the signature? (eg for ssh it's _ssh._tcp)
23:44
<
NeoTeo >
ah, it's probably all in the mdns.go. Will have a closer look.
23:51
anderspree has joined #ipfs
23:52
hoony has joined #ipfs
23:53
<
NeoTeo >
I guess it makes more sense for a mobile device to be running an api client to a lan node than the device running a full node itself.
23:54
pokeball99 has joined #ipfs
23:55
joaosa has joined #ipfs
23:58
<
lgierth >
NeoTeo: there are also use cases for any optional full node
23:58
<
lgierth >
s/any/an/
23:58
<
lgierth >
e.g. if you just want to share something with the phone next to yours