19
submitted 5 months ago by mara@pawb.social to c/photography@lemmy.world
[-] mara@pawb.social 5 points 5 months ago

Amusingly enough, the steam deck has made a lot of the state of this art get better. Usually if you mount the ISO and then tell Lutris to install it, it'll work.

[-] mara@pawb.social 8 points 7 months ago

I'm astounded, I would have thought that putting an explanation that the article was satire would like...work. Should I have made it giant screaming red text?

37
submitted 7 months ago by mara@pawb.social to c/technology@lemmy.world
[-] mara@pawb.social 17 points 11 months ago

I can use Plex on my PS5 and share it with my friends without having to do DevOps work.

1
submitted 11 months ago by mara@pawb.social to c/xeserv@pawb.social
[-] mara@pawb.social 5 points 11 months ago

Note my bias as I work for Big VPN (Tailscale), but I don't think that teaching people to ignore security warnings is a good thing to do. The CA system is kind of a scam in general, but I think that at least in its current implementation it's better for us to encourage people are aware of those errors and what they mean.

As the sacred texts say: self-signed certificates beget the use of curl -k beget the use of self-signed certificates.

[-] mara@pawb.social 13 points 11 months ago

Tailscalar here. Use tailscale serve. It is a reverse proxy inside tailscaled. It will handle HTTPS certificates for you too. As an example, here's a sample HTTP server proxied to both my tailnet via tailscale serve and to the world with Funnel.

Also as far as I know you need to use Serve in order to use Funnel.

[-] mara@pawb.social 6 points 11 months ago

Yo ho ho and a bottle of rum for me!

2
submitted 1 year ago by mara@pawb.social to c/xeserv@pawb.social
[-] mara@pawb.social 7 points 1 year ago
[-] mara@pawb.social 18 points 1 year ago

I personally shove Transmission into Docker:

services:
  wireguard:
    image: ghcr.io/linuxserver/wireguard
    container_name: wireguard
    cap_add:
      - NET_ADMIN
      - SYS_MODULE
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Stockholm
    ports:
      - 9091:9091/tcp
    volumes:
      - ./config:/config
      - /lib/modules:/lib/modules
    sysctls:
      - net.ipv6.conf.all.disable_ipv6=0
      - net.ipv4.conf.all.src_valid_mark=1
    restart: unless-stopped
  transmission:
    image: ghcr.io/linuxserver/transmission
    container_name: transmission
    ulimits:
      nofile: 1048576
    environment:
      - PUID=1000
      - PGID=996
      - TZ=Europe/Stockholm
      - USER=azurediamond
      - PASS=hunter2
    volumes:
      - ./config:/config
      - /data:/data
      - /data/Torrents/dl:/downloads
      - /data/Torrents/inbox/start:/watch
    network_mode: "service:wireguard"
    depends_on: [ "wireguard" ]
    restart: unless-stopped

Make sure your mullvad config is called wg0.conf in ./config.

[-] mara@pawb.social 12 points 1 year ago

They already are, just not as main processors. They're using it for all the microcontrollers that are essential in modern computers.

[-] mara@pawb.social 10 points 1 year ago

I love that the installer has a cracktro, that's the real good stuff.

[-] mara@pawb.social 8 points 1 year ago

Yeah, i'm gonna axe my PS Plus account. It ain't worth it. PS5 has no games.

30
Painterly Meadow (pawb.social)

Just got a Holga lens, did a walk around a lake by home and I got this picture on my Nikon D3300. I'm still learning how to do photography and this is one of my first times throwing the camera in full manual.

1
submitted 1 year ago by mara@pawb.social to c/xeserv@pawb.social

1
submitted 1 year ago by mara@pawb.social to c/tech@pawb.social

1

Tried to join https://lemmy.ml/c/patientgamers from the search box and it failed.

view more: next ›

mara

joined 1 year ago
MODERATOR OF