aschmahmann changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.7.0 and js-ipfs 0.52.3 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0
<Discordian[m]>
<smilingalien[m] "If you have any advice(s) for a "> Hello, welcome to the community! What are you interested in doing? I find the docs are quite robust: https://docs.ipfs.io . You also have [proto.school](https://proto.school) if you're interested a bit more in how IPFS works under the hood. There's also https://ipld.io which is useful for knowing about the data structures IPFS uses.
Pie-jacker875 has quit [Read error: Connection reset by peer]
Pie-jacker875 has joined #ipfs
MrSprinkles has quit [Quit: MrSprinkles]
MrSparkle has joined #ipfs
aLeSD has quit [Ping timeout: 245 seconds]
jeanlouie has quit [Read error: Connection reset by peer]
jeanlouie has joined #ipfs
aLeSD has joined #ipfs
traace1 is now known as Traace
Traace has quit [Quit: authenticating]
Traace has joined #ipfs
elisbethAva[m] has quit [Quit: Idle for 30+ days]
bgm99[m] has quit [Quit: Idle for 30+ days]
Danno[m] has quit [Quit: Idle for 30+ days]
imfoto[m] has quit [Quit: Idle for 30+ days]
NickMG[m] has quit [Quit: Idle for 30+ days]
cavemansspa[m] has quit [Quit: Idle for 30+ days]
Joelle[m] has quit [Quit: Idle for 30+ days]
kenta[m] has quit [Quit: Idle for 30+ days]
mloki0[m] has quit [Quit: Idle for 30+ days]
nullcipher[m] has quit [Quit: Idle for 30+ days]
plutonnet[m] has quit [Quit: Idle for 30+ days]
ricardooow[m] has quit [Quit: Idle for 30+ days]
sunnonymous[m] has quit [Quit: Idle for 30+ days]
SolomonGumball[m has quit [Quit: Idle for 30+ days]
BrianDodd[m] has quit [Quit: Idle for 30+ days]
xergi0k[m] has quit [Quit: Idle for 30+ days]
kallisti5[m] has joined #ipfs
<kallisti5[m]>
Can you pin ipns entries yet?
<kallisti5[m]>
I've been obsessed with getting Haiku (the operating system) 's package repositories onto it
<kallisti5[m]>
Seems like the perfect solution for us... We pin our package repositories, anyone can mirror them by just pinning them.
<kallisti5[m]>
Transparent deduplication, checksuming, etc.
<kallisti5[m]>
There are some limitations like https://github.com/ipfs/go-ipfs/issues/7586 (unable to quickly rsync updates to IPFS nodes since all 67+ GiB needs uploaded everytime we add/update packages
aLeSD has quit [Read error: Connection reset by peer]
aLeSD_ has joined #ipfs
matt-h has quit [Remote host closed the connection]
jcea has joined #ipfs
jokoon has quit [Quit: Leaving]
matt-h has joined #ipfs
aLeSD_ has quit [Ping timeout: 246 seconds]
arcatech has joined #ipfs
ylp has quit [Quit: Leaving.]
arcatech has quit [Quit: Be back later.]
aLeSD_ has joined #ipfs
arcatech has joined #ipfs
wking has joined #ipfs
Putin[m] has joined #ipfs
aLeSD_ has quit [Ping timeout: 240 seconds]
gimzmoe has quit [Ping timeout: 240 seconds]
f4r59 has joined #ipfs
mindCrime_ has joined #ipfs
tedious has quit [Ping timeout: 265 seconds]
gimzmoe has joined #ipfs
aLeSD has joined #ipfs
aLeSD has quit [Ping timeout: 252 seconds]
bengates has quit [Remote host closed the connection]
bengates has joined #ipfs
gimzmoe has quit [Ping timeout: 268 seconds]
bengates has quit [Ping timeout: 268 seconds]
gimzmoe has joined #ipfs
sdw[m] has joined #ipfs
aLeSD has joined #ipfs
aLeSD has quit [Ping timeout: 265 seconds]
<kallisti5[m]>
man... ipfs is slow lately... anyone else seeing this?
<kallisti5[m]>
is there anyway to see what it's doing?
tedious has joined #ipfs
<Discordian[m]>
It's over 2GB, idk if I'd say "tiny", but it's likely the Haiku nodes you're getting it from mostly, not IPFS itself
<Discordian[m]>
Also I don't think pinning pins the IPNS address itself, but the underlying ipfs/CID
<Discordian[m]>
<kallisti5[m] "Seems like the perfect solution "> Happy to hear that! I'd love to see package repos on IPFS
arcatech has quit [Quit: Be back later.]
<Discordian[m]>
<kallisti5[m] "There are some limitations like "> There are some solutions like [ipfs-sync](https://github.com/TheDiscordian/ipfs-sync), which will try to only re-add/pin data that's new.
<kallisti5[m]>
Discordian: Good point.. i forgot that was 2 GiB :-) It did eventually pin. ipfs-sync looks like it's grown! I tried to sync via shell scripts, but things got out of control pretty quickly
<Discordian[m]>
It has! Though I've been meaning to put more time into it again and try to push it all the way to v1. Currently you could probably use filestore, have ipfs-sync look at a directory, then use rsync to sync whatever you need into that directory, then ipfs-sync would sync whatever changes there are to IPFS.
<kallisti5[m]>
that's pretty much our model I was trying to accomplish with the shell scripts
<kallisti5[m]>
will it cleanup "no longer present" files?
<kallisti5[m]>
* will it cleanup "no longer present" files from ipfs?
arcatech has joined #ipfs
<Discordian[m]>
Yeah as long as the ipfs-sync daemon saw the file be removed, it'll remove it from MFS, and attempt to unpin it. It's not stable yet, but I use it daily.
<Discordian[m]>
* Yeah as long as the ipfs-sync daemon saw the file be removed, it'll remove it from MFS, and attempt to unpin it (pinning the new data set). It's not stable yet, but I use it daily.
avakand has quit [Remote host closed the connection]
<kallisti5[m]>
hm. all I need now is ipns pinning :-)
<Discordian[m]>
Rn the bug that annoys me personally the most is it can cause extra pins to happen. So if there's an error in the pinning process at all, it'll just make another pin. That'll be fixed when I work on it next.
<Discordian[m]>
Yesss IPNS pinning would be sexy
<kallisti5[m]>
from what I understand, you can pin ipns.. but you pretty much have to repin after every update
avakand has joined #ipfs
<Discordian[m]>
Yeah that's what it looks like. `ipfs pin update` every time the CID it points to changes
<RomeSilvanus[m]>
> It has! Though I've been meaning to put more time into it again and try to push it all the way to v1. Currently you could probably use filestore, have ipfs-sync look at a directory, then use rsync to sync whatever you need into that directory, then ipfs-sync would sync whatever changes there are to IPFS.
<RomeSilvanus[m]>
yespls
<Discordian[m]>
Ultimately I plan to have more-or-less whatever would be expected of IPNS pinning in ipfs-sync until the feature comes along anyways
<Discordian[m]>
Yeah! I'm finding more and more time rn, and I plan to dedicate time each week to ipfs-sync, it's just too useful to stop developing.
<RomeSilvanus[m]>
๐ซ ๐ด no stopping
<Discordian[m]>
Hahaha I won't, I promise :p
<kallisti5[m]>
hmmm. random thought. I think i'm doing this all wrong
maggotbrain has quit [Remote host closed the connection]
<Discordian[m]>
<kallisti5[m] "is there an ipfs files ln /ipfs/"> No, unfortunately. The CIDs are effectively pointers to data though, the data itself isn't copied.
<Discordian[m]>
Actually `cp` might already do what you want
<Discordian[m]>
* Actually `cp` might already be doing what you want (no additional copy)
maggotbrain has joined #ipfs
jcea has quit [Read error: Connection reset by peer]
jcea has joined #ipfs
BrightBarnabas[m has joined #ipfs
BrightBarnabas[m is now known as TraineeScott[m]
maggotbrain has quit [Remote host closed the connection]
maggotbrain has joined #ipfs
opal has quit [Remote host closed the connection]
coniptor has quit [Ping timeout: 252 seconds]
afx__ has joined #ipfs
arcatech has quit [Quit: Be back later.]
maparentDiscord[ has quit [Ping timeout: 276 seconds]
EvanDornbusch[m] has quit [Ping timeout: 276 seconds]
Jean-Michel[m] has quit [Ping timeout: 276 seconds]
ambercookie[m] has quit [Ping timeout: 276 seconds]
carsonfarmerDisc has quit [Ping timeout: 276 seconds]
bekoDiscord[m] has quit [Ping timeout: 276 seconds]
AliceKile[m] has quit [Ping timeout: 276 seconds]
nimrod[m] has quit [Ping timeout: 276 seconds]
sorris[m] has quit [Ping timeout: 276 seconds]
FennecCode has quit [Ping timeout: 276 seconds]
Mikoaj[m] has quit [Ping timeout: 276 seconds]
sweetginger[m] has quit [Ping timeout: 276 seconds]
thomaskokholm[m] has quit [Ping timeout: 276 seconds]
RomeSilvanus[m] has quit [Ping timeout: 276 seconds]
cromir[m] has quit [Ping timeout: 276 seconds]
september-bot[m] has quit [Ping timeout: 276 seconds]
andrewbexe[m] has quit [Ping timeout: 276 seconds]
swedneck[GMT1]D7 has quit [Ping timeout: 276 seconds]
aleixmorgadas[m] has quit [Ping timeout: 276 seconds]
greyDiscord[m]1 has quit [Ping timeout: 276 seconds]
passepartoutDis4 has quit [Ping timeout: 276 seconds]
AlvinKhaled[m] has quit [Ping timeout: 276 seconds]
swedneckswedneck has quit [Ping timeout: 276 seconds]
jojojoDiscord[m] has quit [Ping timeout: 276 seconds]
gorhgorh[m]1 has quit [Ping timeout: 276 seconds]
Daratla[m] has quit [Ping timeout: 276 seconds]
Guest85450 has quit [Ping timeout: 276 seconds]
lorenzuru has quit [Ping timeout: 276 seconds]
jackcjnDiscord[m has quit [Ping timeout: 276 seconds]
cyberwolf[m] has quit [Ping timeout: 276 seconds]
discord[m]1 has quit [Ping timeout: 276 seconds]
fredcy_ has quit [Ping timeout: 276 seconds]
silkeh has quit [Ping timeout: 276 seconds]
T[m] has quit [Ping timeout: 276 seconds]
PhillmacDiscord7 has quit [Ping timeout: 276 seconds]
EdwardJ[m] has quit [Ping timeout: 276 seconds]
Clment[m]1 has quit [Ping timeout: 276 seconds]
jwh has quit [Ping timeout: 276 seconds]
brewskiDiscord[m has quit [Ping timeout: 276 seconds]
KenzoDiscord[m] has quit [Ping timeout: 276 seconds]
LSJI07Discord[m] has quit [Ping timeout: 276 seconds]
OboDiscord[m] has quit [Ping timeout: 276 seconds]
FeNiXDiscord[m]1 has quit [Ping timeout: 276 seconds]
loodDiscord[m] has quit [Ping timeout: 276 seconds]
plagoswm[m] has quit [Ping timeout: 276 seconds]
akarem[m] has quit [Ping timeout: 276 seconds]
nobari[m] has quit [Ping timeout: 276 seconds]
matrix01234[m] has quit [Ping timeout: 276 seconds]
mochi[m] has quit [Ping timeout: 276 seconds]
MDMike[m] has quit [Ping timeout: 276 seconds]
matheusamds[m] has quit [Ping timeout: 276 seconds]
draineddavinki[m has quit [Ping timeout: 276 seconds]
gothloli[m] has quit [Ping timeout: 276 seconds]
SanteriTarvainen has quit [Ping timeout: 276 seconds]
stolenprivacy[m] has quit [Ping timeout: 276 seconds]
ShinyRice[m] has quit [Ping timeout: 276 seconds]
MarkusKuhlmann[m has quit [Ping timeout: 276 seconds]
vbDiscord[m] has quit [Ping timeout: 276 seconds]
erlend_shDiscord has quit [Ping timeout: 276 seconds]
janttoDiscord[m] has quit [Ping timeout: 276 seconds]
felixschlDiscord has quit [Ping timeout: 276 seconds]
coryschwartzDisc has quit [Ping timeout: 276 seconds]
SenshiDiscord[m] has quit [Ping timeout: 276 seconds]
thomasbDiscord[m has quit [Ping timeout: 276 seconds]
simibacDiscord[m has quit [Ping timeout: 276 seconds]
drshamoonDiscord has quit [Ping timeout: 276 seconds]
te0dDiscord[m] has quit [Ping timeout: 276 seconds]
TrevorDiscord[m] has quit [Ping timeout: 276 seconds]
HuurooDiscord[m] has quit [Ping timeout: 276 seconds]
SpicoliWhiteDisc has quit [Ping timeout: 276 seconds]
JohnnyMilkshakes has quit [Ping timeout: 276 seconds]
nocentDiscord[m] has quit [Ping timeout: 276 seconds]
jurjendevries[m] has quit [Ping timeout: 276 seconds]
scandichainDisco has quit [Ping timeout: 276 seconds]
meiji163[m] has quit [Ping timeout: 276 seconds]
pnotequalnp[m] has quit [Ping timeout: 276 seconds]
crysys[m] has quit [Ping timeout: 276 seconds]
FestplattenSchni has quit [Ping timeout: 276 seconds]
Zaab1t has quit [Ping timeout: 276 seconds]
ice[m] has quit [Ping timeout: 276 seconds]
srid has quit [Ping timeout: 276 seconds]
jlj_[m] has quit [Ping timeout: 276 seconds]
zenoxygen[m] has quit [Ping timeout: 276 seconds]
lizzyDiscord[m]1 has quit [Ping timeout: 276 seconds]
tsunamionioncere has quit [Ping timeout: 276 seconds]
tadengey[m] has quit [Ping timeout: 276 seconds]
ambackDiscord[m] has quit [Ping timeout: 276 seconds]
fdf[m] has quit [Ping timeout: 276 seconds]
marcocastignoliD has quit [Ping timeout: 276 seconds]
boomshroomDiscor has quit [Ping timeout: 276 seconds]
gulpsaba[m] has quit [Ping timeout: 276 seconds]
f-r-e-dDiscord[m has quit [Ping timeout: 276 seconds]
pmow has quit [Ping timeout: 276 seconds]
brysj[m] has quit [Ping timeout: 276 seconds]
JerbsDiscord[m] has quit [Ping timeout: 276 seconds]
EthanWilliamDis4 has quit [Ping timeout: 276 seconds]
RockSteadyTRTLD7 has quit [Ping timeout: 276 seconds]
SandraDiscord[m4 has quit [Ping timeout: 276 seconds]
Liam[m] has quit [Ping timeout: 276 seconds]
ReallySnazzyDis7 has quit [Ping timeout: 276 seconds]
pennywiseDiscord has quit [Ping timeout: 276 seconds]
izdihar[m] has quit [Ping timeout: 276 seconds]
foxcoolDiscord[4 has quit [Ping timeout: 276 seconds]
HyunwooLeeDiscor has quit [Ping timeout: 276 seconds]
tangoDiscord[m] has quit [Ping timeout: 276 seconds]
Sean|FortmaticDi has quit [Ping timeout: 276 seconds]
babaitDiscord[m] has quit [Ping timeout: 276 seconds]
gmelodieDiscord[ has quit [Ping timeout: 276 seconds]
thesage1014Disco has quit [Ping timeout: 276 seconds]
rklaehnDiscord[m has quit [Ping timeout: 276 seconds]
MichaelTenDiscor has quit [Ping timeout: 276 seconds]
vexlDiscord[m] has quit [Ping timeout: 276 seconds]
UsDiscord[m] has quit [Ping timeout: 276 seconds]
bitspillDiscord[ has quit [Ping timeout: 276 seconds]
Hsiu-PingNichola has quit [Ping timeout: 276 seconds]
dqxDiscord[m] has quit [Ping timeout: 276 seconds]
RomainDiscord[m] has quit [Ping timeout: 276 seconds]
ngamboaDiscord[m has quit [Ping timeout: 276 seconds]
NetherwolfDiscor has quit [Ping timeout: 276 seconds]
armaniferranteDi has quit [Ping timeout: 276 seconds]
JonwelDiscord[m] has quit [Ping timeout: 276 seconds]
chinsuDiscord[m] has quit [Ping timeout: 276 seconds]
snoopdoggydogDis has quit [Ping timeout: 276 seconds]
}Discord[m] has quit [Ping timeout: 276 seconds]
DioBrandonDiscor has quit [Ping timeout: 276 seconds]
ianlopshireDisco has quit [Ping timeout: 276 seconds]
EdEdorEddyDiscor has quit [Ping timeout: 276 seconds]
SchwartzDiscord[ has quit [Ping timeout: 276 seconds]
ZipperSKDiscord4 has quit [Ping timeout: 276 seconds]
EKLynxDiscord[m] has quit [Ping timeout: 276 seconds]
ithithDiscord[m] has quit [Ping timeout: 276 seconds]
kevinkDiscord[m] has quit [Ping timeout: 276 seconds]
DigitalOilDiscor has quit [Ping timeout: 276 seconds]
JaoheahDiscord[4 has quit [Ping timeout: 276 seconds]
Sm03leBr00tDisco has quit [Ping timeout: 276 seconds]
mattcDiscord[m] has quit [Ping timeout: 276 seconds]
buztedDiscord[m] has quit [Ping timeout: 276 seconds]
dunks411Discord[ has quit [Ping timeout: 276 seconds]
neohexDiscord[m] has quit [Ping timeout: 276 seconds]
mZDiscord[m] has quit [Ping timeout: 276 seconds]
obernardovieiraD has quit [Ping timeout: 276 seconds]
KubeDiscord[m] has quit [Ping timeout: 276 seconds]
denzuko-at-workD has quit [Ping timeout: 276 seconds]
ptonerDiscord[m] has quit [Ping timeout: 276 seconds]
Lilz|BetaMeDisco has quit [Ping timeout: 276 seconds]
DoppelgngerDisco has quit [Ping timeout: 276 seconds]
aeddiDiscord[m] has quit [Ping timeout: 276 seconds]
pbvieDiscord[m] has quit [Ping timeout: 276 seconds]
JoejoeDiscord[m] has quit [Ping timeout: 276 seconds]
cyluDiscord[m] has quit [Ping timeout: 276 seconds]
doodlemaniaDisco has quit [Ping timeout: 276 seconds]
RobotLordimperia has quit [Ping timeout: 276 seconds]
NebulousDiscord[ has quit [Ping timeout: 276 seconds]
thatguyDiscord[m has quit [Ping timeout: 276 seconds]
radio_aliceDisco has quit [Ping timeout: 276 seconds]
NatoBoramDiscord has quit [Ping timeout: 276 seconds]
weedDiscord[m] has quit [Ping timeout: 276 seconds]
aphelionzDiscord has quit [Ping timeout: 276 seconds]
JD9Discord[m] has quit [Ping timeout: 276 seconds]
AraratDiscord[m] has quit [Ping timeout: 276 seconds]
AmineDiscord[m] has quit [Ping timeout: 276 seconds]
bengoDiscord[m] has quit [Ping timeout: 276 seconds]
null1337 has quit [Ping timeout: 276 seconds]
dominicusin[m] has quit [Ping timeout: 276 seconds]
^x3ro[m] has quit [Ping timeout: 276 seconds]
Mikaela[meow] has quit [Ping timeout: 276 seconds]
nijotz has quit [Ping timeout: 276 seconds]
cypher has quit [Ping timeout: 276 seconds]
afx has quit [Ping timeout: 276 seconds]
coniptor has joined #ipfs
cypher has joined #ipfs
cyberwolf[m] has joined #ipfs
september-bot[m] has joined #ipfs
thomaskokholm[m] has joined #ipfs
gorhgorh[m]1 has joined #ipfs
Mikoaj[m] has joined #ipfs
sweetginger[m] has joined #ipfs
null1337 has joined #ipfs
ambercookie[m] has joined #ipfs
FennecCode has joined #ipfs
jackcjnDiscord[m has joined #ipfs
nimrod[m] has joined #ipfs
sorris[m] has joined #ipfs
AliceKile[m] has joined #ipfs
jojojoDiscord[m] has joined #ipfs
Guest85450 has joined #ipfs
silkeh has joined #ipfs
RomeSilvanus[m] has joined #ipfs
lorenzuru has joined #ipfs
andrewbexe[m] has joined #ipfs
swedneck[GMT1]D7 has joined #ipfs
nijotz has joined #ipfs
fredcy_ has joined #ipfs
cromir[m] has joined #ipfs
Daratla[m] has joined #ipfs
maparentDiscord[ has joined #ipfs
discord[m]1 has joined #ipfs
Jean-Michel[m] has joined #ipfs
EvanDornbusch[m] has joined #ipfs
draineddavinki[m has joined #ipfs
carsonfarmerDisc has joined #ipfs
bekoDiscord[m] has joined #ipfs
gothloli[m] has joined #ipfs
matrix01234[m] has joined #ipfs
meiji163[m] has joined #ipfs
MDMike[m] has joined #ipfs
matheusamds[m] has joined #ipfs
FestplattenSchni has joined #ipfs
jurjendevries[m] has joined #ipfs
stolenprivacy[m] has joined #ipfs
ice[m] has joined #ipfs
nobari[m] has joined #ipfs
mochi[m] has joined #ipfs
T[m] has joined #ipfs
KenzoDiscord[m] has joined #ipfs
OboDiscord[m] has joined #ipfs
jlj_[m] has joined #ipfs
plagoswm[m] has joined #ipfs
EdwardJ[m] has joined #ipfs
akarem[m] has joined #ipfs
PhillmacDiscord7 has joined #ipfs
pnotequalnp[m] has joined #ipfs
loodDiscord[m] has joined #ipfs
FeNiXDiscord[m]1 has joined #ipfs
srid has joined #ipfs
brewskiDiscord[m has joined #ipfs
jwh has joined #ipfs
Zaab1t has joined #ipfs
crysys[m] has joined #ipfs
LSJI07Discord[m] has joined #ipfs
SanteriTarvainen has joined #ipfs
MarkusKuhlmann[m has joined #ipfs
Clment[m]1 has joined #ipfs
ChrisLane has quit [Ping timeout: 260 seconds]
vbDiscord[m] has joined #ipfs
felixschlDiscord has joined #ipfs
nocentDiscord[m] has joined #ipfs
SenshiDiscord[m] has joined #ipfs
drshamoonDiscord has joined #ipfs
JohnnyMilkshakes has joined #ipfs
thomasbDiscord[m has joined #ipfs
ShinyRice[m] has joined #ipfs
TrevorDiscord[m] has joined #ipfs
erlend_shDiscord has joined #ipfs
scandichainDisco has joined #ipfs
HuurooDiscord[m] has joined #ipfs
SpicoliWhiteDisc has joined #ipfs
simibacDiscord[m has joined #ipfs
janttoDiscord[m] has joined #ipfs
te0dDiscord[m] has joined #ipfs
denzuko-at-workD has joined #ipfs
JerbsDiscord[m] has joined #ipfs
coryschwartzDisc has joined #ipfs
RomainDiscord[m] has joined #ipfs
gulpsaba[m] has joined #ipfs
f-r-e-dDiscord[m has joined #ipfs
boomshroomDiscor has joined #ipfs
izdihar[m] has joined #ipfs
MichaelTenDiscor has joined #ipfs
bitspillDiscord[ has joined #ipfs
ChrisLane has joined #ipfs
Liam[m] has joined #ipfs
JonwelDiscord[m] has joined #ipfs
RobotLordimperia has joined #ipfs
kevinkDiscord[m] has joined #ipfs
aeddiDiscord[m] has joined #ipfs
pennywiseDiscord has joined #ipfs
mattcDiscord[m] has joined #ipfs
fdf[m] has joined #ipfs
mZDiscord[m] has joined #ipfs
aphelionzDiscord has joined #ipfs
chinsuDiscord[m] has joined #ipfs
doodlemaniaDisco has joined #ipfs
armaniferranteDi has joined #ipfs
DigitalOilDiscor has joined #ipfs
bengoDiscord[m] has joined #ipfs
NatoBoramDiscord has joined #ipfs
cyluDiscord[m] has joined #ipfs
AraratDiscord[m] has joined #ipfs
thesage1014Disco has joined #ipfs
JoejoeDiscord[m] has joined #ipfs
HyunwooLeeDiscor has joined #ipfs
JD9Discord[m] has joined #ipfs
ianlopshireDisco has joined #ipfs
AmineDiscord[m] has joined #ipfs
NetherwolfDiscor has joined #ipfs
ZipperSKDiscord4 has joined #ipfs
EdEdorEddyDiscor has joined #ipfs
NebulousDiscord[ has joined #ipfs
ReallySnazzyDis7 has joined #ipfs
brysj[m] has joined #ipfs
SchwartzDiscord[ has joined #ipfs
KubeDiscord[m] has joined #ipfs
}Discord[m] has joined #ipfs
Sean|FortmaticDi has joined #ipfs
DoppelgngerDisco has joined #ipfs
thatguyDiscord[m has joined #ipfs
rklaehnDiscord[m has joined #ipfs
EKLynxDiscord[m] has joined #ipfs
radio_aliceDisco has joined #ipfs
obernardovieiraD has joined #ipfs
pbvieDiscord[m] has joined #ipfs
DioBrandonDiscor has joined #ipfs
SandraDiscord[m4 has joined #ipfs
ngamboaDiscord[m has joined #ipfs
ptonerDiscord[m] has joined #ipfs
foxcoolDiscord[4 has joined #ipfs
tangoDiscord[m] has joined #ipfs
ithithDiscord[m] has joined #ipfs
vexlDiscord[m] has joined #ipfs
snoopdoggydogDis has joined #ipfs
RockSteadyTRTLD7 has joined #ipfs
Hsiu-PingNichola has joined #ipfs
neohexDiscord[m] has joined #ipfs
Sm03leBr00tDisco has joined #ipfs
dqxDiscord[m] has joined #ipfs
Lilz|BetaMeDisco has joined #ipfs
buztedDiscord[m] has joined #ipfs
babaitDiscord[m] has joined #ipfs
marcocastignoliD has joined #ipfs
weedDiscord[m] has joined #ipfs
JaoheahDiscord[4 has joined #ipfs
gmelodieDiscord[ has joined #ipfs
UsDiscord[m] has joined #ipfs
^x3ro[m] has joined #ipfs
krishbDiscord[m4 has joined #ipfs
dunks411Discord[ has joined #ipfs
EthanWilliamDis4 has joined #ipfs
ambackDiscord[m] has joined #ipfs
zenoxygen[m] has joined #ipfs
tsunamionioncere has joined #ipfs
lizzyDiscord[m]1 has joined #ipfs
tadengey[m] has joined #ipfs
dominicusin[m] has joined #ipfs
greyDiscord[m]1 has joined #ipfs
swedneckswedneck has joined #ipfs
passepartoutDis4 has joined #ipfs
pmow has joined #ipfs
AlvinKhaled[m] has joined #ipfs
aleixmorgadas[m] has joined #ipfs
Mikaela[meow] has joined #ipfs
opal has joined #ipfs
<kallisti5[m]>
hm.. i've never even used mfs
<kallisti5[m]>
are t here any big performance issues if I stuff 1000's of files / directories into mfs?
<Discordian[m]>
Nope
<Discordian[m]>
Basically you add it to IPFS normally, then you add the CID to MFS. MFS gives you a simple filesystem to work with, I recommend playing with it. I find it makes working with IPFS waaaay easier.
<kallisti5[m]>
hm. can you "transfer" MFS to other ipfs nodes?
theseb has joined #ipfs
<Discordian[m]>
You could should the CID of an MFS directory, then add it to the MFS on the other node
<kallisti5[m]>
noticed ```ipfs files stat /``` shows a CID, it must be based on a private key somewhere?
<Discordian[m]>
Not based on private key, MFS CIDs will update as their contents change
<Discordian[m]>
You'll still need to publish the CID using IPNS
<kallisti5[m]>
ah.. ok
arcatech has joined #ipfs
<Discordian[m]>
Yeah, it *almost* does everything. That's why I use ipfs-sync. It actually uses MFS, I have a `/ipfs-sync` MFS directory, that has my synced dirs in it