Kubuxu changed the topic of #ipfs to: go-ipfs 0.4.14 is out! Try out all the new features: https://dist.ipfs.io/go-ipfs/v0.4.14 | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://botbot.me/freenode/ipfs/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0"
<piajesse[m]> oh really? alright I'm getting the hang of this
weez17 has quit [Read error: Connection reset by peer]
<ToxicFrog> There's `ipfs key list -l | grep ...` but that gets pretty gross pretty quick
weez17 has joined #ipfs
<lgierth> patches welcome :) or someone will eventually improve it - it's been rubbing me the wrong way too
MDead has quit [Ping timeout: 264 seconds]
<piajesse[m]> another question, if I publish something with host 1, and pin it with host 2, and host 1 goes down, can host 3 get it from an ipns address?
<piajesse[m]> I can't find much on how ipns works, and I don't have that many hosts that can connect to each other to test it xD
<ToxicFrog> lgierth: ok, just wanted to make sure I wasn't missing something obvious
<ToxicFrog> Oh, huh. Apparently auto rebroadcast of IPNS names was coming soon a year ago: https://github.com/ipfs/faq/issues/16#issuecomment-301215542
<piajesse[m]> lol
MDude has joined #ipfs
pcardune has quit [Read error: Connection reset by peer]
pcardune has joined #ipfs
pcardune has quit [Remote host closed the connection]
colatkinson has quit [Quit: colatkinson]
<lgierth> piajesse[m]: ipns is just a way tie an updatable name (non-human readable, but a name) to a content hash
<lgierth> so if host 3 can resolve the ipns name (they expire after 12 or 24 hours or so unless the publisher node keeps running), and someone on the network has the content, it can retrieve it
rngkll_ has joined #ipfs
<piajesse[m]> well if you scroll up to my idea, which was a way to have gaming profiles on ipfs, it would rely heavily on ipns, due to number of times it would change, but the problem I have come up with is, what if that person goes offline for more then a day, and you want to look at his status via his ipns ID, well it wouldn't show anything because ipns IDs expire huh...
<ToxicFrog> Wow `ipfs name resolve` is slow.
<ToxicFrog> This is probably the same issue as `ipfs name publish` being slow -- it assumes a minimum swarm size or something.
<piajesse[m]> how slow?
<ToxicFrog> 45 seconds or so.
<ToxicFrog> Also, it looks like a lot of ipfs commands, if passed no positional arguments, will enter reading-from-stdin mode rather than erroring out, which is aggravating when you're doing `ipfs foo $(some-other-command-that-might-fail)`
<piajesse[m]> yeah, I will admit that sucks xD
chedi_[m] has joined #ipfs
<lgierth> if you want something as-realtime-as-possible, you should look into pubsub
<lgierth> (ipfs pubsub that is)
<lgierth> ipns will get a lot faster in the future but it'll take a bit more work
<piajesse[m]> someone was talking about that, but how does it work?
<ToxicFrog> ipfs pubsub may be faster but it very much does not do what I want
risciii has quit [Read error: Connection reset by peer]
<ToxicFrog> Which is "given a file or directory, automatically generate a key associated with it, add it to IPFS, and publish it under a name derived from that key"
<piajesse[m]> my whole idea is to use ipfs in the background, but make it as simple as possiable for the use cases I'm working on
<lgierth> oh, on that note, start the daemon with --enable-pubsub-experiment and --enable-namesys-pubsub, it should subscribe to pubsub updates of a name with the first lookyp
<lgierth> so future lookups should be near instant
<piajesse[m]> alright, I will have to figure how a way to do a testnet with it on my local computers, I guess I can edit the startup nodes or what ever its called
<piajesse[m]> Thanks so much for your help lgierth
<ToxicFrog> Ok I think this is definitely a bug: `ipfs key rm </dev/null` goes into stdin mode and then dies with "invalid ipfs ref path" rather than doing nothing.
<piajesse[m]> lol
bomb-on has quit [Quit: SO LONG, SUCKERS!]
bomb-on has joined #ipfs
<ToxicFrog> Filed #4904
<ToxicFrog> And it looks like there's already a bug for `ipns is unreasonably slow on small swarms` so I've just commented on that.
chedi_[m] is now known as chedi
pcardune has joined #ipfs
<lord|> lgierth: I went with ext4 but I'm going to quickly migrate to btrfs and see how it handles
pcardune has quit [Ping timeout: 240 seconds]
border0464 has quit [Ping timeout: 240 seconds]
moet has joined #ipfs
border0464 has joined #ipfs
<lord|> lgierth: I assume a COW filesystem is a good fit for ipfs since the files don't ever change?
<lord|> also, are you using any special btrfs features?
<lord|> compression maybe?
<lgierth> the inodes problem goes away
<lgierth> and for large data it should perform much better than the current default flatfs datastore
<lord|> ah
<lord|> do you think btrfs will be slower for that?
<lgierth> this should make a much bigger difference right now than the choice of file system
<lord|> I forgot if it was leveldb or sqlite that I heard is slightly slower on btrfs
<lgierth> i don't have data for ext4 vs. btrfs performance
<lgierth> one big advantage is that writes are O(1) with badger while they're O(n) with flatfs
<lgierth> i.e. the bigger your repo, the slower the writes
<lord|> wouldn't that depend on the underlying filesystem with flatfs
<lord|> PIFS :P
<lgierth> it's simply that flatfs sticks all block files into a simple flat directory tree, and that's billions of files once you're at a few TB (also depending on your dataset)
<lgierth> i already got pifs.io a while ago!
<lgierth> reads are free, but writes are really really expensive
<lgierth> (in pifs)
<lord|> lol
<lord|> pifs is even content-addressed
<lgierth> so yes it would be great if you could badger a try
<lgierth> it is!
<lgierth> totally immutable
saxon has joined #ipfs
lnostdal has quit [Ping timeout: 264 seconds]
chjk6x has quit [Read error: Connection reset by peer]
border0464 has quit [Ping timeout: 240 seconds]
border0464 has joined #ipfs
zcstarr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 260 seconds]
<lord|> having trouble installing ipfs-ds-convert
<lord|> `go get github.com/whyrusleeping/gx` is just taking forever with no output
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 264 seconds]
smuten has joined #ipfs
daMaestro has quit [Quit: Leaving]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 260 seconds]
Chowie has joined #ipfs
rngkll_ has quit [Remote host closed the connection]
colatkinson has joined #ipfs
Fessus has joined #ipfs
ericxtang has joined #ipfs
user51 has joined #ipfs
pcardune has joined #ipfs
Taoki has quit [Ping timeout: 248 seconds]
pcardune has quit [Ping timeout: 264 seconds]
ericxtang has quit [Remote host closed the connection]
RoyalJade has joined #ipfs
ericxtang has joined #ipfs
Chowie has quit [Quit: Leaving]
Chowie has joined #ipfs
pcardune has joined #ipfs
MDude has quit [Ping timeout: 248 seconds]
pcardune has quit [Ping timeout: 240 seconds]
DJ-AN0N has joined #ipfs
shakalaka has joined #ipfs
PyHedgehog has quit [Quit: Connection closed for inactivity]
moet has quit [Ping timeout: 248 seconds]
toxync01 has quit [Ping timeout: 248 seconds]
toxync01 has joined #ipfs
ericxtang has quit [Remote host closed the connection]
PyHedgehog has joined #ipfs
ericxtang has joined #ipfs
<lord|> it finally finished compiling
<lord|> dunno if grabbing libraries from ipfs is ready but ok
ericxtang has quit [Ping timeout: 260 seconds]
ericxtang has joined #ipfs
}ls{ has quit [Ping timeout: 260 seconds]
ericxtang has quit [Remote host closed the connection]
ericxtan_ has joined #ipfs
nicu has quit [Quit: nicu]
toxync01 has quit [Ping timeout: 264 seconds]
}ls{ has joined #ipfs
archagon has quit [Quit: archagon]
archagon has joined #ipfs
reit has quit [Quit: Leaving]
mrBen2k2k2k_ has quit [Read error: Connection reset by peer]
mrBen2k2k2k has quit [Read error: Connection reset by peer]
border0464 has quit [Ping timeout: 268 seconds]
toxync01 has joined #ipfs
RoyalJade has quit [Ping timeout: 260 seconds]
archagon has quit [Quit: archagon]
archagon has joined #ipfs
colatkinson has quit [Quit: colatkinson]
anewuser has joined #ipfs
ericxtan_ has quit [Remote host closed the connection]
ericxtang has joined #ipfs
pcardune has joined #ipfs
ericxtang has quit [Ping timeout: 248 seconds]
colatkinson has joined #ipfs
facia has quit [Read error: Connection reset by peer]
}ls{ has quit [Quit: real life interrupt]
pcardune has quit [Ping timeout: 256 seconds]
shakalaka has quit [Ping timeout: 260 seconds]
zrc has joined #ipfs
shakalaka has joined #ipfs
MDude has joined #ipfs
saxon has quit [Ping timeout: 260 seconds]
smuten has quit [Ping timeout: 264 seconds]
shakalaka has quit [Ping timeout: 260 seconds]
shakalaka has joined #ipfs
lnostdal has joined #ipfs
audiodude[m] has joined #ipfs
shakalaka has quit [Ping timeout: 240 seconds]
santamanno has joined #ipfs
ericxtang has joined #ipfs
shakalaka has joined #ipfs
shagerty has joined #ipfs
shagerty has quit [Client Quit]
santamanno has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lord| has quit [Ping timeout: 268 seconds]
ansuz has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
zrc has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shakalaka has quit [Ping timeout: 240 seconds]
bwn has quit [Ping timeout: 240 seconds]
Oatmeal has quit [Read error: Connection reset by peer]
icostan[m] has joined #ipfs
grvhi has quit [Ping timeout: 256 seconds]
colatkinson has quit [Quit: colatkinson]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
nicu has joined #ipfs
zrc has joined #ipfs
shakalaka has joined #ipfs
grvhi has joined #ipfs
reit has joined #ipfs
santamanno has joined #ipfs
shakalaka has quit [Ping timeout: 240 seconds]
lnostdal has quit [Ping timeout: 256 seconds]
santamanno has quit [Client Quit]
grvhi has quit [Ping timeout: 264 seconds]
shakalaka has joined #ipfs
smuten has joined #ipfs
DJ-AN0N has quit [Quit: DJ-AN0N]
ericxtang has quit [Ping timeout: 264 seconds]
toxync01- has joined #ipfs
toxync01- is now known as toxync01_
toxync01 has quit [Ping timeout: 256 seconds]
toxync01_ is now known as toxync01
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
federico3 has quit [Ping timeout: 260 seconds]
federico3 has joined #ipfs
bomb-on has quit [Ping timeout: 260 seconds]
reit has quit [Quit: Leaving]
potterhead has joined #ipfs
zrc has quit [Quit: Textual IRC Client: www.textualapp.com]
ericxtang has joined #ipfs
moet has joined #ipfs
moet has quit [Ping timeout: 248 seconds]
anewuser has quit [Quit: anewuser]
grvhi has joined #ipfs
Chowie has quit [Quit: Leaving]
potterhead has quit [Remote host closed the connection]
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
smuten has quit [Ping timeout: 268 seconds]
<whyrusleeping> using 'go get' doesnt pull any deps from ipfs. That operation being slow is generally just your connection to github being slow
Oatmeal has joined #ipfs
archagon has quit [Quit: archagon]
Lieuwex has quit [Remote host closed the connection]
Lieuwex has joined #ipfs
ensbro has joined #ipfs
pubemail[m] has joined #ipfs
mib_kd743naq has joined #ipfs
<mib_kd743naq> hi! it's been a while
<mib_kd743naq> the identity "hash" thing, allowing for embedding of very short data directly as the "pointer"
<mib_kd743naq> is this available in a release or at least in master, or it is still WiP?
yhwh has joined #ipfs
ericxtang has quit [Ping timeout: 240 seconds]
dimitarvp has joined #ipfs
elevated has quit [Quit: bye]
elevated has joined #ipfs
mib_kd743naq has quit [Quit: Page closed]
ericxtang has joined #ipfs
infinity0 has joined #ipfs
ericxtang has quit [Ping timeout: 264 seconds]
Oatmeal has quit [Ping timeout: 256 seconds]
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #ipfs
Oatmeal has joined #ipfs
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 264 seconds]
Taoki has joined #ipfs
ericxtang has joined #ipfs
ensbro has quit [Quit: Leaving]
archagon has joined #ipfs
archagon has quit [Client Quit]
natewalck has quit [Quit: Connection closed for inactivity]
border0464 has joined #ipfs
benjamingr_ has joined #ipfs
pcardune has joined #ipfs
lassulus has quit [Changing host]
lassulus has joined #ipfs
border0464 has quit [Ping timeout: 256 seconds]
geoah has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
natewalck has joined #ipfs
pcardune has quit [Ping timeout: 276 seconds]
geoah has joined #ipfs
yhwh has quit [Ping timeout: 240 seconds]
Taoki has quit [Ping timeout: 268 seconds]
ericxtang has quit [Ping timeout: 256 seconds]
gmoro has quit [Ping timeout: 264 seconds]
gmoro has joined #ipfs
Oatmeal has quit [Ping timeout: 264 seconds]
kestrel has joined #ipfs
border0464 has joined #ipfs
reit has joined #ipfs
elevated has quit [Quit: bye]
elevated has joined #ipfs
border0464 has quit [Ping timeout: 264 seconds]
grvhi has quit [Ping timeout: 260 seconds]
grvhi has joined #ipfs
border0464 has joined #ipfs
}ls{ has joined #ipfs
skyguy[m] has joined #ipfs
elevated has quit [Quit: bye]
elevated has joined #ipfs
ilyaigpetrov has joined #ipfs
smuten has joined #ipfs
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
elevated has quit [Quit: bye]
elevated has joined #ipfs
moet has joined #ipfs
lassulus has quit [Read error: Connection reset by peer]
lassulus has joined #ipfs
Taoki has joined #ipfs
toxync01- has joined #ipfs
toxync01- is now known as toxync01_
lnostdal has joined #ipfs
toxync01 has quit [Ping timeout: 260 seconds]
toxync01_ is now known as toxync01
Taoki has quit [Ping timeout: 256 seconds]
border0464 has quit [Ping timeout: 264 seconds]
border0464 has joined #ipfs
geoah has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yhwh has joined #ipfs
grvhi_ has joined #ipfs
lupine has quit [Ping timeout: 255 seconds]
grvhi has quit [Ping timeout: 264 seconds]
lupine has joined #ipfs
moet has quit [Ping timeout: 248 seconds]
anewuser has joined #ipfs
grvhi_ has quit [Remote host closed the connection]
grvhi has joined #ipfs
Xiti has quit [Quit: Xiti]
Xiti has joined #ipfs
grvhi has quit [Remote host closed the connection]
grvhi has joined #ipfs
MDude has quit [Quit: Going offline, see ya! (www.adiirc.com)]
toxync01- has joined #ipfs
toxync01- is now known as _toxync01-
_toxync01- is now known as toxync01_
toxync01_ is now known as _toxync01_
geoah has joined #ipfs
_toxync01_ is now known as toxync01_
toxync01_ is now known as _toxync01_
_toxync01_ is now known as toxync01_
toxync01_ is now known as _toxync01_
toxync01 has quit [Ping timeout: 256 seconds]
moet has joined #ipfs
_toxync01_ is now known as toxync01
grvhi has quit [Remote host closed the connection]
grvhi has joined #ipfs
grvhi has quit [Ping timeout: 268 seconds]
espadrine has quit [Ping timeout: 256 seconds]
pcardune has joined #ipfs
xincognito10[m] has left #ipfs ["User left"]
geoah has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grvhi has joined #ipfs
rngkll_ has joined #ipfs
grvhi has quit [Remote host closed the connection]
hacman has joined #ipfs
grvhi has joined #ipfs
grvhi has quit [Ping timeout: 264 seconds]
smuten has quit [Ping timeout: 240 seconds]
daMaestro has joined #ipfs
lassulus has quit [Changing host]
lassulus has joined #ipfs
lassulus has quit [Quit: WeeChat 2.0]
Ecran has joined #ipfs
lassulus has joined #ipfs
barnacs has quit [Ping timeout: 256 seconds]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
smuten has joined #ipfs
bomb-on has joined #ipfs
elevated has quit [Quit: bye]
pcardune has quit [Remote host closed the connection]
elevated has joined #ipfs
lord| has joined #ipfs
Caterpillar has joined #ipfs
pcardune has joined #ipfs
Caterpillar has quit [Client Quit]
Caterpillar has joined #ipfs
moet has quit [Ping timeout: 248 seconds]
pcardune has quit [Remote host closed the connection]
geoah has joined #ipfs
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
pcardune has joined #ipfs
silotis has quit [Remote host closed the connection]
silotis has joined #ipfs
rngkll_ has quit [Remote host closed the connection]
lassulus has quit [Quit: WeeChat 2.0]
rngkll_ has joined #ipfs
lord| has quit [Ping timeout: 260 seconds]
lassulus has joined #ipfs
rngkll_ has quit [Read error: No route to host]
rngkll_ has joined #ipfs
lord| has joined #ipfs
santamanno has joined #ipfs
natewalck has quit [Quit: Connection closed for inactivity]
MDude has joined #ipfs
AtnNn has joined #ipfs
Sunflowery has quit [Read error: Connection reset by peer]
Sunflowery has joined #ipfs
rngkll_ has quit [Read error: Connection reset by peer]
hacman has quit [Quit: Quitte]
rngkll_ has joined #ipfs
barnacs has joined #ipfs
natewalck has joined #ipfs
jkrone has joined #ipfs
benjamingr_ has quit [Quit: Connection closed for inactivity]
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
cwahlers_ has joined #ipfs
cwahlers has quit [Ping timeout: 256 seconds]
moet has joined #ipfs
Sunflowery has quit [Ping timeout: 260 seconds]
mildred has joined #ipfs
mildred has quit [Client Quit]
qzo has quit [Quit: WHoasa! My UNIX hit a SEGFAULT]
mildred has joined #ipfs
mildred has quit [Client Quit]
mildred has joined #ipfs
zcstarr has joined #ipfs
lassulus has quit [Quit: WeeChat 2.0]
clemo has joined #ipfs
lassulus has joined #ipfs
redfish has quit [Ping timeout: 260 seconds]
kaotisk has quit [Ping timeout: 260 seconds]
redfish has joined #ipfs
grvhi has joined #ipfs
grvhi has quit [Ping timeout: 256 seconds]
archagon has joined #ipfs
maxzor has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 256 seconds]
Mateon3 is now known as Mateon1
archagon has quit [Ping timeout: 260 seconds]
santamanno has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rngkll has quit [Ping timeout: 276 seconds]
lnostdal_ has joined #ipfs
lnostdal has quit [Ping timeout: 240 seconds]
Taoki has joined #ipfs
grvhi has joined #ipfs
Encrypt has joined #ipfs
<lord|> why is the js API client sticking two hex characters on DAGLink#name
<lord|> it does it for some files but not others, what the fuck
santamanno has joined #ipfs
santamanno has quit [Client Quit]
santamanno has joined #ipfs
<lord|> I was using the ipfs.object api
<lord|> I should probably be using the ipfs.files api?
santamanno has quit [Client Quit]
<lord|> yeah holy crap what was I doing
<lord|> `files` seems like the right API for... listing files recursively
<lord|> who'da thought
rngkll_ has quit [Remote host closed the connection]
grvhi has quit [Remote host closed the connection]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
rngkll has joined #ipfs
rngkll has quit [Ping timeout: 268 seconds]
santamanno has joined #ipfs
santamanno has quit [Client Quit]
archagon has joined #ipfs
Encrypt has quit [Quit: Quit]
mildred has quit [Remote host closed the connection]
mildred has joined #ipfs
mildred has quit [Client Quit]
glness has joined #ipfs
moet has quit [Ping timeout: 256 seconds]
glness has quit [Client Quit]
simonas[m] has joined #ipfs
smuten has quit [Ping timeout: 264 seconds]
grvhi has joined #ipfs
kaotisk has joined #ipfs
maxzor has quit [Remote host closed the connection]
grvhi has quit [Ping timeout: 256 seconds]
shizy has joined #ipfs
rngkll has joined #ipfs
clemo has quit [Ping timeout: 240 seconds]
rngkll has quit [Ping timeout: 264 seconds]
santamanno has joined #ipfs
santamanno has quit [Client Quit]
Taoki has joined #ipfs
santamanno has joined #ipfs
user51 has quit [Remote host closed the connection]
user51 has joined #ipfs
natewalck has quit [Quit: Connection closed for inactivity]
santamanno has quit [Quit: Textual IRC Client: www.textualapp.com]
daMaestro has quit [Quit: Leaving]
daMaestro has joined #ipfs
MDude has quit [Ping timeout: 255 seconds]
border0464 has quit [Ping timeout: 260 seconds]
<lord|> what is the maximum size of a single file in IPFS?
<lord|> 2^64?
shizy has quit [Ping timeout: 268 seconds]
daMaestro has quit [Quit: Leaving]
grvhi has joined #ipfs
anewuser has quit [Quit: anewuser]
MDude has joined #ipfs
grvhi has quit [Ping timeout: 260 seconds]
JimmieD has joined #ipfs
<whyrusleeping> lord|: technically unlimited, but i think the protobuf implementation we're using right now limits it to 64 bits
<whyrusleeping> we havent gotten around to hacking in support for big.Int into the protobuf lib
TUSF has joined #ipfs
border0464 has joined #ipfs
Chowie has joined #ipfs
_whitelogger has joined #ipfs
shizy has joined #ipfs
rngkll has joined #ipfs