Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)J
Posts
0
Comments
237
Joined
2 yr. ago

  • It's C

  • Or you could just use Rust

  • Wait until you hear about alignment

  • It's spelled flak, not flack. It's a German abbreviation from Flugabwehrkanone, which means aerial defense cannon.

  • People would still work, just not in a soul crushing way

  • The stock reflects peoples beliefs, not facts

  • And if they did cut taxes, they didn't cut them enough! In fact, the state should just pay them!

    Wait what? They already do that? With walmart?

  • It's mostly software, but somehow no one calls it that. It's weird.

  • "But that's communism!"

    • The USA, probably
  • Way to go!

  • Well done!

  • You don't need to arc-mutex an mpsc. On the sender side, clone the sender as many times as you need and pass it by value (each sender owns a clone). On the receiver side you must have only one (mpsc is multiple producer single consumer) which is owned by the receiver.

    If you need multiple producers and multiple consumers I recommend this crate: https://crates.io/crates/async-channel

    The same pattern applies. No arc, no mutex, just clone the sender and receiver handles for each producer and consumer respectively.

    Don't worry about the cloning, channels are specifically designed to be used this way.

  • I'm just mentioning it because I think that toilet paper as a single use item billions of people use at least daily is a much bigger issue of wasting trees than books - which last for decades and are very useful

    There are modern toilets with integrated automated bidets and dryers. But they are unfortunately a bit expensive.

  • Do you use toilet paper?

  • Hi, I am in Europe, not in cryptobullshit, get more than twice that.

    Europe is big and there are huge differences between locations. Someone in Nizhni Novgorod makes much less than someone in Rotterdam.

  • 30% for rent is not reasonable, it is a maximum. 40% is over the max and a bad idea. Reasonable is 20%.

  • Thank you for the correction! I remembered incorrectly.

  • Artificial means man made, not literally not it

    Like "artificial stone" means "a man made stone-equivalent material", not a pink fluffy unicorn

  • You're right!