@samgai I do not have enough entities for that
boostable version, donate to Edinburgh Rape Crisis Centre, transmisia, fuck TERFs
Today, scottish Arch-TERF JK Rowling announced she's funded a competing rape crisis centre in Edinburgh that will only serve cis women, apparently as a fuck-you to the existing Edinburgh Rape Crisis Centre, which has a trans woc CEO and has endured months of harrassment from TERFs to the point of temporary closure. Please show some support to the current trans-inclusive ERCC if you can:
@StroomAfwaarts @AtelierCreaRose (Een van die onderzoeken was nota bene op een Nederlandse school!)
@StroomAfwaarts @AtelierCreaRose Natuurlijk niet. De natuurwetten gelden niet in Nederland, dus we moeten alles eindeloos zelf nameten.
Hier een samenvatting van bestaand onderzoek: https://operame.nl/Ventileren_voor_betere_leerprestaties
re: yet another meta
@cgranade Yeah, this is precisely what I was concerned about when I originally started warning people about this, the whole-system effects that you can't defederate away :/
I guess the positive aspect is that I'd expected to get a lot of "what are you complaining about, just block them and call it a day" replies, but those didn't happen! So it seems that people at least pretty widely recognized the whole-system effects.
yet another meta
Like, try to offer shared codes of conduct or moderation guidelines, let alone volunteering moderation time, and you quickly land on the same land already poisoned by alt-right trolls. The actions that qoto and UOfI have taken substantially harm efforts to make a meaningful fediverse centered on personal agency and on community health.
yet another meta
Most of the problems of qoto and UOfI are trivially solved by blocking and/or defederating, as it's obvious that nothing good will result from explicitly institutionalizing bigotry in a cross-instance code of conduct.
What makes me especially sad, though, is that UOfI has pretty effectively taken the air out of the room for good-faith efforts at creating cross-instance resources for community support.
Your regular reminder that some men need abortions too, and leaving us out of the conversation as irrelevant only furthers the christofascist agenda we’re all fighting.
#abortionIsHealthcare #abortionIsAHumanRight #transmasc #transMan
@dirkwals Alt text: Cartoon van iemand die met een bezem iemand anders op het hoofd slaat die herrie staat te maken met een bladblazer.
Tekst bovenaan: "Door bladblazers veroorzaakt lawaai kan vermeden worden door een bezem te gebruiken."
re: long, NixOS accessibility/usability
@risottobias@tech.lgbt Right, I get what you mean. I can only speak for the parts of the community that I interact with (eg. the Matrix rooms), but:
While I can't say that elitism is *entirely* nonexistent in the community, it's certainly something that's seen as undesirable and that's actively pushed back against. And generally people are aware of how elitism is a risk.
The documentation quality is still a problem, but also one that is recognized by many, and that people work on improving. Lot of work left to do, though.
For "beginner-friendly systems", I'd refer to my previous reply; that's included in what I call "accessibility" there.
Bottom line: there's a lot of work left to do, but *culturally* speaking the NixOS community is in a pretty good place, at least by typical Linux standards.
@oscarmlage @solene (In addition to my longer reply): I'd say that what Nix/NixOS (+ its ecosystem) can do is a superset of what Ansible can do and it can fully replace it, assuming you're happy to use NixOS, but it can sometimes be tricky to figure out the "where is the tool I need" with the current state of documentation.
long, NixOS vs. Ansible
@oscarmlage What the two have in common is that they are built around the ideal of "declaratively specify what things should look like, and it Makes It So".
There are significant differences in how they accomplish those things though:
Ansible is designed as a system manager. It expects to be imperatively changing stuff about a (Linux) system, specifically in networked scenarios. It does not make the system itself.
Nix, on the other hand, is designed as a *build system*. It produces reproducible build artifacts from a given deterministic specification. But, unlike most build systems, the scope of *what* it can build is very broad.
A configuration file is a build artifact. A software package is a build artifact. An ad-hoc shell environment is a build artifact. An entire NixOS system is a build artifact. All of it is just build artifacts referencing other build artifacts, with each artifact being (sort of) content-addressable.
This means that Nix is a far more generic tool than Ansible is (and anything it needs, it can just conjure into existence, because it's a build tool!); but it also means that for specific *kinds* of builds, you want additional tooling to use *with* Nix.
For building software as well as a whole NixOS system, that additional tooling lives in nixpkgs. For building "an entire cluster of systems", that tooling is morph, NixOps, and so on. They all just do different kinds of builds, and Nix itself doesn't care about the distinction between them.
This is how you end up in a situation where Nix looks like Ansible, but it also looks like `apt`, and it also looks like `make`, and it also looks like `npm`, and a whole bunch of other tools. All of those are really different kinds of specialized build systems, and Nix implements those mechanisms generically!
The downside of that is that because Nix can do basically everything, there's not one obvious "hot path" for how you use it, and so you'll have to figure out how to use it for *your specific usecase* rather than just following a "getting started" doc like for Ansible (which only has one usecase really).
That's fixable with better and more comprehensive documentation, of course, but as it stands, there's a lot of work left to do there.
re: long, NixOS accessibility/usability
@risottobias@tech.lgbt Actually, as some concrete examples of how Nix functionality could serve to make things *more* usable than other distros, if done right:
- The generation/revision system makes it possible to build an intuitive *and reliable* system rollback UI
- The isolated environments makes it possible for a (graphical) package manager to have a "try out this app without installing it" button
- The isolation also makes it very unlikely for different software sources to conflict; this means that the whole problem of "I added an external repo and now my system is broken" can be entirely sidestepped, and in fact this can be actively *encouraged* in the UI design
long, NixOS accessibility/usability
@risottobias@tech.lgbt I would say that there is a significant part of the community who feels that it should be more accessible, and there are ongoing efforts to actually make it so (in documentation, ergonomics, etc.).
At the same time, there are definitely also people who feel that "it's fine, you just have to learn how to use it". This can make it exhausting to have discussions about how to improve accessibility, when those people get involved.
With how most of the ecosystem is de facto managed by the community (because the Nix runtime itself only has a very limited scope), I would say that there is a high chance that things will become more accessible over time - but exactly how long that takes will very much depends on how many people have the energy and motivation to actually make it happen.
One thing that *does* seem to be fairly universal, is people's desire to have Nix be a sort of 'universal fabric' for system and package management scenarios, ie. the idea is that it or a model like it *should* be adopted (behind the scenes) everywhere. Most of the disagreement is about whether that is already viable today or not.
And from my own perspective as someone trying to work on accessibility: I'd say that, on balance, the community is receptive to this sort of work. There's just a lot left to do, but it's not a hopeless endeavour IMO.
All that having been said: much like with Mastodon, there are *some* things that just work fundamentally differently, and to which people will have to adjust. But I'm convinced that it's *possible* to make these accessible enough that it exceeds the usability of most other Linux distros today.
In the process of moving to @joepie91. This account will stay active for the foreseeable future! But please also follow the other one.
Technical debt collector and general hype-hater. Early 30s, non-binary, ND, poly, relationship anarchist, generally queer.
- No alt text (request) = no boost.
- Boosts OK for all boostable posts.
- DMs are open.
- Flirting welcome, but be explicit if you want something out of it!
- The devil doesn't need an advocate; no combative arguing in my mentions.
Sometimes horny on main (behind CW), very much into kink (bondage, freeuse, CNC, and other stuff), and believe it or not, very much a submissive bottom :p
My spoons are limited, so I may not always have the energy to respond to messages.
Strong views about abolishing oppression, hierarchy, agency, and self-governance - but I also trust people by default and give them room to grow, unless they give me reason not to. That all also applies to technology and how it's built.