Upvote!
  • 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
  • cross-posted to:
  • programmerhumor@lemmy.ml
1.09K

Peak UI Design

lemmy.ml

cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days ago
message-square
108
fedilink
  • cross-posted to:
  • programmerhumor@lemmy.ml
alert-triangle
You must log in or # to comment.
  • ilinamorato@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    22 hours ago

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

  • BeNotAfraid@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    21 hours ago

    “Lousy Smarch Weather”

    ‘Do Not Touch -Willie’

    “Hey, good advice!”

  • OldChicoAle@lemmy.world
    link
    fedilink
    arrow-up
    29
    ·
    1 day ago

    Wake me up when Septempril ends

    • codapine@lemmy.zip
      link
      fedilink
      arrow-up
      8
      ·
      1 day 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.

  • tetris11@feddit.uk
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    24 hours 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
      ·
      23 hours 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
        12
        ·
        edit-2
        21 hours 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
          ·
          21 hours 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
            ·
            21 hours 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
              20 hours 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
          22 hours ago

          Interestingly

          • Aprch
          • Maril

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

  • rosco385@lemmy.wtf
    link
    fedilink
    arrow-up
    7
    ·
    23 hours ago

    My wife and I always wanted a joctober baby…

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

    I use febr a rch btw

    • lugal@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      23 hours ago

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

  • katy ✨@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    37
    ·
    1 day ago

    j’october

    • Nomecks@lemmy.ca
      link
      fedilink
      arrow-up
      12
      ·
      1 day ago

      Tu as october

      • Presently42@lemmy.ca
        link
        fedilink
        arrow-up
        9
        ·
        1 day ago

        Il elle on a october

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

          october

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

  • ssillyssadass@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    23 hours ago

    I love the month of Jay

  • clb92@feddit.dk
    link
    fedilink
    English
    arrow-up
    168
    ·
    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
        ·
        20 hours 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

  • paulbg@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    1 day ago

    at least no bot will solve this

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

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

    • lugal@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      23 hours ago

      How do you see that and this is your reaction?

      • Ediacarium@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        16 hours ago

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

        • lugal@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          16 hours ago

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

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

      That’s just adding salt to the would

  • eronth@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    I understand that bad ui is a fun meme and all, but how did this one even cross their mind as an idea for a bad UI? This is a new level of convoluted I would not have even considered.

    • tiredofsametab@fedia.io
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      My guess: someone messed up trying to split an array and split a string from it and hilarity ensued.

      • lugal@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        23 hours ago

        It’s too unregular and too good to be a coincidence. Unless they threw an algorithm on it that was intended for whatever

        • tiredofsametab@fedia.io
          link
          fedilink
          arrow-up
          3
          ·
          23 hours ago

          To be clear, I don’t think the choices are a coincidence; I think the general idea is one.

  • 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.

  • finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    1 day ago

    Might be a decent way to sort out bots, actually.

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.

  • 1.43K users / day
  • 4.86K users / week
  • 7.8K users / month
  • 20.2K users / 6 months
  • 1 local subscriber
  • 25.1K subscribers
  • 1.49K Posts
  • 49.9K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.6
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org