Skip Navigation

User banner
Posts
1
Comments
284
Joined
2 yr. ago

  • I wish I could delete that partition for good, but my computer grqphics professor forces me to write code for DirectX instead of Vulkan.

  • The economy should exist to serve real needs of the people. All that advertisement does is create a fake desire for consumption which simply wastes respurces.

  • I miss the days of barely functioning SLI

  • My swiss army knife's mechanism has been completely seized up for years now. I hate that there is no obvious way to take it apart for cleaning.

  • Please don't lump me in with the iPad kids.

  • C++

    Jump
  • Fair point.

  • No self-respecting UI designer would ever want to work on that dinosaur of a codebase. The GIMP team is simply unable to do what Blender did, even if they made the UI their number one priority.

  • Isn't C just wonderful?

  • C++

    Jump
  • The worst thing you can do in non-unsafe Rust is perform an out-of-bounds indexing operation, or anything else that panics. The error you get tells you the panic's exact location in the source code, down to the line and column. Meanwhile, C and C++ either don't produce an error at all when accessing uninitialized memory (which is arguably the worst behavior), or it segfaults with zero extra info.

    The only way to make Rust segfault is by performing unsafe operations, and those must always be clearly marked.

  • Best of all, with Tesa you get 50 m instead of just 3M

  • C++

    Jump
  • Except that many other languages have proven that C++ is simply terrible at providing meaningful errors.

  • I always try to avoid these, unless the application I'm installing has it's own package management functionality, like Rustup or Nix. Everything else should be handled by the system package manager.

  • I hope they can establish themselves somewhere, I wanna have a good laugh at their opinions every now and then.

  • I could actually see myself contributing to Rust kernel code. C code has always been impossible for me to understand, but the Rust part seems to have a more understandable structure

  • I will believe you if you show me a credible source which proves your claim

  • My anxiety, depression, and executive dysfunction prevent me from talking to a therapist and getting a diagnosis. I am so sick of this...

  • I wish VPS providers didn't commonly block email ports. Self hosting seems like the only way to stay in control

  • The scanners at airports can certainly detect what kind of junk you have. There are tons of horror stories in trans communities. This one just seems like a hoax though.

    I think it would be funny to put these stickers in front of every public restroom to scare the conservatives

  • I feel like all C++ does these days is badly and very slowly copy other languages. It wouldn't be a huge loss.