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
royal_screwup213 has quit [Ping timeout: 260 seconds]
MJCD has quit [Quit: Connection closed for inactivity]
coniptor has quit [Ping timeout: 260 seconds]
coniptor has joined #ipfs
thurio[m] has joined #ipfs
coniptor has quit [Ping timeout: 240 seconds]
LiftLeft has quit [Ping timeout: 240 seconds]
bx20[m] has joined #ipfs
coniptor has joined #ipfs
LiftLeft has joined #ipfs
}ls{ has quit [Ping timeout: 240 seconds]
arcatech has quit [Quit: Be back later.]
}ls{ has joined #ipfs
dpl has quit [Ping timeout: 240 seconds]
gde33 has quit [Ping timeout: 246 seconds]
gde33 has joined #ipfs
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 268 seconds]
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
LiftLeft has quit [Ping timeout: 246 seconds]
Arwalk has joined #ipfs
chiui has joined #ipfs
chiuii has quit [Ping timeout: 250 seconds]
chiui has quit [Quit: Leaving]
Acacia has joined #ipfs
arcatech has joined #ipfs
LiftLeft has joined #ipfs
cxl000 has quit [Ping timeout: 252 seconds]
_jrjsmrtn has joined #ipfs
__jrjsmrtn__ has quit [Ping timeout: 268 seconds]
arcatech has quit [Quit: Be back later.]
qrpnxz has left #ipfs [#ipfs]
zeden has quit [Quit: WeeChat 3.0.1]
zeden has joined #ipfs
jrt has quit [Killed (beckett.freenode.net (Nickname regained by services))]
jrt has joined #ipfs
cxl000 has joined #ipfs
_jrjsmrtn has quit [Ping timeout: 252 seconds]
__jrjsmrtn__ has joined #ipfs
jesse22 has quit [Ping timeout: 260 seconds]
KempfCreative has joined #ipfs
chachasmooth has quit [Ping timeout: 268 seconds]
chachasmooth has joined #ipfs
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
zeden has quit [Quit: WeeChat 3.0.1]
chachasmooth has quit [Ping timeout: 250 seconds]
koo5 has quit [Ping timeout: 252 seconds]
chachasmooth has joined #ipfs
arcatech has joined #ipfs
qwsa has joined #ipfs
gumman has quit [Read error: Connection reset by peer]
gumman has joined #ipfs
jrvlima has quit [Quit: Konversation terminated!]
reit has joined #ipfs
MrSprinkles has quit [Quit: MrSprinkles]
MrSparkle has joined #ipfs
arcatech has quit [Quit: Be back later.]
opa has joined #ipfs
opa7331 has quit [Ping timeout: 252 seconds]
valera_ has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
ValeraRozuvan has quit [Ping timeout: 240 seconds]
Arwalk has joined #ipfs
mindCrime_ has quit [Ping timeout: 240 seconds]
mindCrime_ has joined #ipfs
KempfCreative has quit [Ping timeout: 260 seconds]
mindCrime_ has quit [Ping timeout: 260 seconds]
Arwalk has quit [Read error: Connection reset by peer]
Arwalk has joined #ipfs
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 265 seconds]
LiftLeft has quit [Ping timeout: 240 seconds]
LinusCDE has quit [Ping timeout: 250 seconds]
valera_ has quit [Quit: valera_]
recycle has joined #ipfs
<aschmahmann> kallisti5: the thing that is pinned is the CID (and graph underneath) not the mutable reference.
epony has joined #ipfs
}ls{ has quit [Remote host closed the connection]
}ls{ has joined #ipfs
recycle has quit []
<romanblanco[m]> Hello, I'm having issues loading docs.ipfs.io, resulting with timeout
LinusCDE has joined #ipfs
clemo has joined #ipfs
justanotherdude has joined #ipfs
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
ValeraRozuvan has joined #ipfs
clemo has quit [Ping timeout: 240 seconds]
ValeraRozuvan has quit [Max SendQ exceeded]
ValeraRozuvan has joined #ipfs
royal_screwup213 has joined #ipfs
henriquev has joined #ipfs
pecastro has joined #ipfs
<CSDUMMI[m]> <romanblanco[m] "Hello, I'm having issues loading"> I have the same issue
<CSDUMMI[m]> Is it available on IPFS?
<CSDUMMI[m]> ipns://docs.ipfs.io/
<CSDUMMI[m]> Yes
<FuseTim[m]> no problem for me (France)
<McSinyx> my local ipfs node can fetch it just fine, but the http url is not working
<FuseTim[m]> <FuseTim[m] "no problem for me (France)"> I take that back, I have a few timeouts on some pages from time to time.
skywavesurfer has quit [Quit: ZNC - https://znc.in]
cxl000 has quit [Ping timeout: 265 seconds]
skywavesurfer has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
supercoven has joined #ipfs
ili has quit [Quit: Idle for 30+ days]
JustinEchternach has quit [Quit: Idle for 30+ days]
ravecoin[m] has quit [Quit: Idle for 30+ days]
<aLeSD> hi all
<aLeSD> is ti possible to compute only-hash with the go-ipfs lib ?
ValeraRozuvan has quit [Remote host closed the connection]
<aLeSD> well ... better .. is it possible to generate a cid without a node ?
ValeraRozuvan has joined #ipfs
royal_screwup213 has joined #ipfs
ValeraRozuvan has quit [Quit: ValeraRozuvan]
lurkless has quit [Ping timeout: 260 seconds]
<aLeSD> I tried with
<aLeSD> s := shell.NewLocalShell()
<aLeSD> cid, err := s.Add(bytes.NewReader(buf), shell.OnlyHash(true))
<aLeSD> but I got an invalid memory address
<aLeSD> on the Send function
aliasless has quit [Quit: No Ping reply in 180 seconds.]
bengates has joined #ipfs
aliasless has joined #ipfs
veegee has quit [Ping timeout: 252 seconds]
lurkless has joined #ipfs
bengates has quit [Remote host closed the connection]
veegee_ has joined #ipfs
gimzmoe has quit [Ping timeout: 240 seconds]
Arwalk has quit [Read error: Connection reset by peer]
Arwalk has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 252 seconds]
royal_screwup213 has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
ValeraRozuvan has joined #ipfs
Nact has joined #ipfs
supercoven_ has joined #ipfs
supercoven_ has quit [Max SendQ exceeded]
supercoven_ has joined #ipfs
supercoven has quit [Ping timeout: 240 seconds]
mowcat has joined #ipfs
<ipfs-stackbot> New IPFS question on StackOverflow: I added a large folder to IPFS. However, I can't reach the content from other public GW - https://stackoverflow.com/questions/67384294/i-added-a-large-folder-to-ipfs-however-i-cant-reach-the-content-from-other-pu
royal_screwup213 has joined #ipfs
f4r5983 has quit [Remote host closed the connection]
zeden has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
arcatech has joined #ipfs
cxl000 has joined #ipfs
<kallisti5[m]> ok... auto-garbage collect is BAD
<kallisti5[m]> if you ctl+c a large pin because it stalls... you have to download the whole thing over again :-|
arcatech has quit [Client Quit]
arcatech has joined #ipfs
reit has joined #ipfs
arcatech has quit [Client Quit]
royal_screwup213 has joined #ipfs
}ls{ has quit [Remote host closed the connection]
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
p8m_ has quit [Ping timeout: 240 seconds]
p8m has joined #ipfs
jcea has joined #ipfs
CGretski has joined #ipfs
tech_exorcist has joined #ipfs
CGretski has quit [Remote host closed the connection]
ValeraRozuvan has quit [Quit: ValeraRozuvan]
koo5 has joined #ipfs
Enitin has joined #ipfs
koo555 has joined #ipfs
gimzmoe has joined #ipfs
koo5 has quit [Ping timeout: 260 seconds]
ninekeysdown has quit [Quit: The Lounge - https://thelounge.chat]
arcatech has joined #ipfs
ninekeysdown8 has joined #ipfs
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
arcatech has quit [Client Quit]
CGretski has joined #ipfs
kn0rki has joined #ipfs
<ipfsbot> filix @filixmog posted in IPFS + YouTube GIF maker integration - gifrun.com - https://discuss.ipfs.io/t/ipfs-youtube-gif-maker-integration-gifrun-com/11159/1
CGretski has quit [Quit: No Ping reply in 180 seconds.]
arcatech has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
musalbas has left #ipfs ["Leaving"]
Arwalk has joined #ipfs
CGretski has joined #ipfs
LiftLeft has joined #ipfs
CGretski has quit [Remote host closed the connection]
kex has quit [Ping timeout: 240 seconds]
kn0rki has quit [Quit: Leaving]
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 260 seconds]
yoav_ has joined #ipfs
usopu[m] has quit [Quit: Idle for 30+ days]
Telos[m] has quit [Quit: Idle for 30+ days]
andrewbexe[m] has quit [Quit: Idle for 30+ days]
Enitin has quit [Quit: Konversation terminated!]
royal_screwup213 has joined #ipfs
jadedctrl has joined #ipfs
jesse22 has joined #ipfs
ctOS has quit [Quit: Connection closed for inactivity]
f4r5983 has joined #ipfs
distributedGuru has quit [Read error: No route to host]
distributedGuru has joined #ipfs
dsim has joined #ipfs
CGretski has joined #ipfs
jesse22 has quit [Read error: Connection reset by peer]
jesse22 has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
Acacia has quit [Quit: Lost terminal]
Arwalk has joined #ipfs
Acacia has joined #ipfs
rodolf0 has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 260 seconds]
royal_screwup213 has joined #ipfs
benjamingr__ has quit [Ping timeout: 276 seconds]
thattommyhall has quit [Ping timeout: 240 seconds]
rcsheets has quit [Read error: Connection reset by peer]
rcsheets has joined #ipfs
benjamingr__ has joined #ipfs
adrianbrink has quit [Ping timeout: 258 seconds]
thattommyhall has joined #ipfs
adrianbrink has joined #ipfs
rodolf0 has quit [Quit: Leaving]
arcatech has quit [Quit: Be back later.]
spectie has quit [Ping timeout: 260 seconds]
kex has joined #ipfs
KempfCreative has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
dsim has quit [Quit: Leaving]
gurmble has joined #ipfs
grumble is now known as Guest31287
Guest31287 has quit [Killed (card.freenode.net (Nickname regained by services))]
gurmble is now known as grumble
veegee_ is now known as veegee
Arwalk has joined #ipfs
jcea has quit [Quit: jcea]
jcea1 has joined #ipfs
}ls{ has joined #ipfs
jcea1 is now known as jcea
yoav_ has quit [Quit: yoav_]
yoav_ has joined #ipfs
yoav_ has quit [Remote host closed the connection]
yoav_ has joined #ipfs
arcatech has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
jesse22_ has joined #ipfs
jesse22 has quit [Ping timeout: 245 seconds]
royal_screwup213 has quit [Ping timeout: 240 seconds]
supercoven_ has quit [Ping timeout: 240 seconds]
arcatech has quit [Quit: Be back later.]
ValeraRozuvan has joined #ipfs
ValeraRozuvan has quit [Remote host closed the connection]
arcatech has joined #ipfs
search_social has quit [Ping timeout: 240 seconds]
royal_screwup213 has joined #ipfs
rsheftel1 has quit [Quit: Ping timeout (120 seconds)]
rsheftel1 has joined #ipfs
veegee has quit [Read error: No route to host]
veegee_ has joined #ipfs
spectie has joined #ipfs
spectie has quit [Changing host]
spectie has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
jwheare_local2 has joined #ipfs
jwheare_local2 has left #ipfs [#ipfs]
Joelle[m] has joined #ipfs
ctOS has joined #ipfs
mindCrime_ has joined #ipfs
yoav_ has quit [Quit: yoav_]
jcea has quit [Quit: jcea]
jcea has joined #ipfs
search_social has joined #ipfs
arcatech has quit [Quit: Be back later.]
ValeraRozuvan has joined #ipfs
ValeraRozuvan has quit [Remote host closed the connection]
arcatech has joined #ipfs
tech_exorcist has quit [Ping timeout: 268 seconds]
justanotherdude has quit [Quit: RAGEQUIT]
ValeraRozuvan has joined #ipfs
lapse[m] has left #ipfs ["User left"]
ValeraRozuvan has quit [Client Quit]
Arwalk has quit [Read error: Connection reset by peer]
Arwalk has joined #ipfs
mowcat has quit [Remote host closed the connection]
<ipfsbot> @n0x posted in Image uploaded to IPFS is just a really long string of characters. ".jpg" filetype/extension gets lost - https://discuss.ipfs.io/t/image-uploaded-to-ipfs-is-just-a-really-long-string-of-characters-jpg-filetype-extension-gets-lost/11163/1
SirPHOENiX14 has joined #ipfs
SirPHOENiX1 has quit [Ping timeout: 240 seconds]
SirPHOENiX14 is now known as SirPHOENiX1
crookisj0kis has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
royal_screwup213 has quit [Ping timeout: 240 seconds]
hsn has quit [Ping timeout: 260 seconds]
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
royal_screwup213 has joined #ipfs
Acacia has quit [Quit: Lost terminal]
pecastro has quit [Ping timeout: 260 seconds]
Acacia has joined #ipfs
clemo has joined #ipfs
crookisj0kis has quit [Ping timeout: 268 seconds]
LiftLeft has quit [Ping timeout: 240 seconds]
XORed has quit [Remote host closed the connection]
XORed has joined #ipfs
royal_screwup213 has quit [Quit: Connection closed]
royal_screwup213 has joined #ipfs
LiftLeft has joined #ipfs
royal_screwup213 has quit [Ping timeout: 252 seconds]
LiftLeft has quit [Ping timeout: 260 seconds]
royal_screwup213 has joined #ipfs