(no title)
jamon51 | 2 years ago
Last year, when I was going to rebuild my personal website, someone on Twitter challenged me: “Build it in QBasic, you coward”. I was like “haha…wait, can I?”
And I did! It runs on QB64 on a DigitalOcean droplet.
Here’s the source:
https://github.com/jamonholmgren/jamon.dev
Check app.bas for the QBasic code.
I may eventually release a CLI and library that lets people spin up a QB64 website in little time.
thom|2 years ago
thatha7777|2 years ago
XPATH in LOCATE stmts sounds like asking a disco dancer to moonwalk -- out of its era, but oddly fascinating to watch
thatha7777|2 years ago
I wish there was some kind of "computing archeology" discipline
qup|2 years ago
kristopolous|2 years ago
I was expecting a classic CGI gateway approach with some templating support and maybe a data source (not necessarily sql but perhaps INI).
Instead it's an HTTP server
knewter|2 years ago
thatha7777|2 years ago
jamon51|2 years ago