It’s the same as with Linux, GIMP, LibreOffice or OnlyOffice. Some people are so used to their routines that they expect everything to work the same and get easily pissed when not.

  • fubo@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 years ago

    This isn’t just open-source software; it’s also a collection of servers run by hobbyists.

    There is no business here at all. You’re not the product, but you’re also not the customer — because there is no customer. What you’re seeing here is a strictly nonprofit Internet service provided by people who just want to make one.

    • mustbe3to20signs@feddit.deOP
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      Which makes Karen behaviour even worse and incomprehensible but most people are humble and don’t care to much about some minor problems and a little learning curve

  • Yaks@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    I am a reddit refugee and just down for fun ride on the bleeding edge. I am finding a lot of the same communities here and I am happy that Lemmy is here to fill the void.

  • Rusticus@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    As someone who used Reddit when it was first released, Lemmy is 10x better than Reddit v0.1 and obviously better than current Reddit.

    • UnfortunateDoorHinge@aussie.zone
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      I guess as a user I didn’t see the back-of-house tools for mods and admins, but so far Lemmy is at least competitive. There are risks with server security and threat of being hacked, along with the size of the team.

      • Riskable@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 years ago

        There are risks with server security and threat of being hacked

        [Citation Needed]. I’m a security professional (my day job involves auditing code). I had a look through the Lemmy source (I’m also a Rust developer) and didn’t see anything there that would indicate any security issues. They made good architecture decisions (from a security perspective).

        NOTES ABOUT LEMMY SECURITY:

        User passwords are hashed with bcrypt which isn’t quite as good a choice as argon2 but it’s plenty good enough (waaaaay better than most server side stuff where developers who don’t know any better end up using completely inappropriate algorithms like SHA-256 or worse stuff like MD5). They hard-coded the use of DEFAULT_COST which I think is a mistake but it’s not a big deal (maybe I’ll open a ticket to get that changed to a configurable parameter after typing this).

        I have some minor nitpicks with the variable naming which can lead to confusion when auditing the code (from a security perspective). For example: form_with_encrypted_password.password_encrypted = password_hash; A hashed password is not the same thing as an “encrypted password”. An “encrypted password” can be reversed if you have the key used to encrypt it. A hashed password cannot be reversed without spending enormous amounts of computing resources (and possibly thousands of years in the case of bcrypt at DEFAULT_COST). A trivial variable name refactoring could do wonders here (maybe I should submit a PR).

        From an OWASP common vulnerabilities standpoint Lemmy is protected via the frameworks it was built upon. For example, Lemmy uses Diesel for Object Relational Mapping (ORM, aka “the database framework”) which necessitates the use of its own syntax instead of making raw SQL calls. This makes it so that Lemmy can (in theory) work with many different database back-ends (whatever Diesel supports) but it also completely negates SQL injection attacks.

        Lemmy doesn’t allow (executable) JavaScript in posts/comments (via various means not the least of which is passing everything through a Markdown compiler) so cross-site scripting vulnerabilities are taken care of as well as Cross Site Request Forgery (CSRF).

        Cookie security is handled via the jsonwebtoken crate which uses a randomly-generated secret to sign all the fields in the cookie. So if you tried to change something in the cookie Lemmy would detect that and throw it out the whole cookie (you’d have to re-login after messing with it). This takes care of the most common session/authentication management vulnerabilities and plays a role in protecting against CSRF as well.

        Lemmy’s code also validates every single API request very robustly. It not only verifies that any given incoming request is in the absolute correct format it also validates the timestamp in the user’s cookie (it’s a JWT thing).

        Finally, Lemmy is built using a programming language that was engineered from the ground up to be secure (well, free from bugs related to memory management, race conditions, and unchecked bounds): Rust. The likelihood that there’s a memory-related vulnerability in the code is exceptionally low and Lemmy has tests built into its own code that validate most functions (clone the repo and run cargo test to verify). It even has a built-in test to validate that tampered cookies/credentials will fail to authenticate (which is fantastic–good job devs!).

        REFERENCES:

    • starclaude@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      better? there is still so much subreddit not migrating here, saying it is better is just exaggeration

      • evilsmurf@lemmy.fmhy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        Seemed like this discussion was about the technical capabilities, not the user generated content. Anyway if you compare the beginning of reddit (e.g., the early days after digg’s implosion) to lemmy today, I’d bet lemmy is doing just fine on the content side too. And even leaving that aside, there’s a quality over quantity aspect in the discussions that heavily leans in lemmy’s favor.

  • Pixlbabble@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    Meanwhile I’ve been messing around with Linux the past week and it got me installing decentralized apps on my android lol.

  • ShustOne@lemmy.one
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 years ago

    I was with you until GIMP. If one more person lists it as an alternative to Photoshop I’m gonna lose it. It’s UI is terrible, you have to watch a guide just to get started. Can’t read PSDs in any viable way. I’m sure people use it just fine but to call it an alternative to Photoshop is just plain lying.

    Edit: the other thing I dislike about it being suggested as a replacement is that it assumes you work alone. Anyone on a team with people in PS will not be able to even attempt to use GIMP to get work done.

    • paorzz@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      The better alternative to Photoshop/Illustrator/InDesign is Affinity. And yeah, while it’s not actually free, you only have to pay once and everything is yours.

      Or for quick free edits, Photopea.

          • ShustOne@lemmy.one
            link
            fedilink
            arrow-up
            0
            ·
            2 years ago

            Something I use a ton: smart objects, smart masks, smart filters. Non destructive actions where I can still edit the original and have all previous items applied in a separate file or view in real time.

            • Hemingways_Shotgun@lemmy.ca
              link
              fedilink
              arrow-up
              1
              ·
              2 years ago

              Those aren’t tasks. those are tools.

              A task would be if to give us an example of an “end result” that you can accomplish in PS that you can’t in GIMP.

              Not what tools you use to make it. But the content that comes out the other end.

              I’m not going to argue that PS has some extra tools that make stuff easier to do. It has the resources to develop them, after all.

              But there is no drawing, animation, photo edit, composition or other end product that you can ONLY do with Photoshop. The only people who say that are people who have never used any alternative.

              • ShustOne@lemmy.one
                link
                fedilink
                arrow-up
                1
                ·
                2 years ago

                So my point is still valid that GIMP is not an alternative to Photoshop. It would be like saying this screwdriver is an alternative to this toolset. People coming from Photoshop aren’t looking at the singular goal of image manipulation.

              • ShustOne@lemmy.one
                link
                fedilink
                arrow-up
                0
                ·
                2 years ago

                Well these tools are in Photoshop and not GIMP. You can’t just hand wave that away as not GIMPs fault.

                • Hemingways_Shotgun@lemmy.ca
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  2 years ago

                  Photoshop doesn’t have a native G’MIC plugin feature. You can’t wave that away as not Adobes fault!

                  That’s how stupid you sound.

                  Different products have different features and different ways to do things. It’s not Gimp’s sole purpose to just clone every feature from Photoshop. It’s not a Photoshop clone, it’s a piece of software in its own right.

                  Gimp makes great use of the amazing G’Mic filter tool. Adobe doesn’t. That doesn’t make Gimp better than Photoshop.

                  Different software makes different choices and people choose whichever they want to use and shut the hell up about it.

                • LoudWaterHombre@lemmy.dbzer0.com
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  2 years ago

                  Well its still not a image manipulation feature missing. It’s a workflow feature. You could also just copy a layer. But in the end, Photoshop has no image manipulation feature that is really missing in GIMP, you can export the same result picture.

  • mihnt@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    Sometimes though it’s major issues that turn people away. I’ve always loved the idea of Linux, but I’ve never been able to adopt it fully. I’ve tried multiple times and this current time is no different then before. It’s always some major thing that’s broken that no amount of research/troubleshooting that fixes it. At this current moment, my steam install won’t download games to my secondary disks. No matter what I change. It’s running mostly fine otherwise.

  • ThaijsClan@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    This is why I have 4 different apps to surf Lemmy. When one app is acting up I just switch to another. For example I was just barely scrolling in Jerboa but getting a bunch of network errors so I switched to Connect which is where I’m posting this comment. I’m totally down with being patient with Lemmy for the time being. Anything to get away from R*****

      • I keep switching between Liftoff and Connect because they both have some issues that are resolved in the other.

        Connect seems to work better with showing all federated content than Liftoff, but Liftoff allows multiple instances to be logged in at once. Connect has notifications, and Liftoff does not. Liftoff has more user-centered features like actual profile pages that show a background image, bio, and avatar; connect does not.

        Neither one have any tools for moderation, though. I am now a mod for Humor (BTW, come post! Let’s make it better than /r/funny ever was!) and I’ve only been able to do actual mod things on the website itself, which is tedious to do on mobile.

      • assembly@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        I still can’t figure out why I can upvote posts in Memmy but not in Liftoff. I’m Liftoff it keeps responding that I need to be logged into the server but Memmy just lets me upvote. It’s definitely something I am doing wrong but showcases the immense value of app choice.

      • alongwaysgone@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        I’m currently rotating between liftoff and summit. Slide is what I can’t wait for. I was an avid slide for reddit user for years.

  • 4L3moNemo@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    Somewhat agree, but don’t get me started on a Gimp. To think that gimp was build to be a tool analogous to Photoshop (PS) is naive. It was born to demonstrate GTK GUI widgets and to check boxes on feature list (of supposedly paint program analogous to PS) from programmers perspective at most. Ok, they did the thing, checked the boxes, used all widgets, demonstrated that it works and from that day on it had and still has totaly inneficient workflow compared to PS and nobody cares about that. Answer to sugestions is almost always half assed, apple soused - you are holding it wrong, we are not PS. :)

    My 2 cents, you can learn Gimp, you can adjust yourself to it, but if you have ever worked on PS and were good at it (with all its workflow, shortcuts, up to the level where you work one hand on keyboard, having most toolboxes hiden out of your view, etc…) you’ll still feel gimpy. It’s like comparing of giving commands to the gnome with an axe versus to an elf with a whole bunch of efficient specialised tools, spells and workflows – both trying to create art. I don’t use PS daily for how much, maybe >8 years and use Gimp weekly for about 12years – I say, it is still gimpy as f… And I’m programmer not a designer, designers usualy just hate it. I on another hand understant it (and it’s history) and take it as it is, as an inferior gimpy cousin of PS :)

  • Wiox@compuverse.uk
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    Well thats true for all software - being free/libre or not. It just takes time to get used to it.

    For example, when I get a new phone - I spend the next months complaining over how much better the previous one was, until I dont.

  • mtcerio@lemmy.world
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    2 years ago

    It’s not just that: it is made worse by the fact that, being “free”, resources are limited. For example, Lemmy.world has been experiencing several hiccups and it’s bloody slow at the moment. I get it, it runs on small servers. But the QoS is bad nevertheless; how can you expect the average Joe coming from Reddit to stay here?

    • Betty White In HD@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 years ago

      Thing is, and this might be pretty rude to say, but I don’t think I want the average Joe with an attention span of a fruit fly that can’t handle pressing the log in button three times without having a little meltdown on to be the driving force behind content and discourse here.

      The average Joe coming from Reddit is what made Reddit the circle jerky, “HOLD MY HAT I’M GOING IN/YOU MUST BE FUN AT PARTIES/AMERICA BAD” dip shit fest that it has been for a long time.

      I’m OK with these things being not perfect or super fast or not exact copies of Reddit if it blows away some of the chaff.