• 1 Post
  • 65 Comments
Joined 10 months ago
cake
Cake day: June 22nd, 2024

help-circle





  • Insbesondere für solche ersten Experimente sollte der Server dann aber nichts sonst tun und vom Rest des Netzes isoliert sein, damit du dir nicht so die Finger verbrennst, wenn es mit Sicherheit schief geht.

    Alternativ: eine virtuelle Maschine bei hetzen kostet 1-2 € pro Monat ind da klemmt hetzner dir im Zweifel die Maschine ab wenn jemand anfängt da massiv Spam drüber zu versenden.



  • Du sagst, du möchtest mit Shell Scripten in deiner Webseite arbeiten. Das mag ein Sprachfehler sein, wäre so aber wirklich eine schlechte Idee und deutet noch mehr darauf hin das du dich nicht genug auskennst um abzuschätzen wann etwas unsicher ist.

    Grundsätzlich geht so etwas natürlich, DynDNS, LetsEncrypt und BasicAuth kann gut genug sein. Muss man aber auch erst mal einrichten.




  • dwt@feddit.orgtoLinux@lemmy.mlThunderbird 134.0 released
    link
    fedilink
    Deutsch
    arrow-up
    1
    ·
    3 months ago

    On MacOS there was only the option to show all notifications with the same settings. This lead to me either missing appointments because their notifications didn’t stay, or getting drowned by email notifications which is very annoying.

    What I want is to have appointments show up as notifications that stay, while emails show up as notifications that go away after a few seconds. Here’s hope that this is now possible keeps both thumbs pressed










  • I have found that if it matters for some code I can relatively easily get it withinn a x2 of Java by using one of the many ways to get python code to compile down to native code. Or use a framework like torch, pandas that is already written in c or rust.

    The thing is, that most times it doesn’t matter, because you are anyway waiting on other systems or components. Waiting faster is not going to speed things up.

    That being said, of course it is possible to write python code that wastes abysmal amounts of energy. And it is easier to code in python, so that is of course easier to do than in other languages. Not sure if that is the fault of the language though.