is beehaw related to lemmy?

  • 2 Posts
  • 74 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • As someone who is often unable to even enjoy soda because it immediately starts bubbling up and only remains as a sugary liquid by the time it reaches the esophagus, I guess I can’t replicate your observations. Also, I guess I need more water in my mouth before I can let Jesus into it (for a more pleasant experience for both of us)






  • Indeed, an integer is divisible by 3 if and only if the sum of its digits is divisible by 3.

    For proof, take the polynomial representation of an integer n = a_0 * 10^k + a_1 * 10^{k-1} + … + a_k * 1. Note that 10 mod 3 = 1, which means that 10^i mod 3 = (10 mod 3)^i = 1. This makes all powers of 10 = 1 and you’re left with n = a_0 + a_1 + … + a_k. Thus, n is divisible by 3 iff a_0 + a_1 + … + a_k is. Also note that iff answers your question then; all multiples of 3 have to, by definition, have digits whose sum is a multiple of 3






  • That wouldn’t make sense either, because the user literally has to provide them all kinds of personal information in order to register. And no matter which IP address is being used to register, the user still has to pay to even use their service. So rejecting accounts simply because the registration was done via VPN is, in the best case scenario, overkill.

    Don’t get me wrong though, I have nothing against them; I just don’t think their anti-spam measures are anywhere as good as they need to be, and their responses towards people complaining about them indicate that they wouldn’t bother trying to make it better.



  • I tried them a couple days ago, got to setting up Hetzner API, had my account rejected a bunch of times, found out Hetzner team is infamous for rejecting new accounts and cancelling old accounts by the whims of their ‘protection systems’, realized the only other hosting option supported by SelfPrivacy is Digital Ocean, noped out of it all





  • It’ll get more complex than that. I’m no expert, but I’m guessing you have to consider the depth of the crust at your location, type of soil and the distance from (and time since) the last closest volcanic eruption, possibly distance from the nearest tectonic boundary, maybe even tidal forces (assuming they have a considerable impact on magma being pushed out, but this may be a bit too far)



  • A flair-like implementation would be nice for certain communities. From past experience on reddit, I can see how it could be beneficial to filter a community’s posts through tags, say, to check latest announcements or new support questions. I’d personally prefer community-specific tags as opposed to global post tags (which is what I inferred from this post’s content, I haven’t read the RFC yet though) edit: the RFC talks about both instance-based tags and community-based tags, which is even better