this post was submitted on 12 Feb 2024
1151 points (93.2% liked)

linuxmemes

26221 readers
1822 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Potatos_are_not_friends@lemmy.world 62 points 1 year ago (11 children)

    Highly recommend picking up programming.

    1. Many communities are very welcoming.

    2. Worse case scenario, you end up loving programming and making it in a career and making a lot of money.

    Best case scenario, you contribute to open source.

    1. There's lots of sources out there to get started. Best part, lots of online communities too.
    [–] Evkob@lemmy.ca 22 points 1 year ago (7 children)

    I am too dumb brain for programming :(

    I've tried a few times in the past to get into it but I just get overwhelmed. I'm frankly amazed by and so thankful for all the programmers who contribute to all of the great libre software I use. I am stuck at the level of knowing more about computers than essentially everyone I know or encounter, while simultaneously being a complete and utter noob to anyone who actually understands computing. I just know how to use search engines and follow instructions written by people smarter than me.

    [–] Petter1@lemm.ee 2 points 1 year ago (2 children)

    Learn with the help of LMMs (AI chatbots), it’s awesome, just let it generate some code, read it, understand it, and try make the code better, more beautiful and/or more efficient. Add some feature you miss in the code, don’t hesitate to ask your LMMs follow up question, it won’t laugh at stupid questions, it is just great.

    [–] DarkenLM@kbin.social 11 points 1 year ago (1 children)

    However, do keep in mind that LLMs regularly pull language an library features out of their asses that have no direct correspondent in practice. I'd use the LLMs to generate small snippets of code, giving them a small and restricted set of requirements to minimize hallucinations.

    [–] Petter1@lemm.ee 3 points 1 year ago

    Yea, encountered that as well (depending on LLM model). Mostly, it is enough to just feed the exception output back into the LLM thread and it will Fix it’s bugs, or at least can tell you why this exception normally occurs.

    load more comments (4 replies)
    load more comments (7 replies)