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/)N
Posts
2
Comments
410
Joined
3 yr. ago

  • 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.

  • Yeah, they could puppet the chrome company if the courts don't keep a close eye on it. Basically there's a good chance it would be another Firefox but with way more influence.

  • Isn't it already licensed under permissive Apache v2? Anyone can fork and carry on the project without the permission of Google, every manufacturer already does as a result of the license.

  • Machine code would be a better example of what he's talking about imo. Not an expert or anything of course.

  • 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.

  • I forgot to assign a variable, now it crashes %5 of the time. It's wild how c doesn't default variables to null or something.

  • 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.

  • Yeah, we have four in my town and none of them sell dairy products. I've heard they've been pressured to provide healthier options with some success.

  • Damn, it's a laptop.

  • Just yank the power cable. If it gets corrupted just blame windows and switch to symbian os.

  • I unironically do this every time I eat out. More for the sea creatures and the island of plastic but still.

    You gotta be fast because they'll slap down too many straws and throw them away later.

  • My computers are pretty new. It's the small things that really eat at you though.

    Glad I switched even with the teething pains with Nvidia and wayland. I can always fallback on x11 until the bug is squashed. Always new little problems popping up like Nvidia isn't really tested well on the Wayland side.

  • Cool, dollar general only sells dry goods and not enough of a variety to cover basic food groups. There are no vegetables, proteins, or dairy products unless you include hot pockets.

    Rural American should be able to access more than frozen meals and junk food so stop being a prick. None should suffer from malnutrition and elevated crime rate.

  • 100w charging, getting pretty toasty!

  • I know, I'm one of them😆🤙. I try not to be annoying though, hope you didn't take it wrong. Edit: sorry, though this was a comment on my response to someone being weird about rust.

    If anyone truly cares about the community and want people to switch. They need to be understanding and willing to accept the fact some people have good reasons not to switch. Being pushy or insulting isn't going to win them back and will most likely sour their perception of linux.

    I remember how much hate I got for using an Nvidia graphics card on linux. I also remember helping other people get Linux running on their graphics cards. There were so many toxic individuals that would scold new users for "supporting Nvidia, that evil company" despite the fact most people switching from windows probably already owned that Nvidia card.

    There were also others that long since given up because of all the hate they received. I want that to be uncommon and thankfully it seems to be more the case nowadays.

  • You joking? 😆 I don't want to discourage you from giving rust a try but come on. Have you ever talked to a developer that spent any real time with rust, anyone that got as far as multi threading?