- 1 Post
- 12 Comments
Saleh@feddit.orgto Mildly Infuriating@lemmy.world•AI will replace us all... trust meEnglish2·1 month agoRed and Blue as the colors of the infamous US political parties?
Naah. There is plenty of Gen X, Y, Z who know and plenty of Millenials who dont.
Its just if you wanted to “do stuff with computers” you had to develop some understanding back then.
Today you can “do stuff” like gaming much easier out of the box. So not everyone who “does stuff” knows his way around.
In the office most colleagues of all generations just know how to do their specific things, mostly in MS Office products.
Saleh@feddit.orgto Programmer Humor@programming.dev•The infamous "if loop" actually exists1·3 months agoCouldn’t you just handle this with:
breakflag = False for x in iterator: if breakcondition(x): breakflag = True break dostuff()
I think we are looking at this from different angles. I think you are looking at the programmer perspective, and i am looking at the end-user perspective, who uses a GUI file explorer.
In the case of a GUI file explorer the search handles the case insensitivity. So for me using Dolphin in KDE if i have two files:
TEST.txt and test.txt, if i type “tes” on my keyboard, i will be given the uppercase one first. if i type “te” again, it jumps to the next fitting entry, which is test.txt. If i put “test” or “TEST” in the search bar, i will get back both results.
I see why a strictly case insensitive file system makes it easier for programmers down the line to not have to handle the different cases explicitly in their program anymore.
Hmm you’re right. I didnt notice so far, nor was it brought up as an issue.
You can activate case sensitivity since Win 10 or so.
The search string is case insensitive. The file name isnt.
So you will find all of them.
Mostly Windows, and construction industry. So projects generate anywhere from a few hundred to up to a hundred thousand files.
Everyone has their own filesystem, and then you often have one formal and multiple informal exchange platforms. You still have people throwing around stuff in E-Mails too.
It is a mess. But in this mess i didn’t come acrosse people complaining they couldnt find a file because of the letters case yet.
I see that it could be different for programmers, but i dont see that apples solution of treating upper and lowercase as identical name is the solution there, rather than working with explicit file naming conventions in the program.
if you look for a file you type the first letters for the file explorer to jump to the matching name. Retype to jump to the next fitting entry. If you don’t know about this, you can put your string in the search field. If you don’t know about this, you can sort by metadata like file size or date of last change.
It is a non problem.
Also most workplaces tend to develop a file naming convention, either explicitly or implicitly.
I work with a lot of users and a lot of files in my job.
I don’t remember a single case, where someone had an issue because of upper- or lowercase confusions.
Saleh@feddit.orgto Mildly Infuriating@lemmy.world•Conservative people are the moist toxic and aggressive people for no reasonEnglish111·3 months agoI dont think it is specific to conservatives. People who define their identity through their political views tend to be like this, regardless of their political views.
I have experienced similiar behaviour with people who identified as leftists, anarchists, feminists as much as with people who identify as conservatives, liberals…
The annoying thing is, that you cannot respectfully disagree with them on anything anymore, because they perceive it as an attack on themselves directly.
Saleh@feddit.orgto Mildly Infuriating@lemmy.world•I'm pretty sure all of us have given up on any boomer giving us anything anywayEnglish101·4 months agoSo much this. In my country my parents generation could afford buying a house on two middle class incomes when they were end of 20s early 30s. In my generation that is only possible with generational wealth.
Do you mean the enlarged picture? It could be that you run a script-blocker and it is blocking the javascript of the instance. If you click the picture again or the post link it should link directly to the file on feddit.org w.o. requiring javascript.