I just have a script that wraps pw-record and ffmpeg to transcode to a mp3 file. I’d also like a GUI for it tho
I use arch btw
I just have a script that wraps pw-record and ffmpeg to transcode to a mp3 file. I’d also like a GUI for it tho
I’m attempting to implement this a Hyprland plugin, I could adapt it to work with all Wayland based compositiors/DE’s fairly easily. It just provides the stats using a CLI command, I’m not a UI dev xD
Jellyfin-mpv-shim supports SyncPlay
I want this, needed to add a demo gif to a Hyprland plugin’s README the other day and it was way too complicated.
Windows debloater fixes it, check out Sophia. It disables all the crap Microsoft forces on you
I work for a company who’s main source of income is a suite of accounting, stock and job management applications, all of which are written in FoxPro. The community add-ons and support is incredible but there hasn’t been any official support since like 2009.
Microsoft bought the license for FoxPro, supported it for a few years then killed it off when VB came out. I wonder why xD
The crazy part is some of our clients are turning over 100s of millions in profit a year, using this crappy, mess of a system written in a dead language, by one dude 😂
It might be possible to buy an old floppy drive off ebay and switch out the broken one of that happens, as long as there are no proprietary connectors and such…
You need to expose the ports you want to access on an external, publicly accessible server like a cheap vps. Then you can use wireguard to forward the traffic to your Pi.
I haven’t done it in a long while, so I can’t explain it well enough, try searching for “vps wireguard gateway”. That should bring up some blog posts that will explain the process better. I used a VPS I got on the AWS free tier, you really don’t need anything expensive.
Gluetun is great, but it does not work with docker swarm. I’m using a container running wireguard and Dante as a SOCKS5 proxy, everything that needs a VPN is on an internal overlay network and routes through the proxy container. Only the proxy container is part of the public network and all external traffic goes through the VPN. I use Traefik as a reverse proxy which is part of both the private and public networks. Meaning I can access the private containers (qbitorrent, prowlarr and sonarr) externally through Traefik but they cannot access anything outside the internal private network unless they route though the proxy container.
It’s not perfect but it works xD
Search for unbound-redis on github