• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • The thing with symbols is that they don’t have have objective meanings. Their meanings are entirely a matter of interpretation and they’re incredibly fluid.

    Necklaces can also be symbols of oppression. Chains, in general are far more commonly used as symbols of oppression than any article of clothing. There’s the obvious association with collars that are used to control slaves and livestock. There is also slavery symbolism associated with ankle and wrist bracelets, largely due to their similarity to shackles.

    The ultimate test is what the individual thinks of it. If we’re forbidding a girl from wearing some article of clothing that she wants to wear, we’re the oppressors. If we’re truly worried about some situation where parents are forcing their children to wear some clothing a more appropriate response would be to either ban all religious clothing or to adopt a policy of clothing choice being a protected privacy matter and barring schools from discussing a student’s clothing choices with their parents.

    From the evidence I’ve seen, this policy is less about protecting the rights of girls and more about using that as a rationalization to marginalize Muslims.


  • It occurs to me that there are several species of animals that have both claws and anuses, and that like to eat breadcrumbs. They will bring their claws and anuses with them when they partake in a feast and aren’t particularly careful about them.

    Permanent markers, grease pens and crayons write on glass. Windshields are made of glass. What a coincidence.


  • nednobbins@lemmy.worldtoFediverse@lemmy.worldI can't code.
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I’m not talking about any particular language.

    Modern programming languages are as complex as natural languages. They have sophisticated and flexible grammars. They have huge vocabularies. They’re rich enough that individual projects will have a particular “style”. Programming languages tend to emphasize the imperative and the interrogative over the indicative but they’re all there.

    Most programming languages have a few common elements:
    Some way to remember things
    Some way to repeat sets of instructions
    Some way to tell the user what it’s done
    Some way to make decisions (ie if X then do Y)

    Programmers mix and match those and, depending on the skill of the people involved, end up with Shakespear, Bulwer-Lytton, or something in between.

    The essence of programming is to arrange those elements into a configuration that does something useful for you. It’s going to be hard to know what kinds of useful things you can do if you’re completely fresh to the field.

    Python and Javascript are great. The main reasons I wouldn’t recommend them for an absolute beginner is that it takes some time to set up and, even after that, there’s a bit of a curve before you can do something interesting.
    If they go and change configuration settings in an app, they’re learning to manipulate variables.
    If they click a “do this N times” they’ve learned to create a loop.
    etc.


  • I’d actually start by playing around with the automation and customization functionality you already have. Learn to set email sorting filters, get some cool browser extensions and configure them, maybe even start by customizing your windows preferences or making some red stone stuff in Minecraft.

    Computers are just tools. Programs are just stuff you tell a computer to do over and over again. All the fancy programming languages give you really good control over how you talk to a computer but I’d start with the computer equivalent of “Me Tarzan, you Jane.”