• 0 Posts
  • 53 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle
  • In the article, this isn’t about pollution but sediment from very nearby construction. Yeah, that happens. Kind of why most decent municipal governments plan out stuff so you don’t have people on wells right next to giant buildings. The common exception being gravel quarries, they do regularly disrupt locals wells. This is on them. You should be building data centres in light industrial zones where everyone nearby is on city water.







  • Parquet is great, especially if there is some reasonable way of partitioning records - for example, by month or year - if you might need to only search 2024 or something like that. Parquet is great for only needing to I/O the specific variables you are concerned with, and if you can partition the records and only subset a fraction of them, operations can be extremely efficient.





  • I wonder if there might be some super common spam tlds like .xyz or .ru or something, but generally, yeah, custom domain isn’t the issue. Some other options are Migadu, mailbox.org, mxroute, and Tuta all seem like decent companies. A lot of others “also do” email hosting, like porkbun and OVH. Plenty of companies host their email with all these companies and have mostly clear sailing without being spam binned.




  • That’s not an issue with a custom domain name, but one of the other parts you run into, SPF and DKIM dns settings being correct and the reputation of whatever SMTP server’s ip address is. No one spam-bins based just on random domain names, or every business would freak out. You can also use your own domain on Google, Microsoft, or Apples ecosystems, not that you need to, there are plenty of providers that will host your email. I like runbox.




  • I have Tailscale (actually headscale) set up on all my devices and the performance is good enough I don’t turn it off when I’m home and on the same lan as my server. The connection is p2p so it’s just a little encryption overhead. When I travel to other networks like my mobile network, or various corp wifi networks, it continues to try to get a p2p connection. Only sometimes corporate wifi networks block p2p and the traffic round trips through my VPS. It does take a lot of load off the VPS compared to the old way with openVPN. It also continues to work “for a while” if the VPS is down.