God I wanna make so much art (drawing/painting/wood carving/crochet/build things/etc), make comics, learn languages, learn how to deep clean and power wash, garden, make clothes, make fursuits, travel, hike, forage, make youtube videos, go urban exploring, go ghost hunting, animate, preserve animal skeletons and insects, etc etc.

But I’m so perpetually exhausted that even just planning out an idea takes a lot out of me, and it feels so unfair.

Thankfully medication has helped out a looot (I mean the difference between taking genuinely months to do anything vs being able to do so within a week or even a day if lucky is quite an improvement) but it’s not gonna make me superhuman any time soon ^^;

    • FarraigePlaisteach@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 year ago

      I’ve been wanting to make an app or web service that lets people see which companies in their local supermarkets are up to shady and oppressive activities elsewhere. It would recommend an alternative that’s lower down the list of creepiness. That way, we can stop funding them to hurt our fellow humans, wildlife and planet.

      The first data set (brands for sale in a country) are easy to establish for a person but I’m not sure how you would do that programmatically.

      For the second data set (relative evilness), I’ve seen ranked lists online of how ethical certain brands are but I’m not sure how comprehensive and up-to-date they are or how you tap into those programmatically.

      I’m happy to partner with someone on a project like this, although without coding skills my contribution wouldn’t be equal.

      • mrmanager@lemmy.today
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I don’t have the time for that either. I’m working full time and that kind of project is better suited for a student with lots of free time. :)

      • mrmanager@lemmy.today
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        I can build what I want, it’s more about having ideas in think. Except math intensive things, I’m not interested in algorithms.

        • ∟⊔⊤∦∣≶@lemmy.nz
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          1 year ago

          This is my current idea. I have been asked by my family to get a private messaging solution so we can all share pictures etc, basically facebook but we have control of our own data. Friendica is close and takes care of the web side, but doesn’t have an effective messenger.

          So, the idea is to use this https://github.com/mesibo/messenger-app-android and integrate it so it uses the profiles configured in our Friendica instance.

          When this is done, Friendica will be a truely viable alternative to Facebook that anyone can use. Long term goal is a one-click installer to set up all of the above on AWS or something, so that any family can have their own private facebook and federate with their friends.

    • SomeDude@feddit.de
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Something that would help our compact star students because they always struggled with it

      • create a c++ library or header which is a a faithful implementation of numpy’s np.loadtxt for Python
      • create a c++ library or header which is a a faithful implementation of scipy’s interpol1d for Python.

      Seriously, just importing a simple txt Datafile table with just white spaces or tabs as delimiter is so much more work in C++ than in python.