

Fire up burpsuite and do a POST, see what happens. 🤣
— GPG Proofs —
This is an OpenPGP proof that connects my OpenPGP key to this Lemmy account. For details check out https://keyoxide.org/guides/openpgp-proofs
[ Verifying my OpenPGP key: openpgp4fpr:27265882624f80fe7deb8b2bca75b6ec61a21f8f ]
Fire up burpsuite and do a POST, see what happens. 🤣
Check if their check boxes have a SQL injection.
I only just found that movie back in late December. It’s excellent!
Does it offer alternative routes if there’s an accident/congestion?
I’m doing that with docker compose in my homelab, it’s pretty neat!
services:
ollama:
volumes:
- /etc/ollama-docker/ollama:/root/.ollama
container_name: ollama
pull_policy: always
tty: true
restart: unless-stopped
image: ollama/ollama
ports:
- 11434:11434
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids: ['0']
capabilities:
- gpu
open-webui:
build:
context: .
args:
OLLAMA_BASE_URL: '/ollama'
dockerfile: Dockerfile
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
volumes:
- /etc/ollama-docker/open-webui:/app/backend/data
depends_on:
- ollama
ports:
- 3000:8080
environment:
- 'OLLAMA_BASE_URL=http://ollama:11434/'
- 'WEBUI_SECRET_KEY='
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped
volumes:
ollama: {}
open-webui: {}
Sure! I mostly followed this random youtuber’s video for getting Wyoming protocols offloaded (Whisper/Piper), but he didn’t get Ollama to use his GPU: https://youtu.be/XvbVePuP7NY.
For getting the Nvidia/Docker passthrough, I used this guide: https://www.bittenbypython.com/en/posts/install_ollama_openwebui_ubuntu_nvidia/.
It’s working fairly great at this point!
I know it goes against privacy concerns, but I miss the traffic/congestion capabilities of Google maps. Sure, taking the interstate may be the fastest/most direct route normally, but today there’s an accident that’s blocking the two left lanes and everything is fucked.
It is, and it’s been revived! https://github.com/maforget/ComicRackCE
I spun up a new Plex server with a decent GPU - and decided to try offloading Home Assistant’s Preview Voice Assistant TTS/STT to it. That’s all working as of yesterday, including an Ollama LLM for processing.
Last on my list is figuring out how to get Home Assistant to help me find my phone.
I have four whole bitcoins from when you could sign up for sites that just gave them out. That wallet has been missing for the better part of a decade. 🫠
Someone make it show
Doge ⬇️ Trump ⬇️ Congress
I want to see trump get asked about it in the next presser.
I (unfortunately) am in the market for a new-to-me car and I’m so pissed that my only options are either 15+ year old vehicles or spyware on wheels.
I may not rip out any antennas, but I’m damn sure going to try and interfere with them somehow.
This is the way. Layer 3 separation for services you wish to access outside of the home network and the rest of your stuff, with a VPN endpoint exposed for remote access.
It may be overkill, but I have several VLANs for specific traffic:
There are two new additions: a ext-vpn VLAN and a egress-vpn VLAN. I spun up a VM that’s dual homed running its own Wireguard/OpenVPN client on the egress side, serving DHCP on the ext-vpn side. The latter has its own wireless ssid so that anyone who connects to it is automatically on a VPN into a non-US country.
I have been playing the crap out of Need for Speed Heat. Looks great, plays great.
John Oliver did a great (and by great I mean horrifying) segment on the logistics of mass deportations. There’s no way to sugarcoat it, this will be a shit show that destroys lives.
How do signal chats work if I already use signal with my full name? Can I say for a group chat to just use my nick instead?
Restic to Wasabi S3.
For the nginx reverse proxy - that’s how I ran things prior to moving to microk8s. If you want I can dig out some config examples. The trick for me was to set up host based stanzas, then update my internal DNS to have A records for each docker service pointing to the same docker host.
With Kubes + external-dns + nginx ingress, I can just do a deployment/service/ingress and things automatically work now.
I love my Synology DS1618 - it’s a bit older now, but the 10Gbps is a delight.
Hosting on the public web isn’t too crazy - start with port forwarding on standard ports (443 for sale/web) and add in a dynamic DNS address.
More than likely your residential ISP doesn’t change your IP that often, but Dynamic DNS solves that problem before it hits. I use Cloudflare, but mostly because I’m lazy and haven’t moved off of them after their most recent sketch behavior.