There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Commented

Inspiron One 2305 has corrupted graphics after coming out of suspend (lemmy.world)

This Inspiron One 2305 has corrupted graphics after coming out of suspend, this has happened with Gnome (Wayland), i3, less commonly Swaywm, almost everything I have suspended it with, and makes the computer unusable outside of a TTY. I am considering trying KDE next. What can be the issue here? I am currently using EndeavorOS.

I've found the recent typescript 3x3 magic square checker entertaining. Anyway here is a arbitrary magic square checker using c++ type traits. (cdn.imgchest.com)

altc++ #include // from https://stackoverflow.com/a/8625010/12469275 // cmath’s sqrt is constexpr from c++26 constexpr std::size_t isqrt_impl (std::size_t sq, std::size_t dlt, std::size_t value){ return sq > 1) - 1; } constexpr std::size_t isqrt(std::size_t value){ return isqrt_impl(1, 3, value); } // because pack...

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines