I’ve been using and reasonably satisfied with A.R.M. https://github.com/automatic-ripping-machine/automatic-ripping-machine
It uses MakeMKV and Handbrake, but streamlines the whole process.
I’ve been using and reasonably satisfied with A.R.M. https://github.com/automatic-ripping-machine/automatic-ripping-machine
It uses MakeMKV and Handbrake, but streamlines the whole process.
This wouldn’t be a tool for wireshark. It could be a tool for the browser dev tools though. With it you can see every time a website tries to make a connection out, what data is submitted, and what the response is. Unfortunately, if you don’t understand how http works, it might be all Greek.
Meshtastic is a great one. People are making all kinds of software for it. I saw someone developing a BBS for it. For those who want a summary: Meshtastic is a very low bandwidth radio system for creating mesh networks. The speed of data transfer is similar to the modems of the 80s, so you aren’t transferring anything but text. But the range is good and the hardware is cheap, and it is completely stand alone. It can normally pair with something like a phone for ease of access, but has its own dedicated device for a radio.
In this case, "web’ means web browsers, not servers. Godot projects can be exported as static web pages. Sure, the storage is someone else’s linux box, but execution happens on your local device.
I might give this a try. I use Google Wallet for my various loyalty cards and whatnot, but it is actually a poor UI for it, mixing credit cards and loyalty cards in a single sideway sliding interface that takes forever to find what you want.
Others have given you a good idea, but since you appear to be using Unifi for switch and firewall, o can give you a clear answer: Don’t set vlan on the Synology. Set it as the “Native” VLAN on the switch port going to the Synology.
Synology can be vlan aware, but you don’t need it. Let the switch do the talking.
On the Synology I recommend putting it on DHCP while you test. Once it starts getting an IP in the right subnet, you can then switch it to static. Just make sure your gateway is right, putting it wrong will cause the device to not be able to reach outside its own subnet.
If you have never heard of it before, I recommend checking out the wikipedia page for it, and some of the information available about its creator.
You are probably right that it isn’t literal. In IT I often hear “Goat farming” as meaning getting out of IT.
Draw.io has that option for PNGs as well. Pretty fantastic if you want to pass around a file anyone can view, but still be editable.
M365 is doing away with all legacy authentication, do not be surprised if IMAP is completely unusable in the next 12 months. If you simply want to keep a copy of everything, a store and forward SMTP proxy would probably be the solution, so all email going to your domain would hit that first, then send off to M365.
Firefox is open source last I checked. On Android it runs its own engine and everything. It may not be on FDroid, but that doesn’t mean it’s not open source.
I switched to Antenna pod a few month ago. It is a very solid podcast client with 2 exceptions. One is a bug that means hitting the play button on notifications only works half the time, and the other is Android Auto not allowing you to just pickup where you left off, you have to go into your queue and find the thing you were last listening to every time. Neither are a deal breaker, but both are quite annoying.
I really should sit down and see if I can help with the code, but I have zero Android programming experience. I would hope that auto play on Android Auto connect would be rather simple, but I have no clue at this point.
I’ve always felt that public money should require public code. It makes total sense, unless you are a politician who wants to give favors and earn kickbacks.
Thanks for the recommendation, unfortunately it seems that one is no longer maintained either.
Hopefully they get to Simple Launcher soon. I switched to that because Nova Launcher seemed to he dead and I couldn’t find a better open source alternative. I certainly will take suggestions if someone knows something better on fdroid.
The advantage of docker, as I see it for home labs, is keeping things tidy, ensuring compatibility, and easy to manage/backup setup configs, app configs, and app data. It is all very predictable and manageable. I can move my docker compose and data from one host to another in literal seconds. I can, likewise, spin up and down test environments in seconds too. Obviously the whole scaling thing that people love containers for is pointless in a homelab, but many of the things that make it scalable also make it easy to manage.
If you like OpenArena, check out Xonotic. Its a similarly fast paced open source shooter.
Jolt for Godot seems like a really solid option for physics heavy games. Godot’s built in physics aren’t bad, but its pretty easy to push them to their limits.
deleted by creator
I agree with those that say Inkscape, it’s where I’ve designed all my logos. However, I’ve been tempted to try using FreeCAD to do it lately. I’m not sure if it can export as SVG, but the thought of have a proper parametric tool for designing logos sounds up my ally. I tend to try to treat Inkscape like one, by liberal use of construction lines, but at the end of the day, it really doesn’t like being that precise.