• 15 Posts
  • 1.21K Comments
Joined 2年前
cake
Cake day: 2023年6月2日

help-circle



  • Currently there is a system. One number, three letters, three numbers. So no chance of mixing up certain characters. If you introduce a different system you will need to make sure you know what system is being used. With your plan you could get a plate that looks exactly like the old system except it’s using 0 instead of O.

    I suspect there is also a lot of benefit in knowing where numbers and letters will be for having more accurate plate recognition cameras.






  • I just really want to see where the numbers come from.

    You know people self hosting email, I know people self hosting email. But that is certainly not the case for the vast, vast majority of individuals. For businesses, I have seen Exchange take over what used to be smaller hosts, and Google has broken into the small/medium business world as well. I have searched and searched and found nothing, but I don’t see why it should be so hard to do. Obtain a list of email addresses from some data breach (I dunno how but I’m sure security researchers do it all the time) then check their DNS to see what proportion point at big tech. My gut feel is that it’s a large proportion, but maybe that’s just the corner I work in.


  • email can be run using hundreds of servers on dozens of platforms even from your own house and interact with the email network.

    It’s nice that it can, but the point of this list is is that what actually happens for the majority of people?

    And from my experience, the answer is no, the vast majority of people use Microsoft or Google.

    This claim is “Top Provider User Share: Google ≈ 17% → Score: 27/30”

    Where does this number come from? Gmail alone claims 1.5 billion active users. Outlook.com has 500 million. But then you have to start adding up all the email users worldwide that are using services hosted by Microsoft (all the Exchange business customers), and the google customers as well (that may or may not be included in the Gmail figures). Then there are all the ISP email addresses that use these services as the provider.

    I find it hard to believe that email is as decentralised as claimed here, and I’m really keen to see more data on how it was calculated.

    The reason I find it so hard to believe is that when Microsoft fucks up (and given time they always do), a significant portion of the business customers I deal with get affected.






  • I tend to find we more tech savvy people vastly overestimate how tech savvy the average person is.

    However, I suspect you are right about the people interested in home automation eventually hitting that point and coming across Home Assistant.

    Home Assistant have done a great job reducing the barrier to entry. Significant improvements in UI editors and all but removing the need for any YAML config for an average user. Plus the Home Assistant Yellow and Green meaning you no longer need to know how to set up a server and can instead buy a hub off the shelf. Surely these efforts are a big part of why the number of installations has increased so much.





  • I’ve been using Home Assistant for a couple of years (from memory I think it was soon after joining Lemmy I was convinced to set it up), and I have to say they have made great progress. It’s amazing to see them double their active installations from 1 to 2 million in one year, that’s awesome for what feels like a very niche product.

    The progress on voice in particular is amazing. With a Voice preview, OpenAI, and Music Assist, my kids can start music where they only know some words and not the name of the song.

    The only complaint is wake word detection isn’t great with our accent. My wife swears it’s sexist, she thinks it only listens if she puts on a male voice 😅


  • I’m not sure what others see as the context of the meme, but in my experience it’s normally when you are fiddling with it, but you never expect it to be the problem because it seems so simple.

    There are many reasons you might need to fiddle with is. The most obvious is when you move your server to a new computer, it might get a new IP address. But your browser might cache the old address. Your computer might cache it. Your DNS server might cache it (like the rest of the internet, there is not one big DNS server but many smaller ones - most non-technical people would be using one provided by their internet provider). It might not be working and you presume it’s a problem with the new server but actually it’s the DNS.

    But also DNS as a system is also used for things that are not directly related to looking up a domain name. For example, when sending an email, there are many checks on the receiving side to ensure that the email is actually coming from somewhere that is allowed to send an email from that domain name. I can send an email to you from bill@microsoft.com, but it would go straight to spam because it would fail those checks. DNS records are used to authorise servers that can send email on behalf of that domain. And just generally DNS is used for proving domain ownership (for example, it’s one method to get a certificate from Let’s Encrypt to allow secure connections to your website).