Elektrine lite

โ† Feed

@rl_dane@polymaths.social

Post #3400268

2026-06-24 22:04 UTC

@dougmerritt@mathstodon.xyz @lproven@social.vivaldi.net @AmenZwa@mathstodon.xyz @synlogic4242@social.vivaldi.net Is there any point in building "X12โ€ when GTK and At are just going to force it to be a pixel-schlepper, anyway? ๐Ÿ˜’ It sucks having primitives/drawing routines bifurcated like that.

Replies (1)

  • @lproven@social.vivaldi.net 2026-06-25 06:48

    @rl_dane@polymaths.social @dougmerritt@mathstodon.xyz @AmenZwa@mathstodon.xyz @synlogic4242@social.vivaldi.net My key problem with Wayland is that it's so pathetically unoptimistic. It does less than X11 & doesn't improve on the model in any way. They don't know the problem space and the existing solutions. Look at Plan 9. It uses Rio. It really follows the UNIX model . Everything is a file. Every window is a directory in the filesystem. Text files contain the coordinates and size and title. To open a window on another computer over the network, reach into its filesystem and create the folder there. That's the UNIX way to do it. Look at Arcan. It brings the graphics right into the shell. You can `cat` a graphics file to the console. You can monitor progress graphically at the shell. It knows about 3D and networking and so on natively.

    Open ##3400267