Tootfinder

Opt-in global Mastodon full text search. Join the index!

@rmdes@mstdn.social
2026-02-04 14:07:53

I might want to look at this later… 👀
❤️ github.com/voicetreelab/voicet

@daniel@social.telemetrydeck.com
2026-02-25 11:50:03

I am not sorry

This is a visual joke. The image shows text of an example "hello world" coding function, once labelled a "regular function" and once labeled a "recursive function." However, the only difference is that the "recursive function" is written in cursive script.
@toxi@mastodon.thi.ng
2025-12-16 09:54:11

Recursive polygon subdivision inspired by thin-section mineralogy...
(The area of each polygon is mapped to a color from a gradient. Made with thi.ng/geom, see next message for example & source code...)
1/2

Stop frame animation of a randomized abstract composition of initially thousands of small polygons, slowly converging into only a handful of larger cells/shards. The animation shows the recursive subdivision process in reverse order, i.e. the larger cells at the end are actually some of the first polygons created by randomly slicing the seed polygon (a circular 40-gon). The area/size of each individual poly is mapped to a color from a gradient, with small polys in orange/yellow/pink and large o…
@catsalad@infosec.exchange
2026-01-11 03:06:16

Time recursive say: hello 👋

@robpike@hachyderm.io
2025-12-09 10:04:47

I find something profound in recursive descent parsing, both the idea of it and the coding of it. For me it's one of the more beautiful things in mathematics, let alone computing.