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
<JCaesar>
If only the fingerprints/CIDs were unique... Regardless, IPFS is not built for anonymity.
Ringtailed-Fox has quit [Read error: Connection reset by peer]
Ringtailed-Fox has joined #ipfs
Ringtailed-Fox has quit [Read error: Connection reset by peer]
Ringtailed-Fox has joined #ipfs
<JCaesar>
(It's not really anti-anonymous, it doesn't e.g. permanently track what other nodes provide or download, but it also doesn't stop anyone from doing so either.)
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
mowcat has quit [Remote host closed the connection]
Ringtailed-Fox has quit [Read error: Connection reset by peer]
Ringtailed-Fox has joined #ipfs
<gimzmoe>
I've often wondered how to practically use IPFS, specifically the consequences of permanence
<DarkDrgn2k[m]>
Right now minda hard untill its cached
<DarkDrgn2k[m]>
We use it to host confrence videos.
<gimzmoe>
I think it's more a psychological hang up, anything temporarily available for download could be reposted
matt-h has quit [Quit: Leaving]
arcatech has quit [Quit: Be back later.]
emersen234Discor has quit [Ping timeout: 245 seconds]
emersen234Discor has joined #ipfs
meiji163[m] has quit [Ping timeout: 245 seconds]
meiji163[m] has joined #ipfs
haijuno has joined #ipfs
gzj has quit [Read error: Connection reset by peer]
KempfCreative has quit [Ping timeout: 240 seconds]
BladedThesis has joined #ipfs
<owocean[m]>
alright boys, ipfs desktop keeps telling me to restart to update
<owocean[m]>
every time i press restart, it just restarts
<owocean[m]>
no update
LHLaurini has joined #ipfs
bengates has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
LHLaurini has quit [Quit: Konversation terminated!]
bengates has quit [Ping timeout: 240 seconds]
tech_exorcist has quit [Quit: tech_exorcist]
cubemonkey has joined #ipfs
cubemonkey has joined #ipfs
cubemonkey has quit [Changing host]
LHLaurini has joined #ipfs
hedgehog[m] has joined #ipfs
bengates has joined #ipfs
jokoon has quit [Read error: Connection reset by peer]
Ringtailed-Fox has quit [Read error: Connection reset by peer]
Ringtailed-Fox has joined #ipfs
bengates has quit [Ping timeout: 240 seconds]
deltab has quit [Ping timeout: 252 seconds]
ger50 has joined #ipfs
ger50 has quit [Quit: Connection closed]
deltab has joined #ipfs
pecastro has quit [Ping timeout: 260 seconds]
jesse22 has joined #ipfs
bengates has joined #ipfs
<Discordian[m]>
Is there a command to download all the blocks a CID points to, to my blockstore? I don't want to pin it, I don't want to add it to my MFS, I don't want an output, I just want the object placed in my blockstore until GC cleans it up.
bengates has quit [Ping timeout: 240 seconds]
<Discordian[m]>
Pretty sure `ipfs cat` will pretty much do that if I just close the socket without reading.
<Discordian[m]>
Just wondering if there's a command more ... for that
<Discordian[m]>
It's possible with the `cat` method, you have to let the read complete. If for example you cap length to 1 byte, it'll only download the block(s) it needs to get that byte