A sort of live reddit-like app with RSS syncing support. In its very early stages (I don't even have a name yet)
Ask HN: What did you make during lockdown?
31–40 of 556 posts
Re: Ask HN: What did you make during lockdown?
#32I've been contributing to the Andorid port of Anki (HTML based flashcards + spaced repetition) for the past few months. https://github.com/ankidroid/Anki-Android https://github.com/david-allison-1 Knowing that I've actively been impacting students (particularly medical students) from around the world has been really good for the soul.
The android version already seems to work great. Is there a roadmap somewhere? I'm curious what's being worked on.
Re: Ask HN: What did you make during lockdown?
#33https://github.com/bokwoon95/go-structured-query
It was created to solve one of my pain points about scanning columns into deeply nested structs. You have full control over what columns gets mapped to what struct field, no annotation-based reflection needed. The type safe query building part was inspired by jOOQ (https://www.jooq.org/doc/latest/manual/getting-started/use-c...)
Re: Ask HN: What did you make during lockdown?
#34Tool to delete items from gmail en masse per sender: https://github.com/poundifdef/gmail-deleter
Open-source website to turn recipe websites into plain-text and printable versions: https://plainoldrecipe.com/
Re: Ask HN: What did you make during lockdown?
#35Re: Ask HN: What did you make during lockdown?
#36Re: Ask HN: What did you make during lockdown?
#37I've lived in several countries, and I wish there was experienced expats telling me the best carrier/area to live/gym/etc... instead of trying too many things and wasting a lot of time
[1] https://travelhustlers.co/cityfaq/
[2] https://docs.google.com/spreadsheets/d/1-Lut4zmeDw9z-ikRJPH1...
Re: Ask HN: What did you make during lockdown?
#38I created an online academy where I publish growth marketing resources to help startups grow from 1K to 1M - https://academy.pallav.io/ I've been meaning to do this for the longest time but couldn't keep my blog super active. In this regard, the lockdown was a blessing for me.
Re: Ask HN: What did you make during lockdown?
#39It took me a while to get it working as there is a bug with Xilinx Vivado when synthesising my VHDL, where the synthesizer crashes, unless I use a work around which I was told about recently.
I understand you can use MCUs to drive these lighting strips, but was a good excuse to learn more VHDL.
I need to work on an SPI driver now for the FPGA, as I plan to shovel pixel data to it, from a Pi via SPI.