Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

51–60 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#52
It's not exactly a tech side project, but I recorded a 30 minute comedy special in my garage that's freely streamable. I was hoping to use it to raise some cash for COVID relief through ads, Google keeps denying my AdSense activation, so now I'm hoping someone at least donates to World Central Kitchen or buys a download version: https://insidejokes.org

Now with that shipped, I'm thinking about some actual code projects. :)

Re: Ask HN: What's your quarantine side project?

#54
I bought a cheap used HP Proliant ML350p server on ebay for my home rig. 8 cores, 32 GB of memory, and 6X SAS drives in RAID 10.

  Run xcp-ng[1] virtualization:
    4x VM's running a Kubernetes cluster; three workers and a master.
      - Traefik load balancer in the Kubernetes cluster
      - Consul in the Kubernetes cluster for Traefik
      - GitTea[2] in the Kubernetes cluster
    FreeNAS[3] VM
    Plex[4] VM
    VPN[5] VM

 [1] https://xcp-ng.org/
 [2] https://gitea.io/en-us/
 [3] https://www.freenas.org/
 [4] https://www.plex.tv/
 [5] https://github.com/hwdsl2/setup-ipsec-vpn

Re: Ask HN: What's your quarantine side project?

#59
Converting Plastic Waste into 3d printer filament

https://medium.com/endless-filament/make-your-filament-at-ho...

Hopefully, this will reduce the use of virgin plastic for creating art pieces in 3d printing community and you might be able to create beautiful and useful things out of waste plastic while cleaning plastic waste from the environment.

It's a profitable business.

I worked on this in my free time during quarantine.

I want to make the project more accessible so people around the world can develop local recycling unit. There is lots of work which needs to be done including making parts more standardized, demonstrating how parts fight together in a visual way and also have a microcontroller firmware to control diameter of filament. I don't have much experience with microcontrollers but I've ideas, so we'll see.

Re: Ask HN: What's your quarantine side project?

#60
Built a simple web app for my girlfriend and I to "rate" our dates and add photos. That way we can look back and have a nice digitized archive of time we spent with each other.

Sounds dumb but could be nice one day in the future to be able to look back at it. Also wrote it in Rust so I'm learning a new language while I'm at it.

Post reply on HN