Ask HN: What's your quarantine side project?
991–1000 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#992Re: Ask HN: What's your quarantine side project?
#993Finally today, "Smart Sloth" is out on Product Hunt
Check it out and let me know your thoughts - https://www.producthunt.com/posts/smart-sloth
Smart Sloth is a task manager that helps you be more efficient with YOUR TIME. Smart Sloth uses the concept of timeboxing, which is to allocate a set amount of time to each task, therefore, creating a deadline which can increase the productivity of the user.
Re: Ask HN: What's your quarantine side project?
#994Currently working on expanding the limited_edition and kids collection to various niches.
We’re now taking custom orders for teams/staff: https://www.artsyfacemasks.com/custom-branding/
made a few devOps motifs: https://www.artsyfacemasks.com/specimen/error-codes/
Re: Ask HN: What's your quarantine side project?
#995https://death-proba-website.appspot.com/
The app just gives you a comparison of covid death probabilities to skydiving and other activities depending on age and sex. Can be helpful to make personal decisions.
For instance that a 40-49 male, if infected, has probability of dying equal to 75 jumps of skydiving.
(Please read disclaimers on the website)
Re: Ask HN: What's your quarantine side project?
#996I wanted to build, as I call it 'Global Creative Community' called Branding Pavilion which is an online directory of companies, events, job offers and interviews from the digital industry.
The idea behind this project is to help clients reach digital/marketing/software companies and create an online community.
Software stack of this project includes: Bootstrap 4 as a CSS framework, Vue.js for logic and functionality, Firebase for database and backend, Stripe as a payment method, Cloudflare for protection and security.
Re: Ask HN: What's your quarantine side project?
#997Re: Ask HN: What's your quarantine side project?
#998Re: Ask HN: What's your quarantine side project?
#999(1) Bython, a basic Python interpreter written in C. I just want to have a taste of what it's like programming out a language so I won't go too far. It is dynamically typed and has automatic memory management. https://github.com/remykarem/bython. PRs welcome!
(2) minishell. This is a simple shell with only 2 commands: either you (i) hit enter to view 10 files of a folder at a time, or you (ii) enter a filename and view nbytes. I built this because a co-worker wanted to view a folder with 20+GB of files but couldn't do it with an `ls`. With this, I hope that we can casually explore a folder without having to print everything. https://github.com/remykarem/minishell.
(3) Scrollable Python documentation, a hack from the scrollable interface found in https://allennlp.org/tutorials. Use case is for people who are explaining Python code. https://github.com/remykarem/scrollable-python-documentation.
My command of C isn't that great so if you're interested to collaborate, I'm happy to be your apprentice :)