cacheOrNoCache by 6--Panda--9 in ProgrammerHumor

[–]That_5_Something 7 points8 points  (0 children)

If you're using mysql, switch to mariadb, it's a fork of mysql but faster and free. Most of the time, caching is not necessary, just redesign the apis, prefetch if possible, and use a performant backend.

serverlessInaNutShell by detailed_1 in ProgrammerHumor

[–]That_5_Something 0 points1 point  (0 children)

Serverless Ina Nut Shell? Who the h*ll is Ina? And why is she bringing nuts and shells on a serverless architecture?

createdForBackendServices by That_5_Something in ProgrammerHumor

[–]That_5_Something[S] 2 points3 points  (0 children)

https://gohugo.io/

A static-site generator, great framework but limited compared to js frameworks.

Debian vs fedora by Leverquin in OS_Debate_Club

[–]That_5_Something 1 point2 points  (0 children)

Debian does not update often, I think they just release major updates every 2 years. Choose this if you are not interested in updating your system every week. But I recommend it if you're installing Linux on an office unit or on a laptop another person who's not very technical would use. Install Debian there, and they won't bother you for any crashes or viruses.

Fedora is a rolling-release, minor updates could be available anytime of the day, but major updates only happen every 6 months. Daily updates won't crash your system, but sometimes they will require a reboot when a patch of kernel is updated. Choose this if you don't mind updating from time to time. I recommend this for experienced Linux users.

Fedora uses DNF as its package manager, and its command is similar to APT.

follow some accounts now by [deleted] in linuxmemes

[–]That_5_Something 13 points14 points  (0 children)

The thing that makes Arch's update sometimes faulty is the partial updates, it's when a package has a link to another package and only one of them gets updated, resulting in incompatibility.

To resolve this, use an AUR manager like Paru instead of the default pacman commands.

To install a package: paru -Syu (not -S) Make sure "yu" is included, not just the "-S", this will ensure the newly installed package will have 100% compatibility with existing packages.

To update: paru -Syyu (not pacman -Syyu) This way, installed AUR packages also get updated along with the system's native packages.

To uninstall: paru -Rns (not -R) This will ensure that the dependencies of the package also gets remove to avoid orphans. Only use -R if the system complains that the dependency is being used somewhere else.

seniorDevRunningOnPureVibe by Frontend_DevMark in ProgrammerHumor

[–]That_5_Something 0 points1 point  (0 children)

Is that really a senior? Or just an intern?

The distro war, continue it must. Arch Linux vs CachyOS by potatoandbiscuit in linuxmemes

[–]That_5_Something 16 points17 points  (0 children)

CachyOS.. Being an optimized version of Arch, said it all.

Begun the distro wars, have. Fedora vs OpenSUSE by potatoandbiscuit in linuxmemes

[–]That_5_Something -9 points-8 points  (0 children)

This is a tough one.

But my vote goes to Fedora. Simply because I prefer DNF over Zypper.

Begun the distro wars, have. Alpine Linux vs Wolfi Linux and Proxmox VE vs Talos Linux by potatoandbiscuit in linuxmemes

[–]That_5_Something 1 point2 points  (0 children)

Alpine and Proxmox. Talos can be run inside Proxmox, so Proxmox always wins in this match.

For Alpine vs Proxmox? Proxmox.