• PeriodicallyPedantic@lemmy.ca
    link
    fedilink
    arrow-up
    37
    arrow-down
    5
    ·
    18 hours ago

    Hot take: I hate when software just extracts an executable.
    Fucking install it so that it’s registered with the software updater and uninstaller. Don’t make me remember that I have to go hunting in the folder to delete this one app.

    • Jakeroxs@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      Kind of a moot point since most windows programs don’t have a centralized hub for updates either, even when “properly installed” in program files.

    • MonkderVierte@lemmy.ml
      link
      fedilink
      arrow-up
      13
      arrow-down
      2
      ·
      6 hours ago
      1. You don’t need an uninstaller if deleting the folder suffices
      2. You don’t want some software to update.
    • vithigar@lemmy.ca
      link
      fedilink
      arrow-up
      20
      ·
      15 hours ago

      Some people prefer it.

      I maintain a small piece of Windows software and originally just provided an installer, but I received enough requests for it that now when I publish releases I provide both an installer and a zipped portable build.

    • azertyfun@sh.itjust.works
      link
      fedilink
      arrow-up
      49
      arrow-down
      1
      ·
      18 hours ago

      Running Linux on closed source hardware. Classic.

      I bet you aren’t even using your own open RISC-V based SBC, with fully open-source peripherals. Is your computer monitor even running an open-source firmware or are you just a FOSS poser?

      • morrowind@lemmy.ml
        link
        fedilink
        arrow-up
        40
        arrow-down
        1
        ·
        15 hours ago

        Using computers with closed source biology. Classic.

        I bet you haven’t even engineered your own DNA-II, fully-sequenced, libre-licensed microbiome with open source biochemical pathways. Are your eyes even running an open-source neural firmware, or are you just a FOSS poser?

        • Schadrach@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 hours ago

          Using computers with closed source biology. Classic.

          Hey now, biology is pretty definitively open source. Every generation produces small patches of varying quality (mutations) and for most organisms the source is freely distributed to create new builds (reproduction). I mean if no one is downloading your genetic repo that’s largely a you problem (natural selection) not a biology problem.

        • conditional_soup@lemm.ee
          link
          fedilink
          arrow-up
          28
          arrow-down
          1
          ·
          edit-2
          15 hours ago

          Using biology on closed source chemistry. Classic. I bet you didn’t even roll your own proton mass or bother configuring your own valence shells. Are you even running your own coulomb law policies, or are you just a FOSS poser?

          • rosco385@lemm.ee
            link
            fedilink
            English
            arrow-up
            21
            ·
            12 hours ago

            I don’t have a witty reply, but these kinds of threads were the best part of reddit. So glad to have shitposters like you all here on Lemmy.

      • herrvogel@lemmy.world
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        22 hours ago

        No. You either go full Stallman and inject Gentoo directly into your aorta, or you might as well be deep throating Satya Nutella while bouncing on Tim Apple’s lap. Filthy casual.

      • kittenzrulz123@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        16
        ·
        23 hours ago

        Agreed, OSS purity is silly. I am running an open source client (Thunder) to this open source service on my Pixel 9 running GraphineOS, the low level firmware is still absolutely proprietary.

        • TheTechnician27@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          21 hours ago

          Actually, to be clear, I don’t think FOSS purity is bad. I just mean that denigrating what others are doing because they’re using something non-free while they’re making steps in the right direction is dumb and counterproductive.

          To my mind, FOSS is the only way forward for a healthy, functioning society, and the fact that so much of our digital landscape is being gradually replaced with it is to me evidence of that. I think the end goal should always be pure FOSS, but that doesn’t (necessarily) mean immediately jumping to all FOSS; it just means taking steps to cut out proprietary software wherever you reasonably can.

  • Shipairtime@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    1 day ago

    I just got blender after having last looked at it ten years ago. It looks so much better! I had an easy time finding stuff. If you tried it in the past and are afraid of how ugly it was it is worth another shot. Also look up the doughnut tutorial.

    • SaharaMaleikuhm@feddit.org
      link
      fedilink
      arrow-up
      17
      ·
      20 hours ago

      Exactly! And every proprietary software is by definition perfect cause it is subject to the forces of the open market. Subway eat fresh and freeze, scumbag!

    • Matriks404@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      22 hours ago

      If you don’t count professional software, nowadays it’s actually the opposite. Very often in proprietary software there are features removed with no alternative provided by developers, or there’s one but actually it has nothing to do with what you actually want.

      • AeonFelis@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        And sometimes the one feature you need requires the Enterprise version with a $4799 yearly subscription.

    • melfie@lemmings.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      19 hours ago

      It’s a jack of all trades for sure, but it also has features paid software doesn’t, like it’s 2d animation system with Grease Pencil. There are also paid extensions on BlenderMarket and the like that make it more competitive with more specialized features in other software. Extensions are GPL licensed, so I’m happy to pay for them as opposed to the rest of the toxic CG ecosystem where everything is subscription-only.

      Edit:

      I wish all paid software were GPL. It’s nice buying something and being able to look at and change the code, write code that calls their code, or even snag a bit of it for to use in your own thing.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    23 hours ago

    I’d like to make it like that for my projects, but I don’t use windows so I can’t do well with packaging them. And sometimes when I try it runs in the computer, but then doesn’t run in other computers because of missing dlls or some other things.

    Anyone have good idea how to make it easy. Using windows VM is such a hassle to install and such just for tiny programs I make.

    • hangonasecond@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      21 hours ago

      Make them in a portable language. Something like Java for example. Or you can write in rust and compile for each target.

      • thevoidzero@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        21 hours ago

        It’s in rust. Problem is the gtk part, it has to be installed in the system, which makes it run there. But how do I distribute the program without having everyone install gtk on their computer. In Linux it’s just a dependency so it’s not a problem, for windows I can’t seem to make it work.

        Edit: also, I need gtk because people around me who uses windows aren’t going to use CLI program at all.

        • AeonFelis@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          16 hours ago

          Edit: also, I need gtk because people around me who uses windows aren’t going to use CLI program at all.

          If that’s the reason - maybe you can use TUI instead? In Windows, it’d open a CMD window which your users will be able to use. Not as pretty as actual GUI, but easier for Windows users to use than a CLI.

          Another option is to use one of the numerous Rust-native GUI libraries (like iced or Druid, to name a few). None of them are as big as GTK/QT - but they are easier to get running on Windows.

        • Lv_InSaNe_vL@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          21 hours ago

          Oof GTK is probably one of the worst dependencies you can try and port to Windows.

          What I’ve done in the past is use something like Onno Setup which can call a script during install.

          Or, and this is new to me, use the Official tools to build a package for windows on whatever Linux distro you are on. From what I’m reading, it should package GTK with it.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    24 hours ago

    On a somewhat related note, why do so many open source projects give me a zip file with a single exe inside it instead of just the exe directly?

      • FiveMacs@lemmy.ca
        link
        fedilink
        arrow-up
        13
        ·
        23 hours ago

        Plus a lot of antivirus whatevers will straight up block the downloading of *.exe

        • Gestrid@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          My antivirus is extra paranoid: it scans new files as soon as they’re unzipped or as soon as I try to run them for the first time.

        • AeonFelis@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          16 hours ago

          This is true for the code part, but executables can also contain data does compress well and maybe not be compressed inside the EXE (e.g. - to avoid the need to decompress it on every run)

        • unalivejoy@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          ·
          22 hours ago

          A lot of exe files are secretly zip files. zip files can contain arbitrary data at the end of the file. exe files can have arbitrary data at the start of the file. It’s a match made at Microsoft.