Skip Navigation

Posts
5
Comments
76
Joined
2 yr. ago

Sorry for scaring developers

Norwegian proot with a taste for shitpostingDeeply sorry for my photoshop creations

Former account at Kbin

aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE

  • Thx for the good read!

  • 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
    
    
    
      
  • 1.5Tb data cap, jeez. I regularly push 6tb of monthly traffic by myself. This feels like mobile internet all over again, but now with wired...

  • Thx for the tip! I'll try to recalibrate it based on those instructions :3

  • Darius

    Jump
  • Your cat has my dad's name

  • Depending on where you live, and what service providers you have, you might even get a free lawyer for these kinds of things.

    For example in my situation I have free legal help bundled to my mobile data plan for ID theft, gdpr violations, and for removal of images and videos I didn't concent to have recorded.

    Check your services, and you might save a bunch of money.

  • Eh she's going to get evicted because because the second tenant (cockroach) didn't pay for rent

  • i got you

  • I'm currently using a Samsung s21 ultra, and it's kinda meh. The compass is not bad, it's horrendous. It used to be offset by say 90 degrees, but nowadays it seems more likely that it's a random number generator from 0 to 360 degrees, making any maps app bacically unusable unless you look at road markings, and other buildings to guess which way you're facing. The main camera has over time developed a hardware issue that makes all pictures always out of focus, unless you hit the phone on a hard surface to dislodge the focusing mechanism. From a software standpoint it's a good device. No major bugs, and it's pretty stabile.

    My favorite phone was a used Samsung s6 as it felt kinda "flawless". Battery was good, camera was great (for the time), and hardware was pretty awesome. It was a great phone while it was still getting updates.

  • If it's weird and or has latency, then make sure you have manually installed the synaptics drivers. That was at least the fix for my ThinkPad.

  • I'm sorry but I'm Lithuanian so I don't really consume polish media. Good luck in your search tho :3

  • Po twojej pysznej zupie

    Nie ruszam dupy z klopa

    Ta zupa była z mlekiem;

    Na mleko mam alergię

    Po twojej pysznej zupie

    Nie ruszam dupy z klopa

    Ta zupa była z mlekiem;

    Na mleko mam alergię

    ...

  • Eh my amps scale is from 0 to 32 bit intiger limit. (it's just as loud as the ones that go from 0 to 11)

  • Horrible and unethical idea: We modify the mosquito to strongly prefer the blood of some specific animal species. Said species will then be raised in captivity only for it to be sacrificed to the mosquitos. This way they get to procreate and spread the modified gene to new generations, and keep them alive for the ecosystem to feed on.

  • The decline might be because instance owners have strengthened the account creation process. I remember in "the early days" how there were an insane amount of bots, but now it seems like most of them have been banned or mitigated.

  • Out of the 60gb/month of traffic my website gets, 20gb is because of bytedance's webscraper. I haven't gotten around to blocking them as bandwidth isn't an issue but damn do they send a lot of requests.

  • I went to bed with a full bladder....

  • You know vitamin D suppliments are a thing right?