Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

351–360 of 1001 posts

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

#356
https://hansenzhang.com/

I finally put my photos up on my personal website. The only constraint I gave myself was to build a site that doesn’t need Javascript to load.

In the end I ended up using Next.js as a static site generator that pulls all the routes from my directory structure, making it possible to add new photography collections and filters as I go.

Might be overkill for the use case but it was fun to learn. The irony is I had to write a bunch of JS to produce it.

Still need to optimize the image sizes and I am thinking about adding filters for b&w/color/format.

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

#357
Writing demos for my Javascript library, trying to push it to its limits, uncover bugs, etc. Fun stuff.

Also writing "teach yourself" lessons for the library ... which is not so much fun, but does helps uncover "softer" bugs like: "why do I expect people to code that thing this way? Is there a simpler, happier way to do it?"

(Yeah. Talking to myself out loud. Not a good habit to develop during the lockdown.)

Beyond coding, I've mostly been putting back on all the weight I lost over the past two years. I'll start exercising tomorrow.

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

#360
It's been four years since I've got an associate professor position. This quarantine is the first time since then that I found the time to actually do research. I finally started to work on a project I had in mind for years. And I'm glad to say that it's working and the implementation is efficient, and I'm currently writing a paper on it :).
Post reply on HN