archive.today and archive.ph (also .is, .md, .fo, .li, .vn) could be Russian assets.

  • 7 Posts
  • 348 Comments
Joined 4 months ago
cake
Cake day: March 5th, 2025

help-circle










  • Its easier to spot here

    It’s super easy to spot on reddit. Even easier than that?

    There clearly aren’t that many bots (of all kinds, incl. humanoid) in the Lemmyverse (yet), so I guess they stand out more, but beyond that?

    its easier to moderate

    Hm. How so?

    I learned early that admins (and possibly also mods) have more insight into user behavior, is that what you mean?

    Beyond that the mod/admin structure is pretty much the same as on, say, reddit.


  • Yes it takes very little searching to find this shit on reddit.

    But - and I’ll probably get tons of downvotes, but still: the Fediverse is not safe from this.


    edit: considering our APIs are free & open it could even be easier, esp. if you don’t want to leave a money trail


    edit2: I definitely don’t mean to diss the Fediverse in any way! It stands sky high against walled-in platforms. Just stay vigilant and real. This is not paradise.








  • There was a thread about this a few days ago. That guy who did the fork is nuts. A WW2 Nazi apologist.

    And as I said then, Xorg is already Libre.

    Without some facts to back it up I question phrasing like “most active remaining contributor”. Or “actively maintained” vs what? Just “maintained”? I want to see the stats before I believe this is more than steering the narrative.

    This person picked a good time to throw a fit and draw a lot of attention to himself.

    People say we should leave politics out of it and concentrate on the software (meritocracy) but I question that. I mean, the way this is going you just can’t leave that guy’s motivations out of the equation.

    You can imagine the way the discourse about this proposal is going, but I randomly picked up one comment I wanted to share excerpts of anyhow:

    (…) Fedora accepting X11Libre into the project would betray its users and imply that Fedora is fine with the statements made in its readme.

    However, even putting that all aside, I see technical concerns. Obviously, there’s the fact that a lot of the commits made to X11 by metux before he forked off were found to ultimately cause regressions and not have been tested properly and have been reverted. The issue with the licensing in headers is minor, but also noteworthy given how critical licensing is to FOSS projects (…) and it is not a good look to mess that up so easily (…). Even more than all of this, however, is something I recently found on X11Libre’s github:

    github.com/X11Libre/xserver
    Fix incorrect power of two operator
    master ← dec05eba:fix-pow2
    opened Jun 9, 2025

    2^16 is 2 xor 16 which equals 18, not 2 to the power of 16 which is 65536

    metux did not understand that ^ was not the exponent operator in C. That immediately, to me at least, throws some serious doubts on the quality of the commits made by him (and, to an extent, his ability to properly review PRs). To not know such a key feature of the language the project is largely written in is… frightening, at least to me. It does not inspire confidence in the rest of his code for something as large and low-level as an X11 server, compounding on the existing concerns about his prior commits to xorg having to be reverted for causing regressions.