←back to thread

634 points david927 | 1 comments | | HN request time: 0.229s | source

What are you working on? Any new ideas that you're thinking about?
1. bear_blaster ◴[] No.41346851[source]
I made a personal, self-hostable read-it-later service that fits my needs. Just for fun I gave myself the constraint that I couldn’t use any JS, so it’s all done with static html templates in Django. It also archives all articles so you never have to worry about link rot. https://github.com/brendanv/lynx

And now, because I have a problem, I’ve completely pivoted and I’m rewriting it from scratch as a SPA because I wanted to try using Pocketbase for the backend and extend it so I could learn Go. https://github.com/brendanv/lynx-v2