Skip Navigation

Posts
1
Comments
156
Joined
2 yr. ago

  • Sounds like a fun speedrun. What's your PB?

  • This is why server code should be made open source when the developers shut it down

  • In simple terms, it's like a VM for an application. You set it up with the right dependencies and your application will "just work" on it, without having to deal with other applications existing alongside it.

    What makes it better than a VM is that it is much faster. It interfaces with kernel features that help isolate the processes and files from the rest of the system. It is not virtualization, rather it is namespacing.

    Docker also provides a bunch of tools that help with creating this environment automatically and allowing for some escaping into the host, such as binding ports and sharing data with the host's file system.

    Once this environment is created, it can be shared with uses as a single downloadable bundle, called an image. This makes it really easy to download and run an application without having to prepare your system with the right dependencies and files.

    Nothing is free though, and the cost here is more disk space and some performance overhead, although it is close to native speed.

  • The Arch Wiki gives good tips on what environment variables to set to make sure that your GUIs are running with Wayland native and not XWayland. I have a Framework and I don't have any blurry text issues, and I've done all the settings in this section.

    https://wiki.archlinux.org/title/Wayland#GUI_libraries

  • For those unaware, the 1 means you're setting the "sticky" bit

  • I mean at this point, people use that phrase themselves, so I don't think it really makes fun of them anymore.

    I use EndeavorOS, btw

  • It actually is possible to segfault in safe Rust, although it is considered a bug. Proofs of concept are shown in this cve-rs crate.

    If you want an explanation of why this happens, I recommend this video: https://youtu.be/vfMpIsJwpjU

  • rule

    Jump
  • How's this?

  • PHP: Problem -> real_solution_for_real_this_time() (real_solution_i_swear() is unsafe and deprecated)

  • I use Home Assistant for controlling my smart lights. They do support Docker, but I installed it as a VM with KVM. You get more features with it, such as add-ons. But you should definitely look into your options. They have a diagram on this page.

    https://www.home-assistant.io/installation/

  • Y'all have terrible tab hygiene. I have 0 tabs 99% of the time, phone and desktop. Need something for later? Write it down. Once you're past so many tabs, you'll never look at it again.

  • Never underestimate a dedicated community to make anything competitive

  • People sometimes say "torrenting Linux ISOs" to mean pirating without outright saying it.

  • Suddenly, your ghost problem disappeared

  • 90% of my work is done in WSL anyways... I would much rather have KDE as my DE than Windows 11. Please Microsoft, if you love Linux so much now, port Office to it, and maybe my employer would be ok with it.

  • And Juan Plus

  • rule

    Jump
  • Finally, a real reason to upgrade from Java 8

  • Now what about software that pays you to use it?

    Oh no, I just described cryptocurrency.