Negative. I am a meat popsicle.

  • 1 Post
  • 60 Comments
Joined 7 months ago
cake
Cake day: July 27th, 2025

help-circle


  • The international study, published in Science, traces termite evolution back to ordinary cockroaches – including the ancestors of modern ’domestic’ cockroaches – that began feeding on dead wood. This dietary shift triggered a cascade of genetic and social changes that eventually produced termites and their highly organised colonies.

    The study was an international collaboration with researchers from China, Denmark, and Colombia.

    “Termites evolved from cockroach ancestors that started living inside and eating wood,” said Professor Nathan Lo from the University of Sydney’s School of Life and Environmental Sciences, a senior author on the paper. “Our study shows how their DNA changed first as they specialised on this poor-quality diet and then changed again as they became social insects.”













  • Landlock is a Linux API that lets applications explicitly declare which resources they are allowed to access. Its philosophy is similar to OpenBSD’s unveil() and (less so) pledge(): programs can make a contract with the kernel stating, “I only need these files or resources — deny me everything else if I’m compromised.”





  • https://specifications.freedesktop.org/basedir/latest/

    The XDG Base Directory Specification is based on the following concepts:

    There is a single base directory relative to which user-specific data files should be written. This directory is defined by the environment variable $XDG_DATA_HOME.

    There is a single base directory relative to which user-specific configuration files should be written. This directory is defined by the environment variable $XDG_CONFIG_HOME.

    There is a single base directory relative to which user-specific state data should be written. This directory is defined by the environment variable $XDG_STATE_HOME.

    There is a single base directory relative to which user-specific executable files may be written.

    There is a set of preference ordered base directories relative to which data files should be searched. This set of directories is defined by the environment variable $XDG_DATA_DIRS.

    There is a set of preference ordered base directories relative to which configuration files should be searched. This set of directories is defined by the environment variable $XDG_CONFIG_DIRS.

    There is a single base directory relative to which user-specific non-essential (cached) data should be written. This directory is defined by the environment variable $XDG_CACHE_HOME.

    There is a single base directory relative to which user-specific runtime files and other file objects should be placed. This directory is defined by the environment variable $XDG_RUNTIME_DIR.