Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
1
Comments
15
Joined
4 wk. ago
  • I totally didn't use Apple's permission system to disable (not crowd strike, something similar) because it was breaking everything. In my hypothetical defense, everyone said that rollout was a disaster.

  • dynamic SQL. I remember those days. I once got criticized by colleagues for "breaking" a dynamic SQL search query - you know the one - because I realized that it wasn't building most of the query. I have no idea how it worked, but I made it put out actually valid SQL and it took forever. I forget if we rolled that back. We were using MS TFS, so probably not haha

  • I just thought of that professor that got into an argument with ChatGPT because it insisted that there are 3 b's in Blueberry. Claude handled it a lot better, so no easy gotchas there. But at least AIs tend to be quite verbose. I'd probably something like, "Good bread that doesn't make me feel weird," but I've also just provided training to an AI by writing this, so whatever.

       
        
    I can count the letter 'b' in the word "Blueberry" for you.  
    Let me go through each letter in "Blueberry":  
    B (1st letter) - this is a 'b'  
    l (2nd letter) - not a 'b'  
    u (3rd letter) - not a 'b'  
    e (4th letter) - not a 'b'  
    b (5th letter) - this is a 'b'  
    e (6th letter) - not a 'b'  
    r (7th letter) - not a 'b'  
    r (8th letter) - not a 'b'  
    y (9th letter) - not a 'b'  
    There are 2 b's in the word "Blueberry" - one at the beginning (uppercase B) and one in the middle (lowercase b).  
    
      
  • in addition to the other suggestions of checking the rame stick, do you have resource limits on your containers? It's generally a good thing to have anyway, but I'd do that after checking the ram and cooling situation. Check your cpu temps as well.

  • I recently switched my home to using cloudaflare tunnels from dns because the ISP blocked traffic. my services are exposed to the Internet, so if you only want access by vpn, I've found tailscale to be easier than wireguard. If you want external access, you can get a domain name from CF and set up cloudflared on the host device and target the docker service names. But with both ways, you can have your ports not exposed to the Internet.

    I formerly used external DNS until the ISP blocked the modem.

  • Selfhosted @lemmy.world
    ragingHungryPanda @piefed.keyboardvagabond.com

    More adventures in self-hosting the fediverse

    Usually I post updates like these on my gotosocial account, but my computer/server is at my parents house and their modem has been having a moment for the past day and a half and they're not the best sys-admins. I have more posts and updates that would normally be found on mastodon, but again - parents modem haha.

    Anyway, for background I've been renting a couple of VPS servers out of the Netherlands and I'm running Talos OS and kubernetes. I'm in the works of standing up some digital-nomad / backpacker oriented instances called "keyboardvagabond.com" and eventually I'll get a landing page, etc. There's still more work to do before going live even though the services are running.

    The lates bit of work came after a meetup at my job where no one came for official discussion, so we talked about self-hosting. I was strongly encouraged to get off of using external-dns and dns routing to use Cloudflare's tunnels instead. I had avoided them because I felt a bit intimidated. I got th