

And buy more things when you realize you need something that’s in product V but not product A.
And buy more things when you realize you need something that’s in product V but not product A.
But, no Foss dev wants to do anything about it because SMS sucks balls.
So regardless of how many messages are sent FOSS devs aren’t interested.
Yea, I’d take the approach of having the server monitor a folder, and then just drop files in that folder to be converted.
There are a number of ways to transfer files to that folder, tools like FolderSync (Android), Syncthing or Resilio (every OS) can handle this.
Same reason I don’t do a number of things with Linux - I don’t have time to play fuck-fuck with tools lacking proper documentation and no clearly defined use-case, capabilities, and limitations.
Look at the new part and see how it mounts. That will help.
I suspect you have to remove that rubber trim on the left side to start with. Then it most likely just has some tabs that hold it in place.
I’d get a toolkit for interior trim work - these are plastic pry tools, designed to prevent damaging the interior plastic parts
For backup check out SMS Backup/Restore. I have 10+ years of sms backup with it, all readable as text or using Excel.
I’ve never found a good solution to this SMS problem - there’s seems to be nothing out there (probably because FOSS devs think SMS needs to die, and I agree).
I did find my solution last year: JMP.chat - I think they’re considered a virtual cell provider. Port your number to them, then all your SMS/MMS gets piped into XMPP, which you can access with an XMPP client on any device - Gajim on Windows/Linux, Cheogram and Monocles (plus others) on Android, Snikket and others on iOS. My SMS works even if my phone is off. Prices are really good, so good that I use a different SIM in my phone for a data connection, as I no longer need an SMS/voice connection (calls are routed via VOIP in Cheogram/XMPP).
As others have said, open it up and check the fans.
I’d boot it with it open, my guess is a fan is slow to start because the bearings are worn, and you can see this when booting with the case open.
I’ve replaced a few on Lenovos over the years, cheap on ebay.
Yea, I’ve had a few Lenovos over the years, excellent machines.
But…they do seem to have fan problems more than other machines. I’ve replaced a few, sometimes the same fan (admittedly, over a 10 year period, so can’t complain) and
You could’ve chosen a different bank.
Gotta remember to enable Quantum Entanglement… Takes a lot more power, but solves the problem.
I’ve taken this approach, sometimes these boxes will act up when they can’t phone home. Definitely worth trying though.
Excellent - thanks for the remote recommendation, it’s one thing I’ve been struggling to find.
Not sure I like the gyro idea - I had a gyro presentation mouse in the past. Worked well, but how do your parents like the gyro element?
Sometimes it’s a decision between reliability and selfhosted
This is an excellent point to keep in mind.
Using something like Telegram for notifications/alerts exposes a minimal amount of info/metadata.
XMPP could be a useful alternative, since there are numerous hosts/providers available, and it’s a privacy minded community.
The proxmox server is connected to a router attached to a fiber ONT.
If you want to be extra secure, there’s no reason the server needs internet connectivity/exposure at all (it should be safe as-is). Put it on its own VLAN with only specified ports open to your home LAN. That would be one extra layer from the internet - if admin/remote ports can’t be accessed via the internet connection LAN, then no way for an outsider to get into it (you’d have to provide other ways of accessing the server to admin it, either KVM, or a machine on that VLAN, etc).
You DO NOT need to do this, just adding an idea about how to make stuff more secure.
Safety.
See that minivan, where the driver is over the front wheels? That means the crumple zone is you. The US stopped making that design in the early 70’s because of the lack of crumple zones.
So thank all the people who complain when the smallest injury happens in an accident, and blame the vehicle. This makes safety requirements stronger (which has largely been a good thing), but makes Kei trucks unsellable in the US.
Yep.
Rather than try to single-handedly re-engineer an old protocol to be secure, I just use it for stuff where security isn’t a big deal. Including messages with links to secure resources (and send credentials via a separate system).
I don’t see how you wouldn’t have your email on an email providers servers - that’s how email works. You send an email via a provider, they forward it to the destination address you’ve included with the email.
That destination address is another email provider’s server, which holds it until the receiver connects and downloads it. Email is a store-and-forward system, designed at a time when users weren’t always connected. It still works this way.
Email is old, so the fundamental mechanics are pretty simple, and encryption wasn’t an option at the time - so it’s sent in the clear. Otherwise it would require both sender and receiver (either at both ends, or the servers) to agree on an encryption to use.
At idle, SSD is usually better (like you said if the SSD has proper power management, and that takes research to know).
Spinning platters are generally still better for power per gig/terabyte, because write time they consume less power than SSD.
I dont really look at drive power consumption, because even with ~10 drives running in my environment, a single cpu doing anything moderate blows away their power consumption numbers (I’ve tested, not that it was needed, heat dissipation alone makes it clear).
I have a ten-year old 5 drive NAS that runs 24/7, and it’s barely above room temp. Average draw is a few watts (the number was so low I put it out of my mind, maybe 5 watts - Raspberry Pi territory).
My SFF desktop is 12w at idle, with either 2 small SSDs (500GB each) or a single large drive (12TB). So much for SSD having better idle power.
SSD isn’t necessarily less energy hungry than spinning platter.
It really depends on the specific units and use patterns.
Generally SSD has better idle power, and HD has better read and write power, but that doesn’t even always hold true.
If your device sits idle long enough, SSD is better for power, but the write time to get to idle could easily consume the power differential.
https://www.edn.com/power-vs-energy-ssd-and-hdd-case-studies/
For just files I’d use Syncthing or Resilio (I keep hundreds of gigs synced with ST). Resilio has a feature that’s very useful - Selective Sync. This allows you to setup a sync job that syncs the index of files, but doesn’t sync the actual files until you select a file(s) to sync on the remote device. I use this to access my media files from anywhere (3TB) which I obviously don’t want to try to sync the entire folder to my phone, etc.
But since you effectively are on the same LAN, you can use any file copy tool the respective OS’s support.
Though for WAN connections, I prefer tools with some redundancy/resilience, since those connections can be slow or experience drops, and regular copy tools aren’t designed to contend with that (in Windows the only tool I can think of off hand is Robocopy, but I think Teracopy will at least show you if a file copy fails).
It really depends on your use-case, what you’re trying to solve for.