Ask HN: What's your quarantine side project?
471–480 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#472I have created it with Django, nginx and Postgresql. It is hosted on Hetzner, which I couldn't recommend enough.
Re: Ask HN: What's your quarantine side project?
#473I’ve been writing and linking about flights from and to reality through art (usually videogames) at https://hypertexthero.com which is now published with a [static site generator][1] and no JavaScript other than [HTML Form File to Txt][2] to quickly create a text file for posting. The site design and format was inspired by Daring Fireball, and I aim to release it as a theme soon.
During this time I discovered [Focus Writer][3] which is open source, cross-platform, quite nice.
Hoping people will come up with fusion power and other climate crisis [solutions][4] during this time.
Peace out.
[1]: https://gohugo.io/ "Hugo — love the speed, hate the language syntax and some of the new defaults like .md extension instead of .txt"
[2]: https://www.simongriffee.com/notebook/form-to-txt/
Re: Ask HN: What's your quarantine side project?
#474The quarantine forces me to think about it even more, and I think I've found the why, and how.
So I'm now building it: https://focussist.com/
Re: Ask HN: What's your quarantine side project?
#475Re: Ask HN: What's your quarantine side project?
#476Re: Ask HN: What's your quarantine side project?
#477Re: Ask HN: What's your quarantine side project?
#478I posted it a few days ago on HN and a lot of you had some great ideas and feedback. https://news.ycombinator.com/item?id=23030298
For now I'm keeping busy maintaining Pantry. You guys can check it out here! https://getpantry.cloud/
Re: Ask HN: What's your quarantine side project?
#479Here is a video that the whole family worked on for a school project a few weeks ago: https://youtu.be/QHmkRBIzUMs
Re: Ask HN: What's your quarantine side project?
#480It's a buggy work-in-process app built in Svelte and PouchDB and definitely not in a "Show HN" state yet. I put my progress up on Github pages for close friends to try [1], but what the heck, I'll put it here too (no instructions or videos yet).
I honestly haven't figured out what I'm going to do with it long term, whether to make it free or to try to monetize it somehow. Right now, my main goal is to fold it into an Electron app and have it sync with a Couch/Pouch db server once the main UI code is done.
[1] https://bt-apps.github.io/braintapper_edge
Note it's not a Saas, so no sign up required to try it. PouchDB is storing the data in your browser in IndexedDB so you can delete your data by clearing your browser data for that URL.