home.social

Search

1000 results for “recursive”

  1. THE BRO SHOW

    S16 E10 – AI and Police Surveillance

    Are the original Wisconsinites named after actual badgers? Algorithms are recursive, but are they like people with Tourette’s Syndrome? If Jessica Rabbit was using Zeroeyes, would she have asked Roger Rabbit what was in his pocket? This crime-fighting, 20-minute episode of The Bro Show will provide arresting results! #BroShow #Mustelidae #Word #TwoTakes #Groaners

    broshow.substack.com/p/s16-e10

  2. @thomrey Tu peux tagger ce genre de demande avec #Fedimocracy 😛

    Expansion laryngale de Sainte Murille
    Boum
    Susurration arcanique v3.8
    Ribambelle Animée
    Nichoir explosif (bis)
    Jet_de_plasma_final_final_pour_de_vrai_final13
    Mare Nostrum
    Appel des vermines méridionales
    Rougoublanouche
    Auto-invocation récursive
    Rotocirconscription de Melchior Ier
    Portail rétrécissant du 13e cercle
    ???
    Avalanche d’ocytocine
    Division para-lunaire instantanée
    Armure liquide désodorisée
    Racle-tendons
    Relent chromatique

  3. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  4. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  5. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  6. 🏴󠁧󠁢󠁥󠁮󠁧󠁿 I am renting a pretty strong KVM-virtualised server.
    I am bothered by the lack of recursive kvm on it, therefore I run the VM with qemu and not kvm. I am pretty happy with the perfs, except about disk access: between 10 and 30 times slower, either with qcow2 or with a shared folder with plan9 protocol (my test is a dd from /dev/zero).

    I'm interested if you happen to have a idea that I could easily try and sort this!

    #RetootWelcome !

    #kvm #question #tech

  7. SQL HowTo: агрегация внутри рекурсии (Advent of Code 2024, Day 11: Plutonian Pebbles)

    Сегодня посмотрим на примере задачки из Advent of Code зачем и как можно обойти ошибку aggregate functions are not allowed in a recursive query's recursive term , возникающую при попытке агрегировать какие-то данные внутри шага рекурсии на PostgreSQL - "если нельзя, но очень хочется, то можно" .

    habr.com/ru/companies/tensor/a

    #postgresql #sql #sql_tips_and_tricks #рекурсия #агрегация #advent_of_code

  8. SQL HowTo: агрегация внутри рекурсии (Advent of Code 2024, Day 11: Plutonian Pebbles)

    Сегодня посмотрим на примере задачки из Advent of Code зачем и как можно обойти ошибку aggregate functions are not allowed in a recursive query's recursive term , возникающую при попытке агрегировать какие-то данные внутри шага рекурсии на PostgreSQL - "если нельзя, но очень хочется, то можно" .

    habr.com/ru/companies/tensor/a

    #postgresql #sql #sql_tips_and_tricks #рекурсия #агрегация #advent_of_code

  9. "The internet, as the primary source of knowledge for AI models, becomes recursively influenced by the very outputs those models generate. With each training cycle, new models increasingly rely on AI-generated content. This risks creating a feedback loop where dominant ideas are continuously amplified while long-tail or niche knowledge fades from view."

    A thoughtful piece of genAI criticism by Deepak Varuvel Dennison, focusing on the loss of indigineous or otherwise diverse or non-standard knowledge. A Long Read in today's Guardian, originally published in Aeon.

    aeon.co/essays/generative-ai-h

    theguardian.com/news/2025/nov/

    #noAI #StopTheAICorruption #IndiginousKnowledge #DeepakVaruvelDennison #KnowledgeCollapse #AndrewPeterson

  10. Lets see if the theory holds true

    A child's game for teaching programming as spatial concepts

    ==[a sibling]==>

    A child's game for teaching sentence structure and whole word reading

    ==[a parent]==>

    A visual IDE for programming type driven, capability bounded workflows

    ==[a shitpost]==>

    [recursive PAM holding recurive PAM - they're the same 🖼️]

    #engineering #humantools #engineeringeducation

  11. Lets see if the theory holds true

    A child's game for teaching programming as spatial concepts

    ==[a sibling]==>

    A child's game for teaching sentence structure and whole word reading

    ==[a parent]==>

    A visual IDE for programming type driven, capability bounded workflows

    ==[a shitpost]==>

    [recursive PAM holding recurive PAM - they're the same 🖼️]

    #engineering #humantools #engineeringeducation

  12. eventually i found good implementation of tags on linux file system.

    Adding a tag is as simple as:

    $ tag -a my_brand_new_tag my_file

    Doing the same, recursively:

    $ tag -ra 2013 ~/photos

    Unicode is supported, too!

    $ tag -a ♥ ~/photos/wizzup.png

    Listing tags:

    $ tag -l ~/photos/wizzup.png
    ~/photos/wizzup.png: 2013, ♥

    hetgrotebos.org/wiki/neversear

    #tag #tags #file_system #filesystem #operating_systems #linux #unix

  13. So if you mount a folder sitting on a spinning drive formatted with xFAT into a qemu instance, chowning a large number of folders and files recursively does take a surprising amount of time.

    All of that just to satisfy nginx and because I couldn't find a way to map the files to a certain UID/GID during mounting.

    #LongTermArchival #thestorycontinues

  14. So if you mount a folder sitting on a spinning drive formatted with xFAT into a qemu instance, chowning a large number of folders and files recursively does take a surprising amount of time.

    All of that just to satisfy nginx and because I couldn't find a way to map the files to a certain UID/GID during mounting.

    #LongTermArchival #thestorycontinues

  15. So if you mount a folder sitting on a spinning drive formatted with xFAT into a qemu instance, chowning a large number of folders and files recursively does take a surprising amount of time.

    All of that just to satisfy nginx and because I couldn't find a way to map the files to a certain UID/GID during mounting.

    #LongTermArchival #thestorycontinues

  16. So if you mount a folder sitting on a spinning drive formatted with xFAT into a qemu instance, chowning a large number of folders and files recursively does take a surprising amount of time.

    All of that just to satisfy nginx and because I couldn't find a way to map the files to a certain UID/GID during mounting.

    #LongTermArchival #thestorycontinues

  17. couples shirt that read:
    "Cries During Sex" - "I'm Sex"
    "Immune to poison" - "My bad opinions are like poison"
    "At least 1 fan" - "If I'm dead my wife has no fans"
    "+1 shirt of iterative recursive shirts" - "nth couples shirt where n equals a positive integer found on wife's shirt"


    #I-can-do-this-all-day #like-chronos-I-eat-my-mistakes