I have found this to be a great starting point: https://youtu.be/rnTwT-ifLkU
Ask HN: What's your quarantine side project?
561–570 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#562Re: Ask HN: What's your quarantine side project?
#563Decided to open source some of the personal projects of mine. https://github.com/vivekhub/password-generator and https://github.com/vivekhub/simplenote-backup. Nothing fancy but something I have been meaning to do and started doing it. Started learning K8S as well so that is a positive. Decided to setup a personal website https://www.vivekv.info as well and had to learn hugo to do that. So on the whole feeling good. Sorry about all the links and plugs but hey I am genuinely proud of what I have done :-)
Re: Ask HN: What's your quarantine side project?
#564Re: Ask HN: What's your quarantine side project?
#565Keycloak is a very good Identity Manager but the default theme is not easily adaptable. Making new themes also requires effort and a little bit of knowledge, which means additional time to invest in learning the platform. On KeycloakThemes you can find ready-to-use themes (for now one, more to come) that you can upload and start using in 5 minutes.
Re: Ask HN: What's your quarantine side project?
#566I'm working on reaching the simplicity of Anki, while keeping more features like in SuperMemo, e.g. native support for incremental reading.
It's still in early stage but almost usable. I'm planning to push the repository on GitHub as soon as the last couple of to-dos are finished.
Re: Ask HN: What's your quarantine side project?
#567Re: Ask HN: What's your quarantine side project?
#568Why not use this moment as an opportunity to set up a common portal for announcing and finding research seminars, especially since most are now delivered digitally?
(This is being developed by a group of mathematicians, and I'm not the main dev, but still).
Re: Ask HN: What's your quarantine side project?
#569A simple example is imagine a game with 10 tickets sold for $1 each and a single $9 grand prize.
If 1 ticket is sold each day and if the lottery publishes the number of remaining winning tickets each day, then you can just wait 1 day and if 1 ticket was sold and 9 tickets remain and the prize wasn't claimed, well now there is a 1/9 chance of winning $9 and the expected value is even.
I started scraping several state for daily numbers and calculating the expected value of each game. Every now and then one gets over 100% EV. (Not taking into account annuity discounts and taxes)
It's also an excuse to try out a lot of different technology and patterns that would be too experimental for most real jobs, so it's a great side project.
I'm currently working on a user section with Clojure, Fulcro (https://fulcro.fulcrologic.com/), and Crux (https://github.com/juxt/crux).
Another fun little side project that was also an excuse to work with Clojure was https://ezmonic.com/. The app was built with ShadowCLJS, Re-Frame, and ReactNative. I've used the Major System mnemonic to remember things like my credit card numbers and I've always wanted to know how optimally short the mnemonics I come up with are. That app uses the CMU phonetic dictionary to search for an optimal phrase.
Re: Ask HN: What's your quarantine side project?
#570Here's some of my progress: https://twitter.com/Stammy/status/1258404361232883712 (scroll up for thread)