I keep thinking about my MiL when I hear this song - “I don’t like him”. She was in the same circles as Bill back in the day - apparently he was not a nice guy to women. I turn the volume up when it’s on because the song’s damn good, but still…
I keep thinking about my MiL when I hear this song - “I don’t like him”. She was in the same circles as Bill back in the day - apparently he was not a nice guy to women. I turn the volume up when it’s on because the song’s damn good, but still…
I’m not sure that’s correct. When I click your first link, it’s going to https://kbin.social/m/!technology@beehaw.org
. What OP wants is a way to post the link and (in my case) go to https://melly.0x-ia.moe/c/technology@beehaw.org
You’re not paying them… you’re not their mother. You don’t get to force them to do anything they don’t want to do.
I’m trying to think of what it would be like if one of my projects had a defined roadmap and then I suddenly get hundred of messages a day telling me I have to do something. lol, no. Maybe if I was actually being paid well for the project.
… once again, the devs already said they would accept a PR with mCapchas. I don’t see why any capable dev would fork a project rather than just contribute code. The community can disagree all they want - it takes actual programmers to split.
So… “fun” fact - since I was following that shitshow at the time. When r/T_D got booted off reddit, they congregated to a site called thedonald[dot]win. That site later got renamed to patriots[dot]win. They were very much hyping up Jan6th in the days leading up to it and were absolutely looking forward to getting violent.
I don’t think it’s an exaggeration to say reddit’s tolerance towards T_D was one of the root-causes towards what happened in J6th.
The hidden configs are boilerplate which are easily imported for any applicable service. A set-once set of files isn’t what I would count towards being verbose. 90% of my services use the exact same format.
If a certain service is complicated and needs more config in nginx, it’s going to be the same for caddy.
I’m running a lot of services off my nginx reverse proxy. This is my general setup for each subdomain - each in its own config file. I wouldn’t consider this verbose in any way - and it’s never crashed on me
service.conf
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name [something].0x-ia.moe;
include /etc/nginx/acl_local.conf;
include /etc/nginx/default_settings.conf;
include /etc/nginx/ssl_0x-ia.conf;
location / {
proxy_pass http://[host]:[port]/;
}
}
Same. Get owned, everyone else.