this post was submitted on 21 Jul 2023
115 points (96.7% liked)
ADHD
9655 readers
13 users here now
A casual community for people with ADHD
Values:
Acceptance, Openness, Understanding, Equality, Reciprocity.
Rules:
- No abusive, derogatory, or offensive post/comments.
- No porn, gore, spam, or advertisements allowed.
- Do not request for donations.
- Do not link to other social media or paywalled content.
- Do not gatekeep or diagnose.
- Mark NSFW content accordingly.
- No racism, homophobia, sexism, ableism, or ageism.
- Respectful venting, including dealing with oppressive neurotypical culture, is okay.
- Discussing other neurological problems like autism, anxiety, ptsd, and brain injury are allowed.
- Discussions regarding medication are allowed as long as you are describing your own situation and not telling others what to do (only qualified medical practitioners can prescribe medication).
Encouraged:
- Funny memes.
- Welcoming and accepting attitudes.
- Questions on confusing situations.
- Seeking and sharing support.
- Engagement in our values.
Relevant Lemmy communities:
lemmy.world/c/adhd will happily promote other ND communities as long as said communities demonstrate that they share our values.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can you share some ideas for programming projects? I have time but no ideas.
How about a cross-platform yt-dlp GUI made in the Qt framework?
Very specific but I'm sure people would appreciate a GUI for it.
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.
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. :)
What's your skill level?
I can build what I want, it's more about having ideas in think. Except math intensive things, I'm not interested in algorithms.
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.
You can use Signal
Where is the data stored, and is it easily manageable?
Signal is a centralised service so it would be stored in their servers but its encryption protocol, the Signal protocol, is well regarded. It also collects little metadata which can be concern for people with very high threat models.
Assuming you're referring to user-friendliness, the UX is very intuitive and people find it easy to get others to migrate there because of it.
https://github.com/signalapp/Signal-Android
You could try contributing to an existing open-source project.
Something that would help our compact star students because they always struggled with it
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.