loicm, KevinMarks, wagle and cweiske joined the channel
#Zegnat!tell KartikPrabhu looking at https://kartikprabhu.com/articles in my block-all browser set-up, I get square grey boxes. Enabling third-party resources from googleusercontent.com shows the images, even when I am still blocking scripts.
#gRegorLovetantek: Will do. Noticed schmarty already started using consolidated RSVP section on 2017-05-31
#LoqigRegorLove: tantek left you a message 11 minutes ago: check out recent changes on https://indieweb.org/events/2017-05-17-homebrew-website-club in general - I think we're pretty close to consensus on updating the subsequent HWC event pages accordingly, e.g. 2017-05-31
#Loqi[Dr. Beardface] Ha, I've also heard it called an irish exit
#snarfedupgraded to the plugins' current release versions recently, so this may be the first bridgy twitter reply wm, but they've handled similar like and tweet wms ok
#snarfedlmk if i can help debug. nothing notable in the logs.
#KartikPrabhuI am now looking into storing external files (from some url) in my file storage. Any thoughts/ideas on how to generate a filename from the URL so that it can be looked up using the said URL?
#LoqiKartikPrabhu: Zegnat left you a message 11 hours, 22 minutes ago: looking at https://kartikprabhu.com/articles in my block-all browser set-up, I get square grey boxes. Enabling third-party resources from googleusercontent.com shows the images, even when I am still blocking scripts.
#KartikPrabhuZegnat: thanks! I am using google to store images for now.
#aaronpkKartikPrabhu: p3k v1 used a mechanism of turning a URL into a filename that very closesly matched the URL. i ran into some problems and haven't solve them yet
#aaronpkturns out URLs don't map to the filesystem very well
#ZegnatKartikPrabhu, a folder per hostname/domain you want to store from, and then a base64 of their path as filename? That will always be reversible. But you have to be OK with the long meaningless filenames while they are on your system
#aaronpkyou can use a one-way hash as well, since yuo don't need the filename to be reversible
#gRegorLoveKartikPrabhu: For my avatar caching I just use a hash of the URL
#aaronpki do like a subfolder for each hostname though
#KartikPrabhuthat loses the "inspectability" thing of a file-storage though
#LoqiGUID is an acronym for Globally Unique Identifier, typically a 128-bit number that used to uniquely reference or identify something https://indieweb.org/GUID
#ZegnatPossibly not for uniqueness-sake, but for unguessibility-sake