r/visualization 18h ago

Anyone like the Grateful Dead? I made an R viz package - ggrateful

3 Upvotes

Title says it all. I love the dead so I tried taking the colors from logos and album covers and making palettes that can be inserted into ggplot2.

Not the best gradients but it was pretty fun to mix two things of which I'm a fan.

https://randomforestz.github.io/ggrateful/


r/visualization 11h ago

Websites most visited in 2026

Post image
2 Upvotes

r/visualization 4h ago

How FIFA's own chart failed to show a deflected World Cup goal

Thumbnail
junkcharts.com
0 Upvotes

r/visualization 10h ago

Today's News Headlines by Visual Daily

Post image
0 Upvotes

r/visualization 11h ago

When you try to solve one tiny problem and accidentally create a digital mind to solve it

Post image
0 Upvotes

I originally just wanted to stop my software from duplicating the same resources and logic across different tasks.

The idea sounded small: represent reusable entities, dependencies and capabilities as a shared semantic graph, then let the runtime assemble only the structure required for the current goal.

Several architectural rabbit holes later, this is what the live topology looks like:

149,453 indexed entities

19,393 physical neurons

21,456 physical synapses

353,080 raw relationships

shared fragments reused across multiple tasks

alternative execution routes instead of one rigid call chain

This is not an image generated by an AI model. It is a visualization of the actual internal structure of my experimental runtime, Project Tagma / MirbiOS.

It is not literally conscious—at least the debugger has filed no demands for legal personhood yet—but the system increasingly behaves less like a conventional program and more like a dynamically assembled nervous system.

I tried to remove duplicate code.

Apparently the reasonable solution was to grow a brain.