qaz

joined 2 years ago
MODERATOR OF
[โ€“] [email protected] 4 points 30 minutes ago (1 children)

A great way to reduce the heating bill

[โ€“] [email protected] 7 points 6 hours ago* (last edited 6 hours ago)

I personally didn't dislike NuGet that much, but that's coming from someone who has been working with CMake for the last couple of months ๐Ÿ˜„

[โ€“] [email protected] 23 points 6 hours ago* (last edited 6 hours ago) (5 children)

TLDR: Rust, Go and other modern languages don't use more dependencies than C/C++, but have larger binaries due to including libraries into the executable binary. This trade-off was chosen to ensure you can reliably run the executable on various systems without dependency issues.

I personally have gone with both options on several occasions. Being able to include an HTTP client without having to debug someone's cURL installation is certainly worth a few extra MiB's of disk space. However, I've also used C instead of Rust to avoid a very simple CLI program turning into several MiB's large binary (due to statically including the Rust std lib).

[โ€“] [email protected] 2 points 6 hours ago* (last edited 6 hours ago)

Seagate Ironwolf "ST4000VN006"

I do have some issues with read speeds but that's probably networking related or due to using RAID5.

[โ€“] [email protected] 1 points 9 hours ago

Why? It seems on topic to me

[โ€“] [email protected] 3 points 9 hours ago (1 children)

Why did you decide to go with Rakulang?

[โ€“] [email protected] 6 points 10 hours ago (2 children)

17W for an N100 system with 4 HDD's

[โ€“] [email protected] 41 points 21 hours ago (2 children)

According to EICAR's specification the antivirus detects the test file only if it starts with the 68-byte test string and is not more than 128 bytes long. As a result, antiviruses are not expected to raise an alarm on some other document containing the test string.

This won't work, assuming the database file is more than 128 bytes long

[โ€“] [email protected] 1 points 1 day ago

What do you do? (You don't need to be specific)

[โ€“] [email protected] 1 points 1 day ago (1 children)

The choice is yours. Would you like to be the sickest law-abiding citizen, or the healthiest BioTerrorist?

[โ€“] [email protected] 35 points 1 day ago

It's a joke about the criticism systemd gets

[โ€“] [email protected] 2 points 1 day ago* (last edited 1 day ago) (3 children)

Well, the post is literally called "bioterroism rule(s)", so it's not strange that they feel like you're implying that.

 

I currently have a 1 TiB NVMe drive that has been hovering at 100 GiB left for the past couple months. I've kept it down by deleting a game every couple weeks, but I would like to play something sometime, and I'm running out of games to delete if I need more space.

That's why I've been thinking about upgrading to a 2 TiB drive, but I just saw an interesting forum thread about LVM cache. The promise of having the storage capacity of an HDD with (usually) the speed of an SSD seems very appealing, but is it actually as good as it seems to be?

And if it is possible, which software should be used? LVM cache seems like a decent option, but I've seen people say it's slow. bcache is also sometimes mentioned, but apparently that one can be unreliable at times.

Beyond that, what method should be used? The Arch Wiki page for bcache mentions several options. Some only seem to cache writes, while some aim to keep the HDD idle as long as possible.

Also, does anyone run a setup like this themselves?

 
 
 
 
 
 

cross-posted from: https://lemmy.world/post/22673996

This mod is written in an unconventional way: it is written in Rust. The Rust code is here. It uses JNI and JVMTI to interact with Java objects. The only Java code in this mod is for loading the compiled native binary into memory.

 

This mod is written in an unconventional way: it is written in Rust. The Rust code is here. It uses JNI and JVMTI to interact with Java objects. The only Java code in this mod is for loading the compiled native binary into memory.

view more: next โ€บ