• 0 Posts
  • 12 Comments
Joined 1Y ago
cake
Cake day: Jun 10, 2023

help-circle
rss

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.



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


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



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?



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

  1. Briar exists
  2. Web push notifications obviously don’t work without internet
  3. They are telling people with a need for privacy in countries that are fine with shutting down the internet to use Google Chrome if you visit using Firefox



When posting to Lemmy, please keep in mind that the first line becomes the title and links don’t work properly in the title. Please put links (and preferably mentions) in a new paragraph.