this post was submitted on 18 Dec 2024
825 points (97.8% liked)

linuxmemes

21596 readers
621 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) 37 comments
    sorted by: hot top controversial new old
    [–] affiliate@lemmy.world 3 points 3 days ago

    please don’t make me read another bjarne book. the last time i read one it made me want to stop programming

    [–] devfuuu@lemmy.world 4 points 3 days ago

    Only the internet to keep telling us these lies 😭

    [–] 33550336@lemmy.world 1 points 2 days ago

    Stroustroup textbooks aren't for Visual Studio? At least Programming: theory and practice?

    [–] UnhingedFridge@lemmy.world 2 points 3 days ago

    Am I going too hard by making shortcuts to start and stop SSH on my steamdeck desktop for easier file transfer? Feels like a basic security step when connecting to other networks, while not wanting to remember the commands to enable, also wanting to avoid keeping the perms permanently open for the sake of unknown backdoors. Even added windows stating if it was started or stopped in the case of extra sauce or herb.

    Ayy girl, we're going over and beyond with your network security, because we all do a fucky wucky from time to time.

    [–] mogoh@lemmy.ml 2 points 3 days ago
    [–] kekmacska@lemmy.zip 2 points 3 days ago* (last edited 3 days 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 4 points 3 days 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 3 days 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

    [–] sepi@piefed.social 0 points 3 days ago* (last edited 3 days ago)

    "However you are right that..." I did not make the claim you are telling me I am right for making. I think a bot wrote this.

    [–] Ephera@lemmy.ml 2 points 3 days ago

    I would not throw Rust and C together in this.
    Rust is low-level in terms of being usable for kernel and embedded development (due to not needing a runtime), but it's rather high-level in terms of the syntax offering lots of abstraction from the weirdness of the hardware.

    Some of that not-needing-a-runtime does bleed into the syntax, but in my opinion, it's still higher level from a syntax perspective than Bash et al, because it brings in many functional aspects.

    I guess, I'm also just bothered by you saying, you don't 'need' Rust for writing CLIs, when it's my favorite language for this.
    To some degree, I do just find it ridiculous to launch a whole runtime when the user just wants the --help, but the argument parsing in Rust is also just really nice: https://rust-cli.github.io/book/tutorial/cli-args.html#parsing-cli-arguments-with-clap

    [–] ikidd@lemmy.world 1 points 3 days ago (1 children)

    Jesus Christ, how old is that Pi?

    load more comments (1 replies)
    [–] imPastaSyndrome@lemm.ee 0 points 3 days ago

    That's not socks that's a gun

    load more comments
    view more: ‹ prev next ›