Live data from Hacker News

Ask HN: What did you make during lockdown?

news.ycombinator.com

1–10 of 556 posts

Re: Ask HN: What did you make during lockdown?

#4
I rebuilt our deck. Would share a picture but not really sure the best way to do that.

Thinking to redo our floors next. We pulled out our carpet on the main floor two years ago and painted the subfloor as a temporary solution. Current plan is to buy 1x8 pine boards and go for a sort of rustic wood floor look.

Re: Ask HN: What did you make during lockdown?

#5
I’ve been working on a software rasterizer in C: https://git.sr.ht/~zjm/Moon3D. Coming from a web background, it’s been super fun! I just wish I had more time to keep working on it. I’ve been experimenting with tweeting my progress on it: https://twitter.com/zackmichener

Re: Ask HN: What did you make during lockdown?

#7
I have been collecting lot of notes and needed an offline storage for the same. I created this small utility pinotes[1] that I run on Raspberry PI. The best part is I can use browser address bar to save stuff(from both desktop & mobile). I am using it for notes, todos, grocery list, watchlists, bookmarks, reminders, etc,.

I have assigned pin as keyword, so I can use following search terms in address bar

  pin grocery!rice
  pin todo!pay electricity bill
  pin bmark!htttp://news.ycombinator.com
This creates grocery.md, todo.md and bmark.md with their content followed by whatever is after ! in search string.

[1]: https://github.com/quaintdev/pinotes

Post reply on HN