pull down to refresh
Started a 21-day challenge in which I aimed to learn something new about Bitcoin or interact with its ecosystem every day. I would also record my progress on Stacker News.
Day 19 - Was thrilled to encounter Zapread and registered an account with it. Though my excitement died down when another patron @Undisciplined mentioned that Zapread seems to be inactive these days, I have hopes that having another Bitcoin-focused Avenue would stimulate my brain juices and motivate me to write more.
reply
I spent a few hours writing code for a personal micro blog. It will look vaguely like Twitter; but only one user, no threads, no responses/comments, and no images/videos. In otherwords, an actual micro blog, unlike Twitter.
I've written 99% of the code (130 lines so far). What remains is to correct the HTML generation code and to get the HTTP server working. I'm writing this in Common Lisp, which has made many things easy (e.g. multiple values). The database is very slick, and arguably only possible in Common Lisp (and maybe Scheme).