• 29 Posts
  • 754 Comments
Joined 5 months ago
cake
Cake day: February 17th, 2025

help-circle





  • tetris11@feddit.uktoProgrammer Humor@programming.devPeak UI Design
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 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
    
    




  • wouldn’t it also be impossible to drink? The water would just seep out of any cup and find the path of least resistance to the floor

    At least with oil you can just raw dog the nozzle and squeeze it directly in, guzzling down those calories by the gallon at least until the attendant starts to run over, but by then you pull out your lighter threateningly and shake your head until he backs off again



  • Issue with Karma and Tagging, is that we all have 1 topic that we are all toxic about and we then carry that label everywhere, even on topics that we are completely rational about.

    To quote an old joke:

    So a man walks into a bar, and sits down. He starts a conversation with an old guy next to him. The old guy has obviously had a few. He says to the man:

    “You see that dock out there? Built it myself, hand crafted each piece, and it’s the best dock in town! But do they call me “McGregor the dock builder”? No! And you see that bridge over there? I built that, took me two months, through rain, sleet and scoarching weather, but do they call me “McGregor the bridge builder”? No! And you see that pier over there, I built that, best pier in the county! But do they call me “McGregor the pier builder”? No!”

    The old guy looks around, and makes sure that nobody is listening, and leans to the man, and he says: “but you fuck one sheep…”





  • tetris11@feddit.uktoAsk UK@feddit.ukHow was your week?
    link
    fedilink
    English
    arrow-up
    2
    ·
    22 hours ago

    I’ve known for a few years that Jerk Chicken just isn’t my thing. I like the seasoning, and I like the chicken, but somehow together they just don’t mesh for me. Plus all the extras (Yam, Rice&Peas, Celebration) just don’t really taste that great.

    On Sunday, I thought, “why the hell not” and ordered some Jerk, but this time I went for Jerk Pork. Just Jerk Pork by itself, no extras nothing. Costs about 7 quid, with delivery 9 quid.

    My world has been torn wide open. I cannot go back to how things were. Everything pales in comparison.




  • tetris11@feddit.uktome_irl@lemmy.worldme_irl
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 day ago

    Doubt

    Right. You want to give me the job? Hah. In the words of Karl Marx’s twin brother: “I don’t wanna belong to any club that would have me as a member!”

    *sneeze into briefcase*
    Please hand me back my rez-zooom, good day madam.