Ask HN: What projects are you working on this weekend?
31–40 of 42 posts
Re: Ask HN: What projects are you working on this weekend?
#32Re: Ask HN: What projects are you working on this weekend?
#33A few days ago I decided I would try to minimize content consumption (YouTube videos, forums..etc) and use that time to build small projects using cool tech like SQLite (among others like Next.js or Blitz.js + Vercel) as the base of the stack. I just finished the first one: [name-redacted][0] – a simple website to visualize your Bitcoin holdings value over time. It is powered by an SQLite3 embedded database, WASM (We…
Looks good. One critique I have is the slide-to-right animation with the chart. It's jarring. Animating the actual line from left to right or just letting the chart load in place would be better.
Re: Ask HN: What projects are you working on this weekend?
#34Re: Ask HN: What projects are you working on this weekend?
#35Re: Ask HN: What projects are you working on this weekend?
#36I'm building it in Ruby on Rails and Postgres. Trying to keep JS usage to a minimum and make it work without JS too. Recently I added support for Bandcamp links and I'm maintaining a changelog.
Re: Ask HN: What projects are you working on this weekend?
#37A few days ago I decided I would try to minimize content consumption (YouTube videos, forums..etc) and use that time to build small projects using cool tech like SQLite (among others like Next.js or Blitz.js + Vercel) as the base of the stack. I just finished the first one: [name-redacted][0] – a simple website to visualize your Bitcoin holdings value over time. It is powered by an SQLite3 embedded database, WASM (We…
> https://hodlbitcoin.vercel.app Looks good. One critique I have is the slide-to-right animation with the chart. It's jarring. Animating the actual line from left to right or just letting the chart load in place would be better.
It was enabled by default. I just disabled it and now the experience is much better! Cheers, mate.
Re: Ask HN: What projects are you working on this weekend?
#38The rest is family time. I can perhaps sneak one or two papers to read that I really look forward to.
Re: Ask HN: What projects are you working on this weekend?
#39I set out the main ideas for basic text structures a few days ago, and wrote up some test cases. Last night I had a vision of the test GUI I wanted to build... did the GUI, menus, etc... then started writing code to load the test cases, and parse it. Then the testing engine, and finally the actual code to be tested.
It's all a big hack right now, but I've got it up on GitHub - https://github.com/mikewarot/glossurly
Most of my tests pass... ;-)
I'm just happy to have something I can now build upon up and running. I was feeling pretty depressed as I've had eye surgery and have limited vision... this helped, a lot!