FOSS geek, privacy and digital freedom advocate, cypherpunk, mental illness advocate, RPG enthusiast, coffee lover.

Pronouns: He/they

I’m neurodivergent, namely autism/ADHD.

$argon2id$v=19$m=64,t=512,p=2$xTwqzvnlXSqNvmgqLqgr8w$AfR+yvuU91Kk3luB+agKpQ

  • 5 Posts
  • 5 Comments
Joined 4 months ago
cake
Cake day: September 28th, 2024

help-circle




  • Yup. I was reading one of them and I was like wow. It kind of makes me wish I had experienced that tech era in the early 90s, but I was only a toddler at the time. Today we have Tildes (https://tildeverse.org/) that try to resemble that old BBS community vibe.

    In the first volume of the BBS magazine I have available there, I was surprised with how many women were involved in the BBS scene. There were at least three women who were column authors in that issue and one woman on the BBS development team (they have a photo in the beginning of the issue). I’m sure they had to contend with even worse casual sexism and misogyny in those communities than there is today. Nowadays it seems like more men are aware of the sexism we’ve internalized and are trying to be better.


  • I see what you mean. As far as I’m aware, I think that’s builtin to the web server software. So it’s not something you can change in Nginx to make it look like Caddy, nor can you modify Caddy’s configuration. I think the most Caddy does is change the background colors and font colors to match the user’s browser’s preference of light or dark mode, but this is builtin to the source code, so you can’t modify the colors unless you fork Caddy and change the source code yourself.


  • The page design of the directory listings are built in to the web server software. So this isn’t something you can add to Nginx or Apache. There is a way to change the appearance of how files from the directory listing are displayed, but you’d need to use PHP or JavaScript with CSS or something to implement a front-end for it, and it wouldn’t be anything you’d add to the web server configuration. If you look at https://beta.the-eye.eu/public/, they are using JavaScript and CSS to implement a dynamic front-end for the directory listing.