Meshtastic node with a GPS radio perhaps. They’re not that expensive and work off the grid. Might need a bit of manual assembly depending on what you get but nothing too difficult.
I didn’t say that. I would say it makes it much less likely though especially for someone who is openly trans and given someone who has text like “trans rights are human rights” on her web page. Of course it’s not impossible, but it would certainly be hypocritical and goes contrary to the vibe I’m getting from her.
You’re the first one who brought this up. Where is the context for what you are talking about? Which people are saying she’s a bigot?
People I trust who know a lot about community organizing or whatever you want to call this, and are more involved in Matrix than me, told me that this conflict is a lot more complex than just what this document describes.
So I suppose, don’t draw any conclusions just yet if this is the first time you’re hearing about this like it is for me.
It’s noteworthy because this is usually the type of attacks a trans person gets from transphobic trolls and not from her own community. Drives the point home that this is not exclusively transphobia.
Ugh, not again. I know which forum this is talking about. I wish morons would stop bothering and trying to destroy about the only place where chroically suicidal people have found some sense of community they can relate to, while telling themselves they are doing good. These people already have it bad enough. For some that community is about the only thing that keeps them going.
What would you consider "done right"? The main problem with it was that they used it on a desktop computer operating system. I'm sure it was just fine on Windows Phone.
They are god-awful everywhere. I don’t get why people can be like “yeah I want all of my apps to be janky crap that is usually missing a lot of features you’d get for free using the platform toolkit”. The only exception I’ve seen thus far that was actually good is Figma and god knows how much effort they had to put into that to make it behave even remotely reasonably.
What a weird article. They want an iPad for some reason but then say that both the operating system and the input method is inadequate for what they want to do with it. Why do you want an iPad then? Just get that MacBook (or you know, a laptop with Linux on it if you don't want to be locked in to anything).
Another thing about jj which I really love: it makes it a lot more easy to maintain a bunch of PR branches at once. Look at this 8-way-merge here on my fork (2xsaiko): https://github.com/mesonbuild/meson/network. The tip of that is what I'm developing on top of and then squashing changes into one of the commits in one of the branches which are mostly PRs. And rebasing the entire thing on top of upstream's master is essentially trivial, best case it's one command. See https://ofcr.se/jujutsu-merge-workflow for details on how it's done!
Right, you need to first restart the rebase, then git reset --hard to whatever commit from the reflog, then edit the todo list. Might need git rebase --skip too to make it read the next entry. I haven't done this myself yet fwiw.
It says it can use Git as backend, so that means I could do these kinds of operations easily without stringing several commands together on the repositories I’m already working on without changing them?
You can either clone a repo fresh or have it take over an existing git repo that you already have cloned locally. Normally you can only use its own commands, but you can create a repo in colocated mode where you can use both git and jj commands in the same repository, if that's something you or a tool you're using needs.
But in general jj will work with remote git repositories regardless of whether your local checkout is colocated or not, and there's no problem using it side-by-side on the same repo with other people who use git.
You could abort the rebase, then move back to the commit you want to using the reflog and remove the entries you skipped from the rebase todo.
I also recommend checking out jj (https://github.com/jj-vcs/jj), it makes big rebases a lot more pleasant because of its conflict model and because you can always undo operations like this.
Meshtastic node with a GPS radio perhaps. They’re not that expensive and work off the grid. Might need a bit of manual assembly depending on what you get but nothing too difficult.