Another thumbs up for tuta.
Another thumbs up for tuta.
CPU and RAM are not the only limiting factors. Not only that but not everything runs multithreaded. Maybe some piece of the puzzle is not multithreaded and is using all it can from a single core (assuming that cpu is multi- core)
Depending on how much you value your time, you’re almost certainly better off getting a new machine to run pfsense.
I have found synching to be very useful for making copies of files across devices. I have it setup to mirror photos from my phone, photos from my wife’s phone, and various other things (to-do lists for todo.txt, notes and shopping lists for obsidian… stuff like that) back to my desktop and my NAS. You can set it to do one-way sync (which is more like a backup) or two way sync (where changes anywhere are propagated to everywhere else).
As others have said, it’s not really a true backup solution, but handy to have immediately accessible copies of what’s on your phone in case of phone loss or damage.
For photo viewing and sharing, I am more or less pointing the photo sharing app on my NAS to the photos I sync from phone. They all get dropped into an “inbox” when first synced and then can be organized from there.
You may also want an actual backup solution. There are quite a few and that’s a different topic. The reason I bring it up, though, is that simply mirroring what’s currently on device is not considered a real backup by most people, and for good reason.
Been using tuta with like 3-4 domains for years. It works fine.
Getting your own domain so you can keep an email address and move providers is the actual right move. Sounds like that’s what you’re going to do.
This probably factors into the resurgence of vinyl.
Speaking as someone who has gone through several of them from several brands… All the robot vacuums are scams anyway.
The batteries wear out quickly. They are consumable parts not covered by warranty.
The brushes wear out quickly. Also consumable parts not covered by warranty.
The filters eventually become clogged and render the device unusable without replacement. Also consumable and not covered by warranty.
And honestly I would be willing to put up with all of the above if they did a good job vacuuming, but they don’t and won’t.
“Sorry, disc must be scratched”
You could try an hdmi audio extractor and pipe that into a raspberry pi with the appropriate hat and run a real-time volume normalization dsp then run from the pi to your sound system or BACK into some hdmi encoder.
Probably run into major issues with delayed audio though.
Have been happy with Tuta
I’ve had several brands. I’m sure none were privacy respecting. But beyond that they’re all crap. They all break down and end up requiring near constant maintenance. They also don’t do a very good job of vacuuming.
Better off getting a half decent vacuum (extra points if it uses bags because… Bagless is fucking stupid) and for little clean up jobs get a manual sweeper like some restaurants use.
Yes that’s a concern with all of them, Apple TV included.
That’s what I’m using now and I like it.
Not sure if it’s a factor for you but roku tries to phone home a lot more than anything else on my network (or perhaps my firewall just catches it more than other devices and apps). Otherwise roku is pretty good.
Nvidia shield tv is better though. It’s the best set top box. Made even better by replacing the default launcher/ home screen (android TV default launcher now has 2/3 or more of the screen taken up by ads or “recommended content” which is just ads).
Big.
Absolutely agree
Destiny 2 right? They’ve had BattlEye on there for quite a while now. Kinda sucks but there’s no way around it.
Theres also something called URL cleaner. It just literally cleans the URL AFAIK (no virus total or anything). Ita available on f-droid and presumably the play store.
Depending on how in depth you want your firewall, packet inspection, etc to be and your internet access speed, you may want a commercial grade router. You can also probably use an old PC and add a dual gigabit NIC to it and load up opnsense or pfsense or some other router/firewall distribution. From there, add a stand alone switch and a standalone wifi AP (or router in AP mode). The reason I bring up using a commercial device or an older desktop is because packet inspection, filtering, etc at line speed on a gigabit connection won’t be possible with a lot of low powered devices.
I used to do this (was using an old Intel core i5 second gen with added RAM and a dual port gigabit NIC) but it was a lot to keep up with. I have since moved on to an Asus router (RT-AX86U) with the AsusWRT-Merlin software package. The only functionality I really lost was suricata for IDS. The AsusWRT distro comes with some proprietary stuff (that I think you can turn off) but it’s also very “open” in terms of just running Linux underneath. This means you can set up things like VLANS, use iptables, etc.
AsusWRT-Merlin adds some niceties (including a nice add on system that will expand into web based interfaces for certain things you might usually do from command line, better/expanded firewalling, and even adguardhome installer for DNS-based malware/spyware/ad blocking… kinda like pihole but lots of people like it better). The maintainer of that package corresponds frequently with Asus (to the point that some of his stuff is merged back into the official AsusWRT at some points).
I can confirm that the model I mentioned above is able to do all the firewalling, QoS, adguard DNS filtering, etc at gigabit speeds. It also has some sort of IDS and a few other protections, but they are part of the proprietary bits (Asus licensed via TrendMicro I believe).
Looks like you already settled on this, but I’m doing exactly this (syncing obsidian, as well as photos/videos from camera reel), to desktop and NAS, using syncthing-fork. Let me know if you want some pointers.