this post was submitted on 18 Dec 2024
869 points (98.0% liked)

linuxmemes

25357 readers
739 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
     
    (page 2) 44 comments
    sorted by: hot top controversial new old
    [–] infinite_ass@leminal.space 19 points 5 months ago (2 children)

    All Linux enthusiasts are attractive women.

    [–] Shipgirlboy@sh.itjust.works 5 points 5 months ago (2 children)
    load more comments (2 replies)
    load more comments (1 replies)
    [–] jawa21@lemmy.sdf.org 12 points 5 months ago (1 children)

    Nothing says "I love you" quite like a surprise LFS install.

    load more comments (1 replies)
    [–] 01189998819991197253@infosec.pub 51 points 5 months ago (9 children)

    Put the gun away and throw that cpp book in the bin, fool. I brought The Linux Kernel Programming Guide, which is in C, and my own socks, which are wool. Now let's gets crackin.

    [–] Pickle_Jr@lemmy.dbzer0.com 8 points 5 months ago (1 children)

    I already use linux. My feet have been getting cold lately. it never occurred to me to get wool socks. Is this how it starts? Are skirts next?

    [–] SlopppyEngineer@lemmy.world 8 points 5 months ago (1 children)

    Unless you use goat wool socks. Then you can go for a old school hippie build. Sandals, long hair, tie dye shirt and go from there.

    load more comments (1 replies)
    load more comments (8 replies)
    [–] Draegur@lemm.ee 5 points 5 months ago (2 children)
    [–] foofiepie@lemmy.world 2 points 5 months ago (1 children)

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

    load more comments (1 replies)
    load more comments (1 replies)
    [–] mogoh@lemmy.ml 2 points 5 months ago
    [–] z3rOR0ne@lemmy.ml 37 points 5 months ago* (last edited 5 months ago) (3 children)

    Girl, I will wear whatever socks you want, but... pulls out my own gun. We're reading this damn book instead.

    [–] pmk@lemmy.sdf.org 3 points 5 months ago (1 children)

    how does it compare to k&r (2nd ed.)?

    [–] z3rOR0ne@lemmy.ml 6 points 5 months ago* (last edited 5 months ago)

    Honestly, I prefer King's book to any other for intro to C programming. K&R is a classic, and is really quite good for diving into some cool tricks (i.e. postfix operation wizardry).

    But as a beginner, I can just say that King's book is much more digestible. The author holds your hand a lot more and assumes you only have a basic knowledge of programming and the UNIX command line.

    That said, the exercises and simple projects do push you to demonstrate what you learned in each chapter as well as enforcing other Computer Science fundamentals like basic data structures (stacks, queues, linked lists) through demonstrations in the C language.

    My plan is to revisit K&R after a few other books in C like Advanced Programming In The Unix Environment, Unix Network Programming, and The Linux Programming Interface. All while referencing Beej's Resources.

    I feel like by then I'll hopefully have a more solid grasp on C and can then more aptly appreciate The K&R Book.

    [–] SkaveRat@discuss.tchncs.de 6 points 5 months ago

    Don't kink shame her

    [–] somenonewho@feddit.org 13 points 5 months ago (1 children)
    [–] z3rOR0ne@lemmy.ml 6 points 5 months ago

    Lol. I prefer the New Testament.

    [–] kekmacska@lemmy.zip 2 points 5 months ago* (last edited 5 months 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 5 months 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 5 months 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)
    [–] devfuuu@lemmy.world 4 points 5 months ago

    Only the internet to keep telling us these lies 😭

    [–] Magister@lemmy.world 70 points 5 months ago (3 children)

    Linux is C only, ever read the rant by Linus last century about C++ ? I was there, in usenet

    [–] dis_honestfamiliar@lemmy.sdf.org 18 points 5 months ago (1 children)

    Wait, you are telling people had discussion in Usenet? No way!

    [–] Magister@lemmy.world 11 points 5 months ago* (last edited 5 months ago)

    it was mostly flame wars, alt.bin.pictures.erotica, warez, discussion about The Simpson, and of course The Oracle, and Kibo.

    EDIT for young people, the usenet oracle and kibology

    [–] trxxruraxvr@lemmy.world 43 points 5 months ago (2 children)

    They're about allow bits of rust though

    [–] SkaveRat@discuss.tchncs.de 6 points 5 months ago

    Have they tried applying a bit of protective oil coating?

    [–] GhiLA@sh.itjust.works 8 points 5 months ago
    load more comments (1 replies)
    [–] raoul@lemmy.sdf.org 52 points 5 months ago (2 children)
    [–] kekmacska@lemmy.zip 16 points 5 months ago (1 children)

    the author of C++ said that C gives you many opportunities to shoot yourself in the leg. You have a much less chance for this to happen with C++, but when it does, you will blow your whole lower body off

    [–] Valmond@lemmy.world 4 points 5 months ago (2 children)

    Yeah C++ is a bazooka, C is like the death of 1000 paper cuts.

    The paper cuts are all poisonous and kills you anyway.

    [–] kekmacska@lemmy.zip 3 points 5 months ago (2 children)

    I haven't used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are

    load more comments (2 replies)
    load more comments (1 replies)
    [–] TimeSquirrel@kbin.melroy.org 38 points 5 months ago (1 children)

    Wat? Don't you dare talk that way about my favorite multiple personality disorder clusterfuck of a language.

    [–] brown567@sh.itjust.works 24 points 5 months ago* (last edited 5 months ago) (3 children)

    C is the only language, all the rest are mental disorders (/j πŸ˜‰)

    Edit: maybe rust, but it's on thin ice XD

    [–] cygnus@lemmy.ca 11 points 5 months ago

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

    [–] m_f@midwest.social 115 points 5 months ago (8 children)

    The cool kids are forcing people to read this at gunpoint nowadays

    [–] 30p87@feddit.org 9 points 5 months ago (1 children)

    I'll never touch Rust.

    I hate the syntax and cargo too much for that. If that means that I'll never write mission critical, low level code, so be it.

    [–] m_f@midwest.social 9 points 5 months ago (1 children)

    What don't you like about Cargo? Is there another package manager you like more?

    [–] 30p87@feddit.org 6 points 5 months ago* (last edited 5 months ago)

    Well - of course I prefer a centralized package manager like pacman, which I also use for python packages etc., but I mainly dislike the building process of rust, which is usually done with cargo. No libraries, not even a global cache for already compiled dependencies, no distcc. This makes it infinitely slower than most C/C++ projects. Compiling the kernel is literally faster than compiling a "simple" project like spotify_cli (500+ dependencies, depending on configuration).

    So it's ass from a user perspective, waiting for stuff to compile (just for it to fail, and start from scratch, as some stuff needs a clean build/src dir), and imo very weird from a dev perspective.

    [–] jia_tan@lemmy.blahaj.zone 4 points 5 months ago (1 children)

    Why is there Gleam and Deno on the cover?

    [–] Ephera@lemmy.ml 5 points 5 months ago (1 children)

    I know you're joking, but uh, both of those are (largely) implemented in Rust...

    load more comments (1 replies)
    [–] TootSweet@lemmy.world 72 points 5 months ago (5 children)

    Right? It's in the kernel and everything now. Linus likes it. Linus hates everything. HOW MUCH ARE THEY PAYING HIM?

    [–] Ephera@lemmy.ml 25 points 5 months ago

    Did he actually say that he likes it? My impression was that it's not his comfort zone, but he recognizes that for the vast majority of young programmers, C is not their comfort zone. And so, if they don't hop on this Rust train, the Linux kernel is going to look like a COBOL project in a not too distant future. It does not happen very often that a programming language capable of implementing kernels gains wide-spread adoption.

    [–] wander1236@sh.itjust.works 43 points 5 months ago (1 children)

    Big Rust has gotten to Linus

    load more comments (1 replies)
    [–] brown567@sh.itjust.works 22 points 5 months ago

    One (1) good programming language is what they paid him XD

    load more comments (2 replies)
    load more comments (5 replies)
    load more comments