lgierth changed the topic of #ipfs to: go-ipfs v0.4.8 is out! https://dist.ipfs.io/#go-ipfs | Week 13: Web browsers, IPFS Cluster, Orbit -- https://waffle.io/ipfs/roadmaps | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0
infinity0 has quit [Remote host closed the connection]
<M-anomie> Huh, this open issue leads me to believe that if I have an sha256 hash, I could just add the appropriate multihash and encode it to base58 to get the appropriate ipfs path. https://github.com/ipfs/faq/issues/22#issue-97321899
infinity0 has joined #ipfs
<Magik6k> M-anomie, the hash you get out of ipfs is hash of unixfs protobuf+your data
infinity0 has quit [Remote host closed the connection]
<M-anomie> Magik6k: Oh. Well, sounds like it could still be done, but a little more effort.
infinity0 has joined #ipfs
<Magik6k> Not really, the data is hashed with other stuff AFAIK
infinity0 has quit [Remote host closed the connection]
<Magik6k> Even if you somehow broke sha-256 it wouldn't work
jaboja has quit [Ping timeout: 260 seconds]
<M-anomie> Huh. Is the way this is done in the specs?
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
taaem has quit [Ping timeout: 260 seconds]
M238704[m] has joined #ipfs
<M238704[m]> I'm trying to run the getting started for js-ipfs. Having trouble
<Magik6k> You basically need to construct unixfs protobuf with your data, chunking it if it's big enough the way ipfs does it and then hash
<Magik6k> Or do 'ipfs add -qn'
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
<ehd> which JS library should I use to create dags in node?
<ehd> Is it js-ipld-dag-pb? I am always amazed at how much better I find what I (might) need right after asking
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
<M238704[m]> Is there a better room for these questions?
infinity0 has joined #ipfs
<emunand[m]> youre in the right room, its just that no one is active
<M-anomie> whyrusleeping: Thanks.
<whyrusleeping> ehd: all the js-ipfs people are asleep right now i think
<M238704[m]> Okay. Well I'm hitting an open issue for Ubuntu 16.04. I'll just use the browser script and come back to it later.
<M238704[m]> Thanks
<M-anomie> So I guess you can't get an ipfs hash out of an sha256 hash unless it's too small to be chunked.
<ehd> whyrusleeping: Most contextually-to-your-name relevant thing you’ve said to me :D
<whyrusleeping> hah
<ehd> I found a treasure trove of JS libraries for doing what I want, thanks!
<whyrusleeping> it happens from time to time :P
zpaz has joined #ipfs
onabreak has joined #ipfs
droman has quit []
reit has quit [Quit: Leaving]
<M238704[m]> The orbit browser example uses the deprecated ipfs-daemon
robattila256 has quit [Ping timeout: 268 seconds]
fgarefgad[m] has joined #ipfs
damongant has quit [Ping timeout: 240 seconds]
<flyingzumwalt> M238704[m] you can also try posting things on discuss.ipfs.io -- that way your question sticks around longer instead of getting lost in the IRC history.
damongant has joined #ipfs
acym[m] has joined #ipfs
qjkxkcd has quit [Ping timeout: 255 seconds]
espadrine has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ipfs
Mitar has quit [Ping timeout: 240 seconds]
jaboja has joined #ipfs
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brendyn has joined #ipfs
brendyyn has quit [Ping timeout: 246 seconds]
_shizy has quit [Quit: WeeChat 1.7.1]
shizy has joined #ipfs
shizy is now known as _shizy
adeo888 has joined #ipfs
<tangent128> Hm, how does writing to /ipns/local work? Are the contents pinned and/or regularly published?
ygrek_ has quit [Ping timeout: 240 seconds]
<tangent128> In the context of a FUSE mount, I mean.
shizy has joined #ipfs
<whyrusleeping> tangent128: its got a coalescing timer on it
<whyrusleeping> it publishes when you stop writing to it for a bit
<M238704[m]> There is already a git hub issue for ubuntu. The ipfs-daemon lets me get started. Thanks
adeo888 has quit []
adeo888 has joined #ipfs
<tangent128> whyrusleeping: makes sense. Is it pinned?
<whyrusleeping> no
<tangent128> Aha, Files API postdates that, OK.
adeo888 has quit [Ping timeout: 260 seconds]
<whyrusleeping> Yeah
<whyrusleeping> I really want to put more effort into making the fuse apis nicer
<whyrusleeping> but its hard work
jaboja has quit [Ping timeout: 240 seconds]
sonata has joined #ipfs
john4 has quit [Ping timeout: 260 seconds]
<sonata> I don't understand why (1) directory links seem to have invisible extra characters at the start of the names, nor (2) why ipfs ls sometimes puts / at the end of directory names and sometimes not
<sonata> (shortish transcript demonstrating both: /ipfs/QmRcmrXPD63Esqrcn3GQQfi9pVzVFCmoojk4rP86mh6inH)
realisation has joined #ipfs
reit has joined #ipfs
<whyrusleeping> where are you seeing extra invisible characters?
<sonata> if you compare the outputs of ipfs ls and ipfs object links
<whyrusleeping> ah
<whyrusleeping> you have directory sharding enabled
<sonata> oooh, so i do
<whyrusleeping> moving forward, all ipfs directories will use a HAMT
<sonata> ...i should probably not turn on experimental features without knowing what they do
<whyrusleeping> its much simpler to use it for all directories than just *some* and transition by some heuristic
<whyrusleeping> lol, i'm glad people are messing with it
<whyrusleeping> i put so much work into that
<Bat`O> hi everyone, sometimes i see that it takes 2-3 minutes after launching the daemon to be able to publish/resolve on ipns, is it normal ? anything can be done to shorten that ?
<Bat`O> also, is there a better option to know the connectivity status of ipfs than 'ipfs swarm peers | wc -l' ?
<whyrusleeping> hrm...
<whyrusleeping> Bat`O: what happens when you try to publish too early?
<Bat`O> i think it just take extra long until ipfs is ready, i have to try again
<Bat`O> but for resolving it timeout and says that it can't resolve
<Bat`O> ... the problem is that it works properly on my computer ^^
<Bat`O> around 25 seconds between the daemon launching and the publish
<whyrusleeping> hrm...
<whyrusleeping> i think its an issue with dht timeouts and dial timeouts competing
<whyrusleeping> like, it takes a while to dial to all the peers you need to connect to to publish an ipns name
<Bat`O> is there a reason why it would be different on windows ?
kn0rki has quit [Disconnected by services]
Kn0rki_ has joined #ipfs
Mitar has joined #ipfs
fgarefgad[m] has left #ipfs ["User left"]
realisation has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
archpc has quit [Ping timeout: 246 seconds]
tilgovi has joined #ipfs
nine-h[m] has joined #ipfs
JayCarpenter has quit [Quit: Page closed]
archpc has joined #ipfs
ygrek_ has joined #ipfs
gooseus has quit [Read error: Connection reset by peer]
gmoro_ has joined #ipfs
gmoro has quit [Ping timeout: 240 seconds]
kvda has joined #ipfs
sonata has quit [Ping timeout: 240 seconds]
shizy has quit [Ping timeout: 260 seconds]
captain_morgan has quit [Remote host closed the connection]
captain_morgan has joined #ipfs
_whitelogger has joined #ipfs
blur3d has joined #ipfs
palkeo has joined #ipfs
kvda has quit [Ping timeout: 268 seconds]
palkeo has quit [Ping timeout: 272 seconds]
ygrek_ has quit [Ping timeout: 240 seconds]
Kyung has quit [Ping timeout: 246 seconds]
ianopolous_ has quit [Ping timeout: 255 seconds]
ianopolous has joined #ipfs
reit has quit [Quit: Leaving]
reit has joined #ipfs
intern has joined #ipfs
persecutrix has joined #ipfs
persecutrix has left #ipfs [#ipfs]
reit has quit [Ping timeout: 268 seconds]
zpaz has quit [Remote host closed the connection]
intern has left #ipfs [#ipfs]
pat36 has joined #ipfs
ianopolous has quit [Read error: Connection reset by peer]
ianopolous has joined #ipfs
Caterpillar has joined #ipfs
rendar has joined #ipfs
reit has joined #ipfs
intern has joined #ipfs
girlhood has joined #ipfs
sirdancealot has joined #ipfs
girlhood has left #ipfs [#ipfs]
mildred3 has quit [Read error: Connection reset by peer]
mildred3 has joined #ipfs
kegan has quit [Ping timeout: 240 seconds]
droman has joined #ipfs
intern has quit [Ping timeout: 255 seconds]
intern has joined #ipfs
blur3d has quit [Ping timeout: 246 seconds]
blur3d has joined #ipfs
maxlath has joined #ipfs
kvda has joined #ipfs
qjkxkcd has joined #ipfs
athan has quit [Ping timeout: 268 seconds]
blur3d has quit [Ping timeout: 268 seconds]
athan has joined #ipfs
maxlath has quit [Ping timeout: 268 seconds]
mildred3 has quit [Ping timeout: 246 seconds]
ralphtheninja has joined #ipfs
maxlath has joined #ipfs
kaotisk-irc has quit [Remote host closed the connection]
reit has quit [Ping timeout: 268 seconds]
reit has joined #ipfs
kaotisk has joined #ipfs
droman has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
sanday[m] has joined #ipfs
droman has joined #ipfs
john4 has joined #ipfs
maxlath has quit [Quit: maxlath]
robattila256 has joined #ipfs
fzzzr has joined #ipfs
maxlath has joined #ipfs
maxlath has quit [Client Quit]
fzzzr has quit [Client Quit]
<Bat`O> is there a way to send a direct message to a know node ?
<Bat`O> i'm using pubsub right now, but that's not exactly private
droman has quit []
droman has joined #ipfs
skeuomorf has joined #ipfs
ShalokShalom has joined #ipfs
Encrypt has quit [Quit: Quit]
<Mateon1> Bat`O: If corenet gets merged into IPFS, yes, but not right now.
<r0kk3rz> which would be rather cool, it was developed for p2p webrtc calls
<r0kk3rz> but could be used for anything where direct communication is required
<Bat`O> Mateon1: thanks !
<Bat`O> I guess i will continue broadcasting my chat message for now :-|
maxlath has joined #ipfs
<Bat`O> kinda off-topic, but what would you use to implement properly a network protocol in js (message parsing, validation, ...) ?
<r0kk3rz> protobuf is usually a good choice
<Bat`O> r0kk3rz: i see, thanks
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 272 seconds]
Mateon3 is now known as Mateon1
jaboja has joined #ipfs
<cblgh> Bat`O: check out ssb if you're doing something with messaging, might be more fun in the meantime
dignifiedquire has quit [Quit: Connection closed for inactivity]
dimitarvp has joined #ipfs
maxlath has quit [Ping timeout: 272 seconds]
jkilpatr has quit [Ping timeout: 255 seconds]
jaboja has quit [Ping timeout: 246 seconds]
droman has quit []
jkilpatr has joined #ipfs
btmsn has joined #ipfs
joeyh has joined #ipfs
Encrypt has joined #ipfs
maxlath has joined #ipfs
Boomerang has joined #ipfs
rcat has joined #ipfs
Kn0rki_ has quit [Quit: Verlassend]
Encrypt has quit [Quit: Quit]
sirdancealot has quit [Remote host closed the connection]
robattila256 has quit [Quit: WeeChat 1.8]
anewuser has joined #ipfs
arpu has quit [Remote host closed the connection]
t2310[m] has joined #ipfs
mahloun has joined #ipfs
robattila256 has joined #ipfs
arpu has joined #ipfs
droman has joined #ipfs
maxlath has quit [Ping timeout: 260 seconds]
Oatmeal has quit [Quit: Suzie says, "TTFNs!"]
maxlath has joined #ipfs
Boomerang has quit [Remote host closed the connection]
horrified has quit [Quit: quit]
Guest237145[m] has joined #ipfs
Foxcool has joined #ipfs
maxlath has quit [Quit: maxlath]
mahloun has quit [Ping timeout: 260 seconds]
anewuser has quit [Ping timeout: 255 seconds]
mahloun has joined #ipfs
maxlath has joined #ipfs
maxlath has quit [Client Quit]
maxlath has joined #ipfs
Foxcool has quit [Ping timeout: 258 seconds]
horrified has joined #ipfs
rozie has quit [Read error: Connection reset by peer]
rozie has joined #ipfs
rozie has quit [Read error: Connection reset by peer]
rozie has joined #ipfs
chungy has quit [Ping timeout: 245 seconds]
maxlath has quit [Ping timeout: 255 seconds]
drathir has quit [Ping timeout: 246 seconds]
rozie has quit [Read error: Connection reset by peer]
drathir has joined #ipfs
rozie has joined #ipfs
maxlath has joined #ipfs
athan has quit [Ping timeout: 240 seconds]
athan has joined #ipfs
jsgrant_ has joined #ipfs
bhstahl has quit [Remote host closed the connection]
Encrypt has joined #ipfs
Foxcool has joined #ipfs
john4 has quit [Ping timeout: 268 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grumble has quit [Quit: The evaluation period for grumble IRC bot v2.9.7 (Trial version) has expired. Please contact the sales department of Chatbot Industries International if you wish to keep using grumble.]
grumble has joined #ipfs
rozie has quit [Read error: Connection reset by peer]
john4 has joined #ipfs
droman has quit []
rozie has joined #ipfs
sonata has joined #ipfs
A124 has quit [Ping timeout: 255 seconds]
rozie has quit [Read error: No route to host]
A124 has joined #ipfs
ckwaldon has joined #ipfs
bhstahl has joined #ipfs
taaem has joined #ipfs
bsm1175321 has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
droman has joined #ipfs
spilotro has quit [Ping timeout: 240 seconds]
spilotro has joined #ipfs
morantron has joined #ipfs
mahloun has quit [Ping timeout: 240 seconds]
robattila256 has quit [Quit: WeeChat 1.8]
mahloun has joined #ipfs
sonata has quit [Quit: Leaving]
sonata has joined #ipfs
ShalokShalom_ has joined #ipfs
ShalokShalom has quit [Ping timeout: 246 seconds]
contrapunctus has joined #ipfs
MrSparkle has joined #ipfs
Encrypt has quit [Quit: Quit]
robattila256 has joined #ipfs
Guest11574 has joined #ipfs
<Guest11574> http://breachforums.com/ - Anyone wanna trade databases?
bhstahl has joined #ipfs
maxlath has quit [Quit: maxlath]
<Guest11574> http://breachforums.com/ - Anyone wanna trade databases?
bhstahl has quit [Ping timeout: 246 seconds]
<SchrodingersScat> oh my
<contrapunctus> SchrodingersScat: ?
Guest11574 has quit [K-Lined]
<SchrodingersScat> idk, guy was spamming his site
reit has quit [Quit: Leaving]
<contrapunctus> ah
sdgathman has quit [Ping timeout: 258 seconds]
sdgathman has joined #ipfs
Oatmeal has joined #ipfs
rozie has joined #ipfs
morantron has quit [Remote host closed the connection]
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
tilgovi has joined #ipfs
Foxcool has quit [Ping timeout: 240 seconds]
Foxcool has joined #ipfs
jkilpatr has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
dignifiedquire has joined #ipfs
Foxcool has quit [Ping timeout: 260 seconds]
rendar has quit [Ping timeout: 240 seconds]
espadrine has joined #ipfs
<sonata> Can I mount the MFS?
jkilpatr has joined #ipfs
rendar has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
bhstahl has joined #ipfs
robattila256 has quit [Quit: WeeChat 1.8]
bhstahl has quit [Ping timeout: 272 seconds]
xelra has quit [Quit: ZNC - http://znc.in]
xelra has joined #ipfs
mahloun has quit [Ping timeout: 260 seconds]
btmsn has quit [Quit: btmsn]
pedrovian_ has quit [Ping timeout: 240 seconds]
taaem has quit [Ping timeout: 246 seconds]
captain_morgan_ has joined #ipfs
taaem has joined #ipfs
tilgovi has quit [Ping timeout: 272 seconds]
taaem has quit [Ping timeout: 260 seconds]
pedrovian has joined #ipfs
espadrine has quit [Ping timeout: 240 seconds]
jsgrant_ has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
<sonata> also why does `ipfs files ls` always list directory sizes as zero, that seems wrong
captain_morgan_ has quit [Ping timeout: 240 seconds]
contrapunctus has quit [Ping timeout: 245 seconds]
tilgovi has quit [Ping timeout: 240 seconds]
ShalokShalom_ is now known as ShalokShalom
<SchrodingersScat> the directory itself probably doesn't take much space
gaieges has joined #ipfs
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
chungy has joined #ipfs
drathir has quit [Ping timeout: 255 seconds]
crankylinuxuser has joined #ipfs
drathir has joined #ipfs
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
mildred has joined #ipfs
robattila256 has joined #ipfs
maxlath has joined #ipfs
captain_morgan_ has joined #ipfs
Encrypt has quit [Quit: Quit]
MrSparkle has quit [Ping timeout: 260 seconds]
sonata has quit [Ping timeout: 240 seconds]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
MrSparkle has joined #ipfs
mildred has quit [Ping timeout: 246 seconds]
mildred has joined #ipfs
maxlath has quit [Quit: maxlath]
jonnycrunch has joined #ipfs
brothers has quit [Quit: leaving]
pat36 has quit []
MrSparkle has quit [Ping timeout: 240 seconds]
sonata has joined #ipfs
vapid has quit [Ping timeout: 246 seconds]
MrSparkle has joined #ipfs
dimitarvp has quit [Ping timeout: 246 seconds]
captain_morgan_ has quit [Ping timeout: 260 seconds]
MrSparkle has quit [Ping timeout: 240 seconds]
<voker57> UNIX ls also does that
<voker57> determinating total size of directory is costly operation, in IPFS infinitely more so
<kythyria[m]> Actually, the size listed for a directory seems to vary in my experience.
<kythyria[m]> Ext3 at least generally lists 4KiB unless there's a LOT of directory items.
<kythyria[m]> This may also depend on how directories are implemented.
MrSparkle has joined #ipfs
dimitarvp has joined #ipfs
brendyn is now known as brendyyn
<chungy> directory size is just how many blocks the link listings take up... and it may or may not be a relevant thing to count depending on filesystem :p
<Mateon1> I like ZFS with this aspect, the directory size shown is the number of files contained within.
ygrek has joined #ipfs
MrSparkle has quit [Ping timeout: 268 seconds]
bhstahl has joined #ipfs
<kythyria[m]> I suppose with the way ZFS works you can't really estimate size in the sense of "if you delete this subtree, it will free up that much space"
MrSparkle has joined #ipfs
bhstahl has quit [Ping timeout: 268 seconds]
tilgovi has joined #ipfs
Bhootrk_ has joined #ipfs
jaboja has joined #ipfs
infinity0 has quit [Ping timeout: 240 seconds]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]