home.social

#combinations — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #combinations, aggregated by home.social.

fetched live
  1. Oh, look! Another "revolutionary" #GitHub project promising to calculate #combinations faster than you can say "Ctrl+C, Ctrl+V." 😏 Meanwhile, Jax is busy doing math while the rest of us are debating if pineapple belongs on pizza. 🍍🍕
    github.com/phoenicyan/combinad #GitHubProjects #MathPineappleOnPizza #ProgrammingHumor #HackerNews #ngated

  2. @malwaretech @NosirrahSec it is an opp not something to whine about especially after last week, the same goes for ai - it is an opp not something to whine about, there are people out there taking advantage and working on it - many people but you will only end up hearing about a few #shimming #combinations

  3. #Combinations #70

    I guessed all the words (25 out of 25) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this
    #puzzle?
    https://combinations.org/

  4. #combinations #4 more from the archive.

    I guessed all the words (25 out of 25) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    Combinations #5

    I guessed all the words (24 out of 24) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    Combinations #6

    I guessed all the words (24 out of 24) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    Combinations #7

    I guessed all the words (25 out of 25) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    #puzzle

  5. Another #Combinations #puzzle I missed
    Combinations #47

    I guessed all the words (26 out of 26) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

  6. A few combinations #puzzle that I missed.....

    Combinations #63

    I guessed all the words (22 out of 22) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    Combinations #64

    I guessed all the words (20 out of 20) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    Combinations #46

    I guessed all the words (21 out of 21) in today's Combinations puzzle.
    ✅✅✅
    ✅✅✅
    ✅✅✅
    ✅✅✅

    Can you guess this puzzle?
    https://combinations.org/

    #archive #combinations

  7. This week's @mathonco #MathOnco seminar is Adam Palmer (UNC)
    with a talk entitled: Models to understand and predict the
    clinical #efficacy of #combinations of #cancer
    therapies

    When? This Thursday at noon

    Where? In person
    and online here:
    moffitt.zoom.us/j/91265406655

  8. Ano passado eu gravei um curso em vídeo de introdução ao desenho com código, usando #Python + #Processing (#py5) para o HomeostasisLab, está disponível *totalmente de graça* em:

    homeostasislab.org/cursos/info

    Parece que uma centena de pessoas acessaram esse #cursoGrátis de #ProgramaçãoCriativa, mas eu não tive retorno. Estranhei que deveria ter legendas em inglês mas não as encontrei :((

    Adoraria que mais gente visse e que me mandassem comentários (de preferência construtivos). Assisti ontem um trechinho em que eu tento explicar #itertools #combinations #permutations e #ItertoolsProduct e achei que estava bem razoável.

    Se você gosta do meu trabalho, pode me apoiar em gumroad.com/villares, com PayPal (paypal.com/cgi-bin/webscr?cmd=) ou PIX (chave: 46c37783-5edb-4f1c-b3a8-1309db11488c)

  9. sketch_2022_06_19 #Processing #Python #py5 #itertools #combinations github.com/villares/sketch-a-d

    UPDATE: No need to use that cumbersome lambda, it was there because of some previous experiments... I refactored it out:
    ...
    for z, positions in zip(range(-100, 101, 20), cs):
    py5.fill((255 + z + i * 20) % 255, 200, 200)
    for pos in positions:
    element(pos + (z,))