• 0 Posts
  • 147 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle








  • Not to tell you you don’t need a GUI calculator program, but the only times I needed one was on screen sharing when I had to show someone else what I’m doing.

    For all other cases, python in console is the best calculator ever. You don’t need to learn Python to use it, and it’s most likely already installed in most systems that you use.




  • It’s crazy, given that all these devices have something powerful like an esp32, isn’t it?

    I’ve done some of my home stuff this way, but I had to program it myself. Tasmota has some features which can be used without a server, but that’s just for simple stuff like switches. For whatever reason (simplicity for non tech people?), out of the box products don’t work this way.

    If you don’t have days of spare time, you buy ready made products and set them up in minutes in Home Assistant









  • oldfart@lemm.eetoLinux@lemmy.mlUsing ChatGPT with Linux
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    3 months ago

    As an example of what’s possible with GPT4. Client wanted DNS auth in Letsencrypt instead of HTTPS, so we can close incoming port 80. They’re using a registar with a proprietary API. With ChatGPT I created a certbot plugin in about 10 minutes, feeding it a pdf with API description.

    I know how to do every step of this myself, but it’s a 4-8 hour task to research the registar’s API and how certbot plugins interface. Instead, I took another 15 minutes to review the code, ran it, and it’s done.