WE ARE THE FLAG OF TRASH WHICH POINTS TO THE SERVER FROM TRASH WHICH POINTS TO THE FLAG FROM TRASH WHICH POINTS TO THE SERVER FROM TRASH WHICH POINTS TO THE FLAG FROM TRASH
PHYSICAL #RECURSION!
I used #ChatGPT to come up with an #algorithm today.
I feel dirty.
In my defense, it was a mindfuck of a thing to solve. Either that, or my #recursion -fu is very, very rusty. #code
#chatgpt #algorithm #recursion #code
#multiplication #recursion preposition , proof #agda
A (diy thread )
#agda #recursion #multiplication
#IT practitioners should to wean themselves off \(\texttt{for}\} and \(\texttt{while}\) and embrace #recursion, especially when they are using powerful, modern #programming languages with good, optimising compilers.
Recursion Wars Episode II: Python Strikes Back
Because Python does not really support recursion (if there is a limit it's not implemented in my opinion), I had to write this monstrosity to convert a list of trees into a list of nested dicts.
You'd think that one dict call on the top objects would be enough but noooo, I have to unfold the trees, break them up into distinct depth levels, then fold everything back up while converting the objects one at a time.
#programming #python #recursion
I hate Python so much right now ❤️
The blasted CPython implementation is shit at handling recursion, so I had to turn a nice, clean, functional one-line command into a 6-line procedural function with a while.
I hate that Python is so bad at implementing functional paradigms. Even JavaScript is better! And it's even more object-oriented!
#programming #python #recursion
You can't call yourself a real 3D printer until you have used your 3D printer to print your next 3D printer. #recursion #prusa #3dprinting #nerdvana
#nerdvana #3dprinting #prusa #recursion
Just had an Amazon delivery. It was in their plastic bag packaging. Inside the bag, a bag of three bags of trash bags. #recursion
Trying a new approach to using recursion for composing. Here, each sound event triggers up to two additional sound events, each a function of the triggering event.
#recursion #composing #audio #music #csound
Trying a new approach to using recursion for composing. Here, each sound event triggers up to two additional sound events, each a function of the triggering event.
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1556381662&color=%23d22828&auto_play=false&hide_related=true&show_comments=false&show_user=true&show_reposts=false&show_teaser=false"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/matthew-m-conroy" title="Matthew M. Conroy" target="_blank" style="color: #cccccc; text-decoration: none;">Matthew M. Conroy</a> · <a href="https://soundcloud.com/matthew-m-conroy/new-recursion-1" title="new recursion 1" target="_blank" style="color: #cccccc; text-decoration: none;">new recursion 1</a></div>
#recursion #audio #sound #music #csound #cccccc
ANOTHER LAYER DOWN!
OR IS THAT UP?
WHICH WAY EVEN IS UP?
WHICH CARD IS BETTER, LEFT OR RIGHT?! #HEXAGRAM OR #PENTAGRAM?!
#hexagram #pentagram #recursion
// lib.optionalAttrs (config.system.forbiddenDependenciesRegex != "") {
inherit (config.system) forbiddenDependenciesRegex;
closureInfo = pkgs.closureInfo { rootPaths = [
# override to avoid infinite recursion (and to allow using extraDependencies to add forbidden dependencies)
(config.system.build.toplevel.overrideAttrs (_: { extraDependencies = []; closureInfo = null; }))
]; };
};
how infinite #recursion works in #nix
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/activation/top-level.nix
Whenever I learn how to make recursive functions in a new programming language, it makes me happy. A function calling itself to help calculate something without using a loop? So awesome! #javascript #recursion
This is brilliant. #StreetArt #SanFrancisco #Recursion #Fractal #PyramidScheme
#streetart #sanfrancisco #recursion #fractal #pyramidscheme
This is brilliant. #StreetArt #SanFrancisco #Recursion #Fractal #PyramidScheme
#streetart #sanfrancisco #recursion #fractal #pyramidscheme
Recursion – implementing sum https://craftofcoding.wordpress.com/2023/05/23/recursion-implementing-sum/ #ada #programming #summingaseriesofintegers #implementingrecursion #summingintegers #codingAda #recursion #Ada
#ada #programming #summingaseriesofintegers #implementingrecursion #summingintegers #codingAda #recursion