this post was submitted on 09 Dec 2025
54 points (98.2% liked)

linuxmemes

30489 readers
1131 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.
  • Don't come looking for advice, this is not the right community.
  • 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
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] mavu@discuss.tchncs.de 32 points 2 months ago (1 children)

    Thats... Thats like a flat earther in computer stuff.

    Do those really exist??

    [–] pulsewidth@lemmy.world 6 points 2 months ago

    I know it gets thrown around a lot, but the Dunning-Kruger effect is real and applicable to people in all fields.

    [–] Clent@lemmy.dbzer0.com 19 points 2 months ago

    No matter how fanboi-y a Linux or Apple user gets, they can never out fanboi a Microsoft fanboi. They take making shit up about competitors to a entirely new level.

    [–] super_user_do@feddit.it 18 points 2 months ago (2 children)
    [–] presoak@lazysoci.al 4 points 2 months ago (1 children)

    But once you read his words he's got a foot in the door. Then he's harder to ignore.

    So maybe it's harder to ignore fools on social media. Which would make social media a kind of fool-enhancer.

    I guess this is where blocking comes in. But that seems drastic.

    [–] pulsewidth@lemmy.world 2 points 2 months ago

    Blocking is severe, but boy is my feed clean of morons (I think I've only blocked like 30 people on Lemmy).

    You gotta try it. Very satisfying to click 'read all' on your inbox now and then to clear out notifications for new (hidden) messages from trolls you've blocked.

    [–] CheesyFox@lemmy.sdf.org 2 points 2 months ago

    what a great way to create a set of echochambers with schizo worldviews

    [–] MoogleMaestro@lemmy.zip 18 points 3 months ago (19 children)

    Electron is the only cross platform gui toolkit...

    If you ignore QT, GTK and everything else.

    I'm so glad that Microsoft makes an awesome cross platfor--- wait, no, but they contribute code to--- hmmm ... Hey, what does Microsoft do to make apps more portable again?

    [–] ZILtoid1991@lemmy.world 11 points 3 months ago* (last edited 3 months ago) (2 children)

    The real reasons often are:

    • They want be able to hire much cheaper webdevs instead of software devs.
    • Electron has a lot of built-in data collecting metrics, which they urgently need for creating a real-life KITT.
    • Easy live embedding of content. Sure you can add your own solution, in fact I created ETML as a solution for this problem for my engine, all without any support for nasty scripting languages or convoluted stylesheets (style-inheritance in CSS turned me off from webdev even more than JS did). At best, it can be used for things like embedding videos on Discord, because no one else thought some universal approach, let alone one that disallows proprietary players. At worst, it's being used for ads.

    Also a lot of Windows-only apps are Electron apps, only because the manufacturer wants to go "fuck you", even putting protections into the code just in case you wanted to run it on Linux.

    EDIT: Forgot the "live embeds" reason.

    [–] klangcola@reddthat.com 3 points 2 months ago

    Another reason is when developing the Web version first. Draw.io is a good example, where we get a bonus desktop(electron) version "for free" though the product was developed as a web app.

    load more comments (1 replies)
    [–] lime@feddit.nu 7 points 3 months ago (1 children)

    one of the funniest (and sadly accurate) things i've heard said about linux backwards-compatibility is that its most stable API is Win32. you can run really old windows software on wine because they support stuff even windows doesn't anymore.

    of course this is because the expectation is that you can just recompile old software to work on new systems, which is not really a thing on window.s

    [–] jollyrogue@lemmy.ml 3 points 2 months ago (1 children)

    The most stable system is one that is out of support. No updates == No breakage! πŸ˜„

    [–] Archer@lemmy.world 4 points 2 months ago (1 children)

    It’s very amusing to imagine devs carefully watching for an EOL/EOS date and starting to build software only after

    [–] sem@piefed.blahaj.zone 3 points 2 months ago

    I think this is the point of Debian stable, and also why some devs hate Debian stable.

    [–] DacoTaco@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (4 children)

    .net
    .net cli apps are cross platform and can be portable :p
    Gui in .net isnt fully cross platform ( maui is everything except linux ) but frameworks like avalonia ( .net ) and imgui fix all that :')

    [–] klangcola@reddthat.com 2 points 2 months ago* (last edited 2 months ago)

    Thanks for reminding me why Maui doesn't support Linux. I saw Maui mentioned in an earlier comment and was baffled why KDE would make something not working that doesn't work in Linux. It's because Microsoft stole the Maui name from KDE: https://www.phoronix.com/news/Microsoft-KDE-MAUI

    load more comments (3 replies)
    load more comments (16 replies)
    [–] olafurp@lemmy.world 8 points 2 months ago (1 children)

    Meanwhile Microsoft makes the start menu with React

    [–] bytesonbike@discuss.online 6 points 2 months ago* (last edited 2 months ago) (3 children)

    I try not to let considerations get in the way of doing great work.

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

    That is the most punchable response I've seen in a while.

    [–] billwashere@lemmy.world 3 points 2 months ago (1 children)

    When you have a hammer, everything looks like a nail.

    load more comments (1 replies)
    load more comments (1 replies)
    [–] Jankatarch@lemmy.world 3 points 2 months ago (2 children)

    "I am a react developer"

    I thought we are supposed to be language-agnostic after 3rd project.

    load more comments (2 replies)
    [–] lefaucet@slrpnk.net 2 points 2 months ago (1 children)

    No way that's real. Tell me it's not real

    load more comments (1 replies)
    [–] 0x0@lemmy.zip 8 points 2 months ago

    Lame attempt at ragebait.

    [–] deathmetal27@lemmy.world 6 points 2 months ago (1 children)

    Aren't Qt and GTK cross platform? I have Dolphin and Kate running on my Windows work laptop.

    [–] highball@lemmy.world 2 points 2 months ago

    Yeah, he doesn't know what he's talking about. There is a shitload of frontend developers that specialize in web standards and technologies. Electron was developed to take advantage of that deep pool of frontend developers. The side affect, is that other OSes can just support electron and they get the developers and the applications for free. Which has been a major boon for Linux users and those looking to escape Microsoft's vendor lockin strategy. Today might be different, but in the past, nobody was intending to support Linux by creating electron apps. If they cared so much or it was so important, they would have been using Qt and GTK prior to Electron.

    [–] FE80@lemmy.world 6 points 2 months ago (1 children)

    What kind of shit for brains asshole is still defending Windows in 2025?

    load more comments (1 replies)
    [–] SlurpingPus@lemmy.world 6 points 2 months ago* (last edited 2 months ago)

    (Apple as a platform is so closed that it couldn't be influenced by this utter crap and the developers can use the OS native API's.)

    A hidden gem of stupidity and nonsense in the already pretty dumb tirade.

    that's a lot of words to basically say "i'm a fucking idiot".

    [–] vk6flab@lemmy.radio 5 points 3 months ago

    Wow, that's some serious misinformation.

    [–] arc99@lemmy.world 4 points 2 months ago (1 children)

    Every operating system contributed to the bloat. Windows has Win32, OS X has Carbon / Cocoa, Linux has X11 and various widget libs that sit on top of it. So it has been a perennial nut to crack to make cross platform widgets - wxWidgets, QT, SWT/JWT/Swing on Java, XMLShell (Firefox), Electron, GTK/GTK#, winelib etc.

    Throw mobile platforms into the mix and it's an unholy mess. Lowest common denominator is HTML and so the likes of Electron "wins" even though it's bloated and slow.

    [–] gandalf_der_12te@discuss.tchncs.de 3 points 2 months ago (11 children)

    i actually don't have a problem with HTML, i just think that instead of every app shipping their own copy of electron, the operating system should provide basic browser functionality.

    [–] wdx@feddit.org 2 points 2 months ago

    that sounds like Tauri!

    Linux and Mac use WebkitGTK, Windows uses Edge/Chromium, Android uses Chrome - as bundled in the respective OS, and you essentially have a frontend running on that webview communicating with a backend running locally via some special IPC protocol

    load more comments (10 replies)
    [–] yogurtwrong@lemmy.world 4 points 2 months ago* (last edited 2 months ago) (1 children)

    Show me how you never programmed anything without telling me

    Software should be maintained, not built and forgotten about. Windows encourages the latter, which is just straight up bad practice

    [–] IggyTheSmidge@lemmy.blahaj.zone 2 points 2 months ago (1 children)

    Fairly large chunks of Windows code are examples of the latter, in fact.

    [–] cows_are_underrated@feddit.org 2 points 2 months ago (1 children)

    You dont even have to look at the code to see this. Just make one wrong click in a UI and youre directly getting dragged into a UI that hasn't changed since Windows XP.

    [–] Trainguyrom@reddthat.com 2 points 2 months ago

    But that's always a good sign that you've dug into the part that actually still works consistently! Once you pop some Windows 2000 era UI you know you've struck gold and need to note the path for next time (until Microsoft rearranges their settings for the 5th time this year of course)

    [–] DylanMc6@lemmy.ml 3 points 2 months ago

    sometimes if you have nothing nice to say to that person, just post rocky horror .gifs. i really wish this site would have a .gif finder though. seriously!

    [–] Treczoks@lemmy.world 3 points 2 months ago (1 children)

    Tell me you have no idea how software development works without saying it...

    [–] squaresinger@lemmy.world 2 points 2 months ago

    Tbh, it's not entirely wrong, which is the reason why it works so well as rage bait.

    It's really not about Linux, but it is about supporting anything and everything out there with a single app. Use Electron and you can have the same app running on Windows, Mac, Linux, Android, iOS, your car, your game console, your smart fridge and in a website.

    Of course the result sucks, but if you can cut development effort into a fraction while also supporting systems that you would have never supported otherwise, that's not a bad deal for businesses.

    [–] presoak@lazysoci.al 2 points 2 months ago

    You need to put this in clear [JOKE] tags, otherwise they'll never get it.

    [–] art@lemmy.world 2 points 2 months ago (1 children)

    Okay, how does this dude explain native Linux apps?

    Probably "Native Linux apps are made in Linux-only bullshit by useless neckbeards, and probably only run in the terminal. Real actual apps like Discord made by a for-profit corporation have to be made cross-platform."

    [–] jollyrogue@lemmy.ml 2 points 2 months ago* (last edited 2 months ago) (3 children)
    1. The user land API/ABI is stable to a fault in Linux. The kernel API/ABI is unstable.

    2. Companies are cheap. They hired web devs then tasked them with building a desktop application rather then hiring people to write native apps. They had a hammer and used it to fix every problem they had.

    3. macOS is just as affected by electron apps as a Linux is.

    4. Electron is horrible, but it does bring apps to many an OS once Chromium is ported.

    5. Open protocols or open APIs from the company would fix the non-native app problem.

    [–] ammonium@lemmy.world 3 points 2 months ago

    The user land API/ABI is stable to a fault in Linux. The kernel API/ABI is unstable

    It's the other way around. The kernel API stable to a fault, the kernel ABI isn't. If your application only relies on the kernel API you won't have many compatibility issues. If you rely on userland stuff such as C++ stdlib, GTK, QT, Python, ... Good luck.

    load more comments (2 replies)
    [–] dejected_warp_core@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (3 children)

    This is such a hilariously bad take. I like how "I can't use Win32 on Linux" morphed into "re-write the whole app in Javascript just so I can use Electron."

    Meanwhile, Wine and QT are like: "am I a joke to you?"

    I'll add that (IMO) a lot of applications are becoming increasingly malicious, although less-so in the desktop space. I'm happy that devs like this are forced to quasi-sandbox their crap into a browser. Actually, if anyone knows how to crack into an Electron app in order to restore local plugins, user-scripts, and sandbox security controls, let me know. Or just liberate the guts into a local web app instead so I can use a real browser? This trend could be very useful for local security if those features become available.

    [–] ILikeBoobies@lemmy.ca 2 points 2 months ago (3 children)

    I can code in C on all 3 (more if you include BSDs). You would not believe how amazing my skills are to avoid platform specific dependencies in a language that predates all these OS.

    load more comments (3 replies)
    load more comments (2 replies)
    load more comments
    view more: next β€Ί