The reason I gave up self hosting email was because all my emails kept going to spam for everyone I emailed.
You need to set up DKIM, SPF and DANE, then most big email providers will accept your mail. Worst case, you may need to contact them to unblock your mail server’s IP if that has been used by a spammer prior to you.
Plus incoming email needs spam protection.
Both SpamAssassin and Rspamd do a decent job of that.
Note: I’m using rspamd, and for some time at the beginning, it looked like it wasn’t really doing anything. Turns out it needs a couple hundred training emails before it will start using the Bayes function. Just feed your Spam folder into the learn_spam command and any of your normal, not-spam folders into the learn_ham command.
Domain registration information can usually be found out somehow, although these days you have to jump through some additional hoops to get it, and those hoops are designed to discourage automated lookups. The privacy gains you get from hosting your own email server, though, are massive and IMHO more than worth it. If you are not hosting your own mail server, then the most you can expect from having your own domain is nicer looking email addresses. Depending on what your hosting provider supports you might also get unlimited aliases, maybe even regex aliases, which can be very helpful when handing out mail addresses to various companies and internet services.
If your main concern is that your email address should not be associated with your real identity, your best bet is to just use a VPN to connect to any large email hoster, like ProtonMail. (Obviously don’t use Proton Mail if Proton is also your VPN.)


Posts in public forums are very often made for the sake of just about anybody reading the thread, not just the person they are directly responding to.


How much of this stuff is made up? I know Venmo is real, but a lot of the rest sounds like parody names.


“They’re a private company” (with a state-sponsored monopoly on an essential good).
I don’t know how anybody is surprised by this. Who do you think would buy a privatized municipal water supplier, other than people trying to squeeze as much money as possible from a population with no recourse and no say in the matter?


Money quote from the article:
For its part, Russia had largely shrugged off Mr. Trump’s previous 50-day deadline, noting that past deadlines set by Mr. Trump or his team had come and gone with little consequence.


Saying RAM can help because you can reencode the video to h.264 or h.265 to make use of hardware decoding is more than a bit of a stretch. You can just reencode it to the normal disk instead. Unless it’s the speed of the local block device that’s the bottleneck here (and there’s no indication that it is, and it would be extremely unlikely), using a ramdisk/tmpfs for any part of that is just pointless.


Modern CPUs (from like the last 20 years) will throttle down a lot before they actually shut down. Unless your cooling is completely inadequate or somehow broken, shutdowns because high load just dont happen. I suspect there is something fundamentally wrong with your hardware.
A problem with cooling could also go some way to explaining your performance problems – but it could also just be that your system just doesn’t have the computing power to do what you want it to. The computing demands from video decoding go up dramatically when you go beyond 1080p. If I recall correctly, the Intel Core CPUs with the “U” at the end were the low-energy models (for longer battery life); of course that comes with compromises on the performance side.
The CPU model suggests that this is a laptop, and a fairly old one at that. I would look for things like blocked air ducts or broken fans if I were you. It’s also possible that the thermal compound between your CPU and the CPU cooler has dried out and needs replacing (although laptops of that power class should be using thermal contact solutions that do not dry out), or that contact has lessened for other reasons. Again, if your computer seriously powers down because of load, it’s borderline broken and in need of maintenance.
As for your other question, no RAM cannot help with that. It can hurt if you have too little of it, but once you have enough, the best it can do is not be a bottleneck.
* Edit: Also, make sure you are not setting down the laptop on anything soft, like a blanket, when using it. It will sink in and have its air intakes blocked if you do that.


You just gave me flashbacks to that abomination of a programming language they call sqf.
Hm, agree in principle, but it should also really be noted that a donation that is required to get an account (or arguably even smaller perks) does not count as a donation anymore. At that point, it’s a weasel-wordiy way to say “payment”. Which should, IMHO, not be supported.


Funny, I’ve never played Palworld on any platform other than Proton.
This is x86 assembler. (Actually, looking at the register names, it’s probably x86_64. On old school x86, they were named something like al, ah (8 bit), ax (16 bit), or eax (32 bit).) Back in the old days, when you pressed a key on the keyboard, the keyboard controller would generate a hardware interrupt, which, unless masked, would immediately make the CPU jump to a registered interrupt handler, interrupting whatever else it was doing at the point. That interrupt handler would then usually save all registers on the stack, communicate with the keyboard controller to figure out what exactly happened, react to that, restore the old registers again and then jump back to where the CPU was before.
In modern times, USB keyboards are periodically actively polled instead.
Why does nobody mention the Discordian calendar? 5 days per week, 73 days per month, 5 months to a year (Chaos, Discord, Confusion, Bureaucracy and the Aftermath). On leap years, it adds one additional day (St. Tib’s day) with a name but no numerical date.
Who’s Rich? Did you mean Randall?


Why the fuck is a Microsoft account so important to Windows that running it without one is considered a “loophole”?


Files and directories starting with a dot are hiden by default. You are aksing for this stuff if you manually unhide them.


There’s that “I never vote because politicians do not care about the issues of people like me anyway” attitude again.
(Hint: They don’t care because your kind won’t vote anyway.)
Not really. If your data compresses well, you can compress it by easily 60, 70%, then add Reed-Solomon forward error correction blocks at like 20% redundancy, and you’d still be up overall.