PicoShare is a minimalist web-based file sharing tool I’m working on. I’m often frustrated that I can’t just send someone a link directly to a file because every file-sharing service tries to re-encode images/video or wrap their own viewer around other files, so I’m making a simple self-hostable tool that lets you upload files and share them with other people.
unsafe-inline
in style tags, as Firefox seems to ignore the nonce when it’s part of an HTML custom elementI’m picking WanderJest back up again because I’ve learned a lot of techniques from PicoShare that I can use to improve it. The first thing I want to do is migrate from Firestore to SQLite because I’m so much more productive with SQLite.
rss-proxy is a Google Cloud Function that I use to proxy RSS feeds. All of the podcast feeds try to tie you to their platform by giving you an RSS feed under their doman, so rss-proxy lets you run the feed under your own domain and proxy the request to your actual podcast RSS feed, giving you platform mobility.