Ask HN: I'm bored, what should I build

2 points by SpyCoder77 ↗ HN
Title says it all. Any ideas welcome. I know Next JS, Typescript and Python.

4 comments

[ 3.2 ms ] story [ 19.4 ms ] thread
P2P

Re-imagine anything as P2P. A ‘remix’ of git was recently released called radicle. Reimagined git with no central server.

Do that for literally anything.

a human with another human. the building process is a lot of fun and end-result will bring you joy for the rest of your life
Learn something else. Try Rust or Go.

E.g. Write a semi-naive datalog interpreter that uses sqlite as a backend (sql and datalog are computationally equivalent), make it available to Python and Typescript. (I am actually bored too, I might "steal" my own idea)