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/)NE
Posts
2
Comments
764
Joined
2 yr. ago

  • They're already starting to go that way, in a couple years Linux mint is even going to support Wayland. Ubuntu and fedora has already defaulted to Wayland. Fedora is actually deprecating xorg in a few releases. Budgie wants to have full support next year.

    There isn't much more than the testing they already have to do every release. Infact not having to support legacy code will free up resources for the whole Linux community as well as cutting the time in half for validating packages on distros. Every package that runs on xorg also runs on wayland, they have to test both.

    Granted some have custom tools they'll be working on but it's going to be a while before every major DE supports Wayland. I'm curious, you think the distros have to implement their own version of Wayland?

  • Once the desktops switch to Wayland and all distros ship with Wayland by default, support should slow.

    Ideally, developers stop improving xwayland over time and go into maintenance mode for a bit. Once it goes into maintenance mode, developers should naturally fall off as it winds down.

    If every desktop makes a very public announcement about the xwayland protocol being put into maintenance mode, actively supported apps should switch over. It's up to the public how long they want to keep maintaining xwayland (open source etc).

  • Still learning, they just covered compiler flags in cs. They didn't go into detail yet though.

    Edit: I've used python for years and they have something equally dumb. You can have a function in a massive application that is broken and the moment it's called, the application crashes.

    At any other point the application will just run as if nothing is wrong even though python evaluates everything at runtime. I'm sure they can't do much because the initial launch would be slow.

  • sudo pacman -Syu --needed cups system-config-printer avahi nss-mdns foomatic-{db,db-{engine, nonfree}}

    sudo systemctl enable --now cups.socket avahi-daemon.service

    Edit nss-mdns

    Rebooting after helps if it doesn't find the printer right away.

  • It wouldn't be that much processing compared to the rest of the app. It would lot more efficient than running an effectively infinite loop or arithmetic on an arbitrarily large number as a result of an unsigned variables.

  • If it's going to compile without any warnings I'd rather the app crash rather than continue execution with rogue values as it does now.

    There is so much room for things like corrupted files or undocumented behavior until it crashes. Without the compiler babysitting you it's a lot easier to find broken variables when they don't point to garbage.

  • How do you pay for car insurance or renters insurance? It's not too dissimilar to that.

    Though, I've moved to a state that has deemed me poor enough to give me Medicaid so the taxpayers pay for mine weather I want it or not. It beats paying almost $800 because living with my mother disqualifies me from the affordable care act subsidy.

  • I do appreciate it, I know I'm no idiot.

    To be honest, I kinda wish some projects came with API manuals. I understand it's not a priority in an open source project with limited resources.

    It would be nice to use a python based ml tool without passing commands through it via shell. People do it, I just don't have the time or experience to analyze a complex project like ML voice synthesis.

  • So you're saying it should wick the water from the cup to the table like an oil lantern. That seems like a good way to have half of your cup on the table.😂

    If you get it to travel up the string, gravity will definitely do the rest. It seems like such a passive aggressive way to design a product and I'm all for it.

  • I can be an idiot every once and a blue moon. Thank you to anyone who put literally everything a manual just in case someone is braindead and isn't afraid to rtfm.

    To be honest it's just after I've spent 10 hours on something fairly complicated and new to me. I suddenly can't think for myself anymore. It literally becomes a chore to do the simplest shit sometimes.