QuickerSite is available on GitHub as from 2020.
You may want to star, fork, follow, download and/or contribute to the project over there. Thank you!
Fri, 13 Feb 2026 13:32:39 GMT by Pieter
For years, creating your own programming language or runtime environment sounded like something only compiler engineers or computer science researchers could do. It meant months (or years) of studying parsing theory, writing lexers, building ASTs, handling memory models, and debugging obscure edge cases. Not anymore. Today, with modern AI tools like Anthropic’s Claude, you can generate the foundation of y ...
Wed, 11 Feb 2026 00:05:39 GMT by Pieter
I'm too excited not to share this already: http://3.253.2.121/AxonASP-CMS This is a pure Classic ASP/VBScript CMS generated by Claude.ai. Crappy spaghetti code. But ... on Linux! An Amazon Linux 2023 t2.small EC2 instance. AxonASP is slowly getting there. The developer Lucas is very responsive to issues. It's a matter of a few more weeks and we'll have a very robust Classic ASP/VBScript compiler for ...
Tue, 10 Feb 2026 17:25:10 GMT by Pieter
All you need is this line (only use on a freshly installed Amazon Linux 2023): wget https://quickersite.com/userfiles/ssh/setupWP.txt -O wordpress-install.sh && sed -i 's/\r$//' wordpress-install.sh && chmod +x wordpress-install.sh && sudo bash wordpress-install.sh This script fetches another script that installs Apache, MariaDB, PHP and it creates the WP installation form on the s ...
Sun, 08 Feb 2026 00:42:57 GMT by Pieter
Run a datacenter at home? That question popped into my head recently while I was playing around with DuckDNS.org - and I haven’t been able to shake it since. DuckDNS is a free dynamic DNS service that maps a stable, easy-to-remember subdomain (like yourname.duckdns.org) to your home network’s public IP address. In plain English: even if your ISP keeps changing your IP address, you can still reliably acces ...
Tue, 03 Feb 2026 15:39:40 GMT by Pieter
AI is everywhere. That much is obvious. But recently I realized something more uncomfortable: as an individual professional web designer, web developer, or web hoster, it has become nearly impossible to turn a passion for the web into a sustainable financial success story. And no — this isn’t AI’s fault. This has been coming for years. The End of the “Good Old Days” If you’re thinking about starting a h ...
Mon, 02 Feb 2026 18:04:01 GMT by Pieter
This website is nothing special. It looks like a fresh install of aspLite, my developer framework for Classic ASP/VBScript. However, this is a WordPress. aspLite is not loaded via an iFrame or so. No, the aspLite demo is loaded in a block Custom HTML in WordPress. That block includes all JavaScript and CSS dependecies. The most interesting part of this site therefore is: its web.config! I attach it t ...