this post was submitted on 10 Jul 2025
950 points (99.8% liked)

Programmer Humor

24957 readers
1974 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] deegeese@sopuli.xyz 25 points 2 days ago (3 children)

Data visualization ≠ UI and signal processing is traditionally done in C

[–] ulterno@programming.dev 49 points 2 days ago

That looks like buttons in the thumbnail, on the left of the visualisation.
I'd say that's enough to call it UI.

[–] zr0@lemmy.dbzer0.com 16 points 2 days ago (1 children)

UI. User Interface. The bridge between a system and a user. So anything, literally any information transfer from the user to the system OR from the system to the user, is a User Interface.

[–] Cethin@lemmy.zip 4 points 2 days ago (1 children)

Would you agree that the dashboard of a car is UI? If so, isn't that just data visualization?

[–] deegeese@sopuli.xyz 1 points 2 days ago

Dashboard is a UI fed by signal processing code which is the backend.