

✅ Trump doner
✅ Super PAC owner (pro-trump)
✅ Racist
✅ Obama Birther conspiracy theorist
✅ Republican senator son
Sounds delightful! 🤢
✅ Trump doner
✅ Super PAC owner (pro-trump)
✅ Racist
✅ Obama Birther conspiracy theorist
✅ Republican senator son
Sounds delightful! 🤢
Is nothing sacred? 🙄
Are there any open source forks that still allow bookmark and settings sync?
Recently bought a 2015 MacBook with great specs, running Ventura via OCLP and purring like a kitten 👌
Asked cgpt to compare lasers to microwave for data transmission; take with a grain of salt, but seems transfer rate especially isn’t comparable.
Feature | Laser Transmission (e.g., Taara) | Microwave Transmission |
---|---|---|
Medium | Free-space optical (light, like a fiber-optic cable without fiber) | Radio/microwave frequencies (GHz range) |
Wavelength | ~780–1600 nm (near-infrared) | ~1–100 GHz |
Typical Data Rate | 10–100 Gbps (Taara targets ~20 Gbps and higher) | 100 Mbps – 1 Gbps (modern line-of-sight microwave) |
Max Practical Range | ~10–20 km, highly sensitive to weather | ~30–50 km, more tolerant of weather |
Line-of-Sight Requirement | Yes, with tight beam alignment needed | Yes, but more forgiving alignment |
Weather Sensitivity | High — fog, rain, dust degrade performance | Moderate — heavy rain can attenuate signal |
Latency | Low | Low |
Power Usage | Lower power for same data rate | Slightly higher power use |
Security | High — narrow beam, hard to intercept | Moderate — wider beam, easier to jam or intercept |
Deployment | Harder — requires precision mounting and stability | Easier — flexible mounting, ruggedized equipment |
Cost | Higher upfront (optical gear, alignment systems) | Lower per-unit, mature market |
Use Cases | High-throughput backhaul (rural, terrain-constrained areas) | Medium-throughput links, often as telco backbone |
“Drats! My evil schemes are thwarted yet again by reason and sensible suggestions! When will this citric tyranny end?!?! Curse you, Lime! !!!”
Mr. Hacker falls to his knees, releasing a primal scream towards the heavens, torrential rain soaking his purple tuxedo, turning brackish as it mixes with his salty tears of rage.
I fucking love the thought of paying Big Corporate in ‘exposure’ 😂
Also my basic experience — nobody lost anything (Linux ISOs, obviously), because the alternative was not me buying something.
Edit: As an adult, I’ve spent more money on vinyl records in the last decade than I have buying music for the first three quarters of my life. And much of the music in the first three quarters was also on vinyl.
And then Spotify subscription fees since launch. What is that, 20 years? 😳 And now I’m trying to move to self-hosted because all of Spotify’s buying stock in weapon manufacturers and giving head to Dumbph & Friends is making me retch 🤢
That’s my whole basic “speech” when I have to tell someone: “I’ve got ADD; I don’t have the H”.
I think in some places they don’t use ADD anymore, but I can’t really keep up …
Also, guessing their standard is pretty low if Gimp does the job — at least from a professional standard. There’s not much of a comparison.
Seconded.
Well that’s nice. Hopefully they have some teeth, so we don’t have to go through another one of Zuck’s crocodile-tears-fuelled hearings, followed by absolutely fuck-all change 🙄
### GLUETUN
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 8888:8888/tcp # HTTP proxy
# - 8388:8388/tcp # Shadowsocks
# - 8388:8388/udp # Shadowsocks
- 8090:8090/tcp # qbittorrent
- xxxx:xxxx/tcp
- 3423:3000/tcp # librewolf
volumes:
- /volumex/docker/gluetun:/gluetun
environment:
- PUID=xxxx #CHANGE_TO_YOUR_UID
- PGID=xxxx #CHANGE_TO_YOUR_GID
- TZ=Europe/xxxx #CHANGE_TO_YOUR_TZ
- VPN_SERVICE_PROVIDER=airvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=xxxx
- WIREGUARD_PRESHARED_KEY=xxxx
- WIREGUARD_ADDRESSES=xxx.xxx.xxx.xxx
- SERVER_REGIONS=Europe
- HTTPPROXY=off #change to on if you wish to enable
- SHADOWSOCKS=off #change to on if you wish to enable
- FIREWALL_OUTBOUND_SUBNETS=172.20.0.0/16,192.168.0.0/24 #change this in line with your subnet see note on guide.
- FIREWALL_VPN_INPUT_PORTS=xxxx #uncomment this line and change the port as per the note on the guide
- UPDATER_PERIOD=24h
network_mode: bridge-xxxx
labels:
- com.centurylinklabs.watchtower.enable=false
security_opt:
- no-new-privileges:true
restart: always
### QBITTORRENT
qbittorrent:
image: linuxserver/qbittorrent:5.0.1
container_name: qbittorrent
environment:
- PUID=xxxx #CHANGE_TO_YOUR_UID
- PGID=xxxx #CHANGE_TO_YOUR_GID
- TZ=Europe/xxxx #CHANGE_TO_YOUR_TZ
- WEBUI_PORT=8090
- UMASK=022
volumes:
- /volumex/docker/qbittorrent:/config
- /volumex/linux-isos/:/data
network_mode: service:gluetun # run on the vpn network
depends_on:
gluetun:
condition: service_healthy
security_opt:
- no-new-privileges:true
restart: always
### LIBREWOLF
librewolf:
container_name: LibreWolf
image: ghcr.io/linuxserver/librewolf:latest
security_opt:
- no-new-privileges:false
- seccomp:unconfined
#healthcheck:
# test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1
#interval: 10s
#timeout: 5s
#retries: 3
#start_period: 90s
environment:
CUSTOM_USER: xxxx
PASSWORD: xxxx
TZ: Europe/xxxx
PUID: xxxx #CHANGE_TO_YOUR_UID
PGID: xxxx #CHANGE_TO_YOUR_GID
volumes:
- /volumex/docker/librewolf:/config:rw
network_mode: service:gluetun # run on the vpn network
restart: no
depends_on:
gluetun:
condition: service_healthy
shm_size: "5gb"
Heard about WireSock, but I’m on macOS, “sadly”.
Gluetun is running in a container in the same stack as Qbit, and Qbit knows to get its network through Gluetun.
network mode > service > gluetun
or something similar (syntax is def. wrong) in the Compose.
Gluetun is connected to AirVPN through / with / using (?) WireGuard. I’m actually a bit foggy on the terminology 😅
I’m in virtually the same situation, although qbit is running in Docker through a Gluetun/Wireguard tunnel, so that part works fine.
I really wanted to do split tunnel on my Mac to access my tracker’s site (all Linux ISOs, of course) through the same tunnel, and haven’t had any success.
My workaround is running LibreWolf (modded Firefox) in the same stack, through the same tunnel. It’s not ideal, but at least it works.
Do update if you find a solution!
In curious — what’s your user level in Photoshop? Tried GIMP a few times, and loathed it, as a professional (and very proficient) Photoshop user.
I also loathe Adobe*, but i’m stuck with them (and macOS) until someone comes up with a viable alternative 😓
Managed to get somewhat comfortable with Linux (Fedora+KDE Plasma) on an old Chromebook recently, so think I might be ready to leave macOS behind, if only there was a viable Photoshop option.
* Both for bloated code, inconsistent shortcuts and features across apps, and their shitty subscription scheme.
We have a Samsung “smart” TV, hooked up to an AppleTV box. The TV’s original remote is in a drawer somewhere, forever unused.
I have the apps that I need, the tiny Siri Remote turns on the TV and handles volume, and, apart from the aggressively, insanely, mind-blowingly horrible on-screen “keyboard” / text input (we don’t have Apple phones we can use to mitigate this, sadly. Also, what the fucking fuck, Apple?!) we’re happy. For now. I trust Apple to make the experience incrementally worse as a fact of life.
Not perfect, but leagues better than dealing with Samsung’s interface.
I spy a research rabbit hole in my near future … 🐰
Edit: ESPHome is a system to control your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems.
That is the most insanely generous thing I’ve read in years. What the — pardon my French — fucking fuck have they done that was useful or innovative in the last 20 years?! 🤯