this post was submitted on 21 May 2025
65 points (95.8% liked)

Ask Lemmy

31764 readers
885 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

I've always wanted to understand what is actually meant by this. I have wanted to get into programming for years, did some basic python and c, but could never really progress. Not necessarily a linux question but I know since most distros come with libraries already, it's popular to use for programming.

I have trouble understanding what people are actually programming if it isn't their job. Like, you go to your computer and start working on...what? I don't know enough to make an entire program or debug a game, so im just unsure what people do especially when starting out.

Also I don't really want to learn it for a job. I just want to learn it to know it. But im not sure how to apply it to anything realistic.

you are viewing a single comment's thread
view the rest of the comments
[–] Fermiverse@gehirneimer.de 1 points 19 hours ago

I wrote two apps for android giving me access to health data of food, stored in a local database to work without net access.

Then I wrote a software to mass-balance rotors with many exchangeable blades. Also software to encode/decode hex strings containing certain formated data. Both for windows.

This happened sometimes several years inbetween. Scripting in bash, perl, php python for other computer and homecontrol stuff.

As a hobby programmer I tought programming myself. Coming from VB6 era (I know I know) I sticked to that type of language syntax, not spaghetti code though.

What I want to say is there is sometimes an idea and then stick to it and try to accomplish. Maybe its too complicated at first but then you learn until next time works out. Its a marathon not a sprint.