• 0 Posts
  • 48 Comments
Joined 8 months ago
cake
Cake day: August 6th, 2024

help-circle

  • _____@lemm.eetoProgrammer Humor@programming.devWhy indeed
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    13 days ago

    There’s lots of valid reasons for this.

    Imo the biggest one people don’t account for is this: Dev salaries are incredibly high. if you want fast performance the most optimal way would be to target the platform and use low level native code, so C++ or Swift.

    It would cost you like 20x more than just using electron and it will cost you bigly if you have multiple platforms to maintain.

    So it turns out having 1 team crunching out an app on electron with hundreds of dependencies is cheaper, naturally that’s what most companies will do.

    Don’t want to use electron ? Then it’s kind of the same issue except this time you’re using Java and C# and you have to handle platform specific things on your own (think audio libraries for example). It’s definitely doable but will be more costly than using a cross platform chromium app.






  • _____@lemm.eetoLinux@lemmy.mlHelp me change my windows gaming pc to Linux
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 month ago

    You should just test run it from a bootable usb.

    Install steam. Mount your NTFS drive which contains your windows games. If you have sims on steam use steam. If not take a look at lutris before doing any of the above.

    Your experiment ends when you’ve tested all games you want to play.

    Now: You cannot use NTFS (windows) drive for games, although you did it in the experiment long extended usage is discouraged.

    So you will need to find a way to transfer your games to a different formatted drive. (ext4, btrfs for example)

    If you don’t need that advice you will eventually run into frustrating issues.


  • "grug try watch patiently as cut points emerge from code and slowly refactor, with code base taking shape over time along with experience. no hard/ fast rule for this: grug know cut point when grug see cut point, just take time to build skill in seeing, patience

    sometimes grug go too early and get abstractions wrong, so grug bias towards waiting

    big brain developers often not like this at all and invent many abstractions start of project

    grug tempted to reach for club and yell “big brain no maintain code! big brain move on next architecture committee leave code for grug deal with!”

    https://grugbrain.dev/








  • _____@lemm.eetoProgrammer Humor@lemmy.mlErrors
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    that’s IIS as well, I think it’s because we had our severs configured in a reverse proxy and hitting IIS and failing before the http serverhad returned a response caused the 502 error, completely useless error.

    (not very experienced with server configs so forgive me if the language isn’t 100%)