[-] Saizaku@lemmy.dbzer0.com 5 points 3 months ago* (last edited 3 months ago)

I would actually argue that for privacy reasons when choosing an email provider you should go for one outside of the country you live in, even better go for one in a country that wouldn't comply with your country's court requests for data.

Edit: ac corrected actually to factually lol

[-] Saizaku@lemmy.dbzer0.com 6 points 6 months ago

Because you would be using std::shared_ptr<> rather than a raw pointer, which will automatically deallocate the memory when a shared point leaves the scope in the last place that it's used in. Along with std::atmoic<shared_ptr> implements static functions that can let you acquire locks and behave like having a mutex.

Now this isn't enforced at the compiler level, mostly due to backwards compatibility reasons, but if you're writing modern c++ properly you wouldn't run into memory safety issues. If you consider that stretching the definition then I guess I am.

Granted rust does a much better job of enforcing these things as it's unburdened by decades of history and backwards compatibility.

[-] Saizaku@lemmy.dbzer0.com 5 points 6 months ago

There's a reason why data races aren't considered a memory safety issue, because we have a concept that deals with concurrency issues - thread safety.

Also for all it's faults, thread and memory safety in java aren't issues. In fact java's concurrent data structures are unmatched in any other programming language. You can use the regular data structures in java and run into issues with concurrency but you can also use unsafe in rust so it's a bit of a moot point.

[-] Saizaku@lemmy.dbzer0.com 5 points 6 months ago

Arguably modern c++ ( aka if you don't use raw pointers), fits all categories.

[-] Saizaku@lemmy.dbzer0.com 4 points 8 months ago

Here's one, it's just the video of the fight, literally nothing happened:

https://youtu.be/nsFEpqbhrWA

[-] Saizaku@lemmy.dbzer0.com 5 points 8 months ago* (last edited 8 months ago)

Read, write, and execute are represented by the numbers 4, 2, and 1, respectively, and you add them together to get the permission

Maybe I'm the weird one here but this seems like a counter intuitive way to remeber/explain it. Each octal digit in the three digit number is actually just 3 binary digits ( 3 bit flags) in order of rwx. For example read and execute would be 101 -> 5.

[-] Saizaku@lemmy.dbzer0.com 3 points 1 year ago

I'm on ddg and get no such issues with the same query:

[-] Saizaku@lemmy.dbzer0.com 6 points 1 year ago

Using something like DOS is neither preferred nor more safe. Last time MS DOS received a security patch was 23 years ago. It's open to pretty much any security vulnerability you can think of. In case you depend on a DOS app it's preferable to run it on a modern OS that is DOS compatible, windows 10 32bit for example (I believe Win11 still has support). Or even better sandboxed in an emulator like DOSBox on a more secure OS.

[-] Saizaku@lemmy.dbzer0.com 3 points 2 years ago

Qbittorrent-nox is available as a package on all major distors afaik. It has an official docker image aswell. Couldn't be any simpler to set up.

[-] Saizaku@lemmy.dbzer0.com 2 points 2 years ago

It seems pretty hard not to get an eco label if you at all care about the environment.

Here are my results, according to their own scales I should much better fit anarcho-syndycalism/communism (which I am), but I got an eco-anarchist label lol.

[-] Saizaku@lemmy.dbzer0.com 3 points 2 years ago

I definitely agree. The approach lemmy world took of catering to the reddit crowd and trying to become the biggest instance hosting all communities in one place was always doomed to create that sort of atmosphere. And open sign ups are a part of that issue. I spent a pretty long time on lemmy before making an account and settling on dbzer0 because it's an anarchist instance. And people should've been encouraged to find an instance that's right for them.

I've already blocked world since I'm using connect and my browsing experience is so much better again. The amount of reddit libs on .world is completely insufferable.

[-] Saizaku@lemmy.dbzer0.com 4 points 2 years ago

I'd recommend against using pipewire over pulseaudio, and in turn eassyeffects rather than pulseeffects. Pipewire is a much cleaner implementation, way less buggy, has a wider support. As far as I'm aware pretty much every major distro ha smigrated to pipewire aleady.

view more: ‹ prev next ›

Saizaku

joined 2 years ago