• 0 Posts
  • 16 Comments
Joined 2 months ago
cake
Cake day: June 29th, 2025

help-circle
  • Alaknár@sopuli.xyztomemes@lemmy.worldStyle
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    OK, let’s break them down.

    an amusing or interesting item (such as a captioned picture or video) (…) form of expression that relies on images and other types of text-based media (…) a humorous image, video, piece of text, or GIF that is spread across the internet

    “Image”, “video” and “GIF” are the same thing - an image. It’s just moving in some cases.

    So we’re left with “humorous, amusing or interesting form of expression that relies on images and text, and spreads across the Internet”.

    “Humorous, amusing or interesting” can be skipped, because if it “spreads across the Internet” means there’s a reason for it. For that matter, the reason could be that people feel angry or infuriated, and a lot of others. So let’s just skip these altogether and just leave the fact that it’s spreading.

    We’re left with “a form of expression that relies on images and text, and spreads across the Internet”.

    Where “a form of expression that relies on images and text” is “an idea”.

    So, your “unique” definition of “Internet meme” is just: “an idea that spreads across the Internet”.

    Which is to say: it’s a meme. The method of spreading is irrelevant, the important bit is the spread itself. Doesn’t matter if it’s by word of mouth, newspapers, TV broadcasts, radio, or the Internet, it’s just the transportation method.



  • Alaknár@sopuli.xyztomemes@lemmy.worldStyle
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    I’m so confused… It’s like you wanted a separate definition of “internet news article” because these often have click-bait titles, unlike (most) TV or newspaper articles.

    It’s the same thing. Just the medium is different.



  • Alaknár@sopuli.xyztomemes@lemmy.worldStyle
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    All three definitions you provided are well within Dawkins’ definition.

    By some definitions some viral videos would count, if they’re viral because they’re funny. By those definitions, if they’re viral because they’re critical news like the George Floyd murder, they’re not memes because they’re not humorous.

    The reason for their spread is irrelevant. The fact that it’s “a piece of culture that is spreading” is what makes it a meme.

    What made image macros into internet memes was people taking the same macro and using different text

    Again, this is well within the definition of “meme”.

    My definition is not necessarily “right”, but I like it.

    You’re arguing that “Internet meme” should be it’s own thing, when it fits perfectly well within the overarching definition of “meme”.


  • Alaknár@sopuli.xyztomemes@lemmy.worldStyle
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 days ago

    The definition of meme.

    A meme (/miːm/ ⓘ; MEEM)[1][2][3] is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.[4] A meme acts as a unit for carrying cultural ideas, symbols, or practices, that can be transmitted from one mind to another through writing, speech, gestures, rituals, or other imitable phenomena with a mimicked theme. Supporters of the concept regard memes as cultural analogues to genes in that they self-replicate, mutate, and respond to selective pressures.[5]




  • This is exactly why I love PowerShell.

    Need the [DateTime] object from 10 years ago? No biggie, just chuck (Get-Date).AddYears(-10) down your console.

    Need it in a specific timezone? That one’s trickier, but since PowerShell can do .Net, run this:

    $TargetDateTime = (Get-Date).AddYears(-10)
    $TargetTimeZone = "India Standard Time"
    $tz = [TimeZoneInfo]::FindSystemTimeZoneById($TargetTimeZone)
    $utcOffset = $tz.GetUtcOffset($TargetDateTime)
    [DateTimeOffset]::new($TargetDateTime.Ticks, $utcOffset)
    

    And you get a DateTimeOffset object, which is this beauty:

    DateTime           : 25/08/2015 23:15:14
    UtcDateTime        : 25/08/2015 17:45:14
    LocalDateTime      : 25/08/2015 19:45:14
    Date               : 25/08/2015 00:00:00
    Day                : 25
    DayOfWeek          : Tuesday
    DayOfYear          : 237
    Hour               : 23
    Millisecond        : 421
    Microsecond        : 428
    Nanosecond         : 600
    Minute             : 15
    Month              : 8
    Offset             : 05:30:00
    TotalOffsetMinutes : 330
    Second             : 14
    Ticks              : 635761413144214286
    UtcTicks           : 635761215144214286
    TimeOfDay          : 23:15:14.4214286
    Year               : 2015
    

    DateTime is the time in your target timezone, UtcDateTime is, well, the UTC time, and LocalDateTime is the time on host you ran the commands on.



  • But hey to add my two cents: I think that fear is marketable, so women are over fed on paranoia.

    This is the case with literally everything.

    Used to hear about “no-go zones” in Stockholm in my local news a lot, areas where even the Swedish police were afraid to go in to. Then a friend of mine moved to Stockholm and started going to “the worst no-go zone” every weekend to get fresh produce. The only time he felt in danger was when he stumbled upon a drunk countryman.


  • That makes people fun?

    Yes, talking to people about something deeper than “lol, look at this meme” is fun.

    I think you should take a look at yourself before you call a generation that is experiencing the highest cost of living in modern history, boring.

    WTF does one have to do with the other…? Are you suggesting that people have zero interests outside of social media because of high cost of living?

    You do realise that libraries are free? That getting a used guitar will cost you all of $50? That getting a pencil and a notebook to start drawing will be, what, $5? Oh yeah, you can even get a pencil for free at an Ikea.