Sorry for scaring developers

Norwegian proot with a taste for shitposting Deeply sorry for my photoshop creation

Former account at Kbin

aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE

  • 3 Posts
  • 38 Comments
Joined 6 months ago
cake
Cake day: June 7th, 2024

help-circle


  • I switched from duckdns about a year ago as it failed to resolve the addresses for my jellyfin server. I ended up buying a domain from cloudflare for 3 years for about $4, and I self-hosted ddns updater to automatically grab the dynamic ip, and set it to a subdomain.

    As for your nginx config, I’d imagine you could make 2 separate config files in sites-enabled that are nearly identical, but listen for different domains. Something like this:

    
    #config file 1 
    server {
        listen 80;
        server_name example_a.com;
    
        location / {
            return 301 http://example_c.com$request_uri;
    	#or use an ip instead of example_c.com
        }
    }
    
    #config file 2
    server {
        listen 80;
        server_name example_b.com;
    
        location / {
            return 301 http://example_c.com$request_uri;
    	#or use an ip instead of example_c.com
        }
    }
    
    
    #Or use "proxy_pass http://example_c.com;" in the location tag instead of "return 301..." if you want to reverse proxy the traffic
    
    










  • I’m in Norway, and let’s say electric car charging could be better. The main issue we face is that the car charger systems are too fragmented, meaning you have to have an app and account for pretty much every car charging company, and guess what… There’s not a dozen of them, but hundreds.

    Another issue we’ve faced a lot is that you’d plug your car into the fast charger, get charged money but the charging won’t start. You get a choise of navigating the ad filled terribly designed apps that barely work and try to cancel or restart charging, or give up and look for another charger in the near vicinity. As far as I can remember, gas pumps have never had these issues, but even a decade into norway’s EV development, these companies still struggle setting up proper working infrastructure.

    One thing that’s nice are the toll prices, we pay about NOK 7 kr to pass tolls, while gasoline vehicles pay NOK 29kr, and diesel pay about NOK 65kr to pass tolls.

    As of July 23 2024, the conversion for that is:

    NOK 7kr = USD $0.63
    NOK 29kr = USD $2.63
    NOK 65kr = USD $5.89
    

    Also if you drive at the wrong time and at the wrong place, those prices might as well be doubled



  • Im the person who’s been “chosen by the people” to do “IT stuff”. Family, friends, teachers, and neighbours reach out to me for the simplest tasks. Stuff they could probably figure out on their own, but insist I do for them.

    I’m a nightmare for my school administrators, as I know my way around every blocking and monitoring thing they’ve set up on the school equipment.

    I’ve also caused headaches for the entire city wide school system, as I got cloudflare to (unintentionally) block traffic from our ip address, and since all traffic is funnleded trough a VPN to a central gateway (all schools in said city use the vpn) ,meaning I blocked 66k kids from using the internet for 15m. ( I didn’t get in trouble :3)



  • What’s nice here is that the upvote to comment ratio is pretty low compared to reddit and other platforms, meaning one upvote here means a lot more than one upvote on reddit.

    Also each post sparks cool and unique discussions so you get more out of reading and participating in the comment section.

    And that’s why I love this place