Ask HN: What's your quarantine side project?
811–820 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#812Re: Ask HN: What's your quarantine side project?
#813Re: Ask HN: What's your quarantine side project?
#814Re: Ask HN: What's your quarantine side project?
#815Pulumi (like Terraform) stands up the t2.micro ec2 instance, configures nginx, and assigns the dns in Route53, and enable letsencrypt for https. Then tear it down when your down with it. I find it's much faster than the sass alternates, like ngrok.
Re: Ask HN: What's your quarantine side project?
#816Re: Ask HN: What's your quarantine side project?
#817Designed and open-sourced a custom CNC Aluminum Unibody case for an existing open-source split-fixed mechanical keyboard PCB called the Arisu, similar to the TGR Alice.
Prototypes arrived in record time and definitely enjoying them as I type this.
The PCB can be quickly built by several prototyping companies and available at: https://github.com/FateNozomi/arisu-pcb
Re: Ask HN: What's your quarantine side project?
#818Re: Ask HN: What's your quarantine side project?
#819I’ve been working on this for the last month and finally got it working. It will be listed on my site soon.
Re: Ask HN: What's your quarantine side project?
#820I wrote the guide to myself, but I emphasized the importance of dependency manager in the post: https://sayzlim.net/setup-macos-web-development/
It becomes much easier to learn a new framework knowing that I've installed everything correctly on my Mac. No more struggling with permission errors.