My cats will happily sit in a hamper with dirty clothes, they really like new surfaces to sit on in grneral. We have a ahem cleanup towel and our big orange loves to sit on that thing for some reason lmao.
- 1 Post
- 3.28K Comments
Jakeroxs@sh.itjust.worksto
Linux@programming.dev•Fedora Rethinks Community Initiatives After AI Desktop Backlash
4·3 days agoEvil for profit AI company fedora
Yup, doing laundry all normal, couple minutes later panic where are the cats? Oh god somehow they slipped past me and clearly dying in the dryer fuck fuck fuck, get up and look around for cats phew ok they’re fine.
this time
Jakeroxs@sh.itjust.worksto
Games@lemmy.world•If Steam were to shut down tomorrow how much money would you have lost in total on games / DLC ??English
5·4 days agoTotal spend says 12k, not bad for 15 years considering how often I buy games for my friends lol
Jakeroxs@sh.itjust.worksto
PC Master Race@lemmy.world•Steam Machine User Faces First Case of Red Line of Death “RLOD” On His Unit Just 20 Minutes In, Indicating a GPU FailureEnglish
61·4 days agoHow exactly did you come to that conclusion?
Jakeroxs@sh.itjust.worksto
Technology@lemmy.world•Google kills Tenor GIF API, forcing changes at X, Discord, and moreEnglish
1·5 days agoYouTube music is just GPM continued without the ability to upload your own library.
Interface obviously is different but they’ve done good refining it over the years where there’s nothing I really feel like I’m missing compared to GPM.
Also all the music I uploaded back ~13 years ago (damn) is still accessible in YTM
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
1·6 days agoGluetun is a vpn client, you input the info the vpn provider gives you and it connects.
Jakeroxs@sh.itjust.worksto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Ad-free streaming is a luxury nowEnglish
4·8 days agoI had a bit of a reverse situation where ATT didn’t tell me I was receiving complaints until they bulk uploaded like 40 into their compliance portal.
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
2·9 days agoSo gluetun is for docker networks and lets you isolate traffic to/from other docker containers into a VPN, you run it and qbt inside docker containers with gluetun configured to your vpn, then qbt configured to route all its traffic through it.
Edit: I didn’t have to port forward at all on my network for this to access it locally (I run it on a separate computer), because all the “outside” traffic in qbt is going through the vpn that has a forwarded port seeders/leachers can connect (which is dynamically updated as it changes with the aforementioned qbt port manager)
For example (truncated docker compose just the part related to above): services: qbittorrent-vpn: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent-vpn depends_on: gluetun: condition: service_started restart: true restart: unless-stopped network_mode: “service:gluetun”
Then gluetun: services: gluetun: image: qmcgaw/gluetun container_name: gluetun restart: unless-stopped networks: - default cap_add: - NET_ADMIN devices: - /dev/net/tun - 8888:8888/tcp # HTTP proxy volumes: - /appdata/gluetun:/gluetun - /appdata/gluetun/tmp:/tmp/gluetun environment: TZ: $TZ VPN_SERVICE_PROVIDER: $GLUETUN_VPN_SERVICE_PROVIDER VPN_TYPE: $GLUETUN_VPN_TYPE # wireguard / openvpn WIREGUARD_PRIVATE_KEY: $GLUETUN_WIREGUARD_PRIVATE_KEY WIREGUARD_ADDRESSES: $GLUETUN_WIREGUARD_ADDRESSES VPN_PORT_FORWARDING: on VPN_PORT_FORWARDING_PROVIDER: protonvpn # or your provider VPN_PORT_FORWARDING_STATUS_FILE: /tmp/gluetun/forwarded_port # OPENVPN_USER: $GLUETUN_OPENVPN_USERNAME # OPENVPN_PASSWORD: $GLUETUN_OPENVPN_PASSWORD healthcheck: test: [“CMD”, “/gluetun-entrypoint”, “healthcheck”] interval: 5s timeout: 5s retries: 1 start_period: 10s
gluetun-qbittorrent-port-manager: image: jopiermeier/gluetun-qbittorrent-port-manager:latest network_mode: “service:gluetun” container_name: gluetun-port-manager depends_on: gluetun: condition: service_started restart: true qbittorrent-vpn: condition: service_started restart: true environment: - QBITTORRENT_USER= - QBITTORRENT_PASS= - QBITTORRENT_PORT=$QBITTORRENTVPN_PORT volumes: - /appdata/gluetun/tmp:/tmp/gluetun
Jakeroxs@sh.itjust.worksto
A Boring Dystopia@lemmy.world•Texas makes Bible passages required reading for millions of public school students
8·10 days agoGenerally wouldn’t consider mass delusion good either way.
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
2·10 days agoGluetun itself already knows the forwarded port via NAT-PMP, this program just gets it from gluetun and assigns it in qbt via the qbt api and if it returns a 200 response it considers it confirmed, here’s an example log:
waiting for qBittorrent WebUI…
qBittorrent WebUI is ready (authenticated).
port file did not contain an integer: /tmp/gluetun/forwarded_port
port file did not contain an integer: /tmp/gluetun/forwarded_port
gluetun provided forwarded port: 36884
syncing port 36884 to qBittorrent…
successfully updated qBittorrent to port 36884 (confirmed)
port file did not contain an integer: /tmp/gluetun/forwarded_port
port file did not contain an integer: /tmp/gluetun/forwarded_port
gluetun provided forwarded port: 39293
syncing port 39293 to qBittorrent…
successfully updated qBittorrent to port 39293 (confirmed)
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
5·10 days agoIf you’re using qbt and gluetun https://gitlab.com/jopiermeier/gluetun-qbittorrent-port-manager
Jakeroxs@sh.itjust.worksto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How it feels to try and get Plex to import all your torrented mediaEnglish
2·11 days agoI haven’t once had to reset metadata or my database in the 2 years now I’ve been running jellyfin, UNLESS the physical file changes.
Lately I’ve been going through and transcoding all my media to HEVC mkvs (compatability reasons) including renaming all of them to a standard naming convention and only a small handful had to be manually fixed.
Jakeroxs@sh.itjust.worksto
politics @lemmy.world•Tucker Carlson brands Republicans ‘treasonous’ as he quits the party
1·11 days agoI mean there were the leaked texts of him bashing Trump https://www.mediamatters.org/foxdominion-lawsuit/tucker-carlsons-disparaging-private-messages-about-trump-contradict-his-pro
But that doesn’t do much for his credibility lol
Jakeroxs@sh.itjust.worksto
Technology@lemmy.world•Valve says it isn't subsidizing the Steam Machine's $1050 price because of its "religious" refusal to "build a more closed system"English
11·12 days agoLiterally just Lemmy echo chamber shit
Jakeroxs@sh.itjust.worksto
Showerthoughts@lemmy.world•We are currently witnessing the rise of a new 'Digital Amish' i.e people who refuse to interact with any form of technology made after 2021.
111·12 days agoTiny minority very vocal on lemmy
Jakeroxs@sh.itjust.worksto
Technology@lemmy.world•The Tokenpocalypse Is Here: Companies Are Scrambling To Stop Spending So Much on AI | Leaked audio from Accenture says a big source of AI token ‘chewing’ is people just converting PDFs to presentatio…English
11·12 days agoI had the Fold 2 and Fold 4, both broke so I just went back to a Pixel 🤷
Jakeroxs@sh.itjust.worksto
Gaming@lemmy.world•This is way more exciting than most car mods.English
1·12 days agoIdk back on one of the dragonball ps2 games I remember they had little interactive loading screens and I figured out if I popped open the disk reader (the slim one had the flip up drive if I remember correctly) it’d let you stay on the loading screen “game” indefinitely, they even sometimes had fun recognition like by default it’d spawn green sibamen, after a point it’d change to spawning red, I don’t see how you’d ever come across that in normal gameplay and because it never took that long to load in normally, but someone thought about it and added that little fun touch.
Anyway when I closes the disk reader the game would finish loading.


At that point though cord cutting en-mass was already beginning so it wasn’t even a big draw