• 2 Posts
  • 46 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle

  • I’ve been using my own cloud-hosted SMTP relay and Zimbra server for over a decade now, and I love it.

    There can be a bit of a learning curve, and in some cases sites won’t accept mail from cloud-hosted domains. I add those domains to a rule in sendmail that sends those domains through Amazon SES, and then they get accepted.

    If you do go this route, just make sure that your recovery emails or 2FA for things like your registrar go somewhere else. If your cloud provider pulls the plug on you or something you don’t want to be stuck waiting for an email that can’t arrive.

    I love the level of control that I have over my email and wouldn’t have it any other way.

    tl;dr: steep learning curve, but worth it in the long run. Keep gmail as a recovery/2FA account or something, though.








  • I like LibreCAD, but it’s a little too simple sometimes. I miss the power of AutoCAD, but I don’t miss its price.

    Three things I want are

    • being able to assign heights to objects and do 3D stuff
    • being able to assign labels to objects (instead of circle3761 I’d like to call it ‘fountain’ or something)
    • splines are really finicky, and you can’t do things like a fillet on more complex objects

    It took a couple of days to get used to and probably a week of use before I was 100% comfortable, but I find that it meets most of my needs now.




  • It wasn’t always followed on Reddit, but downvoting there was supposed to be for comments that don’t contribute to the conversation.

    Here the guidance is looser – the docs don’t address comments, but do say to “upvote posts that you like.”

    I’ve tried contributing to some conversations and sometimes present a different viewpoint in the interest of thought exchange, but this often results in massive downvotes because people disagree. I’m not going to waste my energy contributing to a community that ends up burying my posts because we have different opinions.

    That’s true on Reddit to, so I’m kind of being tangential to the original question. I guess what I’m saying is that some people might feel like I do and won’t engage in any community, be it Reddit or Lemmy, if it’s just going to be an echo chamber.



  • I’ve been doing this for 30+ years and it seems like the push lately has been towards oversimplification on the user side, but at the cost of resources and hidden complexity on the backend.

    As an Assembly Language programmer I’m used to programming with consideration towards resource consumption. Did using that extra register just cause a couple of extra PUSH and POP commands in the loop? What’s the overhead on that?

    But now some people just throw in a JavaScript framework for a single feature and don’t even worry about how it works or the overhead as long as the frontend looks right.

    The same is true with computing. We’re abstracting containers inside of VMs on top of base operating systems which is adding so much more resource utilization to the mix (what’s the carbon footprint on that?) with an extremely complex but hidden backend. Everything’s great until you have to figure out why you’re suddenly losing packets that pass through a virtualized router to linuxbridge or OVS to a Kubernetes pod inside a virtual machine. And if one of those processes fails along the way, BOOM! it’s all gone. But that’s OK; we’ll just tear it down and rebuild it.

    I get it. I understand the draw, and I see the benefits. IaC is awesome, and the speed with which things can be done is amazing. My concern is that I’ve seen a lot of people using these things who don’t know what’s going on under the hood, so they often make assumptions or mistakes that lead to surprises later.

    I’m not sure what the answer is other than to understand what you’re doing at every step of the way, and always try to choose the simplest route (but future-proofed).






  • I’m thinking about it from the perspective of an artist or creator under existing copyright law. You can’t just take someone’s work and republish it.

    It’s not allowed with books, it’s not allowed with music, and it’s not even allowed with public sculpture. If a sculpture shows up in a movie scene, they need the artist’s permission and may have to pay a licensing fee.

    Why should the creation of text on the internet have lesser protections?

    But copyright law is deeply rooted in damages, and if advertising revenue is lost that’s a very real example.

    And I have recourse; I used it. I used current law (DMCA) to remove over 1,000,000 pages because it was my legal right to remove infringing content. If it had been legal, they wouldn’t have had to remove it.