- 0 Posts
- 400 Comments
mlg@lemmy.worldto linuxmemes@lemmy.world•Just installed mint yesterday, I get it nowEnglish6·21 days agoWait till you try fish or zsh loaded with all the fancy plugins lol
In theory yes since they’re essentially sponsored by RedHat. (RedHat is owned by IBM)
Which is funny because the Snowden leaks actually showed the NSA likes using Fedora for their fancy spy tech lol.
I guess a good alternative would be OpenSUSE.
Edit: realized you meant in the sense of hot swapping flavors after I typed out a whole explanation lol. Should start recommending niche distros and collect package managers like trading cards lol.
–
yum = dnf, dnf is just the newer version which was rewritten several times.
apt is a weird attempt to “upgrade” apt-get with better user interface without messing with the compatibility of apt-get used by scripts and whatnot.
Both of these are dependency handling package managers which do all the magic of installing required subpackges when you want something.
rpm is the underlying system package manager which deals with the actual task of installing, removing, and generating packages in the .rpm format. It is analogous to Debian’s dpkg which uses the .deb format. It’s usually not used by the end user unless you need to play with a package directly like with a .rpm or .deb file.
Hence why some distros (or people) have their own dependency package manager, like zypper on OpenSUSE (rpm) or Aptitude on Debian (deb).
Although I think Aptitude might just be a fancy wrapper for apt lol.
mlg@lemmy.worldto linuxmemes@lemmy.world•I never had problems with permission again after I know the real power of sudoEnglish7·27 days agoShared this before, but someone I know did a chmod on /bin which nuked all the SUID/GUID bits which borked the system lol.
Surpsingly easy enough to undo by getting a list of the correct perms from a working system, but hilarious nonetheless
mlg@lemmy.worldto Ask Lemmy@lemmy.world•Why is it so hard for people to concede even small points when discussing charged topics?English74·27 days agoLemmy is worse than reddit in almost every measureable way. The reason I haven’t gone back to reddit is purely out of principle and it’s not a principle if it’s not costing you anything.
Damn your opinions suck lmao. Were you the reason Blahaj defederated from feddit.uk?
Cuz it would be funny if one user could annoy a community so much that they decide to defedreate the entire instance.
Also the above comment being right next to:
Longest continuous edging streak. Hell, I might already hold that record anyway.
Perfect example of a reddit user lol.
mlg@lemmy.worldto Ask Lemmy@lemmy.world•What's something that you used to hate, but now love?English1·1 month ago
mlg@lemmy.worldto Technology@lemmy.world•Discord co-founder and CEO Jason Citron is stepping downEnglish6·1 month agoSame boat as many Gapps like Google Maps. No large market competitor to show users how much better it can be.
Here is an example of a successful third party in a 2 party FPTP voting system that people keep insisting is impossible in the US because “muh RCV required”
mlg@lemmy.worldto Not The Onion@lemmy.world•Jews Have Religious Right to Genocide, Says Israeli Supreme CourtEnglish223·1 month agoI swear the only 3 countries I’ve heard scream about being secular are France, Israel, and India, all of which are exactly the opposite because the government is exclusively following a religious doctrine and cracking down on minorities as well as anyone not a part of that national religion.
mlg@lemmy.worldto Technology@lemmy.world•The rise of ‘Frankenstein’ laptops in New Delhi’s repair marketsEnglish8·1 month agoPeople should see any of those videos of 3rd world countries repairing and refurbishing industrial technology on the street with their bare hands. I even remember someone commented that back in the days of the USSR, they used to salvage the solder off old and broken components too.
https://www.youtube.com/watch?v=kNGg0P7B5fI
The sad thing is, many of these people end up with health issues due to lack of any protection or health standard, yet they also provide a superior service and product that you will never find in a first world country due to the industry opting to trash and buy new.
I’ve personally had to junk a radiator because the cheap plastic at the end broke, and no OEM actually sells the plastic part because it only comes as a whole assembly, even though you can easily delid the radiator to replace it if the subpart could be bought or made.
2025 and people are still treating X as a source of information.
youtube comments section has more reliability than what Twitter ever did
mlg@lemmy.worldto Not The Onion@lemmy.world•US bans government personnel in China from romantic or sexual relations with Chinese citizensEnglish3·2 months agothe masterofroflness video on this was insane to watch lol
mlg@lemmy.worldto linuxmemes@lemmy.world•RISCy Behaviour: Open Source, No SupervisionEnglish4·2 months agoDon’t worry, in a few years China will release some comparable and powerful RISC-V processors with some brand new in house fabs.
Although by that point it’ll probably have 300% tariff, so probably stick to TSMC x86 and ARM anyway lol
mlg@lemmy.worldto linuxmemes@lemmy.world•"When does <insert package name> get update ?" moment.English100·2 months agoDependencies:
Old ass library version from 2004
apt/dnf/pacman: package not found
library package was last available 15 years ago before it was dropped to move to the next legacy version
App package was available right up until last year until it was dropped for development inactivity
Absolutely no one has a compiled version of old ass library
Attempting to compile old ass library results in 30 other old ass package dependencies
How in the actual world was the maintainer compiling this up to last year
https://valetudo.cloud/pages/general/supported-robots.html
iRobot not even on the list despite being the original de facto vacuum robot OEM
Hey it could be worse. It could be the completely and utterly worthless MIT license.
mlg@lemmy.worldto Technology@lemmy.world•Dodge Chargers Now Have Pop-Up Ads at Every StoplightEnglish11·2 months agoI’m surprised Dodge is trying this considering the thousands of memes of BMW implementing pay to use features on their vehicle ever since they added subscription heated seats.
mlg@lemmy.worldto Ask Lemmy@lemmy.world•What safeguards does Lemmy have that allow it to maintain integrity if it sees a sudden rise in popularity?English67·2 months agoFederation.
There’s a reason why worldnews@lemmy.world and worldnews@lemmy.ml are not federated with eachother, yet lots of users are subscribed to both.
If I understand it correctly, Lemmy has a similar “landed gentry” moderation scheme, where the first to create a community control it. This was easily exploited on other platforms, particularly in regards to astroturfing, censorship, and controlling a narrative.
For lemmy, it’s again a federation thing. You just don’t see many multiple defederated examples due to the small user count.
It’s not the most optimal solution, but it’s still miles better than dealing with single instance or single community issues.
I remember someone here made a detailed list of how lots of the early linux FOSS stuff was essentially ripoff of unix software lol. I think XFCE was originally a knockoff of CDE or something with XForms. Now it’s the de facto performance DE and the default on Kali.