• 3 Posts
  • 473 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • 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










  • 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








  • 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.