[-] obosob@feddit.uk 2 points 1 month ago

You could look at the requests coming from your machine to see if it's directly querying the site or sending a query to the third party server to fetch the details.

My hunch would be it's a local request but it's easy enough to confirm.

[-] obosob@feddit.uk 2 points 1 year ago

I didn't notice that 7,8,9 had no effect on the count. My bad.

[-] obosob@feddit.uk 2 points 1 year ago

Chars are just numbers, but yeah, an enum would work fine too, sure. The only advantage with using a char for it is that there's no conversion needed for outputting them into strings so it's a little easier. Less code, very readable, etc. Though yeah, thinking about it JQKA wouldn't be numerically in the right order which could cause issues if the program did more than just implement HiLo

[-] obosob@feddit.uk 1 points 1 year ago

You would need to change from your current stab to 2x 2u stabs.

Although Idk why you would bother if you're going to map both to space, most people map one to backspace or sometimes return.

[-] obosob@feddit.uk 1 points 1 year ago* (last edited 1 year ago)

You just use three backticks to start and end a code block, it's just markdown.

e.g.

version: '3.4' 
  
services:
   vaultwarden: 
     image: vaultwarden/server:latest 
     restart: always 
     # environment: 
     #   SIGNUPS_ALLOWED: 'false' 
     #   ADMIN_TOKEN: 'your authentication token' 
     ports: 
       - '127.0.0.1:8200:80' 
     volumes: 
       - vaultwarden-data:/data/ 
...
[-] obosob@feddit.uk 2 points 1 year ago

Slightly better ergonomics, mostly. Kinda forces you into better typing habits overall also since its harder to be tempted to reach too far with one hand to hit the keys the other hand is responsible for.

[-] obosob@feddit.uk 2 points 1 year ago

As others said, you're talking about CGI

[-] obosob@feddit.uk 1 points 1 year ago

IIRC it doesn't need a display, it's a Web-based UI that you can use from another computer on the network if it doesn't have a display, VNC would be overkill. Maybe they changed that.

[-] obosob@feddit.uk 2 points 1 year ago

pseudoymous, even

[-] obosob@feddit.uk 2 points 1 year ago

My best shot has been "Lemmings". Also I, personally, hate "Fedizens" so let's hope that one doesn't catch on.

[-] obosob@feddit.uk 2 points 1 year ago

Yeah, I like it for the most part but really am not a fan of the swipe gestures.

view more: ‹ prev next ›

obosob

joined 1 year ago
MODERATOR OF