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
- 0 Posts
- 11 Comments
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.
pyt0xic@lemmy.worldto
No Stupid Questions@lemmy.world•Do you think it is ethical to work for a company that builds drones, weaponry, or supplies parts to the military?
2·2 years agoI’ve just received an offer from a large company in the gambling industry. I am somewhat conflicted about taking it, on one hand I feel adults should be allowed to decide to waste some money at a casino and I have no issue with gambling as an activity. But, while I don’t feel gambling is inherently bad, I am aware that the companies in the industry are incredibly predatory and invest significant amounts of resources into making their products and services as addictive as possible.
My current job is basically just helping further the CCP’s global expansion so I feel gambling is somewhat better ¯\_(ツ)_/¯
Im hoping for another offer from a company who do software for the insurance industry, that would be first prize…
pyt0xic@lemmy.worldto
Technology@lemmy.world•Google spent $26 billion to hide this phone setting from youEnglish
1·2 years agoWindows debloater fixes it, check out Sophia. It disables all the crap Microsoft forces on you
pyt0xic@lemmy.worldto
Mildly Infuriating@lemmy.world•OK Microsoft... trying to log into Teams while work lapop updates to Windows 11. No longer works in any iPhone browser, including Edge. The app will not authenticate my work login.English
1·2 years agoAs in there is no boot entry? Or the drive was empty? There about 5 different possible causes for that that I can think of, all of which are user errors or hardware failures (or windows updates wiping boot entries xD).
Regardless, I get what you are saying, I wouldn’t recommend using Linux for 98% of people. The exception being when what you need to do is either not supported or is an absolute nightmare on Windows.
I chose to use Linux before I needed it, purely because windows always felt unintuitive, sluggish and irrationally complicated for me. Nowadays I cannot do what I need to do (for work and personal projects) on Windows or do not have the time to get it working. I maintain several Linux and Windows servers, on top of writing the software that’s running on them. I simply do not have the time to deal with a lack of documentation and the weird workarounds needed to do what I need to do on Windows.
When it comes to things like scientific computing, ML, databases and anything “backend” or low level, most of the software doesn’t support Windows and the OS level API’s are confusing as all hell.
Windows is better for the average “desktop user”, but it falls short as soon as you need to do things the average user never does.
pyt0xic@lemmy.worldto
Selfhosted@lemmy.world•Stuck behind nat, any way to get wireguard working?English
1·2 years agoYou 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
pyt0xic@lemmy.worldto
Lemmy Be Wholesome@lemmy.world•After watching the 2nd episode of 11th season of Futurama, I googled "Futurama S11E02 discussion" (without quotes) and Lemmy.world was the 2nd result. We can do it, guys.
6·2 years agoYou made me spit out my coffee all over my brand new keyboard

Search for unbound-redis on github