• 2 Posts
  • 44 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • Haven’t had a chance to use it much tbh, I mostly work in backend development. I’d deeply prefer it to Electron for my personal ideological reasons (which is that running “native” apps in a browser is stupid), but I hear it’s not recommended for web, so you’d still have to develop two or three versions (depending on how feasible it is to keep desktop and mobile on the same codebase - I’m not sure on that). Still, it’s more reasonable than doing the desktop versions in Qt in this day and age, because C++ is just a recipe for footgunning yourself. This is of course negated by having significant C++ experience, in which case Qt is the way to go.





  • boonhet@lemm.eetomemes@lemmy.worldHow awful! *snickers*
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    1 day ago

    Can’t happen. CEOs need to take the fall when the company is caught doing real shady shit, it’s why they get paid so much AND have golden parachutes to boot.

    Soon as you replace the CEO with AI, the question rises: when the company is, for example, caught accidentally making people less alive than desired in order to make profits better, who’s at fault? The AI company? They wouldn’t take that blow to their image. Has to be an individual.

    I’m not trying to say CEOs are innocent snowflakes. I’m saying they’re expected to be ruthless bloodsuckers and when the time comes, they protect the board by getting fired. Then the board chooses a new ruthless bloodsucker.


  • This shouldn’t surprise anyone. Windows, Apple and Android, and the companies that develop software that run on Windows, Apple, and Android, have all fallen into the habit of writing unoptimized, bloated code

    Same goes for anyone who develops software that runs on Linux or more importantly, the Web. Unless we’re talking about command line utilities, which truly are bloatless. But they’re that way on MacOS too.

    The issue is that 99% of the time you want your user interface to be graphical, and you want it to run on multiple platforms, unless you’re a Windows-only shop (realistically the only operating system you can afford to have as the ONLY target). But every OS has different libraries and frameworks for native GUI, so your options are Web technologies and either run it in the browser or package it in Electron, or a cross-platform native GUI framework. Those inevitably have worse performance than truly platform-native code, but not as bad as Electron. Inevitably, everything is running on Electron because it’s just easier to take your existing web app and repurpose it for desktop via Electron than develop two separate apps. And the web app itself, without Electron, is already shit. Why is it shit? Because Javascript is shit, the DOM is shit, everything is shit. We’ve been adding more and more and more to tech from the 1990s. It keeps growing in complexity and we’re just doomed.

    Maybe WASM will fix parts of this, but at present time you can’t write a full web application in WASM without any Javascript involved. And you still have the DOM, and probably CSS, etc… All of which just suck ass.

    Now, you CAN write an efficient UI in pure Javascript, maybe using jQuery, but not a big framework like React or Vue… But then you’ll find out duplicating so much work, it’ll take 3-5x as long to ship the product.









  • I pay $100/month for internet access.

    Irrelevant to the point, but damn that feels so high. I pay something like 30 or 40 euros per month for symmetric 500 megabit, in one of the countries with the highest internet prices in Europe.

    Lemmy may be free to access, but certainly not free to host. Am I paying for it personally? No, but someone is.

    Well yes, someone is, but my point was, there are loads of examples on the Internet where something truly is free to use and hosted by someone who doesn’t ask for anything. There is real altruism to be found here.

    You also don’t see Lemmy paying hundreds of YouTubers and influencers for ad spots.

    Yes, this is where the difference comes in. When something is free AND the people running it have ridiculous amounts of money to spend on sponsorships and ads… Then you can be sure there’s a catch.