Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

211–220 of 1001 posts

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

#212
I made a clone of YikYak because I thought that would be a good idea For people in lockdown.

After almost finishing it (only few bugs left) I decided to not bother trying to release it. Like most projects my initial enthusiasm went out the window once I got something working. It’s so ripe for abuse too that it would probably make people feel worse about themselves rather than better. I always sort of knew this but the enthusiasm for the better of me.

I’m instead going to open source all the parts of it (the web app, the sql to recreate the dB, the mobile app, and the API) as that probably has more impact.

For now it still up at https://ottr.chat

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

#213
I'm making a dream journal app for lucid dreaming and dream analysis: https://oneironotes.com/

For many years I've had the habit of remembering and noting down my dreams first thing every morning. I wanted a place for collecting & analysing all these dream reports.

So I built this journaling app. It's a PWA that encrypts everything before syncing. For now I'm just testing it with friends, but I want to launch it in the coming weeks.

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

#215
Well, my main side project is the same as it's been for the last couple of years, an animation/vector editing tool written in Rust: https://github.com/logicalshift/flowbetween

It's sort of starting to make the transition between a pile of ideas and an actually useful tool at the moment. The whole idea is to be a vector editing application that works more like a bitmap tool when it comes to painting, so there's a flood-fill tool and a way to build up paths just by drawing on the canvas rather than having to manually mess around with control points.

The way I built the UI is unique too I think. Choices for UI librarys for Rust were quite limited when I started so I built it to be easy to move to different libraries. I don't think there's any other UI library in existence that is as seamless for switching between platforms (or which can turn from a native app to a web app with a compiler flag without resorting to something like Electron)

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

#218
I'm designing analog guitar effects.

I only had a few courses in college concerning analog circuits, but if you understand the principles, it's easy to learn from the schematics available on the internet.

So far I've been exploring the use of MOSFETs - I found that the 2N7000 transistor is as cheap and abundant as BJTs, so I'm using it.

This type of transistor is less predictable and has a more complex working principle than a BJT, but with that come additional possibilities.

My last non-idiomatic-but-working design is a MOSFET-based A-class buffer that maintains an optimal operating point using a BJT differential amplifier as a comparator for the feedback loop, maintaining the DC output before the coupling capacitor at exactly half the supply voltage.

It's not linear, but that's the idea - if you plugged in a guitar to it the difference wouldn't be really noticeable, but doing the same with a bass should give a "sweeter", enriched with low harmonics tone.

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

#219
I've done a lot of work on my opensource collaborative whiteboard, WBO: https://wbo.ophir.dev/

During lockdown, many teachers and companies are looking for new ways to work online, and google searches for "opensource online whiteboard" have exploded. I noticed a surge of activity on the site, and that motivated me to spend more time on it. The tool has also received its most significant external contributions since its inception several years ago. I just hope the interest will not fade away once the pandemic is over.

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

#220
Speaking of baked goods, I nursed a sourdough starter back to health. I found it in the back of the fridge where I'd neglected it for a couple of years. Poured off the icky gray liquid and scraped off the ugly top layers, and carefully got a pinch of relatively clean but inert looking dry starter crumbles from the bottom. I put that in a fresh jar and have been feeding it, and after a few days it came right back to life and is smelling great! Now to make some bread or pancakes with it.

My other project is harmonica karaoke. I'm not a blues player, I'm more into classic rock and country. Since I'm not that good at improvising, I like to take a song and work on it over and over again to work out a nice part and get the nuances just right.

One is Dreams by Fleetwood Mac, where I play the vocal lead with some jazzy stuff mixed in. I live a few blocks from Menlo-Atherton High School, where Stevie Nicks and Lindsey Buckingham met, so it's always fun to play one of her songs. (Harp: Lee Oskar F Major retuned as a high octave C Melody Maker.)

Another is Wagon Wheel, where I worked out the fiddle and organ parts plus some piccolo parts that I made up. (Harp: Lee Oskar A Natural Minor.)

My new lockdown song has been Atomic by Blondie. This one has been super fun! It took a lot of experimenting and trying stuff out, but I came up with an arrangement I'm pretty happy with. Now to beta test at our next Alteryx Got Talent virtual show! (Harp: Lee Oskar E Natural Minor.)

Maybe when we can all do it again, I will get to play some of these songs with other musicians.

Post reply on HN