• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • Gestrid@lemmy.catoMemes@lemmy.mlI love those path
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    There are three problems I had with word problems in school. Not every problem applied to every word problem.

    1. “This is way too vague.”

    2. “Why would someone buy 35 apples and 23 oranges?”

    3. “Why would the person in the problem want to try to figure this problem out? It’s completely unrelated to what they were doing.”

    I get the point was for us to be able to convert information given in a text format into something we can actually solve, but the word problems were usually situations you’d never realistically find yourself in in real life.





  • it’s why you can’t name files certain names such as CON

    To expand on this: The reason you can’t name files CON, etc., is because of a program from the 1960s called Peripheral Interchange Program (PIP), a program used in Digital Equipment Corporation’s computers. The overall OS that PIP was part of was called CP/M.

    DOS, which came out in the 80s and was made for IBM computers, was modeled after CP/M, and it kept and expanded the capabilities of PIP.

    Then Microsoft came along and created a modified version of DOS called MS-DOS which IBM started using.

    Eventually, Microsoft created Windows 95, merging two initially separate products: MS-DOS and Microsoft Windows. Microsoft left in the code for handling CON, etc., but they hadn’t put in any limitations for filenames, which caused some bugs. So, from the next version of Windows onward, they disallowed the ability for anything to name a folder or file “CON”, among other related things.

    So the reason you can’t name a file or folder “CON” is because of a 60-year-old file-copying program nobody uses anymore.