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/)UN
Posts
1
Comments
469
Joined
2 yr. ago

  • I'm sure there are as many reasons as there are people who dislike Ubuntu, but here's a few:

    • They injected internet ads into search
    • To many outside of the community if they have any familiarity with Linux on a desktop, it's with Ubuntu which kinda places it in a position to newcomers as being Linux itself rather than one particular flavor
    • It is very opinionated about look and feel and usability: i.e. their custom launcher and Snaps
    • It's popular
    • It has a reasonably large user base so there's more opportunity for people to find things to nitpick over.

    Overall it's fine. I've used Ubuntu, Mint, Puppy, DSL, Arch (btw), Fedora, and Debian. I can do pretty much anything I need to on any of them. I've got my preferences about the correct balance between useability, upgrade schedule, and customizability.

  • GNOME looks like it is touch friendly, but try to run it on a tablet and it's really fucking not. I had to DL a bunch of tweaks tools to make it useable at all and now the tablet breaks whenever there's a Gnome update that the tweaks weren't designed for.

  • I grew up in an evangelical Christian household. I was taught constantly that sex was an amazing experience and basically the best fun someone could have without drugs, but you definitely weren't allowed to do it. This message was repeated for 20 some years.

    When I hit puberty this meant I got the illustrious combo of constantly thinking about sex and constantly feeling guilty about thinking about sex.

    When I finally did have sex it was fun, but like, no where near as exciting as it had been hyped up to be. It was kind of a let down, but at least I had that knowledge now.

    I can absolutely understand why young men fall into the incel trap or harbour objectifying opinions of others. And if your father fell into that trap, well, you're gonna have troubled teenage years that will be even more difficult to find normalcy from.

  • Did you accidentally replace your path rather than append to it? You might need to get a recovery drive, chroot in, and reset the path. Not sure what the actual value should be though.

  • To me this smells of typical subsidizing of a product to capture market share then lock in that market share. Anything I'm missing?

    That's exactly it.

    From their email:

    What you get:

    2,000 code suggestions a month: Get context-aware suggestions tailored to your VS Code workspace and GitHub projects.

    50 Copilot Chat messages a month: Use Copilot Chat in VS Code and on GitHub to ask questions and refactor, debug, document, and explain code.

    Choose your AI model: You can select between Anthropic’s Claude 3.5 Sonnet or OpenAI’s GPT 4o.

    Render edits across multiple files: Use Copilot Edits to make changes to multiple files you’re working with.

    Access the Copilot Extensions ecosystem: Use third-party agents to conduct web searches via Perplexity, access information from Stack Overflow, and more.

    So it's just a rate limited thing meant to get you signed up and then cut you off right when you get used to it. I get access through work and well, it just sucks.

  • Different operating systems have their own interfaces to allow user level programs (like games) to communicate with hardware. This is a great-over-simplification, but one OS may understand something like "drawTriangle(x, y, z)" while another may expect "drawPolygon([x, y, z])".

    There are software projects to attempt to translate commands meant for one OS for a different OS (such as "Wine" or Valve's "Proton") and those work fairly well in cases that: 1) there's an analogous command, 2) the analogous commands have been accurately mapped, and 3) the analogous commands operate in user space.

    That last point is the primary reason why, despite the best efforts of developers, some games still cannot work across OSs. Operating systems are built on top of different levels with the lowest being the "kernel" (of "kernel level anti-cheat" notoriety) and the highest being the user space (where you interact). Both Windows and Linux have these, but the boundaries around them, what they can and cannot do, and how to interact across those boundaries differs between each system.

    So when a Windows game installs a driver to monitor everything that your computer does that driver (kernel level anti-cheat) is tailored very specifically to the extremely powerful, low level, and unique Windows kernel. Linux cannot run that natively. If the game pretends that spying on you is an essential component to launch then the game will not launch. If, however, a game is perfectly happy to just stay in user space where it belongs then it will probably work fine with the available translation layers.

  • Obviously not. Why would I stop advocating for prison reform when the work isn't done? What did I say that gave the impression I was fine ignoring something I explicitly said was a systemic problem that required advocacy for all cases?