state_electrician

@state_electrician@discuss.tchncs.de

This profile is from a federated server and may be incomplete. Browse more on the original instance.

state_electrician,

A tablespoon as measurement for a non-fluid is extremely vague. How much mass do you pile onto it? There’s an extremely wide range of possibilities.

Also, this entire discussion under a post about how much different amounts of ingredients affect the outcome is just rich. Your recipe could be all of the examples in OP’s picture, depending on how people interpret it. If you treat baking recipes as art, sure, your recipe is great. If you want reproducible outcomes across different people it’s useless.

state_electrician,

Thank you again!

state_electrician,

You are taking this dumb joke way too seriously.

state_electrician,

Yes. Now that you mentioned it, I remember a post about the archive.ph people being dicks and Cloudflare not supporting their dickery.

state_electrician,

Strangely only works for me with a VPN. Without the VPN I get an endless Captcha loop.

state_electrician,

Well, if you were to pour molten tungsten into the lava, the lava would freeze the tungsten. Really useless, but I love this fact.

state_electrician,

My keyboard has a Linux key. And I happily use it.

state_electrician,

I’m not saying there shouldn’t be a port, just saying that I really don’t see the value.

state_electrician,

I use ReVanced on my phone and it has an option to hide shorts permanently. In the browser I use an extension for that, there are multiple ones.

state_electrician,

I sometimes still think about the time I was trying to print in 1996.

state_electrician, (edited )

I’m in the top 3% of listeners for Sabaton, but my most played song was 59 times Another Love by Tom Odell. And I’m an alchemist because I create more playlists than other users. Overall I listened to 44 genres.

state_electrician,

Ah, well. I’m just a poor old man. My legs are grey, my ears are gnarled. I need subtitles.

OpenVPN network interface for qBittorrent

I want to run only qBittorrent through my VPN but with my current setup, I have a namespace for OpenVPN and qBittorrent runs entirely through it. The issue with that is that Sonarr and Radarr can’t access it. Because of that, I would like to switch my setup to use a network interface instead. What would be the best way to do...

state_electrician, (edited )

Here’s an example docker-compose.yaml for gluetun with Nordvpn and qBittorrent"


<span style="color:#323232;">version: "3"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  gluetun:
</span><span style="color:#323232;">    image: qmcgaw/gluetun
</span><span style="color:#323232;">    container_name: gluetun
</span><span style="color:#323232;">    cap_add:
</span><span style="color:#323232;">      - NET_ADMIN
</span><span style="color:#323232;">    devices:
</span><span style="color:#323232;">      - /dev/net/tun:/dev/net/tun
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      # this makes qBittorrent's web UI accessible on localhost:8080
</span><span style="color:#323232;">      - "127.0.0.1:8080:8080"
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
</span><span style="color:#323232;">      - VPN_SERVICE_PROVIDER=nordvpn
</span><span style="color:#323232;">      - VPN_TYPE=wireguard
</span><span style="color:#323232;">      - WIREGUARD_PRIVATE_KEY=aGFoYWltbm90dGhhdGR1bWJnb2RkYW1taXQ=
</span><span style="color:#323232;">      - TZ=Europe/Berlin
</span><span style="color:#323232;">      # Server list updater
</span><span style="color:#323232;">      # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
</span><span style="color:#323232;">      - UPDATER_PERIOD=
</span><span style="color:#323232;">      - SERVER_COUNTRIES=Germany
</span><span style="color:#323232;">      - SERVER_REGIONS=p2p
</span><span style="color:#323232;">  qbittorrent:
</span><span style="color:#323232;">    image: lscr.io/linuxserver/qbittorrent:latest
</span><span style="color:#323232;">    container_name: qbittorrent
</span><span style="color:#323232;">    network_mode: "service:gluetun"
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - PUID=1000
</span><span style="color:#323232;">      - PGID=1000
</span><span style="color:#323232;">      - TZ=Europe/Berlin
</span><span style="color:#323232;">      - WEBUI_PORT=8080
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - ./config:/config
</span><span style="color:#323232;">      - ./downloads:/downloads
</span><span style="color:#323232;">      - ./torrents:/torrents
</span><span style="color:#323232;">    restart: unless-stopped
</span>

You can use qBittorrent’s API (enable it in the settings) to add magnet links. I have a small wrapper tool for that, so I can just click on a magnet link in the browser and it gets added to the queue.

state_electrician,

I had to learn vi because it was installed everywhere and nano didn’t exist yet. I always thought the holy war to be very silly, and even though many treat it as such, there are too many who take it seriously.

state_electrician,

I don’t see anything that would be cheaper than a DS923 from Synology, which costs 570 plus the drives. The cheapest I see still costs me 1200 Euro for everything.

state_electrician,

I want to go for a 4 bay one, so that I’ll survive a disk failure. And then you’re looking at about 2000 Euro for the NAS and four drives.

state_electrician,

That looks nice, but I am not getting anything close to the listed prices. I don’t see the board for under 400 Euro, the PSU is off by a factor of 10 and so on. Overall I don’t think I can build the PC for less than the 573 Euro a Synology DS923+ would cost me. The only upside of the custom build would be that I can attach more than 4 disks.

state_electrician,

Is Contagion that one, where Matt Damon has the disease but lives? I watched some disease movie last year and that’s the only thing I remember. Also shout out for Ninth Gate. Rarely see that one mentioned. Overall we have a very similar taste.

state_electrician,

When baking, I pick the right amount of butter, down to 2 gram accuracy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #