00:03
reit has quit [Ping timeout: 246 seconds]
00:07
zootella has left #ipfs [#ipfs]
00:56
herzmeister has quit [Quit: Leaving]
00:56
herzmeister has joined #ipfs
01:01
computerfreak has quit [Quit: Leaving.]
01:09
micxjo has quit [Quit: Connection closed for inactivity]
01:32
micxjo has joined #ipfs
01:34
mrrrgn_ has quit [Ping timeout: 250 seconds]
01:34
oleavr has quit [Ping timeout: 260 seconds]
01:34
apiarian has quit [Ping timeout: 276 seconds]
01:34
lachenmayer has quit [Ping timeout: 250 seconds]
01:36
apiarian has joined #ipfs
01:36
bearbin has quit [Ping timeout: 250 seconds]
01:37
bearbin has joined #ipfs
01:37
oleavr has joined #ipfs
01:40
lachenmayer has joined #ipfs
02:01
ashark has joined #ipfs
02:10
reit has joined #ipfs
02:33
ashark has quit [Ping timeout: 260 seconds]
02:36
The_8472 has quit [Ping timeout: 272 seconds]
02:38
The_8472 has joined #ipfs
02:39
herzmeister has quit [Quit: Leaving]
02:40
herzmeister has joined #ipfs
02:56
ppham has joined #ipfs
03:31
pfraze has joined #ipfs
03:32
ppham has quit [Remote host closed the connection]
03:36
pfraze has quit [Ping timeout: 265 seconds]
03:49
ppham has joined #ipfs
04:07
pfraze has joined #ipfs
04:11
pfraze has quit [Ping timeout: 246 seconds]
04:21
dignifiedquire has quit [Quit: Connection closed for inactivity]
04:26
ppham has quit [Remote host closed the connection]
04:32
Aeon has quit [Read error: Connection reset by peer]
04:32
Aeon has joined #ipfs
04:32
Aeon has quit [Changing host]
04:32
Aeon has joined #ipfs
04:36
matoro has quit [Remote host closed the connection]
04:36
matoro has joined #ipfs
04:39
ppham has joined #ipfs
04:46
PrinceOfPeeves has quit [Quit: Leaving]
04:55
ppham has quit [Remote host closed the connection]
05:00
ppham has joined #ipfs
05:07
jaboja has quit [Remote host closed the connection]
05:13
ppham has quit [Remote host closed the connection]
05:14
ppham has joined #ipfs
05:18
Oatmeal has quit [Ping timeout: 265 seconds]
05:27
arpu has quit [Ping timeout: 265 seconds]
05:33
chriscool has joined #ipfs
05:38
ppham has quit [Remote host closed the connection]
05:39
ppham has joined #ipfs
05:40
arpu has joined #ipfs
05:44
Oatmeal has joined #ipfs
05:45
ppham has quit [Remote host closed the connection]
05:47
ppham has joined #ipfs
05:51
herzmeister has quit [Ping timeout: 250 seconds]
05:56
corvinux has joined #ipfs
06:03
ppham has quit [Remote host closed the connection]
06:07
ppham has joined #ipfs
06:22
thelinuxkid has quit [Ping timeout: 252 seconds]
06:26
cketti has quit [Quit: Leaving]
06:27
ppham has quit [Remote host closed the connection]
06:27
ppham has joined #ipfs
06:27
thelinuxkid has joined #ipfs
06:34
computerfreak has joined #ipfs
06:34
Arakela007 has joined #ipfs
06:36
redfish has quit [Ping timeout: 260 seconds]
06:57
TheOneLaw has joined #ipfs
07:00
TheOneLaw has quit [Remote host closed the connection]
07:13
thufir has quit [Ping timeout: 265 seconds]
07:24
disgusting_wall has quit [Quit: Connection closed for inactivity]
07:38
cryptix has joined #ipfs
07:43
corvinux has quit [Quit: Leaving]
07:43
corvinux has joined #ipfs
07:43
corvinux has joined #ipfs
07:49
ygrek has joined #ipfs
07:54
screensaver has quit [Ping timeout: 240 seconds]
08:10
reit has quit [Ping timeout: 265 seconds]
08:12
cemerick has joined #ipfs
08:28
reit has joined #ipfs
08:36
ghtdak has quit [Ping timeout: 265 seconds]
08:38
rendar has joined #ipfs
08:42
ghtdak has joined #ipfs
08:49
fleeky has quit [Ping timeout: 260 seconds]
08:51
fleeky has joined #ipfs
09:02
zootella has joined #ipfs
09:02
ygrek has quit [Ping timeout: 276 seconds]
09:02
zootella has left #ipfs [#ipfs]
09:47
ygrek has joined #ipfs
09:49
corvinux has quit [Remote host closed the connection]
09:50
corvinux has joined #ipfs
09:50
computerfreak has quit [Remote host closed the connection]
10:01
herzmeister has joined #ipfs
10:02
ygrek has quit [Ping timeout: 276 seconds]
10:04
ppham has quit [Remote host closed the connection]
10:07
rklaehn has joined #ipfs
10:08
<
rklaehn >
Hi. I am writing a scala client for ipfs. I can't get the /block/put method to work with multiple files.
10:09
<
rklaehn >
I tried with curl, but that doesn't work either. When uploading two different files, I only get one hash back.
10:09
<
rklaehn >
Anybody have an idea?
10:14
<
rklaehn >
Version is 0.3.11, by the way.
10:14
corvinux has quit [Ping timeout: 260 seconds]
10:15
<
r0kk3rz >
rklaehn: why you using old version? you should probably upgrade
10:16
<
rklaehn >
It is the one you get from brew
10:17
<
rklaehn >
Or at least that is what I got a few weeks ago when I started dabbling with it.
10:17
<
r0kk3rz >
best to get the latest from ipfs.io
10:20
<
rklaehn >
OK, I now got 0.4.0. Still the same.
10:22
<
rklaehn >
Rudigers-MBP:ipfs-client rklaehn $ curl -X POST -v -F upload=@a.txt -F upload=@b.txt
http://127.0.0.1:5001/api/v0/block/put?stream-channels=true * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 5001 (#0) > POST /api/v0/block/put?stream-channels=true HTTP/1.1 > Host: 127.0.0.1:5001 > User-Agent: curl/7.43.0 > Accept:
*/* > Content-Length: 333 > Expect: 100-continue > Content-Type: multipart/form-data; boundary=-----------
10:23
<
rklaehn >
By the way: is there a reason for using IRC instead of gitter.im? This is pretty inconvenient.
10:29
corvinux has joined #ipfs
10:29
corvinux has quit [Changing host]
10:29
corvinux has joined #ipfs
10:37
<
Kubuxu >
rklaehn: in API calls you have to specify data, not files.
10:37
<
Kubuxu >
also block put is raw data, if you want to add file you have to use add
10:37
<
Kubuxu >
but still you have to pass the data in HTTP API call.
10:42
thiagoalencar22 has joined #ipfs
10:43
<
rklaehn >
Kubuxu: curl -F upload=@... uploads the file as multipart form data. And it works in principle. It is just that only the first file is processed.
10:43
<
rklaehn >
Can you give me a curl command line that works for uploading multiple files?
10:47
<
Kubuxu >
I can't I don't work on this part of a project. For adding whole files you should use /api/v0/add endpoint not /block/add
10:50
thiagoalencar22 has quit [Ping timeout: 250 seconds]
10:52
OutBackDingo has joined #ipfs
10:52
<
rklaehn >
Anyway, I will just ignore this for now and get back to it when somebody can help me.
10:56
<
Kubuxu >
richardlitt: ^^ might know more about this.
10:58
thiagoalencar22 has joined #ipfs
10:59
asie has quit [Quit: WeeChat 1.4]
11:02
corvinux has quit [Ping timeout: 250 seconds]
11:04
dignifiedquire has joined #ipfs
11:05
ppham has joined #ipfs
11:05
thiagoalencar22 has quit [Ping timeout: 260 seconds]
11:09
cryptix has quit [Ping timeout: 244 seconds]
11:10
ppham has quit [Ping timeout: 265 seconds]
11:10
<
rklaehn >
Kubuxu: I have now implemented /add, and there it works as expected.
11:15
MahaDev_ has quit [Ping timeout: 260 seconds]
11:15
OutBackDingo has quit [Ping timeout: 240 seconds]
11:22
cemerick has quit [Ping timeout: 244 seconds]
11:27
asie has joined #ipfs
11:27
OutBackDingo has joined #ipfs
11:28
NickGeek has joined #ipfs
11:29
<
NickGeek >
I just put up this tool called Rehua, if anyone wants to try it out: ipns/QmWA8vVzqdaHNQHpQcEZMQL95oW8zeiJ4SWgG1PfcrpwnW/
11:35
thiagoalencar22 has joined #ipfs
11:37
<
Kubuxu >
NickGeek: how does it link friends?
11:39
<
NickGeek >
Kubuxu: People put friends in their lists
11:39
<
NickGeek >
But each friend can have more friends, so as long as you can get on any list that eventually links back to the original one
11:40
<
NickGeek >
your list is on the site
11:40
herzmeister has quit [Quit: Leaving]
11:41
herzmeister has joined #ipfs
11:41
computerfreak has joined #ipfs
11:42
thiagoalencar22 has quit [Ping timeout: 250 seconds]
11:45
cryptix has joined #ipfs
11:50
insanity54 has quit [Ping timeout: 244 seconds]
11:56
<
ed_t >
NickGeek I'm a ipfs newbe. Have a node up and running. How do I access your tool?
11:59
<
ed_t >
or use the fuse filesystem
12:00
<
NickGeek >
that too
12:00
<
ed_t >
node problems would explain why it hangs
12:01
<
NickGeek >
ed_t: Do you have it loaded?
12:02
<
ed_t >
yes from the link, no from fuse
12:04
<
ed_t >
any word I try gets nothing found. do you have one that will get results?
12:05
<
NickGeek >
Just searching "ipfs" will bring up a few
12:06
ppham has joined #ipfs
12:06
<
ed_t >
should have thought of that
12:10
<
ed_t >
does it index the sites found? for instance the Archive link has a link to arXiv, but searching for arXiv finds nothing
12:11
ppham has quit [Ping timeout: 250 seconds]
12:11
<
NickGeek >
Sadly not, there is no server to store an index. I might write a crawler to auto create a list.json I can import
12:12
<
NickGeek >
Ideally all sites people would want to visit have been already entered into one of many list.json files
12:27
NickGeek has quit [Quit: Leaving]
12:39
corvinux has joined #ipfs
12:39
corvinux has quit [Changing host]
12:39
corvinux has joined #ipfs
12:48
rklaehn has quit [Ping timeout: 250 seconds]
12:48
<
ipfsbot >
go-ipfs/feature/Offline-2393 0a30aec Jakub Sztandera: Add offline daemon mode...
12:48
<
ipfsbot >
go-ipfs/feature/Offline-2393 f1b1958 Jakub Sztandera: Make errors more reasonable in case of node in offline mode...
12:49
<
ipfsbot >
go-ipfs/feature/Offline-2393 b9ada09 Jakub Sztandera: Make errors more reasonable in case of node in offline mode...
12:50
<
ipfsbot >
[go-ipfs] Kubuxu opened pull request #2696: Offline daemon mode (master...feature/Offline-2393)
https://git.io/vrGUN
13:08
ppham has joined #ipfs
13:12
ppham has quit [Ping timeout: 260 seconds]
13:13
<
cryptix >
ipfs became really ram-hungry... is there a way to limit connections?
13:23
corvinux has quit [Remote host closed the connection]
13:24
ed_t has quit [Ping timeout: 240 seconds]
13:25
ed_t has joined #ipfs
13:33
corvinux has joined #ipfs
13:34
corvinux has quit [Client Quit]
13:42
bedeho has joined #ipfs
13:42
Arakela0_ has joined #ipfs
13:43
corvinux has joined #ipfs
13:43
corvinux has joined #ipfs
13:44
MahaDev has joined #ipfs
13:45
cemerick has joined #ipfs
13:46
Arakela007 has quit [Ping timeout: 260 seconds]
13:48
IlanGodik has joined #ipfs
13:52
<
ipfsbot >
go-ipfs/feature/Offline-2393 cd7c2e2 Jakub Sztandera: Create shanress test for offline mode node...
13:56
pfraze has joined #ipfs
14:00
corehash has joined #ipfs
14:04
corehash has quit [Client Quit]
14:07
Arakela0_ has quit [Remote host closed the connection]
14:07
Arakela007 has joined #ipfs
14:08
corvinux has quit [Quit: Leaving]
14:09
Arakela0_ has joined #ipfs
14:09
Arakela007 has quit [Read error: Connection reset by peer]
14:11
cemerick has quit [Ping timeout: 260 seconds]
14:14
flapjack0811 has joined #ipfs
14:14
flapjack0811 has quit [Max SendQ exceeded]
14:15
flapjack0811 has joined #ipfs
14:15
flapjack0811 has quit [Max SendQ exceeded]
14:15
flapjack0811 has joined #ipfs
14:15
flapjack0811 has quit [Remote host closed the connection]
14:23
flapjack0811 has joined #ipfs
14:31
reit has quit [Ping timeout: 260 seconds]
14:35
rgrinberg has joined #ipfs
14:42
reit has joined #ipfs
14:43
Arakela007 has joined #ipfs
14:43
Arakela0_ has quit [Read error: Connection reset by peer]
14:44
crucialr_ has joined #ipfs
14:44
crucialr_ has quit [Client Quit]
14:45
crucialr_ has joined #ipfs
14:49
rgrinberg has quit [Ping timeout: 240 seconds]
14:49
disgusting_wall has joined #ipfs
14:49
ashark has joined #ipfs
14:50
ppham has joined #ipfs
14:55
ppham has quit [Ping timeout: 240 seconds]
14:57
something has joined #ipfs
14:58
something has quit [Client Quit]
15:00
HostFat has joined #ipfs
15:08
cryptix has quit [Quit: leaving]
15:08
cryptix has joined #ipfs
15:12
infinity0 has quit [Remote host closed the connection]
15:15
infinity0 has joined #ipfs
15:24
jfred has quit [Ping timeout: 244 seconds]
15:26
cryptix has quit [Quit: leaving]
15:27
rajabose has joined #ipfs
15:31
cryptix has joined #ipfs
15:32
reit has quit [Quit: Leaving]
15:33
cryptix has quit [Client Quit]
15:34
cryptix has joined #ipfs
15:34
cryptix has quit [Client Quit]
15:36
rajabose has quit []
15:36
cryptix has joined #ipfs
15:47
erde74 has joined #ipfs
15:57
<
ipfsbot >
go-ipfs/feat/helptext-test c335cf5 Jeromy: add test to enforce helptext on commands...
15:57
<
ipfsbot >
go-ipfs/feat/helptext-test 0529ba9 Jakub Sztandera: Add ProcessHelp call to Helptext test....
16:00
bearbin has quit [Remote host closed the connection]
16:03
<
cryptix >
daviddias, whyrusleeping: how hard is go-libp2p's dependency on RSA for transport keys?
16:04
<
cryptix >
i polished secretstream today (go port of secret-handshake) but that would need Ed25519 keys to be usefull in libp2p
16:04
nekomune_ is now known as nekomune
16:05
corvinux has joined #ipfs
16:05
Qwertie has quit [Ping timeout: 260 seconds]
16:06
<
ipfsbot >
go-ipfs/w/fix/logwriter-stall ef348f2 rht: Close errnotifier chan on err...
16:07
<
Kubuxu >
cryptix: it is quite hard in go-ipfs itself, we don't have multikey format yet. I don't know how situation looks inside of go-libp2p
16:07
Encrypt has joined #ipfs
16:07
<
cryptix >
Kubuxu: thought so - hoped i missed multikey
16:08
<
cryptix >
i'd really like to see ipfs gain something forward secure, transport-wise at least
16:08
<
Kubuxu >
multikey might be quite high on the todo list
16:08
<
Kubuxu >
it blocks many things (keystore which blocks many other).
16:12
corvinux has quit [Ping timeout: 250 seconds]
16:13
flapjack0811 has quit [Quit: Leaving]
16:15
rgrinberg has joined #ipfs
16:16
computerfreak has quit [Quit: Leaving.]
16:17
ppham has joined #ipfs
16:17
jaboja has joined #ipfs
16:17
dmr has joined #ipfs
16:20
rhalff has quit [Read error: Connection reset by peer]
16:22
corvinux has joined #ipfs
16:25
rgrinberg has quit [Ping timeout: 246 seconds]
16:27
ilyaigpetrov has joined #ipfs
16:36
zorglub27 has joined #ipfs
16:37
<
ipfsbot >
go-ipfs/use-consts-for-pin-modes c4195e5 Christian Couder: pin: add missing consts and convertion functions...
16:37
<
ipfsbot >
go-ipfs/use-consts-for-pin-modes 39f2367 Christian Couder: pin: use new constants instead of literal values...
16:38
<
ipfsbot >
[go-ipfs] chriscool opened pull request #2699: Use consts for pin modes (master...use-consts-for-pin-modes)
https://git.io/vrG3N
16:41
<
Kubuxu >
whyrusleeping: I am making small PR and Issues cleanup, I hope you don't mind.
16:42
erde74 has quit [Quit: Verlassend]
16:43
Encrypt has quit [Quit: Quitte]
16:44
ylp has quit [Ping timeout: 276 seconds]
16:44
Encrypt has joined #ipfs
16:45
zorglub27 has quit [Ping timeout: 250 seconds]
16:46
ylp has joined #ipfs
16:56
corvinux has quit [Ping timeout: 246 seconds]
17:02
jaboja has quit [Ping timeout: 244 seconds]
17:03
libman has joined #ipfs
17:06
cemerick has joined #ipfs
17:06
computerfreak has joined #ipfs
17:10
matoro has quit [Remote host closed the connection]
17:10
matoro has joined #ipfs
17:12
mdangear has joined #ipfs
17:13
corvinux has joined #ipfs
17:24
mdangear has quit [Ping timeout: 276 seconds]
17:28
cryptix has quit [Ping timeout: 244 seconds]
17:29
rgrinberg has joined #ipfs
17:30
<
ipfsbot >
[go-ipfs] RichardLitt force-pushed feature/add-defaults-to-daemon from 0820ce3 to 6e91bc5:
https://git.io/vrGZS
17:30
<
ipfsbot >
go-ipfs/feature/add-defaults-to-daemon 6e91bc5 Richard Littauer: Added Defaults to `ipfs daemon`...
17:31
<
ipfsbot >
[go-ipfs] RichardLitt force-pushed feature/add-defaults-to-daemon from 6e91bc5 to fa1c555:
https://git.io/vrGZS
17:31
<
ipfsbot >
go-ipfs/feature/add-defaults-to-daemon fa1c555 Richard Littauer: Added Defaults to `ipfs daemon`...
17:34
tymat has joined #ipfs
17:34
tymat has quit [Client Quit]
17:34
tymat has joined #ipfs
17:37
ppham has quit [Remote host closed the connection]
17:38
ppham has joined #ipfs
17:45
anachronism has quit [Ping timeout: 276 seconds]
17:47
anomie_ has joined #ipfs
17:47
anomie_ is now known as Guest43791
17:51
Guest43791 has quit [Ping timeout: 246 seconds]
17:55
cryptix has joined #ipfs
18:09
redfish has joined #ipfs
18:09
<
redfish >
sorry, typo ^
18:10
anomie- has joined #ipfs
18:13
erde74 has joined #ipfs
18:16
zorglub27 has joined #ipfs
18:30
mdangear has joined #ipfs
18:32
rgrinberg has quit [Ping timeout: 260 seconds]
18:34
zorglub27 has quit [Quit: zorglub27]
18:37
mdangear has quit [Ping timeout: 246 seconds]
18:43
ygrek has joined #ipfs
18:44
M-hash is now known as hearsay
18:51
ashark has quit [Ping timeout: 260 seconds]
18:55
ashark has joined #ipfs
18:58
Encrypt has quit [Quit: Quitte]
18:59
ppham has quit [Remote host closed the connection]
19:01
dmr has quit [Ping timeout: 276 seconds]
19:01
rgrinberg has joined #ipfs
19:02
cketti has joined #ipfs
19:06
ashark has quit [Ping timeout: 244 seconds]
19:07
<
ipfsbot >
[go-ipfs] whyrusleeping closed pull request #2652: Added Defaults to `ipfs daemon` (master...feature/add-defaults-to-daemon)
https://git.io/vrTOI
19:09
edrex has quit [Remote host closed the connection]
19:11
zorglub27 has joined #ipfs
19:13
Dhole_ is now known as Dhole
19:15
<
ipfsbot >
go-ipfs/feature/Offline-2393 b11e337 Jakub Sztandera: Add offline daemon mode...
19:15
<
ipfsbot >
go-ipfs/feature/Offline-2393 5476222 Jakub Sztandera: Make errors more reasonable in case of node in offline mode...
19:15
<
ipfsbot >
go-ipfs/feature/Offline-2393 6c817de Jakub Sztandera: Create shanress test for offline mode node...
19:16
<
ipfsbot >
go-ipfs/feature/Offline-2393 d2fe0cf Jakub Sztandera: Add offline daemon mode...
19:16
<
ipfsbot >
go-ipfs/feature/Offline-2393 ab37c6e Jakub Sztandera: Make errors more reasonable in case of node in offline mode...
19:16
<
ipfsbot >
go-ipfs/feature/Offline-2393 e400df0 Jakub Sztandera: Create shanress test for offline mode node...
19:17
<
Kubuxu >
Sorry for spamming that much. I noticed merge conflicts only after I pushed.
19:20
<
ipfsbot >
go-ipfs/feature/Offline-2393 f6bbe71 Jakub Sztandera: Make if condition in sharness lib silent...
19:20
<
cryptix >
i've pushed worse :)
19:23
rgrinberg has quit [Ping timeout: 240 seconds]
19:28
computerfreak has quit [Quit: Leaving.]
19:28
cemerick has quit [Ping timeout: 260 seconds]
19:31
chriscool has quit [Quit: Leaving.]
19:36
<
ipfsbot >
go-ipfs/feature/Offline-2393 5aa2962 Jakub Sztandera: Add t0040 test for offline daemon...
19:36
chriscool has joined #ipfs
19:39
computerfreak has joined #ipfs
19:46
mildred has joined #ipfs
19:47
chriscool has quit [Ping timeout: 260 seconds]
19:49
chriscool has joined #ipfs
19:52
Akaibu has joined #ipfs
19:55
<
cehteh >
i've set API server listening on /ip4/0.0.0.0/tcp/5001 .. but when i connect from my another computer on the network, the api page is mostly blank (no infos filled in
19:55
PrinceOfPeeves has joined #ipfs
19:56
<
cehteh >
do i miss something there?
20:04
erde74 has quit [Ping timeout: 276 seconds]
20:05
ashark has joined #ipfs
20:09
<
Kubuxu >
cehteh: because this page should be white, there is small app at: 127.0.0.1:5001/webui
20:09
zootella has joined #ipfs
20:10
zootella has quit [Client Quit]
20:12
ashark has quit [Ping timeout: 244 seconds]
20:15
insanity54 has joined #ipfs
20:21
Encrypt has joined #ipfs
20:21
ogd has quit [Ping timeout: 260 seconds]
20:23
erde74 has joined #ipfs
20:26
ogd has joined #ipfs
20:32
rklaehn has joined #ipfs
20:34
jaboja has joined #ipfs
20:40
rendar has quit [Ping timeout: 276 seconds]
20:46
rendar has joined #ipfs
20:48
mildred has quit [Ping timeout: 265 seconds]
20:51
erde74 has quit [Ping timeout: 250 seconds]
20:52
<
alu >
my friend says its hanging
20:52
<
alu >
ipfs ls QmXJc3Hs6FvWtD9Mvo8QGUNFhoAC3XCXhBZrdchuzjxawp
20:54
insanity54 has quit [Ping timeout: 260 seconds]
20:55
libman has quit [Remote host closed the connection]
20:58
rklaehn has quit [Ping timeout: 250 seconds]
21:01
<
Gaboose >
cryptix: are there a lot of those?
21:02
<
cryptix >
Gaboose: more than you would think
21:02
<
cryptix >
also: closed source..
21:02
<
cryptix >
non go.. everyone doing the same work again and again.. which is why i'd love libp2p to pick up
21:02
<
Gaboose >
closed source is no fun, but wouldn't mind having a list of these somehow
21:03
<
Gaboose >
i bet there's something to learn from some of them... i guess
21:03
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
21:03
<
Gaboose >
there might be a reason why none of them pick up
21:06
<
Gaboose >
for one, as far as i understand libp2p doesn't do multicasting with fancy topologies
21:06
<
Gaboose >
people who need that would reinvent their own solution
21:07
<
Gaboose >
i'm not
*that* familiar with libp2p so shut me up if i'm talking nonsense
21:07
<
daviddias >
Gaboose: not necessarily true
21:07
<
daviddias >
it is correct that today it doesn't
21:07
<
daviddias >
but libp2p is a framework to build up network stacks (this is one of the perspectives)
21:08
<
daviddias >
and multicast is just one of the mechanisms that can be set up
21:08
ashark has joined #ipfs
21:10
zootella has joined #ipfs
21:12
<
cryptix >
Gaboose: never said that closed source is fun but there def is looots of duplicated work. think nat for instance or all of the nasty tricks skype pulls of to poke through firewalls
21:13
rmi7 has quit [Excess Flood]
21:14
<
cryptix >
i wouldn't mind a couple of those at my belly next time i'm looking at a captive portal from a caffe
21:14
zootella has quit [Client Quit]
21:15
ashark has quit [Ping timeout: 240 seconds]
21:15
<
Gaboose >
yea, true
21:15
rmi7 has joined #ipfs
21:16
<
Gaboose >
its hard to associate nat stuff with open source in my head tho
21:16
<
Gaboose >
nat stuff feels like dirty work, while i appreciate elegant code that's public
21:17
<
Gaboose >
probably not just me
21:17
<
cehteh >
Kubuxu: huh? dont understand, whats missing for calling it remotely?
21:18
<
cryptix >
i mean nat as in 'a problem p2p needs to get around somehow' there are prob. 9000 solutions burried in github or god forbid sourceforge, 99% resembling STUN
21:21
<
Gaboose >
sounds like someone needs to go on a rampage and copy them into one automatic seqential try'er
21:21
ppham has joined #ipfs
21:22
<
Gaboose >
while gathering statistics on which ones work the best
21:22
<
Gaboose >
science-style
21:23
<
Gaboose >
that'd be more managable in my head than learning from all of them
21:23
<
Gaboose >
and making the ultimate nat traversal package and hoping it'll pick up better
21:26
<
Gaboose >
same with libp2p, which is great that it's going for a general solution
21:34
asie has quit [Ping timeout: 244 seconds]
21:34
Confiks has joined #ipfs
21:34
<
cryptix >
ironically i just posted someone the standards xkcd half an hour ago... :)
21:36
asie has joined #ipfs
21:36
<
Confiks >
The installation instructions of go-ipfs note that I should run `make toolkit_upgrade` to install gx. In the Makefile however, toolkit_upgrade runs the gx_upgrade target, and I see no gx_upgrade in the Makefile. Make complains: "make:
*** No rule to make target `gx_upgrade', needed by `toolkit_upgrade'. Stop."
21:37
<
Confiks >
Manually installing gx through `go get -u github.com/whyrusleeping/gx` makes `make install` work smoothly, but where is the gx_upgrade target?
21:38
Magik6k has quit [Excess Flood]
21:39
ashark has joined #ipfs
21:39
jaboja has quit [Ping timeout: 265 seconds]
21:42
Magik6k has joined #ipfs
21:48
Magik6k has joined #ipfs
21:48
Magik6k has quit [Excess Flood]
21:51
<
chriscool >
But the installation instructions might not have been updated
21:52
<
chriscool >
and there might be some bugs in the Makefile
21:52
corvinux has quit [Ping timeout: 244 seconds]
21:52
Magik6k has joined #ipfs
21:56
ygrek has quit [Ping timeout: 246 seconds]
21:58
zootella has joined #ipfs
21:58
zootella has left #ipfs [#ipfs]
22:00
CounterPillow is now known as nfrattaroli
22:02
zorglub27 has quit [Quit: zorglub27]
22:03
caseorganic has quit [Ping timeout: 260 seconds]
22:06
caseorganic has joined #ipfs
22:08
nfrattaroli is now known as CounterPillow
22:09
ashark has quit [Ping timeout: 276 seconds]
22:11
corvinux has joined #ipfs
22:19
reit has joined #ipfs
22:19
ylp has quit [Ping timeout: 260 seconds]
22:22
ylp has joined #ipfs
22:22
computerfreak has quit [Remote host closed the connection]
22:25
ashark has joined #ipfs
22:33
herzmeister has quit [Quit: Leaving]
22:34
herzmeister has joined #ipfs
22:38
ashark has quit [Ping timeout: 265 seconds]
22:40
pfraze has quit [Remote host closed the connection]
22:43
<
redfish >
cehteh: re webui unpopulated: this has been brought up before: related to cors, csrf attacks, and allowed origin/referer
22:45
<
redfish >
but I can't find the issue that I've seen earlier
22:47
corvinux has quit [Ping timeout: 246 seconds]
22:54
pfraze has joined #ipfs
22:54
ashark has joined #ipfs
22:54
ppham has quit [Remote host closed the connection]
22:57
reit has quit [Quit: Leaving]
23:03
jaboja has joined #ipfs
23:10
ashark has quit [Ping timeout: 260 seconds]
23:17
Encrypt has quit [Quit: Sleeping time!]
23:20
HostFat has quit [Quit: Leaving]
23:20
Arakela007 has quit [Remote host closed the connection]
23:23
ashark has joined #ipfs
23:28
ashark has quit [Ping timeout: 260 seconds]
23:37
ashark has joined #ipfs
23:42
cryptix has quit [Ping timeout: 244 seconds]
23:53
zero-one is now known as zero-one|kitchen
23:53
zero-one|kitchen is now known as zero-one|bathroo
23:53
zero-one|bathroo is now known as zero-one|toaster
23:54
zero-one|toaster is now known as zero-one
23:55
dmr has joined #ipfs
23:55
ashark has quit [Ping timeout: 276 seconds]
23:59
rgrinberg has joined #ipfs