calcopiritus

joined 2 years ago
[–] calcopiritus@lemmy.world 12 points 3 days ago (1 children)

You can see it for yourself.

Write a comment/post critical of china in any community from the lemmy.ml instance.

For example about the Uyghurs or the mass surveillance or whatever is your topic of choice.

See how much time it takes for them to ban you/remove your comment under their rule of "no xenophobia".

[–] calcopiritus@lemmy.world 7 points 3 days ago (16 children)

If by war you mean the Ukraine war. And by anti you mean give Russia all it wants in order to end it. Yes, anyone that is anti-war is a tankie.

[–] calcopiritus@lemmy.world 1 points 4 days ago (2 children)

Do they ask to implement quick sort to people with job experience? I thought they only did that to juniors.

[–] calcopiritus@lemmy.world 14 points 6 days ago

The more sandboxed the extension system, the less powerful it is.

You either have an entity that approves of extensions. Or your users have to be very careful and trusting of other people. There's no other way.

[–] calcopiritus@lemmy.world 11 points 1 week ago

If someone tries to get a death sentence for an innocent person, that is attempted murder. If the punishment for attempted murder in your country is the death penalty, the false accuser should be charged with the death penalty.

Note that this is all assuming that it's proven the accuser did a false claim. The accused being found not guilty is not enough to say that it was a false accusation. Due to the different standards of proof.

[–] calcopiritus@lemmy.world 19 points 1 week ago (11 children)

If you don't click on yes. You haven't given your consent

[–] calcopiritus@lemmy.world 2 points 1 week ago

It's not an European thing. It's an awful statistics thing.

People see a lot more trans people on the internet than IRL. Places on the internet usually have big programming spaces. Therefore the place where ppl see more trans ppl is in programming spaces. So now they think that most trans ppl are programmers. After that, they conclude that most trans ppl are programmers. Add to it the snowball effect of memes and now you have a huge misconception about reality.

[–] calcopiritus@lemmy.world 4 points 1 week ago

Ai companies will just train on these specific puzzles. Then they will claim their AI is AGI and the quality of the models will be the exact same or worse than before. They'll just have one checkmark more in their marketing.

[–] calcopiritus@lemmy.world 2 points 1 week ago (1 children)

A program being written in rust itself doesn't guarantee anything, but it tells you what you'll probably find:

  • Utf-8 support
  • No shenanigans with installations, dynamic libraries and such. Just download and execute.
  • Multi-platform support
  • Low resource usage.
  • semver.
  • Compile with just 1 command if you want to.
  • MIT/apache2 license.
  • No memory leaks.
  • If it crashes, at least it will probably log out something more helpful than "SEGFAULT".

Many of those are highly positive to the end consumer.

[–] calcopiritus@lemmy.world 1 points 1 week ago

Ignoring the rest of your comment. There's no way rust is between C and Zig. Zig is supposed to be modern C while rust modern C++. I'd say zig is the one between C and rust

[–] calcopiritus@lemmy.world 12 points 2 weeks ago

Maybe the reason they crash less is because everyone around them have to be extremely careful with these cars. Just like in my country we put a big L on the rear of the car for first year drivers.

[–] calcopiritus@lemmy.world 2 points 2 weeks ago (1 children)

I'm one of those that use PowerShell on linux.

You can use tmux, vim, sed, awk or whatever binary you want from PowerShell. Those are binaries, not shell commands.

You can use pipes, redirects, stdin and stdout in PowerShell too.

I personally don't regularly use any object oriented features. But whenever I search how to do something that I don't know what to do, a clear object-oriented result is much easier to understand than a random string of characters for awk and sed.

view more: next ›