There is a fork of Firefox Send
https://github.com/timvisee/send
If you already selfhost Bitwarden/Vaultwarden, you can use Bitwarden Send too.
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
Actually, the top one is the logo of the chromium browser engine, but the bottom one is not the logo of the Gecko browser engine. That’s the logo of SpiderMonkey, Firefox’s Javascript engine (Chromium uses V8).
This is the logo for Gecko:
Worked completely fine for me yesterday. Haven’t tried today yet.
Make sure you don’t have any other adblockers (unfortunately reddit but official): https://old.reddit.com/r/uBlockOrigin/comments/17tm9rp/youtube_antiadblock_and_ads_november_12_2023_mega/
Here is another, more recent one: https://framapiaf.org/@davidrevoy/110786543576495517
You can globally share compile artifacts by setting a global target directory in the global Cargo config.
In $HOME/.cargo/config.toml:
[build]
target-dir = "/path/to/dir"
The only problems I had when I did it where some cargo plugins and some dependencies with build.rs files that expected the target folder in it’s usual location.
So if your team is loosing you try to get shot deliberately to not be the last?
Many work fine, see if yours is listed here
The actual video, not the reaction: https://www.youtube.com/watch?v=TGfQu0bQTKc
error: unknown start of token: \u{37e}
--> src/main.rs:2:30
|
2 | println!("Hello, world!");
| ^
|
help: Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
|
2 | println!("Hello, world!");
| ~
error: could not compile `playground` (bin "playground") due to previous error
Cryptpad has Forms. You can choose if users need to sign in. Looks like you don’t even need an account to create one on their official instance. It’s self-hostable too.