With Jujutsu (which is compatible with git), you can just
jj undo
With Jujutsu (which is compatible with git), you can just
jj undo
That’s VSCode
I thought the main reason was that they changed the license


It says it IPv6 ready but doesn’t even have any AAAA DNS records.
It does use TLS 1.3, but only AES 128 bits for me.




They renamed it on other platforms (apple) in September 2024 https://www.neowin.net/news/microsoft-is-renaming-its-remote-desktop-app-on-certain-platforms-and-people-are-livid/


There is a fork of Firefox Send
https://github.com/timvisee/send
If you already selfhost Bitwarden/Vaultwarden, you can use Bitwarden Send too.
Btrfs has it’s own build-in raid. From what I understand you should mount the filesystem with -o degraded and then use btrfs replace to switch to the new drive. I’ve never had to do that myself yet though.


The original makes more sense by not having that where clause

The original didn’t have the where clause.



Bash sucks. At best, only use it to pipe commands into each other in the terminal (Or change your shell to something else). For scripting, use Python or something.
Btw, Powershell runs on Linux if you want that
Original -> repost with additional watermark -> repost with additional watermark censored
May include more intermediary steps


Iirc Monty Oum’s fight animations where one of the biggest selling points of the show in the beginning. RIP Monty


Browsers are huge these days. Firefox is well over 20 million lines of code.
The Linux kernel is 26 million source lines of code without comments and empty lines
Current state of Federation in Forgejo: https://codeberg.org/forgejo/forgejo/issues/59


If they could, JavaScript wouldn’t be nearly a popular
Jujutsu (which is compatible with git) has a nice conflict resolution flow that doesn’t break you workflow.
Conflicts are encoded into the commits, so that there is never a weird in between state that you have to deal with immediately before being able to do anything else.
Then you can use Jujutsu’s easier history manipulation to resolve the conflict in the conflicted commits.
https://steveklabnik.github.io/jujutsu-tutorial/branching-merging-and-conflicts/conflicts.html
And you could always
jj undoif you did something you didn’t want to.