• 0 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle











  • GiantRobotTRex@lemmy.sdf.org
    cake
    toComic Strips@lemmy.worldXXX
    link
    fedilink
    arrow-up
    21
    ·
    3 months ago

    Who defined that term? The radio stations. Artists and labels typically do not use that label, it’s primarily the radio stations.

    When classic rock stations started to appear in the '80s, they played popular hits from the '60s–'80s. So it included newly released hits. But when grunge came into the scene in the '90s, it had a different audience than the classic rock stations so they stopped including new hits. For about two decades there, it was fairly unambiguous that classic rock meant popular rock from the '60s–'80s.

    After enough time though, grunge was no longer alienating to the classic rock stations listeners. The opposite became true and the stations could increase their audience by including hits from the '90s.

    This raises the question: Did those '90s songs become classic rock or is the term fixed and anything not considered classic rock now never going to be considered classic rock? Who gets to define it? The radio stations who originally defined it or the public perception that developed during the period of time when classic rock stopped evolving?

    Personally, I prefer to think of classic rock as a radio format rather than a genre, because it doesn’t really behave like a normal genre. If I start a band that sounds like metal then my band is metal, but if I start a band that sounds like classic rock it’s still not classic rock? Why? That feels out of the spirit of music genres to me. There are music movements that are tied to a specific time period—my band could never be part of the New Wave of British Heavy Metal—but it could be in the same genre as those bands.

    In terms of music style, how are AC/DC and Billy Joel considered the same genre? They’re wildly different. The Who and The Doors? Very different.

    The reason those bands are considered classic rock is not because they sound similar, it’s because they target similar audiences. As a radio format, it makes way more sense why some bands are considered classic rock and some aren’t.


    • Easy to carry
    • Easy to conceal
    • When slashed around, creates a very dangerous bubble around the user that can keep multiple enemies at bay
    • Can be several meters long, giving it more reach than most polearms
    • Effective against shields since the end can wrap around the shield to hit the enemy
    • Look badass

    It’s not meant to be a mass produced weapon that gets distributed to everyone in the militia. Spears are far and away a better choice for that. It takes years and years of training before a fighter should even consider learning how to use one. But in the hands of an elite warrior they can be incredibly deadly.





  • GiantRobotTRex@lemmy.sdf.org
    cake
    toComic Strips@lemmy.worlda Sisyphean task
    link
    fedilink
    arrow-up
    76
    arrow-down
    1
    ·
    4 months ago

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.

    Corporate accounts payable, Nina speaking. Just a moment.



  • This works fine for me:

    function foo() {
      bar[0]="hello"
      bar[1]="world"
      return 1
    }
    if ! foo; then
      echo "${bar[@]}"
    fi
    

    https://onlinegdb.com/xPIFP110w


    Are you getting messed up by the way bash handles exit statuses? An exit status of 0 indicates a success and a non-zero exit status indicates a failure (which allows for the different exit statuses to indicate different errors).

    So if my_func; then something; fi will only run something when my_func returns 0. In your case, you’re using ! to do the opposite so it only runs when your function returns a non-zero status.

    This can be quite surprising if you’re expecting the behavior found in other languages like python or C++ where 0 represents false and 1 represents true.


  • It’s contextual. If it’s used in a phone number, it’s a pound sign. If it’s placed before a number, it’s a number sign. If it’s placed before a tag, it’s a hash/hashmark/hashtag.

    No one would pronounce “#foo” as “pound foo” any more than they’d call a #2 pencil a “pound two pencil”. Because “pound” is clearly not the right name in either context.

    Americans have been comfortable using different names for the symbol in different contexts since long before hashtags even existed. So when websites started using them and referred to them as “hashtags”, that was fine. It was a new context so it could use whichever name it wanted. (Well, “octothorpe-tag” is probably far too unwieldy to catch on.)

    Of course if we’re talking about the symbol without a specific context, then we have to pick one of the names. For most Americans, that “default” name is probably still “pound”. Twenty years ago I’d definitely say that, but even then it wasn’t ubiquitous. It wasn’t uncommon to hear it referred to as a hash. And it seems like the use of “pound” has declined and the use of hash has increased as people now spend more time online and less time dialing phone numbers. There’s also a generational divide with older people more likely to say “pound” and younger people more likely to say “hash”.