ericwooley has quit [Remote host closed the connection]
benjamingr_ has quit [Quit: Connection closed for inactivity]
kaotisk has quit [Read error: Connection reset by peer]
kaotisk has joined #ipfs
vivus has joined #ipfs
Chaos_Zero has joined #ipfs
upperdeck has quit [Ping timeout: 260 seconds]
<lgierth>
There's some cool new stuff on https://archives.ipfs.io -- Old Internet Files from rscott.org, World Wide Web History Project (including www-talk, www-html, and other mailing lists), Usenet posts from yarchive.net, 45 GB of pwned password hashes from haveibeenpwnd.com, MDSConnect by US Library of Congress
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Chaos_Zero>
Hello, I am messing around with https://github.com/ipfs/interface-ipfs-core using a locally running ipfs node. I am able to run $ ipfs cat /ipfs/Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a fine. From the browser I can use the 'log' and 'ls' commands fine, but not the 'cat': I get "Cannot read property 'offset' of null"
[itchyjunk] has quit [Remote host closed the connection]
pcardune has quit [Remote host closed the connection]
pcardune has joined #ipfs
mauz555 has quit [Ping timeout: 256 seconds]
esotericbyte has quit [Ping timeout: 265 seconds]
esotericbyte has joined #ipfs
pcardune has quit [Remote host closed the connection]
<fiatjaf>
Chaos_Zero, you can either use js-ipfs (full ipfs node that can fetch content directly from the browser) or if you just want to host static images, videos etc. you can just point your users to ipfs.io/ipfs/<cid> (a centralized gateway, but good enough, if and when your users have a running ipfs node and ipfs-companion installed they'll automatically use it instead).
[itchyjunk] has joined #ipfs
pcardune has joined #ipfs
ygrek has quit [Ping timeout: 240 seconds]
pcardune has quit [Remote host closed the connection]
<swedneck[m]>
does pinning via ipfs-companion pin recursively?
vivus has quit [Quit: Leaving]
<lidel>
yes
<swedneck[m]>
nice
<lidel>
we will probably switch to MFS at some point
<lidel>
low level pins are hard to manage when you are a regular user
<lidel>
so you end up with hundreds of them without any label :)
<swedneck[m]>
i haven't quite understood what MFS is
<swedneck[m]>
ELI5?
<lidel>
MFS is a mutable filesystem on your local node, apis are under ipfs.files.*
<lidel>
basically you get a / namespace that you can play with (add/remove/rename files and directories)
<lidel>
and everything is backed by ipfs, so you can copy hash of an item at any time and you will get a CID of it
<swedneck[m]>
kinda like filestore?
<lidel>
well, not really
IRCsum has quit [Remote host closed the connection]
<swedneck[m]>
hmm, kinda weird that the video is on youtube, not ipfs
upperdeck_ has joined #ipfs
<lidel>
its from 2015 ;-) but yeah
joocain2_ has joined #ipfs
IRCsum has quit [Remote host closed the connection]
IRCsum has joined #ipfs
mauz555 has quit [Ping timeout: 256 seconds]
upperdeck has quit [Ping timeout: 256 seconds]
joocain2 has quit [Ping timeout: 250 seconds]
saki has joined #ipfs
<swedneck[m]>
would it be feasible to replace youtube iframes with <video> elements and putting the videos on ipfs?
<swedneck[m]>
or would that eat up like half of the storage for whatever the main ipfs.io server is hosted on?
transcalescent has left #ipfs [#ipfs]
Steverman has quit [Ping timeout: 260 seconds]
dimitarvp has quit [Quit: Bye]
[itchyjunk] has quit [Remote host closed the connection]
<lgierth>
swedneck[m]: absolutely go for it
<swedneck[m]>
see you in about 5 years when i've downloaded all the videos, put them in a folder, and replaced the <iframe> with <video> on every single page
aalex__ has quit [Quit: This computer has gone to sleep]
aalex__ has joined #ipfs
aalex__ has quit [Client Quit]
mauz555 has joined #ipfs
Jesin has joined #ipfs
mauz555 has quit [Ping timeout: 256 seconds]
MDude has quit [Read error: Connection reset by peer]
MDude has joined #ipfs
redfish has quit [Ping timeout: 256 seconds]
saki has quit [Quit: saki]
warner` has joined #ipfs
lachenmayer has quit [Ping timeout: 248 seconds]
jakobvarmose has quit [Ping timeout: 248 seconds]
warner has quit [Ping timeout: 248 seconds]
lachenmayer has joined #ipfs
redfish has joined #ipfs
jakobvarmose has joined #ipfs
Tiez has joined #ipfs
mauz555 has joined #ipfs
mauz555 has quit [Ping timeout: 256 seconds]
mrhavercamp has joined #ipfs
BeerHall has joined #ipfs
mauz555 has joined #ipfs
mauz555 has quit [Ping timeout: 256 seconds]
oleavr has quit [Read error: Connection reset by peer]
bret has quit [Read error: Connection reset by peer]
oleavr has joined #ipfs
bret has joined #ipfs
Guanin has quit [Ping timeout: 240 seconds]
Guanin has joined #ipfs
<sbani>
Evening guys, I'm currently working on an ipfs gateway checker. I would greatly appreciate your input
<fiatjaf>
is the companion able to intercept that and load the page from my local node instead of using the gateway?
wking has quit [Ping timeout: 256 seconds]
wking has joined #ipfs
tdiesler has quit [Ping timeout: 255 seconds]
fazo96 has quit [Ping timeout: 240 seconds]
shevski_ has joined #ipfs
shevski_ has quit [Remote host closed the connection]
pvh has quit [Quit: Connection closed for inactivity]
shevski_ has joined #ipfs
shevski_ has quit [Remote host closed the connection]
shevski_ has joined #ipfs
shevski_ has quit [Remote host closed the connection]
shevski_ has joined #ipfs
shevski_ has quit [Ping timeout: 276 seconds]
saki has joined #ipfs
Sunflowery has joined #ipfs
shevski_ has joined #ipfs
xzha has quit [Ping timeout: 248 seconds]
SunflowerSociety has quit [Ping timeout: 256 seconds]
<sbani>
yes, whyrusleeping, i can PR it. But the server side check is not possible without a server
shevski_ has quit [Ping timeout: 240 seconds]
ONI_Ghost has joined #ipfs
Sunflowery has quit [Read error: Connection reset by peer]
<olizilla>
fiatjaf: if you set up a DNSLINK txt entry for the domain that points to the current CID companion can check for it and redirect the request to your local ipfs gateway instead
<fiatjaf>
olizilla, how can I check if that is happening?
<fiatjaf>
I've set a dnslink
<olizilla>
you need to enable it in the companion config
<fiatjaf>
oh, "Perform DNS lookup for every visited website and use Custom Gateway if DNSLINK is present in its DNS TXT record (known to slow down the browser)"
<olizilla>
once enabled, you'll see the address redirected to /127.0.0.1:8080/ipfs/CID in the url bar
<olizilla>
when you visit a site that has a DNSLINK record
<fiatjaf>
it's working!
<fiatjaf>
but it is doing dns requests from the browser for every page I visit?
<fiatjaf>
couldn't it use the X-Ipfs-Path response header?
<olizilla>
it has to ask your ipfs api to do the dns look up on it's behalf, but yes, to figure out if a given domain has a DNSLINK record it has to do a dns lookup
[itchyjunk] has joined #ipfs
<olizilla>
it could make a http head request and check for an X-Ipfs-Path header, but I don't believe it does that yet. Please add your thoughts to an issue https://github.com/ipfs-shipyard/ipfs-companion
reit has joined #ipfs
Raybih has joined #ipfs
fazo96 has joined #ipfs
SunflowerSociety has joined #ipfs
SunflowerSociety has quit [Changing host]
ONI_Ghost has quit [Read error: Connection reset by peer]
SunflowerSociety has joined #ipfs
elkalamar has joined #ipfs
xzha has joined #ipfs
tdiesler has joined #ipfs
jameshjacksonjr[ has quit [Ping timeout: 260 seconds]
jameshjacksonjr[ has joined #ipfs
mindCrime has joined #ipfs
reit has quit [Ping timeout: 264 seconds]
<Raybih>
At the beginning there was only Chaos, Chaos was the first thing to exist: "at first Chaos came to be"
Raybih has quit [Killed (Sigyn (Spam is off topic on freenode.))]
hello_navi has joined #ipfs
clemo has joined #ipfs
shevski_ has joined #ipfs
shevski_ has quit [Read error: Connection reset by peer]
SunflowerSociety has quit [Read error: Connection reset by peer]
SunflowerSociety has joined #ipfs
SunflowerSociety has quit [Changing host]
SunflowerSociety has joined #ipfs
Steverman has joined #ipfs
saki has quit [Ping timeout: 244 seconds]
saki has joined #ipfs
Spytor[m] has left #ipfs ["User left"]
fazo96 has quit [Quit: Konversation terminated!]
f0i has joined #ipfs
bsm117532 has joined #ipfs
root2 has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
xzha has quit [Ping timeout: 244 seconds]
biopandemic has joined #ipfs
redfish has quit [Ping timeout: 256 seconds]
fazo96 has joined #ipfs
mandric has joined #ipfs
hvxgr2512 has joined #ipfs
<hvxgr2512>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
<hvxgr2512>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
<hvxgr2512>
I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
<hvxgr2512>
or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
hvxgr2512 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<lgierth>
sigh
<lgierth>
fuck the spammers
matt-h has quit [Quit: Leaving]
Alpha64 has joined #ipfs
mandric has quit [Ping timeout: 265 seconds]
mandric has joined #ipfs
rendar has quit []
<lidel>
fiatjaf, there is ine dns lookup request per a new domain, but it is cached for any subsequent requests to that domain
[itchyjunk] has quit [Ping timeout: 268 seconds]
<lidel>
fiatjaf, also, X-Ipfs-Path is in HTTP response, and what we want is to avoid sending any HTTP requests if dnslink is enabled via DNS TXT record :)
<lidel>
so your http server can be down, but if you have dnslink enabled in companion, the website will still work for you because its loaded from IPFS
<fiatjaf>
lidel, I was thinking about using the webRequest.onHeadersReceived stuff
<fiatjaf>
also, I don't have an http server, I'm using the gateway!
matt-h has joined #ipfs
<fiatjaf>
I didn't know it was possible to use my own http server, is it?
<fiatjaf>
perhaps if run my own public gateway, but I don't want to do that.
saki has quit [Read error: Connection reset by peer]
<lidel>
fiatjaf, webRequest.onHeadersReceived is too late IMO, you already sent http request and got response headers
<lidel>
ideally, you would not use http at all
<fiatjaf>
well, but in the next time you access that page...
<lidel>
fiatjaf, http introduces single point of failure (apart form dns ;-)) if server is down, there will be no response and you cant read X-Ipfs-Path
<lidel>
*from
alkyl27 has joined #ipfs
<alkyl27>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
alkyl27 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<alkyl27>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
<lidel>
fiatjaf, you can run your own http gateway, point your domain at it and it will work the same as ipfs.io
<fiatjaf>
alkyl, the current behavior is to NOT check DNS at all
<fiatjaf>
lidel, I don't have a public server available for that, that's why I'm using the gateway, and hoping my home ipfs node will seed the contents I'm publishing
<fiatjaf>
but I wanted more people to load my stuff through ipfs instead of http-over-ipfs.io
<lidel>
fiatjaf, if your website is under /ipfs/ or /ipns/ path,people with ipfs companion will load it over IPFS, not http
<lidel>
if your website has its own dowmain, you can set up dnslink, and it will get redirected to ipfs for people with dnslink experiment enabled
saki has joined #ipfs
root2 has quit [Quit: WeeChat 1.4]
bomb-on has quit [Quit: SO LONG, SUCKERS!]
Liara-20 has joined #ipfs
5EXABFFME has joined #ipfs
Liara-20 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<Liara-20>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
<Liara-20>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
<5EXABFFME>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
5EXABFFME has quit [Killed (Sigyn (Spam is off topic on freenode.))]
nstr11 has joined #ipfs
<nstr11>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
nstr11 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
mandric has quit [Ping timeout: 268 seconds]
mandric has joined #ipfs
pcardune has joined #ipfs
pcardune has quit [Remote host closed the connection]
PKBot13 has joined #ipfs
<PKBot13>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
PKBot13 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<PKBot13>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
pcardune has joined #ipfs
pcardune has quit [Remote host closed the connection]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 268 seconds]
f0i has quit [Ping timeout: 260 seconds]
saki has quit [Ping timeout: 244 seconds]
polman has joined #ipfs
graphene has joined #ipfs
saki has joined #ipfs
polman has quit [Client Quit]
polman has joined #ipfs
polman has quit [Client Quit]
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
polman has joined #ipfs
<makeworld[m]>
Sigh
Peng_6 has joined #ipfs
<Peng_6>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
<Peng_6>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
<Peng_6>
I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
<Peng_6>
or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
Peng_6 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
ZaZ has joined #ipfs
abff_ has joined #ipfs
abff_ is now known as abff
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
Dave016 has joined #ipfs
<Dave016>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
Dave016 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
bcsx has joined #ipfs
bcsx has quit [Client Quit]
benjamingr_ has quit [Quit: Connection closed for inactivity]
IRCsum has quit [Read error: Connection reset by peer]
IRCsum has joined #ipfs
IRCsum has quit [Read error: Connection reset by peer]
IRCsum has joined #ipfs
graphene has quit [Remote host closed the connection]
Encrypt has joined #ipfs
nast has joined #ipfs
graphene has joined #ipfs
benjamingr_ has joined #ipfs
bomb-on has joined #ipfs
jesse22 has joined #ipfs
<fiatjaf>
does anyone know why openbazaar is running its own separate ipfs network?
<fiatjaf>
I thought the ipfs idea was to mix every type of content in the same network
<fiatjaf>
"welcome to the merkle forest" and all that
saki has quit [Ping timeout: 240 seconds]
MattO_ has joined #ipfs
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
nast has quit [Quit: Leaving]
mrhavercamp has quit [Ping timeout: 240 seconds]
Tiez has quit [Quit: WeeChat 2.2]
jesse22_ has joined #ipfs
jesse22 has quit [Ping timeout: 256 seconds]
ygrek has joined #ipfs
saki has joined #ipfs
fazo96 has quit [Quit: Konversation terminated!]
<makeworld[m]>
That's a good question, I had no idea
dethos has joined #ipfs
Encrypt has quit [Quit: Quit]
<fiatjaf>
they don't answer it, neither on irc nor on reddir
<fiatjaf>
reddit
saki has quit [Ping timeout: 268 seconds]
<voker57>
probably because of > an increased TTL on certain types of DHT data.
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
graphene has quit [Read error: Connection reset by peer]
graphene has joined #ipfs
graphene has quit [Remote host closed the connection]
graphene has joined #ipfs
lassulus has quit [Ping timeout: 244 seconds]
danzilio4267 has joined #ipfs
<danzilio4267>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
<danzilio4267>
With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/
<danzilio4267>
I thought you guys might be interested in this blog by freenode staff member Bryan 'kloeri' Ostergaard https://bryanostergaard.com/
<danzilio4267>
or maybe this blog by freenode staff member Matthew 'mst' Trout https://MattSTrout.com/
danzilio4267 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
shizy has quit [Ping timeout: 256 seconds]
wookiehangover has quit [Ping timeout: 265 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
lassulus has joined #ipfs
scroll has joined #ipfs
scroll has quit [Excess Flood]
scroll has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
planetmaker215 has joined #ipfs
<planetmaker215>
<+SP9002_@efnet> so, he wants the win. so we're just gonna get lunch or something, then hes gonna push me to the ground and tap my ass with his foot so he can claim he "kicked my ass" tbh im going along with it becase I dont wanna lose any teeth
planetmaker215 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
mandric has quit [Ping timeout: 260 seconds]
dethos has quit [Ping timeout: 240 seconds]
mandric has joined #ipfs
mindCrime has quit [Ping timeout: 256 seconds]
pecastro has quit [Ping timeout: 256 seconds]
mandric has quit [Ping timeout: 256 seconds]
<makeworld[m]>
oh god why is it back
mandric has joined #ipfs
graphene has quit [Remote host closed the connection]
Steverman has quit [Ping timeout: 256 seconds]
graphene has joined #ipfs
[itchyjunk] has joined #ipfs
vindelschtuffen has joined #ipfs
Steverman has joined #ipfs
abax1 has quit [Quit: abax1]
Alpha64 has quit [Ping timeout: 265 seconds]
abueide has joined #ipfs
Steverman has quit [Ping timeout: 260 seconds]
MattO_ has quit [Ping timeout: 252 seconds]
plexigras2 has quit [Ping timeout: 240 seconds]
SamM has quit [Quit: Connection closed for inactivity]
detectiveaoi has joined #ipfs
benjamingr_ has quit [Quit: Connection closed for inactivity]