this post was submitted on 10 Jul 2025
958 points (100.0% liked)

Programmer Humor

25056 readers
1276 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
[–] [email protected] 34 points 1 week ago (11 children)

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

[–] [email protected] 18 points 1 week ago (7 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.

[–] [email protected] 4 points 1 week ago (6 children)

A definition so broad as to be useless.

Is it a UI when someone calls memcpy to move data from a file to a screen buffer?

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

I'm going to go with no, since that step is not transferring data to a human, it's transferring it internally within the computer.
UI can refer to either the medium, such as a visual display, speaker system, or keyboard, and it can also refer to a specific layout of information (like the Qwerty layout, or a webpage layout). I wouldn't consider the USB protocol UI just because it can transmit HID Events, only the keyboard or mouse as a whole is UI.
You could almost call HID events UI, but I'd still argue they're more of a computer-device interface than a human-device interface

load more comments (5 replies)
load more comments (5 replies)
load more comments (8 replies)