• MentalEdge@ani.socialM
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 hours ago

    Yes, but it’s behind what I use currently.

    I’ve made some significant changes. The current version maintains a database of artists I like, and their various socials so they can be linked in each post, and even checks danbooru and pixiv for new art from them.

    I also made it activity balance communities. Before, the random feature would just pick an image from a folder you give it, now it’ll try to pick something suitable for the community with the least posts queued.

      • MentalEdge@ani.socialM
        link
        fedilink
        arrow-up
        2
        ·
        1 hour ago

        I’ll have to tidy up some of the spaghet I’ve added since last uploading a version, and document the new features, I guess.

        As much as you can clean up spaghet that’s all in one monolithic file 😏

          • MentalEdge@ani.socialM
            link
            fedilink
            arrow-up
            1
            ·
            31 minutes ago

            It’s never stopped me from writing working stuff, or coming back to change it even if it’s all gone from my head.

            I give functions and variables descriptive, at times sentence-lenght names, which makes shit real obvius for myself.

            It also makes finding sections of code easier, because I just need to vaguely remember shit to ctrl+f my way to the right lines.

            Still means that whenever other people see my code they go “wtf dude, you live like this”.