+++ title = "Projects" author = ["gabrielgio"] layout = "single" draft = false +++ Just a list of some projects I have done and find useful on my day-to-day life. - [Lens](https://git.sr.ht/~gabrielgio/lens) [[apk](https://git.sr.ht/~gabrielgio/apkbuilds)] A read only media server with some media capabilities. It is meant to be a front-end for my Syncthing server. It is inspired by Photoview but with simpler UI and a smaller development requirement, and it outputs a single self contained binary (which is simple thanks to go) which makes the setup easier. It is still work in progress but I'm personally already using it. - [Reddit to Nextcloud importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/) [[sr.ht](https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer)] [[apk](https://git.sr.ht/~gabrielgio/apkbuilds)] A small project that monitors user\'s saved posts on reddit, downloads its media and uploads to a nextcloud instance. It combines 3 projects: [praw](https://github.com/praw-dev/praw) to read and motitor user's saved feed, [gallery-dl](https://github.com/mikf/gallery-dl) to download media from several sources, and [nextcloud-api-wrapper](https://github.com/luffah/nextcloud-API) to manage folder and upload files to nexcloud instance. - [Filter for Nerdcast (pt-BR)](https://artifacts.gabrielgio.me/jnfilter/) [[sr.ht](https://git.sr.ht/~gabrielgio/jnfilter)] [[apk](https://git.sr.ht/~gabrielgio/apkbuilds)] Just a small podcast filter to remove and/or split a feed from [Nerdcast](https://www.jovemnerd.com.br/nerdcast/) into different segments. The current feed its quite clustered with many programs/segments and this project just helps to clean up so only the segment you want shows up on you podcast client. - [Password generator](https://genpass.gabrielgio.me/) [[sr.ht](https://git.sr.ht/~gabrielgio/genpass)] It started with me having fun with clojure script ([last commit](https://git.sr.ht/~gabrielgio/genpass/commit/2db3d88503fbe219e99c464c4cc8e768613e1359)). Now I have been using it as a playground to play a bit with rust/wasm and it is a quite interesting comparacion to make. The cljs implementation could not handle more than 1k chars, while the wasm can easly handle >100k. Is it useful for a password generator? Probabally not, but if it is your use case now I got you covered.