Well, most users here are former/current Reddit users, but somehow a lot of them think that it’s less toxic here.
Well, most users here are former/current Reddit users, but somehow a lot of them think that it’s less toxic here.
“Fake” interviews with dead people is surprisingly a common thing in journalism.
You’re on vacation but your parents make you do stuff you don’t want to do.
I thought it was only on toast, not pizza.
The right half looks like something the Dutch would eat.
Between AI and shitcoin mining, these two “technology branches” already consume more power than all the green power added to the grid combined.
And your sources? I only did a cursory search, and according to the IEA data centers are responsible for somewhere in the range of 2-6% of electricity demand. Renewables are currently around 30% globally.
Considering that the goal of drinking games is to get you drunk I think it’s ironic that the winning team in almost all of these games is the one that drinks the least.
In electronic music you often slightly detune the left and right of a synthesizer to make it sound “wide”, you can’t do that in mono and if you mix the stereo down to mono it sounds boring.
Hashcash isn’t “cryptocurrency”.
Whenever I open Nano basically all the commands it has are listed at the bottom, for small things it’s perfectly fine.
Modern C compilers have a lot of features you can use to check for example for memory errors. Rusts borrow-checker is much stricter as it’s designed to be part of the language, but for low-level code like the Linux kernel you’ll end up having to use Rust’s unsafe
feature on a lot of code to do things from talking to actual hardware to just implementing certain data structures and then Rust is about as good as C.
Lots of categories which Rust doesn’t prevent, and in the kernel you’ll end up with a lot of unsafe
Rust, so it can’t guarantee memory-safety in all cases.
Did everyone become stupid in the last 10 or so years? We used to write huge apps in Python without any type checkers or static analysis tools and never had any problems we wouldn’t have had in statically typed languages.
Just enable all compiler warnings (and disable the ones you don’t care about), a good C compiler can tell you about using unassigned variables.
Xcode implies MacOS, you can use make there too, just beware that some commandline tools take different arguments on BSDs.
Battery and hydrogen-powered trains exist, they’re mainly used on less frequented lines because it would be more expensive to electrify them.
As the other comments have already said it’s not Python. Not sure what you mean with text formatting, do you mean that it’s multiple strings that are concatenated using +
? You don’t need the +
in Python, you can do
some_function(
"part one of really long string"
" part two of really long string"
)
Which is identical to
some_function("part one of really long string part two of really long string")
Am I the only one who thinks vacuums, washing machines, fridges and so on shouldn’t be connected to the internet?
It’s quite simple actually: The user wanted to delete their account, but forgot their password so they requested a password reset. Before the password reset email was delivered, the user remembered their password and deleted their account. The password reset email is finally delivered and apparently some email clients open all the links in the background for whatever reason, so it wasn’t actually the user who clicked the password reset link.
Looks like htop.