Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

WimⓂ️

@wim_v12e@merveilles.town
hometown 4.2.17+hometown-1.1.2
  • Open on merveilles.town

λ🐫, -Ofun
probably a Luddite
we need frugal computing

0 Followers
0 Following
18 Posts
Joined August 26, 2022
blog:
https://quickandtastycooking.org.uk/articles/
blog (sci/tech):
https://limited.systems
pronouns:
he/they/彼
verification code:
MRV586644

Posts

Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Jun 25, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Graffiti art on the door of a utility room at a station in Belgium. #photography #art
0
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Jun 25, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @wim_v12e@merveilles.town
@rostiger@merveilles.town I mean, beyond looking tasty, obviously.
1
1
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Jun 24, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @rostiger@merveilles.town
@rostiger@merveilles.town looks very beautiful!
1
1
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 12, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @thomasorus@merveilles.town
@thomasorus@merveilles.town thanks, I wasn't aware until now, that's what I'm on fedi for
2
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @gosha@merveilles.town
@gosha@merveilles.town It's awful. Then again, both Labour and Tories are very right-wing, Reform takes votes from them, so it is not as if more people have turned right-wing, but that the right-wingers have become more fascist. It's been a trend from before brexit. This country doesn't like foreigners.
1
1
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @timotimo@peoplemaking.games
@timotimo@peoplemaking.games Syntactic sugar are features within a language that can be defined in terms of a language core of essential constructs. I implemented Raku's Junctions in Raku without Junctions, so by definition they are syntactic sugar.
0
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @timotimo@peoplemaking.games
@timotimo@peoplemaking.games Thanks for the explanation. So providing the explicit Mu type constraint is a way avoid the greedy behaviour, rather than retrieving a value that was turned into a junction because of this greedy behaviour.
0
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 06, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

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 `|`, `&` 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 Boolean context using `so`.

So you can do things like

my \jj = 1&2;
say so jj; # True
say so (->\x {x-1})( jj ); # False

Back in 2020 I pointed out an issue with Junctions, [The strange case of the greedy junction](https://limited.systems/articles/greedy-junctions/). Junctions are *greedy*, they turn anything they are combined with also into a Junction. This is not always desirable. I proposed an additional operation ("collapse") to undo this behaviour.

In a second post [Reconstructing Raku's Junctions](https://limited.systems/articles/reconstructing-raku-junctions/) I provided a proof for both the observed behaviour and the need for a "collapse" operation, by formalising Junction semantics in terms of polymorphic algebraic data types. I just re-read it and I still think it is very cool.

The `collapse` method never made it into the language (https://github.com/rakudo/rakudo/pull/3944) but my implementation still works.

What I think is neat is that my formalisation lets you implement Junctions in any language.

#programming #programmingLanguages
#rakulang

limited.systems

The strange case of the greedy junction • Wim Vanderbauwhede

An illustration that Raku

14
4
3
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · May 05, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

🎶
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
🎶

0
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 30, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

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

merveilles.town

Merveilles

11
0
1
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 29, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @neauoire@merveilles.town
@neauoire@merveilles.town @alderwick@merveilles.town rightly so, it's beautiful
2
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 28, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

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

merveilles.town

Merveilles

0
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 28, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

I'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.

2
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 25, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town

@damaru@merveilles.town I love them, and your studies!

I don't like that name for that flower, I think it does the flower a discourtesy. I much prefer the Japanese name "higanbana", 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/

merveilles.town

damaru (@damaru@merveilles.town) - Merveilles

1
0
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @mkj@social.mkj.earth
@mkj @rysiek @neurovagrant I really wonder if there isn't some unit error in there. CERN produces such amounts of data as results from the experiments, but to have 10 PB of *sensitive* information seems implausible.
1
2
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @jesterchen@social.tchncs.de
@jesterchen @rysiek Hang on, 5.5 Gb/s is what your post already said, isn't it?
0
1
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 09, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @rysiek@mstdn.social
@rysiek Your calculation is correct but it is still very high: the CERN LHC Computing Grid "only" manages 400 Gbit/s ( CERN Tier-0 to RAL Tier-1). How could this go unnoticed? @neurovagrant
3
10
0
0
Open post
wim_v12e
WimⓂ️ @wim_v12e@merveilles.town · Apr 04, 2026
WimⓂ️
@wim_v12e@merveilles.town

λ🐫, -Ofun probably a Luddite we need frugal computing

merveilles.town
Replying to @rostiger@merveilles.town
@rostiger@merveilles.town that's awesome, both the gesture and the work!
1
2
0
0

Remote instance

merveilles.town
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 01:41:19 UTC