Ask HN: What is your current side-project?
41–50 of 80 posts
Re: Ask HN: What is your current side-project?
#42I am building a CLI tool for OAuth and OpenID Connect based access control. It allows performing auth flows with and without browser redirects, decodes JWTs, inspect OIDC issuers, etc. It is written in the go language and has multi Platform support. The next steps are about adding login profiles as config values. Also adding impersonation support with the OAuth Token Exchange protocol. https://git.schuerg.net/simon/a…
Re: Ask HN: What is your current side-project?
#43Pictures can be seen here: https://imgur.com/a/uwwA54Y And the repository: https://github.com/zachmorr/esper
Re: Ask HN: What is your current side-project?
#44I've been building a locally-hosted version of Pocket that saves articles (and pdfs) to a lucene index, and provides full text search over them. https://github.com/SaahilClaypool/SearchStory
Good idea. I would pay for this.
Worst case it'll be useful for me and my house mate who made the original request.
Re: Ask HN: What is your current side-project?
#45I did consider just using compression library, but decided against it partly because it would be more interesting to write it myself, but also having a quick look I couldn't find one that could do decompression without needing additional temporary storage. It's not that fancy, just LZW with a multi-stage compression to optimize the dictionary.
Because of how many of the inputs work, you can often handle it in smaller chunks (e.g. one line at a time, I called them records), so the inputs have a small amount of pre-processing on my PC to split them up into smaller chunks so the entire input doesn't need to be held in RAM at once.
Of course, not all input data will compress well, some will even "compress" to a larger size, so I've also abstracted over the data storage so that it can handle reading records from compressed or uncompressed inputs.
I've done 4 days so far, and none of the inputs have compressed. Total runtime is 3.24 seconds (that day 4...).
Current state can be found here for the morbidly curious: https://github.com/Measter/AdventOfCode2019 Spoilers are in the mcu/src/challenges folder.
Re: Ask HN: What is your current side-project?
#46I'm building a virtual tabletop for tabletop roleplayers that play narrative driven games and theater of the mind style games.
I'm using text parsing to accomplish different tools for storytelling and improvisation. Believe that is the quickest way for a GM to produce content and rig their games.
The tech stack is Svelte and Sapper with MDSVEX and Pouch/CouchDb/Websockets. The database part has been the hardest so far and haven't gotten that far. Got some decent character sheets out there but just using local storage for now. Got working slide decks, rollable tables and interactive fiction in dev but knitting it all together is a big job. My goal is to run my first game session with friends in May and open it for alpha June/July.
https://app.fictionboard.com/actors (The character sheets - in regards to mobile I think they work quite well.)
Re: Ask HN: What is your current side-project?
#47Interactive used-car buying checklist for car noobs. https://www.isthatalemon.com/ Not a side project, more of something I built for fun.
Re: Ask HN: What is your current side-project?
#48Interactive used-car buying checklist for car noobs. https://www.isthatalemon.com/ Not a side project, more of something I built for fun.
https://i2.paste.pics/07309cc21f8f2c93c354c4012e60c8a7.png
Would be nice to have a max size for the font on your headlines so they don't collide with each other :)
Re: Ask HN: What is your current side-project?
#49Software to completely replace the core functionality of cameras like WyzeCam while allowing it to be used in a purely local (ie. cloud free) setup wihtout phoning home to anywhere.