schlunker
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days ago

Peak UI Design

lemmy.ml

message-square
108
fedilink
1.07K

Peak UI Design

lemmy.ml

cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days ago
message-square
108
fedilink
alert-triangle
You must log in or register to comment.
  • ilinamorato@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    1 day ago

    I unironically love this. Of course it isn’t practical in the least, but I love it.

  • OldChicoAle@lemmy.world
    link
    fedilink
    arrow-up
    28
    ·
    2 days ago

    Wake me up when Septempril ends

    • lessthanluigi@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      Like my father’s come and past, 1900 years has gone so fast!

    • codapine@lemmy.zip
      link
      fedilink
      arrow-up
      9
      ·
      2 days ago

      Sounds like a medicine I shouldn’t take before asking my doctor if it’s right for me.

  • Parafaragaramus@infosec.pub
    link
    fedilink
    arrow-up
    12
    ·
    1 day ago

    Managust, the manliest of months.

  • BeNotAfraid@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 day ago

    “Lousy Smarch Weather”

    ‘Do Not Touch -Willie’

    “Hey, good advice!”

  • clb92@feddit.dk
    link
    fedilink
    English
    arrow-up
    169
    ·
    2 days ago

    Ask your doctor if Moctopril™ is right for you!

    • Postmortal_Pop@lemmy.world
      link
      fedilink
      arrow-up
      39
      ·
      2 days ago

      My insurance won’t cover it so I have to take Novemugust…

      • anomnom@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        Novemugust is what I’ve been feeling since last November.

    • Catoblepas@piefed.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      deleted by creator

  • Die Martin Die@sh.itjust.works
    link
    fedilink
    arrow-up
    17
    ·
    2 days ago

    I use febr a rch btw

    • lugal@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      You know about neo-pronouns, get ready for neo-months

  • katy ✨@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    34
    ·
    2 days ago

    j’october

    • Nomecks@lemmy.ca
      link
      fedilink
      arrow-up
      12
      ·
      2 days ago

      Tu as october

      • Presently42@lemmy.ca
        link
        fedilink
        arrow-up
        9
        ·
        2 days ago

        Il elle on a october

        • wieson@feddit.org
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          1 day ago

          october

          j’octobe
          tu octobes
          il/elle/on octobe
          nous octobons
          vous octobez
          ils/elles octobent

  • tetris11@feddit.uk
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 day ago

    Genuine Question:

    if you could split the month names into 3, how would you split them to maximise their choice overlap?

    • “em” is a good overlap for nov/sept/dec
    • “uar” is good for jan/febr
    • lugal@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      I assume the post is the maximum. I wonder if there is an algorithm for that

      • tetris11@feddit.uk
        link
        fedilink
        English
        arrow-up
        11
        ·
        edit-2
        1 day ago

        hierarchical letter clustering would be my guess, or graph-based clustering using ngrams of 2-4 as nodes and maximising for connections.

        Or using an optimized Regex and printing out the DFA?

        Edit: Quick N-gram analysis (min=3, max=num letters in that month)

        R-code
        library(ngram)
        
        tmonths = c("january", "february", "march",
                   "april", "may", "june", "july",
                   "august", "september", "october",
                   "november", "december")
        
        zzz = lapply(tmonths, function(mon){
          ng = ngram::ngram_asweka(paste(unlist(strsplit(mon, split="")), collapse=" "), min=3, max=nchar(mon))
          return(gsub(" ", "", ng))
        })
        res = sort(table(unlist(zzz)))
        res[res > 1]
        

        This gives the following 9 ngram frequencies greater than 1:

          ary   uar  uary   emb  embe ember   mbe  mber   ber 
            2     2     2     3     3     3     3     3     4 
        

        As you can see two longest most common motifs are “em-ber” and “uar-y”

        Using this I propose the following graph

        Mermaid
        stateDiagram
            direction LR
            sept --> em
            nov --> em
            dec --> em
            em --> ber
            oc --> to
            to --> ber
            feb --> uar
            uar --> y
            jan --> uar
            ju --> ne
            ju --> l
            l --> y
            ma --> r
            ma --> y
            r --> ch
            
            a --> p 
            p --> r
            r --> il
            a --> u
            u --> gust
        
        

        • ForeverComical@lemmy.ca
          link
          fedilink
          arrow-up
          4
          ·
          1 day ago

          Thanks for saving me time, my head was already spinning on the previous comment but you made it stop.

          • tetris11@feddit.uk
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 day ago

            I’m really disappointed by June, April and August. Without these months, everything would be so neat and orderly

            • ForeverComical@lemmy.ca
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              1 day ago

              Freaking romans with their gods and emperors, they couldn’t go from unember to duodecember

        • tetris11@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 day ago

          Interestingly

          • Aprch
          • Maril

          are the only two hallucinations, everything else is always a legit month

  • rosco385@lemmy.wtf
    link
    fedilink
    arrow-up
    7
    ·
    1 day ago

    My wife and I always wanted a joctober baby…

  • ThotDragon@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    103
    arrow-down
    1
    ·
    2 days ago

    Jocktober

    • TheTechnician27@lemmy.world
      link
      fedilink
      English
      arrow-up
      31
      ·
      2 days ago

      Jockington sprite from Deltarune

    • ChicoSuave@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      2 days ago

      Jocktober is a workout month. Gotta get fit for my costume.

  • Ediacarium@feddit.org
    link
    fedilink
    arrow-up
    85
    arrow-down
    1
    ·
    2 days ago

    This is disgusting. Who enters dates in month/day/year order?

    • MadMadBunny@lemmy.ca
      link
      fedilink
      arrow-up
      17
      ·
      2 days ago

      That’s just adding salt to the would

    • lugal@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      How do you see that and this is your reaction?

      • Ediacarium@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        Because I’m not used to entering dates in month/day/year order.

        • lugal@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          Neither am I but much less am I used to the day starting at 0

  • paulbg@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    2 days ago

    at least no bot will solve this

  • zoey@lemmy.librebun.com
    link
    fedilink
    English
    arrow-up
    65
    ·
    2 days ago

    Decay is my favourite month

  • PodPerson@lemmy.zip
    link
    fedilink
    English
    arrow-up
    54
    ·
    2 days ago

    • gravitas_deficiency@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      27
      ·
      2 days ago

      I’ll take “le tits now” for 300, Trebek HEH HEH

      • ReallyActuallyFrankenstein@lemmynsfw.com
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        I think of this moment probably once a month and I don’t know how to make it stop.

        • tychosmoose@piefed.social
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          https://feddit.dk/comment/15559453 ?

          • TheRealKuni@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            2 days ago

            You linking that also-fantastic post is one of the funniest things I’ve seen all day. Well done! I laughed my ass off.

  • ssillyssadass@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    I love the month of Jay

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 902 users / day
  • 4.64K users / week
  • 7.64K users / month
  • 20.2K users / 6 months
  • 1 local subscriber
  • 25.1K subscribers
  • 1.57K Posts
  • 58K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org