Doom4535

joined 1 year ago
[–] [email protected] 30 points 2 weeks ago (8 children)

Rust's cargo is great, I'd say it would be best to make the switch sooner rather than later once your code base is established. The build system and tooling alone is a great reason to switch

[–] [email protected] 17 points 4 months ago (3 children)

The article isn’t talking about taking the end product, it is about North Korean’s involved with the movie’s production by providing low cost manual labor for animating or ‘drafting’ the images for the shows (and then presumably a portion of this income is fed into the state). They’re not supposed to be doing this, but have identified ways to get jobs passed to them via some sort of broker who allocated part of the work to them or gets their citizens placed using fake credentials.

[–] [email protected] 11 points 10 months ago

SEEEEEEE!!!??!!!! I told you

[–] [email protected] 5 points 10 months ago (1 children)

I usually wear deodorant (which generally has an antiperspirant in it), but there are days when I don't/haven't; in this limited experience I've noticed I would generally smell worse if I haven't been active. It seems like being up and moving around and sweating from 'labor' rather than sitting and sweating (not sure how to word that) is less likely to significantly smell. With all that said, I do try to shower after the gym or when I return inside after working on significant outdoor projects.

P.S., another data point to consider is the individual's age, as hormone levels (generally tied to age) could also influence perspiration

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

It sounds like git-annex to me (doesn't have to be 3rd party hosts, you can combine your own systems) where it allows decentralized file management across all your devices. I'd also be curious to see how they handle offline backup/file tracking and the sneakernet use cases (something git-annex supports). As it sounds like it is a true filesystem, it could be a nice upgrade assuming feature parity (one gotcha with git-annex, is since it is using git, you can't easily have other git repositories inside of it).

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

This looks very cool, does anyone know if it can be configured to manage/automatically create replicas and such? And can it potentially track offline archives?

I've been using git-annex for some stuff, but this could potentially be a good replacement (and it would allow me to keep my normal working git repos inside, which I can't do without playing games with git annex because they would then be nested git repos).