• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle




  • Oh yeah that was a shitshow. I made a point to keep “master” in my repos and configurations because it’s the other meaning of master - one of the many others. Words are allowed to mean different things, ya know? If I’m drinking some coke I’m certainly not drugging myself (…I hope).

    After all, the command to attach to a master is not “git slave”, it’s “git pull”.















  • Can you write a website in other languages, like c# or python?

    Yeah, anything that outputs HTML and CSS can do so. There’s a module for Apache to write webpages in Python (libapache-mod-python) and I’m p sure someone somewhere made a module to do it in Rust already except they’re infighting over whether tag parsing in it should be marked unsafe.

    For that matter you do can write web pages in your shell eg.: bash, that’s what CGI is all about.