• @empireOfLove@lemmy.one
    link
    fedilink
    English
    1892 years ago

    Honestly, its gotta be the MS Office suite.

    Yes if you’re just writing your own simple documents libreoffice/OpenOffice will work, but if you have to do anything more complex than a single page spreadsheet, text-on-white presentations, or 3 page MLA book reports… or, even worse, have to interact with documents and spreadsheets created by basically any other person on the planet, I’ve just never had a good consistent experience with any of the free options.

  • @MrMamiya@feddit.de
    link
    fedilink
    1542 years ago

    Photoshop is easier to use than gimp. I don’t pay for photoshop, but if I needed something like that I would.

    • @Mothra@mander.xyz
      link
      fedilink
      632 years ago

      Krita is closer to Photoshop than Gimp, although still not up to it. Just in case you ever need PS, try krita first.

              • @NathanUp@lemmy.ml
                link
                fedilink
                22 years ago

                Again, just my opinion, but I prefer Krita to any FLOSS alternative. I’ve been designing professionally for over a decade, using Adobe for most of it; Krita is my preferred FLOSS tool for photo editing, and I’ve tried them all.

                • @Hadriscus@lemm.ee
                  link
                  fedilink
                  12 years ago

                  I’m surprised, I never managed to use it efficiently for that purpose. Perhaps AffinityPhoto spoiled me a bit. I love Krita for illustration work though, nothing compares… As far as commercial alternatives go, I haven’t tried Clip Paint although everybody praises it- but I don’t really feel the need to. Apparently it’s excellent?

    • Amilo159
      link
      fedilink
      232 years ago

      I wouldn’t say Photoshop is easy but Gimp is horrendous.

      • @MrMamiya@feddit.de
        link
        fedilink
        232 years ago

        Well yeah I was answering for me though, not the whole internet.

        Gimp has a work flow that I can’t get into, photoshop clicks better. For you, it could be the opposite and that’s great.

        I’m not selling photoshop, I don’t even use either anymore. It would be stupid not to try to make gimp work for you first.

          • @Salix@sh.itjust.works
            link
            fedilink
            1
            edit-2
            2 years ago

            Idk, I learned GIMP first for years, and kept being annoying how unintuitive it was.

            Then I tried Photoshop on a friend’s computer for a week, and found how much easier it was to use.

            I don’t use Photoshop though since I use Linux

        • @miss_brainfart@lemmy.ml
          link
          fedilink
          102 years ago

          They aim to introduce that in version 3.0, which they say will be a complete overhaul of the app.

          Non-destructive editing through live adjustment layers is definitely the single most useful feature any editing software can have.

          That alone makes life so much easier.

      • @jhn@xffxe4.lol
        link
        fedilink
        32 years ago

        Well yeah, that’s the whole point. It’s harder to learn another workflow when you’re already in the mindset of the other.

    • @Hadriscus@lemm.ee
      link
      fedilink
      102 years ago

      If you’re talking about general ergonomy (as opposed to functionality), you may find Affinity Photo to be a breath of fresh air. It’s close to Ps (on purpose) but it is so much better thought out, the way you interact with your documents. Really worth trying

      • @firebyte@lemmy.world
        link
        fedilink
        32 years ago

        Same with Inkscape vs Affinity Designer.

        I really wanted Inkscape to work for me, though I was constantly fighting the UI and some weird artifacting Inkscape produced exporting SVG files.

        Affinity Designer was, and still is, especially since their licenses are perpetual/non-subscription, well worth the price and is a dream to use.

      • @Aux@lemmy.world
        link
        fedilink
        32 years ago

        Darktable is pretty much a Lightroom replica in terms of the workflow. Its main issue is that Darktable reacts to slider changes in an unpredictable way. Small value differences lead to overblown changes to the image. Fine tuning the result is near impossible.

    • @nocturne213@lemmy.world
      link
      fedilink
      52 years ago

      Photoshop is one i cannot shake too. If I need to make a graphic to post on social media for my shop, Photoshop does it. If I need to edit a picture, Photoshop.

    • @MtDewaholic@lemmy.world
      link
      fedilink
      32 years ago

      I’ve had a pretty good experience using photopea as a photoshop replacement. Definitely not quite as powerful, but it has more than enough features for your average user

    • Also Photoshop, along with DxO PureRaw.

      My camera supports 10 bit/channel color. My monitor does too. GIMP only supports sRGB, so 8-bit color. It’s unsuitable for editing, and even worse for printing.

  • @sudo22@lemmy.world
    link
    fedilink
    English
    1302 years ago

    Steam. The support they have for multiplatform almost feels open source and they have been invaluable for the adoption of desktop Linux

  • @myersguy@lemmy.simpl.website
    link
    fedilink
    110
    edit-2
    2 years ago

    The Jetbrains suite of IDE’s. Particularly Jetbrains Rider. The platform ~~they are all ~~ many of them are built on is open source though, and you can get free licenses for all of their products if you are using them to develop open source software!

    • @nikt@lemmy.ca
      link
      fedilink
      English
      132 years ago

      DataGrip is the one JetBrains IDE I can’t work without and continue to pay for. I’d love to find a pure OSS alternative, but there’s nothing else like it.

    • @AdmiralShat@programming.dev
      link
      fedilink
      English
      32 years ago

      It’s fucking open source??? Does that me we can build from source to have it for free?

      I have the last version you can use free forever (and I’m the reason they fixed it, by the way)

      • @myersguy@lemmy.simpl.website
        link
        fedilink
        112 years ago

        The underlying intelliJ platform is, not the entire IDE. I did edit the post though, as I realized not all of them are built on that platform.

        If you are working on open source, you can still grab free licenses. You just have to renew them each year (completely free, just requires proof of FOSS contribution)

        • Pixel
          link
          fedilink
          22 years ago

          are there any good open source alternatives for VSCode for people that don’t want to learn emacs/vim? I’ve been looking for a good code editor to replace it but I haven’t been impressed elsewhere

          • @benzmacx16v@discuss.tchncs.de
            link
            fedilink
            122 years ago

            VSCode is open (MIT) but it is packaged by MS to include some tracking/telemetry and they are distributed under a non-free license.

            You can use VSCodium for a telemetry free and MIT licensed binary or you are free to build the source where the default config is no telemetry and MIT license.

          • quantum-drifter
            link
            fedilink
            English
            32 years ago

            There is always Eclipse IDE. It’s not as polished as Jetbrain’s apps for sure but it’s still very capable. It’s published under the Eclipse Public License. I think the language server code that’s used in VSCode is from Eclipse, it can be used for developing many languages and there are lots of plugins and other add-ons to enhance the experience.

        • silly goose meekah
          link
          fedilink
          1
          edit-2
          2 years ago

          But to be fair, the plugin capabilities for VS code are incredible. Of course its a lot more work but you can pretty much replicate the VS experience

          • coehl
            link
            fedilink
            English
            112 years ago

            Refactoring and code cleanup utilities in Rider are exceptional right now. And that’s not small. It’s massive in value.

            Don’t get me wrong, I want codium to have this, but the extensions that compare, especially for .net, are not in the same league.

                • coehl
                  link
                  fedilink
                  English
                  22 years ago

                  Yeah. My work machine is Windows and I haven’t even installed vs. Rider is just superior for the vast majority of .net work.

                  Msft needs to realize that they no longer own the best ide for their stack and do something to improve the .net vs code experience. That recent c# plugin needs a lot more power.

        • bugsmith
          link
          fedilink
          62 years ago

          That’s a bit of a silly statement. Once you’ve installed a few extensions for your language (a language server and linting at minimum), it is effectively an IDE with a reasonably powerful debugger included. Just because it’s modular and not “batteries included” doesn’t make it incomparable.

            • bugsmith
              link
              fedilink
              4
              edit-2
              2 years ago

              Yes, I’ve made heavy use of PyCharm, IntelliJ and Datagrip and I’m a huge fan of them all.

          • snowe
            link
            fedilink
            22 years ago

            Microsoft straight up says it’s not an IDE.

            • bugsmith
              link
              fedilink
              3
              edit-2
              2 years ago

              Sure. But I didn’t say it was either. I only pointed out that it’s silly to say “there’s no comparison”, when most functionality is easily achievable on both. And depending on language, it’s not even difficult.

              Edit: In fairness, I did say “it’s effectively an IDE”, but I stand by the point that after a few extensions - what is the difference? If I can debug, refactor, and and get complete intellisense (including finding declarations etc), I’m doing more or less everything I would in a dedicated IDE.

              Edit 2: I feel I’ve gone to far the other way. I have used am am aware of some of the capabilities that a fill fledged IDE has over something like VSCode. Especially for languages like those of the C-family. But I do take issue with implying they’re not comparable. For many usecases and languages, they’re totally comparable.

              • snowe
                link
                fedilink
                32 years ago

                I guess it depends on your goals. I install Intellij, or WebStorm, or PyCharm, or RubyMine, and I get a working environment right out of the box. I don’t have to figure out what functionality is missing, then go search for the most maintained and up to date plugin, hoping that it has all the features I need. It just works. I use VS Code a lot, every day, but it’s sorely lacking, even with all of the plugins it has, in basic stuff like refactoring an entire codebase, or just regular old code cleanup. I’ll give a few examples, they might have equivalents in the vs code ecosystem, but I have not been able to find them.

                1. Inspect Code

                In JB products I can choose Code > Inspect Code, from the menu bar, and have it show everything wrong with the project, including code that is never hit, code that is duplicated, Control Flow issues, Data Flow issues, typos, probable bugs, Security issues (including in your dependencies), migration aids, the list goes on and on and on. And it doesn’t just do it for one language in your repo, it does it for every file type. So you don’t have to install a plugin that finds security issues in your poms, and then one that finds them in package.json, and then another for your gemfile, etc.

                1. Structural Search and Replace

                This one is quite hard to describe, so I’ll let the intellij docs explain it for me. https://www.jetbrains.com/help/idea/structural-search-and-replace.html

                A conventional search process does not take into account the syntax and semantics of the source code. Even if you use regular expressions, IntelliJ IDEA still treats your code as a regular text. The structural search and replace (SSR) actions let you search for a particular code pattern or grammatical construct in your code considering your code structure.

                IntelliJ IDEA finds and replaces fragments of source code, based on the search templates that you create and conditions you apply.

                There are a ton of things that I can’t find equivalents for in VS Code, but these are two major ones.

                • bugsmith
                  link
                  fedilink
                  22 years ago

                  It’s that’s fine that you’ve got some examples of features that are more powerful in JB products. It would be a great shame if such a heavy and reasonably expensive program didn’t.

                  But I’m not arguing that VS Code is better or worse. I’m arguing that it is comparable (on the sense that it is worth of comparison). Which it is.

                  I agree that JB’s search is fantastic. Unmatched perhaps. All of that indexing it does when you open a project really pays off.

                  But you can get a lot of JB’s functionality in VS Code. You can get a very good code inspection in several languages, Python being the premier example. You can also get excellent docker integration, excellent linting, a reasonable search and replace across all files, and a top notch debugging experience for some languages (Python being the premier example again).

                  Sure JB products do some of that stuff better (at the cost of being heavier programs with significant start up time).

                  I use both. I like both. I believe VS Code is very formidable and could be the sole editor a developer uses flr many types of projects (Web Development, Python projects, many Go projects too all come to mind).

  • oneguynick
    link
    fedilink
    1072 years ago

    The most recent one is, of course, Sync for Lemmy. It may just be muscle memory at this point, but I find the experience a step improvement in browsing.

    On my home server front, I would mention Plex despite Jellyfin’s massive improvements over the past 2 years. Plexamp is just a magical piece of software.

    For the most part, though, I think I’d reverse the question. Most of the time, I prefer OSS.

      • CharlestonChewbacca
        link
        fedilink
        52 years ago

        It definitely looks promising, but I still don’t think Jellyfin and Reiverr are quite ready to compete with Plex yet.

    • CharlestonChewbacca
      link
      fedilink
      12
      edit-2
      2 years ago

      I agree about Plex. But I don’t get the love for Sync.

      It feels kind of clunky and it lacks some features many of the other apps have. Personally, I’m liking Thunder right now, but I’m excited for Boost to come out.

      Sync has ads unless you pay, it’s not open source, and I haven’t actually found anything superior about it.

      • richieadler 🇦🇷
        link
        fedilink
        English
        82 years ago

        It feels kind of clunky and it lacks features many of the other apps have.

        Care to mention some? I’ve used Thunder but I find it unbearably ugly and not as visually customizable as Sync.

        • CharlestonChewbacca
          link
          fedilink
          22 years ago

          It’s missing some of the gesture customization others have. I particularly like the left AND right swipe gestures in Thunder. Plus, there are more actions you can assign to them.

          Thunder also has more visual adjustments. Things like edge to edge images and post action customizations.

          Also, the reply window makes formatting and quoting easier.

          The feature different isn’t big though, and most of them aren’t a big deal.

          I’m not sure why you think Thunder is ugly though. The way I have them setup, they look almost exactly the same, except I have nested comments in factors more visible on Thunder, which makes it a bit easier to track the conversation.

          • richieadler 🇦🇷
            link
            fedilink
            English
            12 years ago

            I was unable to get the font sizes right, to change only the base font to affect all proportions, and to colorize the indented comments the way I like them. Maybe I just wasn’t able to find the settings, though.

    • snowe
      link
      fedilink
      52 years ago

      That’s funny because I switched off of plex to Jellyfin because of how bad the experience on plex was.

    • @Carter@feddit.uk
      link
      fedilink
      English
      32 years ago

      I use Navidrome over Jellyfin for music hosting. The open source music clients for the subsonic API are a little more varied.

      If you’re happy using closed apps, Symfonium supports both Jellyfin and Subsonic.

    • @Sproux@lemmy.dbzer0.com
      link
      fedilink
      22 years ago

      So i bought plex pass a while ago and i keep hearing about plexamp, I dont really understand why is it considered so good, could you elaborate on why you like it? Does it do more than play music from my home server?

    • @Skimmer@lemmy.zip
      link
      fedilink
      12 years ago

      I love Jellyfin and mainly use it and recommend it where possible these days, but man, the download situation sucks. Hate having to download files without compressing them, especially since I keep my media lossless. Its the main reason I’ve still kept Plex running on my server. Also sometimes the clients can be wonky, I’ve found Jellyfin works best for me with Kodi as the player for most things, which is interesting. But overall I do like Jellyfin and support it and its mission, hopefully gets better in these aspects in time.

  • @achayanzz@kerala.party
    link
    fedilink
    English
    792 years ago

    Whatsapp. Everyone in India uses it. Its like the imessage situation in the US. So widespread.

    Schools, college, friend groups, family groups all are on whatsapp.

    • PeripateticFella
      link
      fedilink
      312 years ago

      Can second this for Germany, too.

      I tried to degoogle and to only use FOSS apps and services, but ditching WhatsApp would throw me in a black hole.

    • kristina [she/her]
      link
      fedilink
      English
      4
      edit-2
      2 years ago

      there’s a kerala lemmy? thats neat FrogPog

      telegram is used a lot in slav countries, i feel like its pretty decent

    • Magnor
      link
      fedilink
      12 years ago

      Same in France. Even (this is insane) for work coordination…

  • hitagi
    link
    fedilink
    632 years ago

    DaVinci Resolve is much better than any open source NLE. Generally, most closed source media production software is better than their open source counterparts except Blender. Blender is incredible and it gives me hope that other open source software can be just as successful in the media industry.

  • @redballooon@lemm.ee
    link
    fedilink
    462 years ago

    MacOS instead of some Linux distro. Mostly because of the hardware that comes with it, making a neat integrated product.

  • @DLSantini@lemmy.ml
    link
    fedilink
    402 years ago

    Photoshop, Fences, Plex, Steam, Unraid. I just highly prefer them to any alternatives I have tried. And believe me, I have tried every alternative to Photoshop and Fences that I could find. They just don’t do it. And because of those two in particular, I have to add Windows to the list.

    Oh, and I guess Sync for Lemmy. The only reason I even know what Lemmy is, is the fact that the Sync for Reddit app stopped working and basically said, “Yeah, move to Lemmy, idiot.”

  • @Fizz@lemmy.nz
    link
    fedilink
    402 years ago

    Discord over Matrix. The range of features plus the style of the client. I like soundboard and emotes. its easy to setup a server and invite people.