Interests: News, Finance, Computer, Science, Tech, and Living

  • 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Many cell providers have a mail to SMS gateway. Just sent email to the correct address and you’ll get SMS. As far as sending mail either with bash or with Python. That is quite possible and not hard.

    Sorry I do not have the code at hand. Memory is Python standard library has SMTP capability and Bash you can just use the mail command. May have to configure mail on your Linux box too or just use a remote server.


  • A short list:

    • The current one is a Linux system backup tool written in Python that I use for my systems.

    • Recently worked through Mozillas PWA materials to learn how to make Progessive Web Apps. I need decide on what to do with that next. This HTML, CSS, JavaScript, pretty much. Put up a Python web server for some of it.

    • I have a security system that is tied together via various Python services. I need to work on that more.

    • A few years ago I write a big Monte Carlo financial simulation for retirement planning including taxes. Again Python.

    • A while ago I wrote a bunch of test code too benchmark all of the ways to make Python fast. Also looked a C extension, parallel computing, vectorization, GPUs. Some results not that intuitive.

    I have a ton more.