stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.18 and js-ipfs 0.34 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Con
Ai9zO5AP has quit [Quit: WeeChat 2.3]
lassulus has quit [Ping timeout: 240 seconds]
uncle_ben has quit [Remote host closed the connection]
<jamiedubs[m]1>
@jacky are you talking about DNSlink?
<jamiedubs[m]1>
Type a url but it essentially switches to IPFS
<AuHau>
not sure what exactly you are doing, but the go-ipfs has a daemon that expose HTTP API for all its commands, so you can always use that... Not sure if there is directly binding for Erlang atm.
renich has joined #ipfs
lassulus has quit [Ping timeout: 246 seconds]
prestochango has joined #ipfs
lassulus has joined #ipfs
prestochango has quit [Max SendQ exceeded]
CimpianAlin[m]1 has joined #ipfs
prestochango has joined #ipfs
rcat has quit [Remote host closed the connection]
rawriclark has quit [Quit: Lost terminal]
prestochango has quit [Quit: Leaving]
Xenguy has quit [Ping timeout: 245 seconds]
Xenguy has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
lidel` has joined #ipfs
mowcat has joined #ipfs
lidel has quit [Ping timeout: 268 seconds]
lidel` is now known as lidel
fcat[m] has joined #ipfs
spinza has joined #ipfs
charlton_ has joined #ipfs
charlton has quit [Ping timeout: 272 seconds]
charlton has joined #ipfs
charlton_ has quit [Ping timeout: 245 seconds]
BeerHall has joined #ipfs
<jacky>
only HTTP? could grpc be used as well? (not a big deal just perf reasons)
<jacky>
ahh nice re: specs
<jacky>
kinda sucks it's on github, figured it'd be hosted on a ipfs site ;)
<jacky>
jamiedubs[m]: I don't know what DNSLink is
mischat_ has quit [Remote host closed the connection]
mischat_ has joined #ipfs
mischat_ has quit [Remote host closed the connection]
mischat_ has joined #ipfs
mischat has quit [Ping timeout: 268 seconds]
charlton has joined #ipfs
zane has joined #ipfs
dimitarvp has quit [Quit: Bye]
dimitarvp has joined #ipfs
ismay has quit [Ping timeout: 245 seconds]
chiui has quit [Ping timeout: 246 seconds]
obensource has quit [Ping timeout: 246 seconds]
TimMc has quit [Ping timeout: 245 seconds]
obensource has joined #ipfs
biplavo has quit [Ping timeout: 256 seconds]
MrSprinkles has quit [Quit: Crono dies]
MrSparkle has joined #ipfs
charlton has quit [Quit: πͺππππ€ c a t c h i n' s o m e z z z s]
dqx has quit [Ping timeout: 250 seconds]
dqx has joined #ipfs
vmx has quit [Remote host closed the connection]
dqx has quit [Ping timeout: 246 seconds]
renich_ has joined #ipfs
renich has quit [Ping timeout: 244 seconds]
Fessus has quit [Ping timeout: 250 seconds]
nonono has joined #ipfs
nonono has quit [Max SendQ exceeded]
dqx has joined #ipfs
ctOS has quit [Quit: Connection closed for inactivity]
test454 has joined #ipfs
bahumbedbug has joined #ipfs
test454 has left #ipfs [#ipfs]
<AuHau>
Guys do you know if MFS works in lazy-manner? If I would add for example 4 TB hash, would it try to download it whole immediately or only on demand?
kapil____ has quit [Quit: Connection closed for inactivity]
ctOS has joined #ipfs
fazo has quit [Quit: fazo]
mowcat has joined #ipfs
barnacs has quit [Ping timeout: 246 seconds]
barnacs has joined #ipfs
renich has joined #ipfs
SchrodingersScat has quit [Ping timeout: 252 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
<lord4163>
Hm, almost 500 MiB of RAM is being used when idle
renich_ has joined #ipfs
renich has quit [Ping timeout: 246 seconds]
hph^ has quit []
renich_ is now known as renich
cyfex_ has quit [Ping timeout: 246 seconds]
<voker57>
AuHau: on demand, mfs does not fetch anything
spinza has joined #ipfs
papqp has joined #ipfs
q6AA4FD has joined #ipfs
papqp has left #ipfs [#ipfs]
papqp has joined #ipfs
papqp has left #ipfs [#ipfs]
mischat has quit [Remote host closed the connection]
dqx has quit [Ping timeout: 245 seconds]
<AuHau>
voker57: Thanks, so if I do `ipfs files cp /ipfs/.../ /some/path` and then `ipfs files read /some/path/file` only the `ipfs files read` will actually fetch the file. Do I understand it correctly?