• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Containers are fine but docker is a pain in the ass that lazy people use when they don’t want to provide clean installation/packaging.

    How many times have I seen an equivalent of “we use a custom fork of an obsolete version of an unmaintained package, so if you want to compile it yourself good luck because we forgot how we even did it. Alternatively, you can install the docker version”…




  • The guy is a nazi trying to pull off some utterly stupid rethoric of “oh noes the evil trans people are coming to discriminate against us and replace us”.

    I’ve never seen something so absurd and would advise the writer to go seek help.

    What I’m seeing is a guy who panics because he’s a transphobic piece of shit and is seeing that the world is changing and he won’t be allowed to be discriminatory as much as before. And he’s using the typical crap of “why not sit and talk” that nazis love to use. “Why do you censor my nazi opinions instead of talking about why we should kill black people or not?” would be a similar line.








  • Python is an overall robust language that allows you to do basically whatever you want, and does it pretty well. You can even use C extensions if you want to get peak performance.

    The two domains that I believe Python cannot easily work with, are IoT where the interpreter would be a bit too cumbersome for a low-power system, and web programming, where it would still underperform Javascript and Webassembly (even though I am guessing that with a better webassembly support of the browsers, it would be possible to reach a rather efficient interpreter in-browser that would at least reach performances similar to javascript, if not better. And even if slower, the better syntax and lack of absurd rules would be a clear advantage on JavaScript).