• slacktoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    117
    arrow-down
    3
    ·
    23 days ago

    Hot take: Since it’s a BSD licensed browser at some point in the future, there’s going to be a company that funds it brings it to mainstream with their flavor, and then will over throw chromium in time. Replace an ‘evil’ with another ‘evil’.

    • BaumGeist@lemmy.mlOP
      link
      fedilink
      arrow-up
      36
      arrow-down
      5
      ·
      24 days ago

      Why is Swift bad?

      Also, I noticed the project has taken donations from mostly non-foss companies. Let’s hope they stand by their principles

      • TerkErJerbs@lemm.ee
        link
        fedilink
        arrow-up
        95
        arrow-down
        1
        ·
        edit-2
        24 days ago

        Shopify (i.e. Shittify) being their top donor already has me looking sideways at this project. They’ll invest in anything they think they can get an edge with and if something starts to happen they’ll fuck it up and wallstreet-ify it as fast as possible if they can.

        Their (Shopify’s) guru founder Tobi made a huge NFT play that went absolutely nowhere while I still worked there. They spent a lot of time and money on it, right before they laid several thousand people off.

          • TerkErJerbs@lemm.ee
            link
            fedilink
            arrow-up
            16
            ·
            24 days ago

            I mean I hope Ladybird devs do a great build and go their own way without being corrupted by their donors and all that, don’t get me wrong. But whenever I see that dumb shopping bag logo I get the no feelings.

            You can also read up on how the vast majority of Mozilla’s funding has been coming from Google for a very long time, and draw your own conclusions from that fact.

        • SpeakinTelnet@sh.itjust.works
          link
          fedilink
          arrow-up
          11
          ·
          24 days ago

          While I agree shopify has a kind of “mierda touch”, I still see it as if it goes sideways with them someone will just fork the code.

        • Aatube@kbin.melroy.org
          link
          fedilink
          arrow-up
          7
          ·
          23 days ago

          I agree that it’s not ideal, but hey, it’s open source, and the Louis Rossmann cult is the only other top-tier donor, so I’m sure they’ll be fine.

        • Joël de Bruijn@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          23 days ago

          Also I’m very much cautious about them on anything browsing related. Discovered (after others also) they let their search-pages-in-a-shop get indexed.

          Meaning I could go to Caterpillar, search for “Wabtec is better” and then this search url (with 0 products) would turn up in Google searches and that URL persisted. Text and all.

          Basically one could spray-paint and tag sites with this graffiti. Shop admins didn’t even have means to remove it.

          Problem ignored and stayed this way for months.

        • x00z@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          22 days ago

          Do you have a source for that? I’m trying to look for donors but don’t really find anything.

            • x00z@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              22 days ago

              How could I have missed that, lol. Thanks.

              Anyways, I don’t think it’s too weird. It might even be to simply have their name up there. We’ll have to see.

              • TerkErJerbs@lemm.ee
                link
                fedilink
                arrow-up
                2
                ·
                22 days ago

                I read somewhere awhile back their platinum donors gave a certain tier (10k or 100k or whatever it was). To be clear I’m more than open to being surprised here, I want Ladybird to succeed. I just resent Shopify being involved in any way, I’m a little bit petty after slogging it out at that company awhile because I know what they’re all about.

      • Asudox@lemmy.world
        link
        fedilink
        arrow-up
        27
        arrow-down
        13
        ·
        edit-2
        24 days ago

        Welp, I haven’t seen anyone learn Swift other than for Apple stuff these days. So I wonder how many can actually contribute to the code. It’s also made by Apple, so yeah. It would have been more performant and secure (both of which are pretty important in a browser) if it was written in a more low level language. For example Rust.

        • Norah - She/They@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          14
          arrow-down
          2
          ·
          edit-2
          20 days ago

          It’s also made by Apple, so yeah.

          It’s also open-source? Like, Microsoft created C# and Typescript. Google created Go. Those get used without people bringing up their origins. Hell, Rust Javascript* was created by a homophobe. What, do you think the license lets Apple close-source everyone’s code if they choose or something?

          Sorry, I’m just really tired of these low-effort comments. The only thing that should matter is the language and if it hits the goals the project needs.

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          12
          arrow-down
          1
          ·
          23 days ago

          It is currently written in C++. They are looking to switch to Swift.

          They looked into Rust but decided that GUI work was a pain and that they wanted something more object-oriented.

        • GissaMittJobb@lemmy.ml
          link
          fedilink
          arrow-up
          9
          arrow-down
          4
          ·
          23 days ago

          While Rust would probably have been a good choice for implementing a new browser, I don’t think Swift deserves the criticism it’s getting in this thread:

          • Swift was created by the same person who created Rust, and has many of the same nice traits
          • Swift is a modern language that is easy for plenty of developers to pick up; I’d place it in the same family as Rust and Kotlin
          • Swift grants access to a large pool of native iOS/Mac developers
        • mostlikelyaperson@lemmy.world
          link
          fedilink
          arrow-up
          11
          arrow-down
          8
          ·
          23 days ago

          “More performant” citation needed. Very well written Rust might be extremely fast, yes, but Rust is also a hard language to get right. Swift is far from a slow language and I would not be surprised if the average rust programmer barely if at all manages to beat out the average swift programmer in terms of speed. As for the amount of programmers interested, hard to tell, but given the sheer amount of Swift devs I’d not be surprised if there were quite a few interested ones and I am unconvinced Rust programmers are statistically more likely to be interested in Browser development.

            • mostlikelyaperson@lemmy.world
              link
              fedilink
              arrow-up
              3
              arrow-down
              5
              ·
              edit-2
              23 days ago

              Benchmarks mean nothing. These aren’t the results of code written by an average programmer. Edit: and as a general note I would also like to point out the relative inconsistency of the results in terms of factor, only further reinforcing my point. I like Rust and all but we do need to admit it doesn’t magically solve all our problems.

              • Evening Newbs@lemmy.world
                link
                fedilink
                English
                arrow-up
                4
                arrow-down
                2
                ·
                23 days ago

                Benchmarks mean nothing.

                You’re free to suggest another method of comparing the two languages’ performance. This is the best we’re have, and Rust wins in every single benchmark shown there.

                These aren’t the results of code written by an average programmer.

                Citation needed.

                I like Rust and all but we do need to admit it doesn’t magically solve all our problems.

                I never said it did. I simply pointed out that it’s demonstrably faster than Swift.

  • Aatube@kbin.melroy.org
    link
    fedilink
    arrow-up
    52
    ·
    23 days ago

    Sounds fun, but I wish there were more people who’d invest in making Firefox’s Gecko more easy to use (stretch goal: revive Proton, which is Electron but Firefox) instead of pushing a ton of effort into inventing a new thing.

    That said, this is coming from SerenityOS (specifically, the founder and basically the entire community concentrating on building its browser instead of hacking the OS, resulting in a split), so I understand that it might be a lot harder to port large codebases to a new OS instead of than starting a new one.

    Edit: It’s Positron, not Proton

    • IrritableOcelot@beehaw.org
      link
      fedilink
      arrow-up
      25
      ·
      edit-2
      23 days ago

      Well we wouldn’t want Proton, it would be 2000x less lightweight than electron! /s

      It seems to me that Tauri is maybe a better direction to invest resources in than a direct electron-but-Firefox. Its lighter weight and better sandboxed, and can presumably be configured to run with a Gecko engine instead of a chromium-based webview. I have no idea its status, but geckoview does seem to exist.

    • deafboy@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      23 days ago

      Sounds like fun, but I wish we had a real multiplatform GUI framework that does not look like ass and does not perform like ass, so we can put the whole shameful electron era behind us.

      • Amju Wolf@pawb.social
        link
        fedilink
        English
        arrow-up
        8
        ·
        23 days ago

        That’s never going to happen, and the reasons are twofold:

        Brands want to push their own style on people, to make themselves recognizable, and to push their ideas about UX to their users (because they obviously know better than the OS/DE/compositor/whatever people).

        It’s easier and cheaper to build a web app, because there are so many web developers. It also usually allows you to give an “app” to people who want that, while giving a (perhaps somewhat limited) browser version to everyone else, reaching the maximum amount of users while maintaining only a single codebase and keeping everything more or less cohesive and looking the same.

        • Baldur Nil@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          23 days ago

          Brands want to push their own style on people, to make themselves recognizable, and to push their ideas about UX to their users

          That’s not a universal behavior though. There’s so many utilities and simpler apps made by indie developers or smaller companies that don’t care about this.

          • Amju Wolf@pawb.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            21 days ago

            That’s technically true, but the apps “everyone” has are the opposite to that, and people are used to it and don’t really seem to complain. So if Facebook, Tiktok, Twitter, Amazon, Spotify and Aliexpress each do their own (garbage) thing, it shows other brands they can do that too, and they kinda ruin it for everyone. Basically the apps you spend most time in are probably like that, and it’s a shitty experience.

      • theneverfox@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 days ago

        It just makes too much sense… The only way to get past electron is a better electron. Or just fix electron

        We’ve been going after this concept for decades now. That’s what java swing was supposed to be, what python gtlk was supposed to be, and I’m sure there were others before that and there’s been a hell of a lot since then

        It’s all trade-offs between flexibility, ease of use, and performance. Also between maintenance cost, portability, and existing library support

        Electron is a good compromise. The execution could be better, but it’s come a long way. There is no one size fits all solution, but there are some decent options that handle that compromise differently

    • monobot@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      23 days ago

      These people started it and are doing it for fun.

      Fixing few decades of technical debt is not fun and a big question would be if their code would even be considered for existing engines.

      It us so much fin it already has over 1000 contributors. It got us 1k more people that understand browsers deeply. I think that’s a huge win whatever happens with browser itself

      • Aatube@kbin.melroy.org
        link
        fedilink
        arrow-up
        1
        ·
        23 days ago

        You don’t have to fix technical debt to just incorporate the engine unless you’re porting it to an entirely new operating system.

  • joel_feila@lemmy.world
    link
    fedilink
    arrow-up
    54
    arrow-down
    7
    ·
    23 days ago

    As someone insecure in their masculinity I don’t know if u would use ladybird. Now if it was MANbird I would.

  • mexicancartel@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    27
    ·
    23 days ago

    There was a gpl licensed browser engine someone by hobby is writing from scratch. I think theese companies supporting ladybird just do so because of license that they can proprietarify(like chromium)

    • blind3rdeye@lemm.ee
      link
      fedilink
      arrow-up
      57
      arrow-down
      18
      ·
      edit-2
      23 days ago

      Is this because they used “he” instead of “they” in the build instructions? … They changed that and acknowledged the mistake. Surely that’s enough. It’s the fucking build instructions. I think we can probably find it in our hearts to forgive them.

      [edit] Just in case people think I’m joking. I’m not. As far as I’m aware, the critical incident that that has resulted in people calling Ladybird devs anti-trans is that they wrote ‘he’ instead of ‘they’ in the build instructions. That’s what caused the original outrage. And as far as I’m aware, there have been no other incidents. But please, if there is something of substance that I’m not aware of, post about it here.

      • apotheotic (she/her)@beehaw.org
        link
        fedilink
        English
        arrow-up
        51
        arrow-down
        3
        ·
        23 days ago

        To be clear, nobody was outraged by the devs using gendered language. The outrage was because they rejected multiple PRs to correct it under the guise of it being “political”.

      • sunglocto@lemmy.zip
        link
        fedilink
        English
        arrow-up
        22
        arrow-down
        18
        ·
        23 days ago

        That’s literally it. People are getting angry over unsubstantiated information for 0 reason

      • Mia@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        5
        arrow-down
        2
        ·
        edit-2
        22 days ago

        The problem was more the fact that the devs viewed using anything other than ‘he’ as political, not the presence of gendered language itself. The devs themselves made a big deal about changing it. The way I see it, it’s not even about trans people. How about just women? Is including women in software developent considered political? One would hope not, but here we are…

        • blind3rdeye@lemm.ee
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          22 days ago

          I wouldn’t read too much into it. Using “he” instead of “it” is a mistake that a person might make if English is not their first language. It’s pretty easy to imagine that someone working on a browser would not be interesting in messing around with the pronouns in their build instructions. They made an error, and they didn’t think the error was important (which in itself was another error). But it is fixed now. Surely no harm done. They were not actively trying to impede anyone’s progress or deny anyone’s rights, or even say anything negative about anyone at all. They simply made a mistake in their use of pronouns in their build instructions. The mistake is now fixed. And although its fair to take it as a ‘warning’ that maybe there are objectionable views lurking in there, it certainly is not evidence of such views. I really don’t think it’s fair to hang this mistake over them. I’m sure that pretty much everyone in this thread has made worse mistakes throughout their lives. I know I certainly have.

          • Mia@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            6
            arrow-down
            1
            ·
            edit-2
            21 days ago

            I get the mistake. Wouldn’t even call it one tbh, just an oversight. But when someone points it out normally one doesn’t reply with “don’t force your political views onto me” as if non male devs was some weird “woke” concept. A simple “whoops, missed that” would have been perfectly fine and everyone would’ve moved on. With that said, having followed the whole debacle I can say it could have been handled better by both sides.

      • daniskarma@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        20
        arrow-down
        6
        ·
        edit-2
        23 days ago

        So?

        For many small project is AI/copied images or no images at all.

        When you do not have money you are not hiring a 2000€/month artist to do imagery for your website. You go online to copy something or nowadays you can use AI to wrap it up. It’s a tool at people’s disposition like any other.

        And before anyone comes talking about copyright laws… shall I present them my 10 TB hard drive of pirated media? Human culture is to be shared, not gatekeeped.

        • netvor@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          21 days ago

          you do not have money you are not hiring a 2000€/month artist

          On the site I see like, one stock footage of a plant, one of a ladybird and some rando abstract graphics. What are you guys talking about here? Am I out of date? Should I ask for raise? (I’m not an artist but SW engineer, so probably not.)

        • data1701d (He/Him)@startrek.website
          link
          fedilink
          English
          arrow-up
          40
          arrow-down
          17
          ·
          edit-2
          23 days ago

          For one, AI datasets often break copyright law, frequently appropriating from artists. Executives are also trying to use it to eliminate the jobs of artists, and I feel it’s wrong to try and obsolete something people love doing.

          In addition, they take a lot of power, not helping in the way of the needed changes to follow climate goals.

          Clarification: Copyright laws can be annoying, and I don’t always agree with them. However, it also protects smaller artists. I think there are many cases where piracy is totally fine, though, like if a company vaults an animated streaming show and gets rid of all other ways to watch it.

          • delirious_owl@discuss.online
            link
            fedilink
            arrow-up
            23
            arrow-down
            7
            ·
            23 days ago

            Interesting. I am an artist, but I find it helps me make better art. Faster too.

            But all my work is copyleft and I give zero shits about so-called “copyright infringement”

          • Cyclohexane@lemmy.mlM
            link
            fedilink
            arrow-up
            16
            arrow-down
            3
            ·
            23 days ago

            Normal people boycotting AI models will not stop executives from being hostile to artists.

            Especially people who would have otherwise not paid for art.

          • daniskarma@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            9
            arrow-down
            6
            ·
            edit-2
            23 days ago

            I do break copyright law every single day of my life. And so far the only harm I’ve done is avoiding Disney a free pass to kill my wife.

            Copyright law is bad. Sharing is caring.

            Also I’ve make AI images with Stable Diffusion self hosted on my N100 server that takes way less energy than a normal computer being turned on for hours using Photoshop, so I saved the world by doing AI images instead of manually painting them.

          • monobot@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            23 days ago

            I fail to see how is traing AI on publicly available images hurting small artists?

            You don’t have to write if you don’t have time, link to explanation is good for me.

            I basically use generated images in places that would not have any ilustrations before. There is no budget. When I have money for an artist I hire an artist.

          • Brickardo@feddit.nl
            link
            fedilink
            arrow-up
            6
            arrow-down
            15
            ·
            23 days ago

            Executives are also trying to use it to eliminate the jobs of artists, and I feel it’s wrong to try and obsolete something people love doing.

            Luddism, much?

              • The Quuuuuill@slrpnk.net
                link
                fedilink
                English
                arrow-up
                5
                ·
                22 days ago

                The lesson of the Luddites is to fight the industrialist who wants to take away the pleasures of being human in the name of enriching said industrialist. Time and effort saving mechanisms should benefit the laborer, and no one else. That their movement has been labeled as being resistant to human progress or uninformed of the benefits of industrialization tells on our society’s propaganda mechanisms and our failure to teach our own history

          • Prunebutt@slrpnk.net
            link
            fedilink
            arrow-up
            11
            arrow-down
            8
            ·
            23 days ago

            No, it wasn’t. You might say that the issue was sidestepped, because it says “it”, rather than “they”, now.

            I guess it was an overreaction by mastodon, though. Even if I understand the initial criticism.

                • laughterlaughter@lemmy.world
                  link
                  fedilink
                  arrow-up
                  9
                  arrow-down
                  4
                  ·
                  23 days ago

                  A PR fixing all those issues was merged.

                  They used “they” when referring to a person, and “it” when referring to a process (the author used “he” when referring to a process calling another process, when he should have used “it.”)

        • daniskarma@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          25
          arrow-down
          6
          ·
          edit-2
          23 days ago

          Jumping to transphobic and misogynistic for not wanting to use inclusive language in some repo documentation is a big jump. He didn’t ever dead named anyone or refuse to use some person preferred pronoums. Its just not wanting to use inclusive language on documentation. Most, if not all, documentation I have ever read in my life don’t use the newest trend of inclusive language.

          By they way accusations were written it seemed like devs were actually exposing hate speech or something like that.

          Let’s not be like that, ok? At least I choose not be like that. You can destroy people lives with such accusations over basically nothing, be better.

          I know that we are near Americans elections as it always makes the whole internet jumping, and throwing knives to find “the enemy”. But it could be as simple as inclusive language might be confusing for non english speakers, or might the trend change over time and it’s just a bother to keep updating with the lastest trend. Do you know how many versions of inclusive language did we have in my language? We started using ell@s, then ellxs, then ellos y ellas, then elles, then ellos, ellas y elles. It’s too volatile and little to be that mad over it. Specially when there’s people out there who truly hate anyone who is not a cis str male and is doing true hate speech over that.

          If there’s more evidence of devs being evil, I will aknowledge it. But for such a little inconsequential thing (again it’s not even being against someone chosen pronoums, it’s just general documentation) I refuse to spread hate towards other human being.

          • laughterlaughter@lemmy.world
            link
            fedilink
            arrow-up
            7
            arrow-down
            3
            ·
            23 days ago

            I’ve seen some inclusive tech docs in which they (ha!) use “she” instead of “he” or “they.” I thought that was cool.

            Are people writing “she” instead of “they” misogynistic and transphobic too?

            • technocrit@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              9
              arrow-down
              2
              ·
              23 days ago

              Are people writing “she” instead of “they” misogynistic and transphobic too?

              There’s no such thing as “reverse racism”, “misandry”, etc. That’s not how systemic oppression works.

              • ArcaneSlime@lemmy.dbzer0.com
                link
                fedilink
                arrow-up
                3
                arrow-down
                1
                ·
                edit-2
                23 days ago

                Right, “reverse racism” and “misandry” are just plain ol’ prejudice.

                I guess it’s up to you whether you think being prejudice is only bad if you belong to the group systemically in power, or if you think being prejudice against someone for the circumstances of their birth is bad regardless of either party’s systemic stature, but we should be correct in our use of language.

            • daniskarma@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              5
              ·
              edit-2
              23 days ago

              I also try to use the feminine as neutral instead of masculine. -Note: I’m Spanish so our language is heavily gendered- Mostly because I think that sounds better than the trend of using a newly introduced neutral gender that sounds terrible because Spanish language never had neutral.

              Also if someone gets angry for that I have always the reply “now you know a little on how women fell during all story”

              But still, neutral and inclusive language is still too new and far away from normalization to get mad at people on how they use it or not use. And if you are not deadnaming or deadgendering (is that a word?) you are not really hurting anyone.

    • monobot@lemmy.ml
      link
      fedilink
      arrow-up
      14
      arrow-down
      4
      ·
      23 days ago

      It almost like a bot is posting this sentence every time SerenityOS is mentioned.

      Using “he” insted of “they” is not enough to call someone transphobic or misogynistic. It’s like you become fascist and are targeting people for one different opinion. Which is not even true.

      There are real problems transgender people are having, ladybird browser must be low on that priority.

      • blind3rdeye@lemm.ee
        link
        fedilink
        arrow-up
        6
        arrow-down
        2
        ·
        edit-2
        22 days ago

        There are real problems transgender people are having, ladybird browser must be low on that priority.

        Are you trying to tell me that Ladybird inadvertently referring to a computer process ‘he’ instead of ‘it’ is not a high priority problem for transgender people? What could possibly be worse? :p

        (But seriously though. I find it really weird that people are still upset at Ladybird about this. It makes me wonder if there’s some social manipulation going on. Like, is anyone actually upset about this, or is it just an excuse to attack the devs?)

    • Blisterexe@lemmy.zip
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      23 days ago

      It was changed to they later, to the lead dev, in german they/them is a neopronoun, and “he” is gender neutral is those situations, i assume he thought it was the same in english

    • sunglocto@lemmy.zip
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      4
      ·
      23 days ago

      So do you have any evidence for this instead of just dropping it with no source?

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      22 days ago

      This Lemmy thread is not an appropriate arena to advertise your personal politics.

    • loics2@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      22 days ago

      Don’t put all all Ladybird devs in the same basket, there’s currently more than 1000 contributors.

      Ok, Andreas Kling said some untasteful things a few years ago when it was mostly his project, but I don’t think it’s fair to dismiss the whole project for this reason now.

    • 0x0
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      22 days ago

      I couldnt really care less about my chefs personal view as long as the meal is ok.

      • TheGrandNagus@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        22 days ago

        Cool. But some other people have morals, and wouldn’t wish to give a chef some money if he, for example, wanted to exterminate minority groups.

        Maybe you’d turn a blind eye and say “well, I’m not in danger from him, so why should I care? I just want food.” but don’t be surprised when people think you’re a cunt because of it.

        • netvor@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          21 days ago

          Cool. But some other people have morals

          Come on, that’s a far stretch. What the person said does not imply that they don’t have morals.

          don’t be surprised when people think you’re a cunt because of it.

          Maybe no one should be, especially on the internet ;-)

    • Thoralf Will@discuss.tchncs.de
      link
      fedilink
      arrow-up
      22
      arrow-down
      20
      ·
      23 days ago

      Meh, that just killed my interest in the project. I was really looking forward to their first release. Now I don’t care anymore.

      • TheGrandNagus@lemmy.world
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        3
        ·
        edit-2
        22 days ago

        Maybe you’re unaffected so you don’t give a shit. Or maybe you view gay people as scum undeserving of equal rights.

        But donating money to try to reverse gay marriage is disgusting. As is donating money to a politician who said AIDS was a good thing and gay people should be cleansed of the earth by it. That’s tantamount to wishing for genocide.

        It’s honestly tiring how many people in the tech/FOSS community just straight up don’t give a shit about certain demographics, or even hate them outright, and see any inclusion of them at all as “politics”.

        I’m so very sorry that my view that gay people are human beings deserving of equal rights, and that we shouldn’t celebrate the idea of them all dying in agony, is so unpalatable to you 🙄

      • NaN@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        5
        ·
        23 days ago

        Making a donation to a campaign that the majority of Californians voted for is unforgivable.

  • navordar@lemmy.ml
    link
    fedilink
    arrow-up
    25
    ·
    23 days ago

    How is it progressing so fast compared to Servo? Isn’t Servo being developed for a longer time?

          • leopold@lemmy.kde.social
            link
            fedilink
            arrow-up
            35
            arrow-down
            1
            ·
            23 days ago

            Basically everywhere I go on Lemmy you’re there spouting ignorant bullshit, garbage takes, rage-bait and misinformation. You’re inescapable. This is the perfect example. You know what you’re saying is wrong. You know you’re being dishonest. Do you wanna know how I know? Because I literally told you as much less than two weeks ago when you tried spreading the same lies. But you didn’t care back then and you still don’t care now. The only thing you seem to care about going by the other things I’ve seen you post is pushing your favorite projects, and you will use all of the arguments available to do so, including the ones that you just entirely made up. You think LadyBird is the better project and are trying to spread the belief that Servo is dead to make others buy into the LadyBird hype further. But, of course, Servo verifiably isn’t dead and in fact the Servo team writes up monthly blog posts detailing their progress, which show the project developing at a healthy pace. And to top it all off, when these facts are pointed out to you, your only comeback is “means nothing”. Clearly you’re not the kind of person to let facts tie you down.

            • navordar@lemmy.ml
              link
              fedilink
              arrow-up
              14
              ·
              23 days ago

              Heh, I thought about blocking them like a thousand times, but they are sometimes sharing neutral or interesting information so I’m just trying to ignore this type of comments

              • The Cuuuuube@beehaw.org
                link
                fedilink
                English
                arrow-up
                10
                ·
                23 days ago

                Only reason I unblocked them was in case I needed to refute their claims anywhere. Suffice to say though, for anyone reading this, a good rule of thumb is if Possibly Linux says it, decent chance its untrue

            • Possibly linux@lemmy.zip
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              7
              ·
              edit-2
              22 days ago

              Maybe I made to many assumptions. All I saw was on the about page they said they started under Mozilla and moved to the Linux foundation. Maybe I’m to quick to jump to conclusions but it doesn’t look like it has that much momentum. To be fair neither does Labybird. The big thing about Ladybird is that it is completely independent and already has a decent amount of funding. Maybe Servo is bigger than I realized. At the end of they day we need diversity.

              I didn’t mean this as a personal attack. It seems like you have some previous knowedge of Servo which is completely fine. You are welcome to block me if you so wish. At the end of the day you don’t have to care about what I say. While I don’t suspect this will turn into harassment I will note that I will block you if you start trying to “chase” me across the fediverse. I have had issues in the past where someone starts going though and replying to every one of my comments everywhere.

      • bouh@lemmy.world
        link
        fedilink
        arrow-up
        9
        arrow-down
        21
        ·
        23 days ago

        I feel like like inventing the wheel every five years is not the best use of talented people’s time.

        • laughterlaughter@lemmy.world
          link
          fedilink
          arrow-up
          30
          arrow-down
          1
          ·
          23 days ago

          People don’t need to build model trains either.

          The project started as a hobby. People can do what they want with their free time.

        • markstos@lemmy.world
          link
          fedilink
          arrow-up
          13
          ·
          23 days ago

          Right now most browsers are based on an engine owned by Google with a small percentage based on Firefox, which has historically depended on Google for significant funding. Not a great situation.

          For something as important to modern life, its beneficial to have more diversity, if only to add different security flaws to it then exist in Chrome and Firefox.

  • rekabis@lemmy.ca
    link
    fedilink
    arrow-up
    19
    arrow-down
    6
    ·
    edit-2
    23 days ago

    We don’t have anyone actively working on Windows support, and there are considerable changes required to make it work well outside a Unix-like environment.

    We would like to do Windows eventually, but it’s not a priority at the moment.

    This is how you make “critical mass” adoption that much more difficult.

    As much as I love Linux, if you are creating a program to be used by everyone and anyone, you achieve adoption inertia and public consciousness penetration by focusing on the largest platform first. And at 72% market share, that would be Windows.

    I hope this initiative works. I really do. But intentionally ignoring three-quarters of the market is tantamount to breaking at least one leg before the starting gate even opens. This browser is likely to be relegated to being a highly niche and special-interest-only browser with minuscule adoption numbers, which means it will be virtually ignored by web developers and web policy makers.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      28
      ·
      23 days ago

      Linux users tend to give much better bug reports than Windows users (if they do at all). That alone is probably a good enough reason to do Linux first. There are many more good reasons when the first goal is getting it functional and not getting as many users as possible (who will probably hate it if they’re not a technically skilled user because there will be bugs).

      You’re making an assumption their first priority is the number of users. I would suspect that isn’t true, and they’re aware Windows has more users.

    • leopold@lemmy.kde.social
      link
      fedilink
      arrow-up
      18
      arrow-down
      1
      ·
      23 days ago

      LadyBird is an unusable pre-alpha-quality web browser. The fact that they haven’t bothered porting to Windows yet is both thoroughly unsurprising and entirely meaningless. In its current state, it wouldn’t become popular either way. But I guess Linux users have this weird inferiority complex where everything must instantly be dropped to port to Windows even when it makes little sense to do so.

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      23 days ago

      Ladybird was originally started as a browser for SerenityOS, a POSIX operating system. Well into the project, they decided to make it cross-platform but that still meant POSIX ( Linux and macOS ). As interest ( and sponsorships ) came in from outside SerenityOS, focus moved more and more to the browser and away from SerenityOS.

      Just recently, Ladybird decided to split from SerenityOS, allow more outside code, and in fact has dropped SerenityOS as a supported OS.

      The project is fairly pragmatic. I am sure they will add Windows support as the core browser engine matures.

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      22 days ago

      We would like to do Windows eventually, but it’s not a priority at the moment.

      intentionally ignoring

      I think you just read what you wanted to read don’t you think?

  • ben_dover@lemmy.ml
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    23 days ago

    i’d like to see a revival of webkit and an open source browser that uses it

      • ben_dover@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        23 days ago

        it’s the only one i knew about before the other comment. with more browsers using it, we may not need to build another engine from scratch to broaden competition

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          4
          ·
          22 days ago

          I think this is the argument that the Ladybird people have made:

          • Chrome is dependent on Google ( obviously )
          • Edge is dependent on Google ( based on Chromium )
          • Firefox is dependent on Google ( 80% of revenue )
          • Safari is dependent on Google ( $4 billion from Google )
          • most other browsers are dependent on Google ( use Chromium ) - Brave, Vivaldi, Opera, etc

          Ladybird is intended to be a truly independent browser and especially independent of Google.

          • Leaflet@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            21 days ago

            Safari isn’t dependent on Google. It was just a no-brainer for Apple to take a free 20 billion dollars from Google for setting the default search engine to something most users would want anyway.

    • BaumGeist@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      20 days ago

      I used luakit for awhile. Really fun to only use keyboard, but definitely lacking features that makes “modern” websites not suck so hard

  • mexicancartel@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    23 days ago

    There was a gpl licensed browser engine someone by hobby is writing from scratch. I think theese companies supporting ladybird just do so because of license that they can proprietarify(like chromium)

    • selokichtli@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      21 days ago

      I agree. However, things are so bad in the browser market that even a proprietary browser could be good news if they don’t become a duopoly and actually compete.

  • foremanguy@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    6
    ·
    23 days ago

    I don’t know if it’s a good idea to build a new engine from scratch… Maybe it is but I don’t know, behind an engine you need to have support and development, so this thing needs to be improved and supported along the versions to be safe, so I don’t know if it’s a good idea or not 🙃

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    6
    ·
    edit-2
    23 days ago

    Repost but still cool

    Also I am surprised at how many sponsors there are and how many industries are represented. The project isn’t that old

  • toastal@lemmy.ml
    link
    fedilink
    arrow-up
    5
    arrow-down
    10
    ·
    22 days ago

    All the code is hosted on GitHub. Clone it, build it, and join our Discord if you want to collaborate on it! We’re looking forward to seeing you there.

    So much for freedom when everything is done thru proprietary services under US jurisdiction.