Not a big fan of Bezos though.
Not a big fan of Bezos though.
So it was the Ukranians just like with NordStream II?
I ran an XMPP network based on prosody and used snikket on android. Can recommend!
Are you building a C/C++ project that should run on BSD, Gnu/Linux and other platforms? Then maybe use autotools. All distro tooling will easily be able to handle it.
Are you just building some small project that will never make it into a distro, maybe just use something simpler. Or even just a plain makefile.
https://sqlitebrowser.org/ is great or aSQLiteManager for android
Things are suspicious but you still spread gossip and maybe lies.
I understand how this could be a prime target of a supply chain attack and that things are a bit fishy. On the other hand people are waaaay less picky about installing other binary blobs on their machines. I wish paranoia would be more general :)
Just use cp instead. No reason to use dd.
Nobody knows who responded here. Don’t spread rumors.
aSQLiteManager. Use ot to keep track of dart scoring and use views for reports / stats
That’s actually a good point. Will need to think about server location and GDPR compliance.
Have a look at purelymail mentioned by others. It’s almost exactly what I’m looking for.
Exactly what I’m looking for. Thanks a lot!
Pretty nice but way more expensive then simplymail
Amazing! Now this is something I haven’t heard of. I think we might have a winner here! Best thing, I could use it for transactional mail on all my websites for 10€/yr. Including as many inboxes as needed. Nice!
This is something you used to be able to do for free, no problem. It’s only a few of the big mail accepting companies being extra shitty about accepting mail making this tough. Looking at you Microsoft. So a few hundred mails per month is ridiculous both on storage, bandwidth and CPU consumption.
I specifically want to not deal with deliverability beyond the content and volume of my mails.
Yeah, sorry it’s not a precise term. I mean a non asshole company.
Thanks but that’s not what I’m looking for. I need to send mails only.
I beg to disagree about the disadvantages. An important one is that you cannot easily update shared libraries globally. This is a problem with things like libssl or similar. Another disadvantage is the added complexity both wrt. to operation but also in general the amount of code running. It can also be problematic that many people just run containers without doing any auditing. In general containers are pretty opaque compared to os packaged software which is usually compiled individually for the os.
This being said, systemd offers a lot of isolation features that allows similar isolation to containers but without having to deal with docker.