

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!
In pretty much the most malicious compliance way possible, but yes. https://rileytestut.com/blog/2024/04/17/introducing-altstore-pal/
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.
I posted an article (not mine) about it here a while ago. https://discuss.tchncs.de/post/26573114
It’s Apple’s API for hardware-accelerated machine learning. Their new devices have specialized ML hardware so it’s actually feasible to run on mobile devices. Probably what they also use for Apple Intelligence. https://developer.apple.com/documentation/coreml
It probably uses Apple’s CoreML. Not sure if Android has an equivalent API.
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.
Interesting, thanks!
Oh of course, I didn’t think about punctuation occurring in the middle of a sentence. Duh, thanks.
Segmenting a text into sentences is as easy as splitting on end-of-sentence punctuation.
Is there a language this actually isn’t true for? It seems oddly specific like a lot of the others and I don’t think I know of one that does this. Except maybe some wack ass conlangs of course.
That’s what I mean, this is massive overreach and completely unwarranted on top of that.
These bastards haven’t MITMed half the internet for nothing. This isn’t the first time they abuse that either.
I hate that I once fell for it too when I just started out hosting stuff and put it behind their proxy.
The league claimed that through the app, users were able to access M3U playlists. These files carry no infringing content themselves, but effectively point to locations where pirated audiovisual content (such as sports, TV channels, TV series, and movies) can be found.
In the specific form it was made available for download on various app stores, NewPlay didn’t appear to contain pre-loaded playlists or links to copyrighted content, at least at the point of delivery.
While acknowledging NewPlay’s ability to consume M3U playlists in a manner not unlike VLC, for example, they argued that NewPlay played no part creating the playlists or the media to which they linked
The court order required Google, Apple, and Huawei to disable or delete NewPlay to prevent future use on users’ mobile devices.
So it’s a HLS stream player app? I fucking hate the football mafia
INWX has been great so far, have been with them for about 6 years at this point. Also had good experiences with their customer support.
I use zsh and it works fine for me fwiw. Same with zsh --no-rcs (which doesn’t load zshrc). Maybe you have some weird setting enabled?
I have this post to offer: https://www.tumblr.com/avidcollectorofdust/776146560975339520
“Humans are inherently selfish–" Then why do so many cultures value hospitality, to the point of dictating it in their religions? Why is it so common for hosts to offer their visitors their best food, and as much of it as they can? At some point, multiple cultures decided that they knew what it felt like to be alone and vulnerable, and promised each other to never let those who stay with them feel that way. That doesn’t sound very “inherently selfish” to me.
“humans are the plague”
No. Humans are animals as much as the fish and the bear. We are pack animals who have survived by strong bonds and community.
Do not buy the lie that humans are inherently evil. Societies can trick you into believing this, but it’s not the truth of humanity.
Humans crave being together, sharing together, and thriving together.
Capitalism just wants you to believe we’re destined for selfishness.
Hm, yeah, didn’t think about shitrags’ willingness to write misleading headlines to generate outrage/clicks.
They could make it completely detached from iCloud instead and allow using some generic API like WebDAV, so it can be used with Nextcloud for example. Plus potential DAV extensions or a new protocol and iOS API (or extend File Provider) if it needs anything specialized (it most likely does).
At this point if the Ai thinks we should be exterminated? I’ve no counter-argument that is based outside of a desire to want to live…
People’s right to self-determination over their lives maybe? This is no better than the fascists wanting to kill whatever their “undesirable” minoroty of the day is.
For a macOS-style desktop I recommend Plasma. It won’t feel like it out of the box, but you can customize it. I have it set up to have a top panel with app launcher, global menu, tray icons/notifications/time, and a bottom floating panel with all the application icons, downloads and trash like the Mac Dock, window buttons on the left, and a bunch of other tweaks. Keyboard shortcuts I’ve also all set up to be as far as on the Mac as possible, including correct mapping of the command key, if you care about those.
It’s certainly not perfect in terms of how it behaves like macOS but probably about the best you can get with “off the shelf” desktops. (Wish more people cared about a GNUstep desktop tbh)
Not sure about distros, I generally recommend openSuSE to new users. If it or Mint works for your use cases, no idea though.