Elektrine lite

← Feed

WimⓂ️

wim_v12e@merveilles.town

<p>λ🐫, -Ofun<br />probably a Luddite<br />we need frugal computing</p>

Posts

  • Post #3411352

    Graffiti art on the door of a utility room at a station in Belgium. #photography #art

  • Post #2158832

    @damaru I love them, and your studies! I don&amp;#39;t like that name for that flower, I think it does the flower a discourtesy. I much prefer the Japanese name &amp;quot;higanbana&amp;quot;, or the other name Cluster Amaryllis. There is a novel where these flowers have a key role, and I wrote an article about it on my blog: https://quickandtastycooking.org.uk/articles/higanbana/

  • Post #2158825

    I&amp;#39;m following the Yokohama Kaidashi Kikou panels bot because I like those images in my timeline. It is interesting also because it exposes the limits of AI-generated alt text: it is almost always somewhat inaccurate but frequently plain wrong, and has absolutely no context.

  • Post #2158822

    What was the rationale to change the #uxn source from separate files for devices to a single file?

  • Post #2158818

    I started on my final study of the Major from from Ghost in the Shell, using a mechanical pencil and nice watercolour paper. Next, apply my new watercolour paint to it, then inking. #theStudio #theAtelier #GitS #Japanese #drawing #art #traditionalArt

  • Post #2158813

    🎶 I lived in magic solitude cloudy-looking mountains a lake made out of crystal raindrops roamed through space ten thousand years ago seen the giant city of Atlantis 🎶

  • Post #2158812

    Until about 2022, I loved to program in Raku, the language formerly know as Perl 6. (Sadly, since then, genAI has ruined that for me.) Raku has neat feature called Junctions. A junction is a lazy expression of values of any type combined with Boolean-like operators `|`, `&amp;amp;` and `^`. When an operation is applied to a Junction, it is carried out for each junction element, and the result is the junction of the return values of the operations. You can optionally evaluate a Junction in a Boo...