NormalPersonNumber3

@NormalPersonNumber3@lemmy.einval.net
1 Post – 2 Comments
Joined 1 years ago

Admittedly, I have not used AI, but that probably would be overwhelming compared to everything else you have listed so far. (In other words, the time spent learning it would overshadow the amount of gain you would have from it)

But I believe everything else you've mentioned is probably achievable, even if it's not all at once. I do not use those social media sites, so I don't have an immediate answer, but I can assist in thinking about the problem. (Programming is all about solving problems you don't know how to solve yet) It's also iterative, you don't have to have a complete solution to make your life a lot easier.

Let me ask some questions that may help:

  • What are the most common kinds of formatting that you do?
  • What are the various syntax tools that these social media sites use?
    • I honestly could not find an easy answer to this, which surprised me.
  • Is there a formatting syntax that can already be converted to other kinds of syntax that you want to do?
    • My go to for that is Markdown, which is usually promising, but I do not know your needs.

It's always good to break your problem down into smaller problems first, and then solve each small problem, one at a time.

Let me know if that helps, and feel free to provide more details.

edit: grammar

There are a few open source game projects I follow. I suppose the most famous one is the Freespace 2 source code project. Although it didn't start open source, the original devs open-sourced it later. It has great support, and a great modding launcher called Knossos. To play the game, even with the source code, you either need the original disks or a copy of the installer from GoG, but it's really cheap. Getting it working on Windows is pretty easy, but Linux is only slightly more complicated. (Fortunately, there's a new launcher that makes it way easier).

If you're interested, let me know.