The original makes more sense by not having that where clause
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
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
I haven’t looked at the whole list, but at least parts of it seem outdated.
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
Thanks, looks much better
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.
r/anime_titties and r/worldpolitics
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.