this post was submitted on 18 Dec 2024
644 points (98.1% liked)

linuxmemes

21570 readers
923 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    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 fork-bomb your computer.

    founded 2 years ago
    MODERATORS
     
    (page 2) 26 comments
    sorted by: hot top controversial new old
    [–] Draegur@lemm.ee 4 points 8 hours ago (2 children)
    [–] foofiepie@lemmy.world 1 points 7 hours ago

    Absolutely. Put the gun away. You got me at nerdy.

    load more comments (1 replies)
    [–] cygnus@lemmy.ca 10 points 11 hours ago

    I'm down for Linux, but not C++ (I'm not into S&M)

    [–] mogoh@lemmy.ml 2 points 9 hours ago
    [–] devfuuu@lemmy.world 3 points 11 hours ago

    Only the internet to keep telling us these lies 😭

    [–] kekmacska@lemmy.zip 1 points 10 hours ago* (last edited 10 hours ago) (2 children)

    for command line apps bash, python, perl, ruby and similiar high level languages are more than enough. You can write some Kali Lincox the louder you are the less you hear network probe stuff with any of these, or even a storage optimizer (BleachBit is almost entirely written in Python, which is a very highly abstracted language implemented from C) Rust and C are only needed for performance-crtitical stuff (like rythm games) or/and directly interacting with hardware (drivers, firmware, system functions)

    [–] sepi@piefed.social 3 points 9 hours ago (1 children)

    Don't listen to the newbie above. You can use whatever language you are comfy with that works for your situation.

    [–] kekmacska@lemmy.zip 3 points 9 hours ago (1 children)

    i never said you can't. But high level languages were made for high level programming, and low level for low level programming. If you only know C, sure, you can write a desktop music player, but it will be much harder than just using Java, or even Python, since both of these languages are known about their extensive prewritten libraries. And you have to write much less, which means less room for error. Using a high level language will also benefit you if you decide to port your app to a drasticly different operating system. You can use the same codebase for Python, and for Java too to seamlessly run the program on any other os supported by these languages. In C, you need to adjust a lot of things, i know from experience that Linux C source can compile and run on windows, but it is extremely rare and can introduce bugs. However, you are right that C is highly multifunctional. If you know it, you can write any low level software or desktop app. And it also runs mich faster than any high level intrepeted language. And even if i could be considered a beginner, i actually study software development and testing, so i have an idea what i'm talking about

    load more comments (1 replies)
    load more comments (1 replies)
    load more comments
    view more: ‹ prev next ›