It's a web app to make podcasts out of Youtube channels. Launched a couple of weeks back.
Ask HN: What's your quarantine side project?
691–700 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#692I'm working on a console-based RSS client in Haskell. The original plan was to implement the basic functionality of Newsboat (which currently is being rewritten from C++ to Rust).
It's still raw, but I already started using it as my primary RSS client. Right now it can fetch feeds, display them in a nice menu, maintain read status, open urls in a browser. The next features I'm going to add are support for configuration files (everything's hardcoded now) and tags + filtering.
--
Newsboat had a few problems inherent to C++ (like occasional segfaults) and the TUI library it used. Knowing about these, I started googling for alternatives written in a higher-level language. And spotted the announcement [1] of the Newsboat author, saying that he's going to rewrite Newsboat in Rust. When I read that, the rewrite was already going on for months with still no end in sight. I thought, "Heck! I can implement this in Haskell in a few days!" By now I spent about a week of full-time work on the project (spread over months), and got a bare working prototype.
My estimate was too optimistic, of course, I didn't foresee all the difficulties I encountered later and all the things I had to learn. But still, I think if I spend one more week on this, I can get a fully-featured and polished RSS client — Haskell makes programming a lot cheaper.
Re: Ask HN: What's your quarantine side project?
#693Re: Ask HN: What's your quarantine side project?
#694Re: Ask HN: What's your quarantine side project?
#695You can follow along with my progress here: https://twitter.com/zackmichener
Re: Ask HN: What's your quarantine side project?
#696https://rootaccess.org/covid-19/
We're working with other local maker-y spaces on these efforts; we've picked up a few Ender 3's to help with the 3D printing and we have a small team of volunteers helping with sewing. So far we've distributed over 1,500 face masks to folks and healthcare workers in Fresno, San Diego, Idaho, and soon to a school in Uganda.
This is all on top of trying to keep our community engaged and hosting meetups and happy hours on Zoom. Also on top of my day job. I've never been so busy in my life, and I'm looking forward to a time when we can safely re-open and get back to building the community face-to-face.
Re: Ask HN: What's your quarantine side project?
#697Re: Ask HN: What's your quarantine side project?
#698Refine is the most interesting part, you are essentially editing the transition between two story nodes. The goal is to not add much, but make the transition smoother. Was thinking of capping the allowed delta in some way and requiring the original authors to approve the story "PR".
Re: Ask HN: What's your quarantine side project?
#6992) welding my staircase railings and adding random bits like wheels, gears, old wrenches, a chicken-grill...
3) finishing the workspace area off for #1
4) sundry home repairs et al.
5) alcoholic beverage consumption in amounts previously considered immoderate. (not sure if this a hobby)
Re: Ask HN: What's your quarantine side project?
#700I'm also working on Crisp https://github.com/huumn/crisp which is a cryptocurrency written is Lisp. It's currently a toy meant for exploring, but what I want to do is have the transaction language be designed around spawning subchains. A blockchain for creating blockchains.