Skip Navigation

Posts
121
Comments
782
Joined
3 yr. ago

Formerly /u/Zagorath on the alien site.

  • I have no idea what makes one a "bumper" and one a "trigger". The only meaningful difference is one is on top of the other.

  • But how do you remember whether it's the bumper or the trigger? Counting downwards 1 and 2 is easy. Knowing the one they've named "bumper" and the one they've named "trigger" is…less so.

  • Oh ok I see. I don't really see how it matters for that purpose whether it's symmetric or asymmetric. When moving the camera your hand is in one position, and when using the buttons for things like jump, attack, interact etc., your hand is in the other position. You have to use both positions either way. So I'd rather the kind of natural position of both hands resting on the analogue sticks is symmetric rather than twisted.

  • Classic motte and bailey argument you're up against here.

  • Camera?

  • It has to be symmetrical. The asymmetry that Xbox uses is just so uncomfortable.

    I don't really care too much what the buttons are called. I grew up with PlayStation so its button names are the easiest for me to recall. That bias aside, I do think there's something innately easier about the four shapes than memorising where X, Y, A, and B go, and numbering the buttons R1, R2, and R3 is simpler than the weird names Xbox users use.

  • I don't know how to interpret their comment as anything other than funny, absurd, and neutral.

  • No news here, just the usual bigoted "I dislike a thing, so I assume everyone else quietly agrees with me and is too afraid to speak out against the woke mob" bullshit that racists, sexists, homophobes, and (in this case) transphobes have been using for decades.

  • I only read it for the first time earlier this decade. The series goes through about four distinct phases. If you liked Eye, you'll almost certainly also like books 2 and 3, which are very similar in style. After that, it goes from being high fantasy adventure into more of a political intrigue. Then it expands into a much larger cast, fleshing out the world. Parts of this third phase are what's often referred to among fans as "the slog", because the pacing slows down a lot and it can really drag to read. Personally on my first read-through I didn't find this nearly as bad as I expected, but I did notice it a fair amount at times. Then the fourth phase happens after Robert Jordan dies and Brandon Sanderson takes over finishing the series takes it back to the feeling of phase 2, but wrapping up and pushing towards a dramatic climax and conclusion.

    I think it's reasonably likely that if you liked 1, you'll like the series as a whole. But it's possible that the shift from phase 1 to 2 could break the interest for you, if that's not a change that vibes with you.

  • That's the Narnia prequel, right? It was by far my favourite book in the series as a kid, though I was already familiar with the concept of multiple realities thanks to The Lion, the Witch, and the Wardrobe. I always hoped it would get an adaptation. I haven't reread any of them as an adult, but my memory of it still makes me hope for that one day.

  • I think mine would probably have to be the Darren Shan saga, starting with Cirque du Freak. I think I was 10 when I picked up the first book in the series at a random bookstore in Seoul, and I can't have been older than 12 when I finished the last one. I think that ending was the first time I cried at a piece of media.

  • There's a ~/.docker/config.json. In that there're some auths, with keys https://index.docker.io/v1/, https://index.docker.io/v1/access-token, and https://index.docker.io/v1/refresh-token, and then there's "currentContext": "rootless".

    There's ~/.docker/contexts/meta/[a long hex string]/meta.json, with {"Name":"rootless","Metadata":{"Description":"Rootless mode"},"Endpoints":{"docker":{"Host":"unix:///run/user/1000/docker.sock","SkipTLSVerify":false}}}.

    The only file in /etc/docker is key.json.

  •  bash
        
    $ dig registry-1.docker.io
    
    ; <<>> DiG 9.18.33-1~deb12u2-Debian <<>> registry-1.docker.io
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50801
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 8, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 1232
    ;; QUESTION SECTION:
    ;registry-1.docker.io.          IN      A
    
    ;; ANSWER SECTION:
    registry-1.docker.io.   33      IN      A       54.210.249.78
    registry-1.docker.io.   33      IN      A       44.218.153.24
    registry-1.docker.io.   33      IN      A       107.20.112.188
    registry-1.docker.io.   33      IN      A       34.234.222.10
    registry-1.docker.io.   33      IN      A       34.195.83.243
    registry-1.docker.io.   33      IN      A       52.21.128.203
    registry-1.docker.io.   33      IN      A       52.0.248.137
    registry-1.docker.io.   33      IN      A       52.207.69.161
    
    ;; Query time: 47 msec
    ;; SERVER: 192.168.20.1#53(192.168.20.1) (UDP)
    ;; WHEN: Tue Aug 12 22:27:45 AEST 2025
    ;; MSG SIZE  rcvd: 177
    $ cat /etc/resolv.conf
    # Generated by NetworkManager
    search Home
    nameserver 192.168.20.1
    
      

    edit: oh, and in my router's configuration:

    • Primary DNS Server:9.9.9.9
    • Secondary DNS Server:1.1.1.1
  • I'm happy to keep it public if only for the off chance that if we find a solution it might some day help someone else with the same issue. The thread'll fall down in the rankings naturally over time anyway so I wouldn't worry about polluting anything for people not actively seeking it out.

    I'm not 100% sure how to find the OS version, but uname -a outputs [...]6.12.25+rpt-rpi-v8[...]. /etc/os-release contains "Debian GNU/Linux 12 (bookworm)". It should be whatever was latest as of a month or two ago when I installed the OS fresh.

  • DHCP server as in on my router?

    Still get exactly the same error.

  •  
        
    52.207.69.161
    52.21.128.203
    3.224.238.37
    44.218.153.24
    54.210.249.78
    18.232.25.125
    52.72.195.97
    54.161.169.181
    
      
  • Do you have no ipv6 address now in ip addr

    Just comparing it by eye, there's no change.

     bash
        
    zag@raspberrypi:~ $ man dig
    No manual entry for dig
    zag@raspberrypi:~ $ which dig
    zag@raspberrypi:~ $ sudo apt install dig
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package dig
    
      

    But if I ping it

     bash
        
    $ ping registry-1.docker.io
    PING registry-1.docker.io (107.20.112.188) 56(84) bytes of data.
    
      
  • Unfortunately not.

     
        
     docker run hello-world
    Unable to find image 'hello-world:latest' locally
    docker: Error response from daemon: Get "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:ec153840d1e635ac434fab5e377081f17e0e15afab27beb3f726c3265039cfff": dial tcp [2600:1f18:2148:bc00:eff:d3ae:b836:fa07]:443: connect: network is unreachable
    
    Run 'docker run --help' for more information