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/)M
Posts
218
Comments
1276
Joined
2 yr. ago

  • Certain forms of singular they are old, but the drive to make it the general convention when referring to a hypothetical person is new.

  • "Personal politics" is a vague phrase that generally just means someone's views and priorities. There is nothing pejorative about it, nor in the way he used it.

    In other words, Andreas insists the OS developer be referred to as “he/him” instead of not assuming gender.

    The build instructions in question follow English language conventions that have existed for hundreds of years (and are shared by more than few other languages). All he did was decline someone's proposed change that would have applied a very new convention regarding pronouns for a hypothetical person. This is not the same as insisting that anyone refer to anyone else in a particular way.

    It's also not unreasonable. We can ask people to adopt new conventions, but we don't get to expect or demand it.

    Change to a language takes time.

    It’s textbook misogyny.

    No, it is not.

  • I followed the links to see what he actually wrote. There's nothing transphobic or misogynistic about it.

    If you are referring to some other incident, then please link it so we can see for ourselves.

  • The article refers to the pandemic as though it's over, which doesn't exactly help with the problem. Sigh.

  • Their summary of Dodo doesn't include a link, and a web search finds a seemingly unrelated webmail service. This looks like the right project:

    https://github.com/akissinger/dodo

  • It reduces the drive’s lifespan.

    Let's remember that swapping frequency and volume are system-dependent; practically zero on many systems. On a well-provisioned system that doesn't swap much, having swap space on an SSD can be easier on the environment and wallet than buying and powering a separate device for it.

    Nevertheless, I agree that minimizing SSD writes is worthwhile, and reject the notion that an SSD's useful lifetime ends when I'm done with it. (See my other comment.)

  • I try to keep in mind that replacement shouldn't mean landfill. When my needs have outgrown an SSD, it gets repurposed, donated, or sold. Old ones still work great in computers used in education, special-purpose systems, test environments, refurbished laptops, appliance-like machines, etc.

    In the long run, conserving SSD life while I own it translates into less waste and pollution in the world.

  • Rather than guessing at whether it's swapping, why not check your swap usage? Running free -h in a shell will give you a brief overview of memory usage. Various GUI system monitors will graph it.

    You can also find out what process is hitting your storage so hard with a tool like iotop.

  • Why?

  • Removed Deleted

    Permanently Deleted

    Jump
  • Do note that if you intend to use Debian for gaming, you'll probably want to enable Backports for access to newer kernel and firmware packages.

  • What fascists are ruining OSS?

  • Their metric for "older" is two years or more.

  • Glad you got it working!

    BTW, in case you're not aware of it, you might find the shellcheck command useful when writing scripts.

  • I can't tell from that error message whether the inner quotes are being discarded when the command is run, or just hidden when the error message is displayed.

    Too bad it doesn't tell you what part of the command is causing the syntax error. Have you checked for more info in the output of journalctl --boot _UID=1000? (Assuming your user id is 1000 and you use systemd.)

    Re-reading the spec page that I linked above, I see reference to both a general escape rule and a quoting rule. That could be complicating things with the quotes and backslashes, and maybe even the dollar signs and semicolons, which apparently are reserved. In case it helps, I don't think those semicolons are needed at all.

    Before diving deeper into escaping rules, though, I would consider whether it's time to move the whole command line into a script, and simply pass %f to the script in your Exec= line. That would avoid the need for nested escaping/quoting, and allow you to write debug information to a temporary file when the script runs.

  • TIL 7 is a "massive amount".

  • Good point. I forgot about that possibility because I don't spend much time playing in Open mode.

    The same thing tends to happen on stronghold carriers in Solo mode, I suspect because Frontier programmed the game to spawn a bunch of NPC ships eager to dock with those carriers when a mini-instance is created. You can be the only player within light years, and still have to wait several minutes for all those NPCs to leave before you can dock.

    *facepalm*

  • Ah... Yes, it was most likely a fleet carrier, then. Those are owned by players, and not always open to the public.

  • Programming @programming.dev

    GCC Goes For "libc Diversity" With Picolibc Support

    www.phoronix.com /news/GCC-libc-Diversity-picolibc
  • Technology @lemmy.world

    Before GPS There Was LORAN

    hackaday.com /2025/01/06/before-gps-there-was-loran/
  • World News @lemmy.world

    Telegram Hands U.S. Authorities Data on Thousands of Users

    www.404media.co /telegram-hands-u-s-authorities-data-on-thousands-of-users/
  • Programming @programming.dev

    How Do You Like What You’ve Built?

    morrisbrodersen.de /how-do-you-like-what-you-built/
  • Programming @programming.dev

    5 ways to draw an outline

    ameye.dev /notes/rendering-outlines/
  • science @lemmy.world

    Growing safer spuds: removing toxins from potatoes

    news.ucr.edu /articles/2024/12/20/growing-safer-spuds-removing-toxins-potatoes
  • RetroGaming @lemmy.world

    Fan Made Dreamcast Port Of GTA 3 Steals The Show

    hackaday.com /2024/12/30/fan-made-dreamcast-port-of-gta-3-steals-the-show/
  • Programming @programming.dev

    Collection of insane and fun facts about SQLite

    avi.im /blag/2024/sqlite-facts/
  • Games @lemmy.world

    A fake Nintendo lawyer is scaring YouTubers, and it’s not clear YouTube can stop him

    www.theverge.com /2024/12/27/24326278/nintendo-fake-takedowns-youtube-domtendo-dmca
  • Technology @lemmy.world

    Tech In Plain Sight: Incandescent Bulbs

    hackaday.com /2024/12/26/tech-in-plain-sight-incandescent-bulbs/
  • Linux @lemmy.world

    New Intel Mesa Driver Patches Implement AV1 Decode For Vulkan Video

    www.phoronix.com /news/Intel-ANV-Vulkan-Video-AV1-Dec
  • Programming @programming.dev

    4.5 Million (Suspected) Fake Stars in GitHub: A Growing Spiral of Popularity Contests, Scams, and Malware

    arxiv.org /abs/2412.13459
  • News @lemmy.world

    Data centers consumed 4.4% of US power in 2023, could hit 12% by 2028

    www.datacenterdynamics.com /en/news/doe-data-centers-consumed-44-of-us-power-in-2023-could-hit-12-by-2028/
  • Programming @programming.dev

    Network protocols for anyone who knows a programming language (2017)

    www.destroyallsoftware.com /compendium/network-protocols
  • Linux Gaming @lemmy.world

    Windows 11 vs. Linux Benchmarks For Intel Arc B-Series "Battlemage" Shows Strengths & Weaknesses Review

    www.phoronix.com /review/intel-arc-b580-windows-linux
  • Programming @programming.dev

    How AMD Is Taking Standard C/C++ Code To Run Directly On GPUs

    www.phoronix.com /news/AMD-Standard-C-Code-GPUs
  • News @lemmy.world

    Researchers uncover Chinese spyware used to target Android devices

    techcrunch.com /2024/12/11/researchers-uncover-chinese-spyware-used-to-target-android-devices/
  • News @lemmy.world

    New KOSA, Same As Old KOSA, But Now With Elon’s Ignorant Endorsement

    www.techdirt.com /2024/12/09/new-kosa-same-as-old-kosa-but-now-with-elons-ignorant-endorsement/
  • World News @lemmy.world

    UK bans daytime TV ads for cereals, muffins and burgers

    www.france24.com /en/live-news/20241204-uk-bans-daytime-tv-ads-for-cereals-muffins-and-burgers
  • retrocomputing @lemmy.sdf.org

    A C64 Sprite Multiplexer - in BASIC