Despite having Table in the name, FAT isn’t a table, but rather uses a table, and FAT itself is a filesystem. Thus, it’s different from a machine with “machine” being in the name or a number with “number” in the name, and it seems entirely reasonable to refer to the crucial index table in the FAT filesystem as the “FAT table”
KubeRoot
- 0 Posts
- 78 Comments
It’s more like “Arch Linux breaks if you don’t update for too long, then try to naively update without knowing what you’re doing and without checking the arch news for breaking changes”. Which is more breakage during updates than stable distros, but absolutely manageable.
I think the “independent” label might be more about the decision making being dependent on an organization?
This is also a meme community and those charts are never that serious, and considering people will disagree about the placements anyways, trying to have more precision might be pointless.
Okay, but MacOS doesn’t work on everything because Apple doesn’t want it to. They want you to only use their devices, and only run their systems on them.
Ironically, I think Arch might be a better first time distro than CachyOS, because if you’re willing to go through the manual installation process and learn from all the fuckups you’ll make, you can come out of it with the knowledge necessary to manage your install. Though of course I would only recommend it with the warning that your system will be mostly broken for a while and you’d be constantly figuring out and fixing things, so not a good idea if you need your computer working.
But it does seem like a nice distro for if you already know what you’re doing and want to save time getting things set up (and maybe those performance improvements are significant enough, I’ve seen people give big figures)
KubeRoot@discuss.tchncs.deto
linuxmemes@lemmy.world•I'm running Linux on my MacBook but I haven't noticed a performance boostEnglish
3·2 months agoI don’t think it counts as ragebait on the Linux memes community
Ah, reminds me of this good old collection of stories http://www.rinkworks.com/stupid/
I’m going to call out rEFInd for dual booting, since it doesn’t require you to configure anything and finds and recognizes bootable partitions at boot time. Less stuff to mess up, less work when you want to add/remove an OS.
One thought I’d like to add is, not all art is meant to be “enjoyed”, and there’s value in art that invokes unpleasant, even painful experiences.
In a way, it’s the opposite of the meme, something that can be worthwhile yet painful if it “lands”, and boring/tedious and bland otherwise. Though I also know some songs that cover bleak topics that hit me personally, but are also absolute bangers, so those aren’t mutually exclusive either.
KubeRoot@discuss.tchncs.deto
linuxmemes@lemmy.world•"how do i install this on Linux?" "thats the neat part. you dont."English
11·4 months agoI had to dig through the website shoving paid services down my throat and found the script builder, is that what you mean? If yes, I can see it generate either a command using chocolatey, or a config file (to feed chocolatey?), which seems to require me to install chocolatey manually first.
Looks like it doesn’t meet the basic requirement of being a standalone script, and requires you to do extra setup first. I’m also very much not a fan of the website so far, but I can give it a pass since ninite being opinionated in the package choice is a subjective thing.
KubeRoot@discuss.tchncs.deto
linuxmemes@lemmy.world•"how do i install this on Linux?" "thats the neat part. you dont."English
12·4 months agoThe great thing about ninite is how you can go there ahead of time and generate a single file, and when you’re done installing you just run that file. I suppose one could generate a batch script that installs stuff with some other package manager (you’d need to include install/update for it first, I remember reading about how Winget can come outdated with a broken version), but the issue with that is simply that ninite definitively exists and works reliably, while I don’t know any such service to generate install scripts.
KubeRoot@discuss.tchncs.deto
memes@lemmy.world•Its your fault you didint know about the "no posts on alternating Saturdays while Saturn is in retrograde" ruleEnglish
3·5 months agoThere are a lot of cases where rules are a bit too strict, and it’s expected you might violate them where they don’t make sense - though if you do, you might be putting yourself at risk, and if something happens, the rule might protect anyone else involved.
But what pisses me off is that speed limits are consistently ignored. People might get mad at you for driving the speed limit. Either the limits are set stupidly low and need to be changed, or society needs to get its shit together and stop endangering people. Probably both.
I don’t know what the source is, but I remember seeing the “AI” bit first, and then a bit later people started editing it more and more, escalating things. I’d check sites like knowyourmeme if I wasn’t lazy right now.
Shouldn’t it be more efficient to download only the changes and patch the existing files?
As people mentioned, that becomes problematic with a distro like arch. You could easily be jumping 5-6 versions with an update, with some more busy packages and updating less frequently. This means you need to go through the diffs in order, and you need to actually keep those diffs available.
This actually poses two issues, and the first one is that software usually isn’t built for this kind of binary stability - anything compiled/autogenerated might change a lot with a small source change, and even just compressing data files will mess it up. Because of that, a diff/delta might end up not saving much space, and going through multiple of them could end up bigger than just a direct download of the files.
And the second issue is, mirrors - mirrors need to store and provide a lot of data, and they’re not controlled by the distribution. Presumably to save on space, they quickly remove older package versions - and when I say older, I mean potentially less than a week old. In order for diffs/deltas to work, you’d need the mirrors to not only store the full package files they already do (for any new installs), but now also store deltas for N days back, and they’d only be useful to people who update more often than every N days.
KubeRoot@discuss.tchncs.deto
Asklemmy@lemmy.ml•What is something you can see, hear, smell, etc., that others can't?English
2·6 months agoI’ve got one light in a room that makes a quiet whining noise when on, seemingly only after a minute or so (maybe after it warms up a bit). Thankfully I can just keep it off just fine, but occasionally I’ll turn it on for a bit more brightness, and realise it’s still on a while later by the annoying noise.
KubeRoot@discuss.tchncs.deto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?English
2·6 months agoI don’t think OOP’s nature makes them necessary, so much so as it enables them and popular programming principles encourage them. I think they’re a good thing, especially if there’s a way around them in case you can’t get the public interface changed and it doesn’t work for you, especially for performance reasons, but that should be done with care.
Funny story, when modding Unity games using external modloaders you’re writing C# code that references the game’s assemblies. And with modding you often need to access something that the developers made private/protected/internal. Now, you can use reflection for that, but a different trick you can use is to publicize the game’s assemblies for referencing in your code, and add an attribute to your assembly that tells the runtime to just… Let you ignore the access checks. And then you can just access everything as public.
KubeRoot@discuss.tchncs.deto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?English
1·6 months agoIf it was a single question, that does sound lame, my other thought was that those “online polling tools” might not be viable because you can’t put internal company communications into them… But if it’s stuff like food choices or something, then that might also not be a problem.
That said, my point still stands - what you describe does sound like what I’m saying. If you make a sheet with a dedicated field to put the answer into, it should be possible to reliably automate pulling out answers from all the files with excel-level knowledge, and without any additional sites or servers, just spreadsheet editing software and email.
KubeRoot@discuss.tchncs.deto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?English
1·6 months agoAm I getting it correctly that the excel sheet was basically a form to fill in, with fields and labels, but as a spreadsheet? If so, that sounds pretty clever to me - there’re many better ways to do this, but if everybody working there has excel anyways, that’s a fast and easy way to get the data in a unified and automatable format without any extra infrastructure.
That just makes you more vulnerable to semi-illiterate hackers!
*sweaty
Opinionated sweater is when somebody offers to refund the sweater they gave you as a gift