stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.21 and js-ipfs 0.35 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
Jesin has joined #ipfs
cseder has quit [Ping timeout: 248 seconds]
cseder has joined #ipfs
byran has joined #ipfs
byran has left #ipfs [#ipfs]
dsiypl4 has quit [Ping timeout: 248 seconds]
itsmekntDiscord[ has joined #ipfs
craigo has joined #ipfs
cseder has quit [Ping timeout: 258 seconds]
XXelseifXX has quit [Quit: Leaving]
cseder has joined #ipfs
v3ry3arly has joined #ipfs
RamRanRa has quit [Read error: Connection reset by peer]
Adbray has quit [Remote host closed the connection]
thomasanderson has joined #ipfs
cseder has quit [Quit: Departed...]
thomasanderson has quit [Remote host closed the connection]
shizy has joined #ipfs
KempfCreative has joined #ipfs
vineetvel[m] has left #ipfs ["User left"]
Belkaar has quit [Ping timeout: 244 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
jakehemmerle has joined #ipfs
kaotisk has quit [Ping timeout: 245 seconds]
derward has joined #ipfs
kaotisk has joined #ipfs
derward has left #ipfs [#ipfs]
KempfCreative has quit [Ping timeout: 268 seconds]
jakehemmerle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shizy has quit [Quit: WeeChat 2.5]
kakra has joined #ipfs
hurikhan77 has quit [Ping timeout: 258 seconds]
mammals has joined #ipfs
CGretski has quit [Ping timeout: 252 seconds]
jeno has joined #ipfs
KempfCreative has joined #ipfs
verin0x0 has joined #ipfs
jeno has quit [Ping timeout: 258 seconds]
deltab has quit [Ping timeout: 245 seconds]
verin0x has quit [Ping timeout: 268 seconds]
deltab has joined #ipfs
andi- has quit [Remote host closed the connection]
andi- has joined #ipfs
tombusby has quit [Ping timeout: 260 seconds]
zeden has quit [Quit: WeeChat 2.4]
fredrickkri6 has joined #ipfs
fredrickkri6 has left #ipfs [#ipfs]
cris has quit []
dasj19 has joined #ipfs
zerogue has joined #ipfs
cris has joined #ipfs
dasj19 has quit [Ping timeout: 272 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
klement has joined #ipfs
klement has left #ipfs [#ipfs]
__jrjsmrtn__ has quit [Ping timeout: 245 seconds]
KempfCreative has quit [Ping timeout: 245 seconds]
aarshkshah1992 has joined #ipfs
wesleyygk6 has joined #ipfs
dqx has joined #ipfs
dqx has quit [Remote host closed the connection]
dqx has joined #ipfs
wesleyygk6 has left #ipfs [#ipfs]
aarshksh_ has joined #ipfs
aarshkshah1992 has quit [Ping timeout: 258 seconds]
byzoni[m] is now known as cyberwolf[m]
kaotisk has quit [Quit: ZNC 1.7.3 - https://znc.in]
DavidPH has quit [Remote host closed the connection]
aarshksh_ has quit [Remote host closed the connection]
Newami has quit [Read error: Connection reset by peer]
fling has joined #ipfs
<fling> How to create an ipns for a directory when I don't have actual data? But I have a list of files with sizes and hashes.
appa_ has joined #ipfs
hsn has joined #ipfs
randomer has quit [Ping timeout: 244 seconds]
dasj19 has joined #ipfs
_whitelogger has joined #ipfs
_whitelogger has joined #ipfs
aarshkshah1992 has joined #ipfs
<kivutar> fling do you know the hash of the directory itself?
<fling> kivutar: no, creating this directory.
<kivutar> I don't find anything in the doc, except ipfs get then ipfs add -r -w
marcgr has joined #ipfs
<fling> kivutar: the files might or might not be available on ipfs
<swedneck__> sounds like you'd have to do some manual stuff with `ipfs object` or such
<fling> swedneck__: where to read more about this?
<swedneck__> i think you'll want to do `ipfs object new unixfs-dir`, then `ipfs object patch add-link <output from last command> <name of new link> <hash of new link>`
<fling> Is there an easy way to script this?
<fling> Also how do I construct links from hashes properly?
<fling> And do I need file sizes at all?
<swedneck__> just read the documentation for `ipfs object`
<fling> ok
<swedneck__> don't think you need file sizes
<swedneck__> i'm just guessing based off of the help sections for these commands
}ls{ has quit [Quit: real life interrupt]
<swedneck__> yeah i think it's extremely simple, you literally just add an object to the empty directory, and give that new object a name
<swedneck__> `ipfs object new unixfs-dir` creates an empty ipfs directory, to which you can add links/objects
jadedctrl has quit [Ping timeout: 268 seconds]
<fling> swedneck__: thanks!
jadedctrl has joined #ipfs
<swedneck__> i learned something too!
<swedneck__> also check out `ipfs object stat <hash>`
<swedneck__> since you talked about sizes
<fling> my hashes are generic blake2b or sha512, nothing ipfs special
<swedneck__> ah, i thought you had ipfs objects
<bmwiedemann1> to link 94GB of data into http://ipfs.io/ipns/opensuse.zq1.de./history/ in <1s
seeder has joined #ipfs
<fling> Can't really understand what is going on there, not too many comments :P
<swedneck__> hold up, you added 94GB of data to IPFS that fast?
<fling> How do I assemble the keys from hashes?
aarshkshah1992 has quit [Remote host closed the connection]
<bmwiedemann1> swedneck__: the data was already in IPFS, but I added a link to a tree.
<bmwiedemann1> without re-hashing everything of course
<swedneck__> hmm
<swedneck__> well let me know if i you find any ways to add shitloads of data to ipfs fast
<bmwiedemann1> when doing ipfs add of data that is mostly already added, I see a lot of disk reads going on - that makes it so slow
<fling> Does this mean I will be able to add it fast if I have no data? :P
<bmwiedemann1> swedneck__: how "fast" ? >2MB/s is easy. Just need SSD to get the IOPS. around 100-200 MB/s you might be bottleneckted by the hash function
<swedneck__> well i'd like to add about 50GB of data before i grow a grey beard
<bmwiedemann1> at 2MB/s that would be 7h - how fast does your beard grow? :-P
Fessus has quit [Remote host closed the connection]
Fessus_ has joined #ipfs
<bmwiedemann1> these days I have noticed spinning HDD performance to go down with newer Linux kernel versions, because the performance optimizations are all done for SSDs these days
<swedneck__> really fast
<swedneck__> i suppose one day i might get a VPS and add the data to IPFS on that
<swedneck__> so i can just leave it going without supervision
chiui has joined #ipfs
<swedneck__> i can't really do that on my desktop..
<swedneck__> what i want to (eventually) do is host a mirror of the main F-Droid repo on IPFS
<bmwiedemann1> or you could get a small silent box with some space at home
<bmwiedemann1> ah, cool.
<bmwiedemann1> if it is just 50 GB, I could host that.
<swedneck__> that's a bunch of upfront cost
<swedneck__> getting a 3 dollar VPS plus some volume space is cheap and really easy
<swedneck__> feel free
<swedneck__> part of the fun is doing it myself, however :P
<bmwiedemann1> Just tell me the CID then and I'll pin it to share the load
<swedneck__> well i can't get the CID because it takes 7 hours :D
<bmwiedemann1> *depending on throughput - see iotop -P
lidel has quit [Ping timeout: 244 seconds]
<swedneck__> storage space isn't the problem, the problem is that adding it to ipfs takes ages
__jrjsmrtn__ has joined #ipfs
<fling> Is a hash enough to construct an ipfs link?
ylp has joined #ipfs
<bmwiedemann1> fling: yes. I wrote a howto: https://lizards.opensuse.org/2019/08/07/tricks-with-ipfs/
<bmwiedemann1> for large files, this is not as easy, though
<bmwiedemann1> because those should be chunked
chiui has quit [Ping timeout: 246 seconds]
<fling> ok I could use base16
<bmwiedemann1> yes.
<fling> bmwiedemann1: can/should I use both available hashes?
<bmwiedemann1> better chose one of them. sha2-512 is easier, because the id assigned is <0x80 so a single-byte
<bmwiedemann1> would then be /ipfs/f01551340$HASH
<fling> omg so simple
<fling> bmwiedemann1: this is awesome!
<bmwiedemann1> of course, nobody could fetch the file, until it is actually added to a publicly reachable machine
<fling> So now I in theory have list of filenames and these /ipfs/f01551340$HASH links
<fling> am I like two commands far from having a directory with all this stuff in ipns?
<fling> Second command will update ipns with the directory changes
<bmwiedemann1> probably.
<fling> But what would be the first command for creating / updating this directory?
<bmwiedemann1> first command would be a loop over all files+hashes
<fling> Right.
<fling> D'oh this one I don't understand.
<bmwiedemann1> it adds one hash as a "link" into an IPFS directory
<bmwiedemann1> and gets a new CID as result
<fling> ok thanks, need to try doing this step by step.
<bmwiedemann1> you can try ipfs help $thatcommand
<fling> Can I use a remote ipfs daemon?
<fling> For example to run ipfs command on a box without internet access
<fling> But with access to another box in the same lan with ipfs daemon and internet access
<bmwiedemann1> If the ports are reachable. The default control port is only reachable by localhost
<bmwiedemann1> (disclaimer: I didnt do that yet)
<fling> so ipfs binary connects to ipfs network
<fling> Can I tell it to connect only to this specific host in the lan?
<bmwiedemann1> ipfs daemon does all the DHT and other network. ipfs client (hopefully) just does API calls with the (local?) daemon
<bmwiedemann1> dont know much about this part
<fling> ok
<fling> Just thinking where how can I use it.
aarshkshah1992 has joined #ipfs
ylp has quit [Ping timeout: 244 seconds]
gts has joined #ipfs
aarshkshah1992 has quit [Ping timeout: 246 seconds]
ylp has joined #ipfs
lord| has quit [Read error: Connection reset by peer]
lord| has joined #ipfs
lidel has joined #ipfs
verin0x0 is now known as verin0x
<voker57> ipfs does not have any RPC authentication so exposing control port on something not localhost is insecure
gts has quit [Remote host closed the connection]
<fling> Why would I expose control port?
<fling> hostA <--ipfs--> hostB <--ipfs--> rest-of-the-network
Caterpillar has quit [Excess Flood]
Caterpillar has joined #ipfs
gmoro has joined #ipfs
dasj19 has quit [Quit: dasj19]
shomodj has joined #ipfs
<voker57> exposing on a lan is still exposing
<voker57> you could use a SSH tunnel for example to do it securely
<fling> But I don't want to expose the control port!
<voker57> 10:23 <fling> For example to run ipfs command on a box without internet access
<voker57> 10:23 <fling> But with access to another box in the same lan with ipfs daemon and internet access
<fling> but I could have ipfs daemons running on every box right?
gts has joined #ipfs
<voker57> running ipfs daemon on a box without internet access will not accomplist much
<fling> Will not it be able to just work if there is another ipfs daemon on a box with internets access in the same lan?
<voker57> no
<voker57> even with NAT ipfs does not work well
<voker57> it probably could work if you figure out the p2p-curcuit thing
<fling> does it work over hyperboria?
<voker57> if you set up hyperboria, should work
<fling> I stopped using it in the past because it had no udp support
<voker57> ipfs' main transport is tcp, but UDP is being tested
<fling> How will hyperboria help? Why is it mych different from a lan?
<fling> Or are we talking about a vpn over hyperboria? :P
<voker57> well it would offer "internet" access to your no-internet node
<voker57> if that's what you need
<fling> no it does not offer "internet"
dqx has quit [Ping timeout: 248 seconds]
mint_ has joined #ipfs
mowcat has joined #ipfs
mowcat has quit [Max SendQ exceeded]
mowcat has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
seeder has quit [Quit: Connection closed for inactivity]
impappl has joined #ipfs
dasj19 has joined #ipfs
dasj19_ has joined #ipfs
dasj19 has quit [Ping timeout: 245 seconds]
Hory has joined #ipfs
mint__ has joined #ipfs
mint_ has quit [Ping timeout: 258 seconds]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
dasj19_ has quit [Quit: dasj19_]
shomodj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shomodj has joined #ipfs
impappl has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
aarshkshah1992 has quit [Remote host closed the connection]
xcm has joined #ipfs
RamRanRa has joined #ipfs
xcm has quit [Remote host closed the connection]
m_tadeu_ has quit [Ping timeout: 245 seconds]
xcm has joined #ipfs
marcgr has quit [Ping timeout: 245 seconds]
kaotisk has joined #ipfs
Caterpillar2 has joined #ipfs
Caterpillar has quit [Read error: Connection reset by peer]
malaclyps has quit [Read error: Connection reset by peer]
deltab has quit [Ping timeout: 258 seconds]
malaclyps has joined #ipfs
zeden has joined #ipfs
baojg_ has joined #ipfs
baojg has quit [Ping timeout: 246 seconds]
CGretski has joined #ipfs
deltab has joined #ipfs
baojg_ has quit [Ping timeout: 245 seconds]
marcgr has joined #ipfs
KempfCreative has joined #ipfs
CGretski_ has joined #ipfs
CGretski has quit [Ping timeout: 252 seconds]
sfx2496 has joined #ipfs
CGretski_ has quit [Read error: Connection reset by peer]
CGretski has joined #ipfs
aarshkshah1992 has joined #ipfs
sfx2496 has quit [Ping timeout: 245 seconds]
CGretski_ has joined #ipfs
CGretski has quit [Ping timeout: 252 seconds]
dsiypl4 has joined #ipfs
vmx has joined #ipfs
CGretski_ has quit [Ping timeout: 252 seconds]
CGretski has joined #ipfs
mowcat has quit [Ping timeout: 245 seconds]
Caterpillar2 is now known as Caterpillar
alvito has joined #ipfs
alvito has left #ipfs [#ipfs]
wichis has joined #ipfs
seeder has joined #ipfs
sfx2496 has joined #ipfs
horrified has quit [Ping timeout: 250 seconds]
bertschneider__ has quit [Ping timeout: 250 seconds]
bertschneider__ has joined #ipfs
horrified has joined #ipfs
DavidPH has joined #ipfs
detran has quit [Ping timeout: 246 seconds]
mint__ has quit [Ping timeout: 268 seconds]
aarshkshah1992 has quit [Quit: Leaving...]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
obensource has quit [Ping timeout: 246 seconds]
aarshkshah1992 has joined #ipfs
sfx2496 has quit [Ping timeout: 248 seconds]
wichis has left #ipfs [#ipfs]
aarshkshah1992 has quit [Quit: Leaving...]
jonnycrunch has joined #ipfs
}ls{ has joined #ipfs
obensource has joined #ipfs
gts has quit [Remote host closed the connection]
gts has joined #ipfs
herbert has joined #ipfs
jayjo has quit [Quit: ZNC 1.7.3 - https://znc.in]
CGretski has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jayjo has joined #ipfs
gts has quit [Ping timeout: 245 seconds]
herbert has quit [K-Lined]
parnell has joined #ipfs
berniepna4 has joined #ipfs
frankcuh6 has joined #ipfs
jakehemmerle has joined #ipfs
parnell has quit [Ping timeout: 272 seconds]
berniepna4 has quit [Ping timeout: 272 seconds]
parnell has joined #ipfs
frankcuh6 has quit [Ping timeout: 268 seconds]
baojg has joined #ipfs
etheyuo1 has joined #ipfs
parnell has quit [Ping timeout: 244 seconds]
Fessus_ has quit [Ping timeout: 250 seconds]
etheyuo1 has quit [Ping timeout: 245 seconds]
polman has quit [Ping timeout: 245 seconds]
jakehemmerle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Newami has joined #ipfs
pythonista567 has joined #ipfs
dqx has joined #ipfs
ylp has quit [Quit: Leaving.]
robogoat has quit [Ping timeout: 248 seconds]
englishm has quit [Excess Flood]
virgilyyy8 has joined #ipfs
englishm has joined #ipfs
englishm has quit [Excess Flood]
englishm has joined #ipfs
sfx2496 has joined #ipfs
marcgr has quit [Ping timeout: 245 seconds]
virgilyyy8 has quit []
robogoat has joined #ipfs
pythonista567 has quit [Remote host closed the connection]
dqx has quit [Quit: Leaving]
polman has joined #ipfs
vmx has quit [Remote host closed the connection]
dsiypl4 has quit [Ping timeout: 246 seconds]
dsiypl4 has joined #ipfs
BASTILLEC has joined #ipfs
noachjhs6 has joined #ipfs
KempfCreative1 has joined #ipfs
KempfCreative has quit [Ping timeout: 245 seconds]
KempfCreative1 is now known as KempfCreative
noachjhs6 has left #ipfs [#ipfs]
BASTILLEC has quit [Quit: Leaving]
mowcat has joined #ipfs
shomodj_ has joined #ipfs
nilocDiscord[m] has joined #ipfs
zared has joined #ipfs
shomodj has quit [Ping timeout: 272 seconds]
zared has left #ipfs [#ipfs]
m_tadeu has joined #ipfs
jakehemmerle has joined #ipfs
baojg has quit [Remote host closed the connection]
<gregjeanmartDisc> wrote an article how to interact with IPFS in Java
KempfCreative1 has joined #ipfs
KempfCreative has quit [Ping timeout: 250 seconds]
polman has quit [Ping timeout: 245 seconds]
KempfCreative1 is now known as KempfCreative
<sblinn[m]> Hey there. have a quick question. I'm looking to get involved and since my programming skills are in the infancy stage I'm thinking I can help out with content and other ways. Is there a person to touch base with or can someone point me in the right direction. Thanks.
jakehemmerle has quit [Quit: Textual IRC Client: www.textualapp.com]
sblinnDiscord[m] has joined #ipfs
CGretski has joined #ipfs
zeden has quit [Quit: WeeChat 2.4]
PISCES has quit [Ping timeout: 272 seconds]
Adbray has joined #ipfs
ilyaigpetrov has joined #ipfs
polman has joined #ipfs
piggyjjy5 has joined #ipfs
Jesin has quit [Quit: Leaving]
kaotisk has quit [Quit: ZNC 1.7.3 - https://znc.in]
PISCES has joined #ipfs
piggyjjy5 has left #ipfs [#ipfs]
Jesin has joined #ipfs
hexydecy has joined #ipfs
hexydecy has quit [Quit: The Lounge - https://thelounge.chat]
hexydecy has joined #ipfs
patton has joined #ipfs
hexydecy has quit [Client Quit]
`whoami` has quit [Remote host closed the connection]
hexydecy has joined #ipfs
siddh88[m] has joined #ipfs
patton has left #ipfs [#ipfs]
seeder has quit [Quit: Connection closed for inactivity]
benttaf1 has joined #ipfs
tbharath has joined #ipfs
benttaf1 has left #ipfs [#ipfs]
dsiypl4 has quit [Ping timeout: 244 seconds]
tbharath has quit [Remote host closed the connection]
filmorevki1 has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
filmorevki1 has left #ipfs [#ipfs]
<SchrodingersScat> whee updates make me happy, push those numbers +1
jonnycrunch has quit [Quit: Textual IRC Client: www.textualapp.com]
truthDiscord[m] has left #ipfs ["User left"]
is_null has quit [Ping timeout: 268 seconds]
im_saeed has joined #ipfs
CGretski has quit [Ping timeout: 252 seconds]
dsiypl4 has joined #ipfs
CGretski has joined #ipfs
craigo has quit [Ping timeout: 248 seconds]
im_saeed has quit [Remote host closed the connection]
im_saeed has joined #ipfs
im_saeed has quit [Max SendQ exceeded]
englishm has quit [Excess Flood]
marcgr has joined #ipfs
englishm has joined #ipfs
probono_ has quit [Remote host closed the connection]
im_saeed1 has joined #ipfs
Mateon2 has joined #ipfs
Mateon1 has quit [Ping timeout: 244 seconds]
Mateon2 is now known as Mateon1
allanb has joined #ipfs
hugh has joined #ipfs
hugh is now known as Guest70079
Guest70079 has left #ipfs [#ipfs]
is_null has joined #ipfs
Fessus has joined #ipfs
eldridge has joined #ipfs
marcgr has quit [Ping timeout: 272 seconds]
eldridge has left #ipfs [#ipfs]
marcgr has joined #ipfs
is_null has quit [Ping timeout: 245 seconds]
is_null has joined #ipfs
marcgr has quit [Ping timeout: 248 seconds]
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
granville has joined #ipfs
is_null has quit [Ping timeout: 258 seconds]
is_null has joined #ipfs
granville has left #ipfs [#ipfs]
gmoro has quit [Ping timeout: 272 seconds]
is_null has quit [Ping timeout: 248 seconds]
is_null has joined #ipfs
gmoro has joined #ipfs
im_saeed has joined #ipfs
im_saeed1 has quit [Read error: Connection reset by peer]
im_saeed has quit [Max SendQ exceeded]
is_null has quit [Ping timeout: 244 seconds]
Kingsquee has joined #ipfs
is_null has joined #ipfs
chiui has joined #ipfs
is_null has quit [Ping timeout: 258 seconds]
is_null has joined #ipfs
plexigras has joined #ipfs
hurikhan77 has joined #ipfs
im_saeed has joined #ipfs
is_null has quit [Ping timeout: 246 seconds]
marcgr has joined #ipfs
im_saeed has quit [Read error: Connection reset by peer]
is_null has joined #ipfs
im_saeed has joined #ipfs
kakra has quit [Ping timeout: 248 seconds]
im_saeed has quit [Max SendQ exceeded]
Kingsquee has quit [Ping timeout: 250 seconds]
im_saeed has joined #ipfs
im_saeed has quit [Max SendQ exceeded]
allanb has left #ipfs ["WeeChat 2.5"]
user_51 has joined #ipfs
user_51_ has quit [Ping timeout: 268 seconds]
zeden has joined #ipfs
mindCrime has joined #ipfs
marcgr has quit [Ping timeout: 245 seconds]
Artigiano has joined #ipfs
marcgr has joined #ipfs
Artigiano has quit []
marcgr has quit [Ping timeout: 248 seconds]
sfx2496 has quit [Quit: Leaving]
bushidoDiscord[m is now known as bushido7113734[m
bushido7113734[m is now known as bushido711Discor
bushido711Discor is now known as bushido7113734[m
bushido7113734[m is now known as bushido711Discor
aarshkshah1992 has joined #ipfs
mindCrime_ has joined #ipfs
mindCrime has quit [Ping timeout: 248 seconds]
aarshkshah1992 has quit [Remote host closed the connection]
is_null has quit [Ping timeout: 246 seconds]
CGretski has quit [Ping timeout: 252 seconds]
CGretski has joined #ipfs
KempfCreative has quit [Ping timeout: 244 seconds]
KempfCreative has joined #ipfs
MindlessTux[m]1 has joined #ipfs
}ls{ has quit [Ping timeout: 272 seconds]
}ls{ has joined #ipfs
Kingsquee has joined #ipfs
Caterpillar has quit [Excess Flood]
Caterpillar has joined #ipfs
octav1a has quit [Ping timeout: 272 seconds]
mindCrime_ has quit [Ping timeout: 268 seconds]
hsn has quit [Ping timeout: 258 seconds]
plexigras has quit [Ping timeout: 245 seconds]
eof has joined #ipfs
eof_ has quit [Ping timeout: 245 seconds]
kaotisk has joined #ipfs
fleeky has quit [Quit: Ex-Chat]
fleeky has joined #ipfs
shomodj_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shomodj has joined #ipfs
Hory has quit [Quit: Leaving]
boone has joined #ipfs
boone has left #ipfs [#ipfs]
chiui has quit [Ping timeout: 264 seconds]
Ekho has left #ipfs ["An alternate universe was just created where I didn't leave. But here, I left you. I'm sorry."]
^andrea^75006683 has quit [Quit: The Lounge - https://thelounge.chat]
^andrea^75006683 has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
mowcat has quit [Max SendQ exceeded]
mowcat has joined #ipfs
kimqtd7 has joined #ipfs
is_null has joined #ipfs
kimqtd7 has left #ipfs [#ipfs]
is_null has quit [Ping timeout: 245 seconds]
is_null has joined #ipfs
jareb has joined #ipfs
jareb has left #ipfs [#ipfs]
shomodj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]