home.social

Search

1000 results for “recursive”

  1. Quick #PureScript question. If I have a data structure that's basically a cons list, and I want to turn it into an Array, is the best way to do that recursive function with calls to `cons` or some better unfold?

    (Sometimes I even forget that [:] is arrays in PS, since I write plenty of Haskell and Idrisi, too.)

  2. Quick #PureScript question. If I have a data structure that's basically a cons list, and I want to turn it into an Array, is the best way to do that recursive function with calls to `cons` or some better unfold?

    (Sometimes I even forget that [:] is arrays in PS, since I write plenty of Haskell and Idrisi, too.)

  3. Quick question. If I have a data structure that's basically a cons list, and I want to turn it into an Array, is the best way to do that recursive function with calls to `cons` or some better unfold?

    (Sometimes I even forget that [:] is arrays in PS, since I write plenty of Haskell and Idrisi, too.)

  4. Quick #PureScript question. If I have a data structure that's basically a cons list, and I want to turn it into an Array, is the best way to do that recursive function with calls to `cons` or some better unfold?

    (Sometimes I even forget that [:] is arrays in PS, since I write plenty of Haskell and Idrisi, too.)

  5. Quick #PureScript question. If I have a data structure that's basically a cons list, and I want to turn it into an Array, is the best way to do that recursive function with calls to `cons` or some better unfold?

    (Sometimes I even forget that [:] is arrays in PS, since I write plenty of Haskell and Idrisi, too.)

  6. What's worse for #AI from an #MLsec perspective, poison or pollution?

    At BIML we think the answer is pullution...especially when it gets recursive.

    csoonline.com/article/4166171/

  7. 🔮 Pisces's May 07 Celestial Guidance: Creative fog meets Astro and Puppeteer scripts that almost work. A gentle refactor and fewer meetings help the release surface. Trust intuition, but add logs before the universe goes recursive.
    #techbro, #horoscope, #astrology, #Pisces

  8. Hmm, warum gibt mein Pi-Hole immer wieder diese Warnung aus?

    "nameserver <FritBox-IP> refused to do a recursive query"

    #PiHole

  9. How to Deploy #PowerDNS #Cluster on #Ubuntu #VPS Servers This article provides a detailed guide for how to deploy PowerDNS cluster on Ubuntu VPS servers.
    What is PowerDNS?
    PowerDNS is an open-source #DNS (Domain Name System) server software that provides both authoritative and recursive DNS services. It’s widely used by ISPs, hosting providers, and enterprises due to its performance, scalability, and flexibility. ...
    Continued 👉 blog.radwebhosting.com/deploy- #selfhosted #selfhosting #installguide

  10. @devsimsek

    Interesting article about how AI cannot grow into a super intelligence because the more systems grow, the more they rely on information generated by themselves and the more ....

    'it forgets what reality looks like'.

    #AI #AGI #RSI
    (RSI = Recursive Self-Improvement)
    smsk.dev/2026/04/26/ai-cannot-

  11. @devsimsek

    Interesting article about how AI cannot grow into a super intelligence because the more systems grow, the more they rely on information generated by themselves and the more ....

    'it forgets what reality looks like'.

    #AI #AGI #RSI
    (RSI = Recursive Self-Improvement)
    smsk.dev/2026/04/26/ai-cannot-

  12. @devsimsek

    Interesting article about how AI cannot grow into a super intelligence because the more systems grow, the more they rely on information generated by themselves and the more ....

    'it forgets what reality looks like'.

    #AI #AGI #RSI
    (RSI = Recursive Self-Improvement)
    smsk.dev/2026/04/26/ai-cannot-

  13. @devsimsek

    Interesting article about how AI cannot grow into a super intelligence because the more systems grow, the more they rely on information generated by themselves and the more ....

    'it forgets what reality looks like'.

    #AI #AGI #RSI
    (RSI = Recursive Self-Improvement)
    smsk.dev/2026/04/26/ai-cannot-

  14. @devsimsek

    Interesting article about how AI cannot grow into a super intelligence because the more systems grow, the more they rely on information generated by themselves and the more ....

    'it forgets what reality looks like'.

    #AI #AGI #RSI
    (RSI = Recursive Self-Improvement)
    smsk.dev/2026/04/26/ai-cannot-

  15. How to Deploy #PowerDNS #Cluster on #Ubuntu #VPS Servers This article provides a detailed guide for how to deploy PowerDNS cluster on Ubuntu VPS servers.
    What is PowerDNS?
    PowerDNS is an open-source #DNS (Domain Name System) server software that provides both authoritative and recursive DNS services. It’s widely used by ISPs, hosting providers, and enterprises due to its performance, scalability, and flexibility. ...
    Continued 👉 blog.radwebhosting.com/deploy- #installguide #selfhosting #selfhosted

  16. Published the English edition (v1.5) of my monograph:

    Theory of Hybrid Postbiological Continuity: Life as a Principally Substrate-Independent Emergent Process

    A curated extended edition on life as substrate‑independent recursive pattern continuity.

    PhilPapers: philpeople.org/profiles/j-a-jo

    DOI: doi.org/10.5281/zenodo.19692964

    #systemsTheory #complexSystems #emergence #postbiological
    #recursiveIdentity #substrateNeutrality #philosophyOfMind #cognitiveScience #research #publication

  17. My new theoretical work is now published:

    Theory of Hybrid Postbiological Continuity — Life as a Principally Substrate‑Independent Emergent Process.

    A substrate‑neutral account of life as recursive pattern continuation across biological, hybrid, and synthetic realization spaces.

    DOI: doi.org/10.5281/zenodo.19642032

    English edition forthcoming.

    #systemsTheory #complexSystems
    #informationOntology #postbiological #substrateNeutrality
    #recursiveIdentity #patternDynamics #philosophyOfLife #DOI

  18. NEW BIML Bibliography entry

    papers.ssrn.com/sol3/papers.cf

    AI Agent Traps

    Matija Franklin, Nenad Tomašev, Julian Jacobs, Joel Z. Leibo, Simon Osindero

    This paper is a honey pot analog. Very "airy" with uncanny valley writing...we bet this one was written by an LLM. This is about agents working on a polluted environment and is related to poison, pollution, and recursion.

    #MLsec #Agents #Attacks #RecursivePollution

    berryvilleiml.com/bibliography/

  19. Pronto! Funcionou! #gitlab com #webide funcionando perfeitamente!

    As linhas mágicas no #nginx foram:

    recursive_error_pages on;
    merge_slashes off;

  20. Understanding and debugging Data Structures is easier when you can see the structure of your data using memory_graph: github.com/bterwijn/memory_gra

    In this example we show values being inserted in a Binary Tree. When inserting the last value '29' we "Step Into" the code to show the recursive implementation: shorturl.at/bx848

    🎥 See the Quick Intro video for the VS Code integration: youtu.be/23_bHcr7hqo

  21. I'm on to my third programming example in #Lua : calculating square roots using the Heron of Alexandria trial and error method. This time it only took me an hour and a half to wrestle with the correct syntax. I originally wanted to make it a recursive algorithm like in the #sicp lecture but maybe for that I should really just use #lisp.

  22. @CharlieMcHenry 3/

    If you blacklist the destination IP at your router firewall or DNS (e.g., #PiHole)
    or recursive DNS resolver (e.g., #BIND) then you might block some of the spyware.

    #infosec is hand-to-hand combat.

  23. TGIF....

    In sum, I think we are about here again, in a recursive cycle of ever-crazier bouncing from one split 'personality'/deflection to another - fake #truth, all.

    #TrumpVirus #distraction "strategy".

    As presented by a triad of award-winning cartoonists.

    Nobody's ever seen a #cognitive & #moral vacuum as Sir. Are we tired of so much (of HIS) winning yet?

    Déjà vu all over again!

    #Melania #Epstein #HumanTrafficking #EpsteinVisa #EinsteinVisa #nepotism #MoneyLaundering #FollowTheMoney

  24. TGIF....

    In sum, I think we are about here again, in a recursive cycle of ever-crazier bouncing from one split 'personality'/deflection to another - fake #truth, all.

    #TrumpVirus #distraction "strategy".

    As presented by a triad of award-winning cartoonists.

    Nobody's ever seen a #cognitive & #moral vacuum as Sir. Are we tired of so much (of HIS) winning yet?

    Déjà vu all over again!

    #Melania #Epstein #HumanTrafficking #EpsteinVisa #EinsteinVisa #nepotism #MoneyLaundering #FollowTheMoney

  25. TGIF....

    In sum, I think we are about here again, in a recursive cycle of ever-crazier bouncing from one split 'personality'/deflection to another - fake #truth, all.

    #TrumpVirus #distraction "strategy".

    As presented by a triad of award-winning cartoonists.

    Nobody's ever seen a #cognitive & #moral vacuum as Sir. Are we tired of so much (of HIS) winning yet?

    Déjà vu all over again!

    #Melania #Epstein #HumanTrafficking #EpsteinVisa #EinsteinVisa #nepotism #MoneyLaundering #FollowTheMoney

  26. TGIF....

    In sum, I think we are about here again, in a recursive cycle of ever-crazier bouncing from one split 'personality'/deflection to another - fake #truth, all.

    #TrumpVirus #distraction "strategy".

    As presented by a triad of award-winning cartoonists.

    Nobody's ever seen a #cognitive & #moral vacuum as Sir. Are we tired of so much (of HIS) winning yet?

    Déjà vu all over again!

    #Melania #Epstein #HumanTrafficking #EpsteinVisa #EinsteinVisa #nepotism #MoneyLaundering #FollowTheMoney

  27. TGIF....

    In sum, I think we are about here again, in a recursive cycle of ever-crazier bouncing from one split 'personality'/deflection to another - fake #truth, all.

    #TrumpVirus #distraction "strategy".

    As presented by a triad of award-winning cartoonists.

    Nobody's ever seen a #cognitive & #moral vacuum as Sir. Are we tired of so much (of HIS) winning yet?

    Déjà vu all over again!

    #Melania #Epstein #HumanTrafficking #EpsteinVisa #EinsteinVisa #nepotism #MoneyLaundering #FollowTheMoney

  28. New theoretical release now available via Zenodo:

    doi.org/10.5281/zenodo.18701758

    This publication (DE) presents the foundational framework behind my recent work on hybrid system architectures. It develops a structural model of recursive identity and outlines the minimal conditions under which an information process maintains continuity across change.

    #SystemTheory #ProcessPhilosophy
    #OpenScience #Zenodo #OSF #DOI #TheoreticalFramework
    #ComputationalPhilosophy #MetaResearch #IdentityModels

  29. 🚨 New release: Toroidal CTC Simulation via Rotating Perturbation Drag

    A desktop analogue for closed timelike curves using spin-biased FDTD waves. Explores delay-based logic, recursive computation, and synthetic time asymmetry.

    🔗 Repo: github.com/FreeDeathTV/toroida 📄 Concept paper: concept_paper.pdf 📘 White paper: white_paper_commercial.pdf 🧠 arXiv endorsement pending—DM if you can help!

    #OpenScience #FDTD #CTC #Photonics #AnalogueGravity #TimeLoops #Simulation #Reproducibility