

✅ 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 👌
For a second there, I thought the man photo was Elon Musk with an aging-filter 😅
So … How likely is it that Russia fiddled with the election? 🙄
Also, fuck 😮💨
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.
Literally saw one with 1300+ the other day, thought I was going insane 😳
Pretty sure that’s illegal AF. Report them?
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 🤢
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.
* gruff New Jersey accent * Pack it in, boys!
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 😅
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?! 🤯