• 0 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: July 26th, 2023

help-circle

  • I’d do it differently.

    I would fund a massive advertising campaign preaching equality, fairness, and cooperation

    I would use the tax system to weaken the cycle of intergenerational wealth (the ultra wealthy spend borrowed money which is settled by their estate on death; I would tax bequests to banks; I would tax inheritances above a pretty high limit.

    It would take time. The aim would be to have a much more level wealth distribution



  • So it’s big and diverse ecosystem with multiple standards to choose between

    The problem isn’t that it’s missing something like cpan, it’s that there are ten incompatible ones to choose between

    Remind me not to learn python. If I get into microcontrollers I shall use their C++ like language not micropython ;)

    I really like the ability to dig up code from twenty years ago and just run it





  • I had a boring job years ago. We didn’t have web access in the office, we did have a typing tutor program

    I could already type

    So I decided to learn to type again

    So now I type on a dvorak layout except for the first login where I must use qwerty. About the time the password expires and must be changed I get to the point where it’s muscle memory in both layouts


  • Does python not require you to include your libraries? How can the runtime environment not tell you “you used whatever library but whatever library isn’t installed” is it then hard to find the library? Does python not have anything like perl’s cpan to consolidate all libraries? Can’t you just grep for the libraries a project calls and loop over the results adding that library to the build environment?





  • psud@aussie.zonetoMemes@lemmy.ml2 life pro tips in one meme!
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    7 hours ago

    Every plant is trying to kill you. It doesn’t want to be eaten. It especially doesn’t want you to eat its seeds. We can detoxify most of the ones that people eat, but it costs

    Eating the same plants over again can make you sick

    You may not be as good at detoxifying those plants as the people who do well eating them

    I know I’m a lot healthier with no plants in my diet than I have been with lots of plants




  • psud@aussie.zonetoMemes@lemmy.mlDecision time
    link
    fedilink
    arrow-up
    2
    ·
    5 days ago

    Linux + postfix (SMTP) + dovecot (IMAP and POP3) + SPF + DKIM on the host

    Point the MX record for your domain to your IP address

    Contact your ISP and ask them to set the PTR record for your IP to your hostname

    Mail can be handled by a very low end computer, a raspberry pi can handle email for a small number of users

    If you have a specific mail machine you would forward the ports you use to that host on your router.


  • psud@aussie.zonetoMemes@lemmy.mlDecision time
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 days ago

    I self host email. Email is easy. I went a tad overboard with database configuration, a configuration/password change program, a few virtual hosts so I can renew six different names, but a single domain on a Linux box (any flavour) is easy

    It makes it easy to make a bespoke email address for every entity you interact with, or show them the respect they deserve by giving your valid email spam@your.domain.tld

    It is a bit of a hobby though. You need to keep up with email security if you want to send to anyone.