AI cannot replace humans spiteful spirit
-
I'm an elitist asshole and I hate that people say "react dev" when really it's "web dev that uses react"
react devs are not web devs. they're special
-
This post did not contain any content.wrote on last edited by [email protected]
There used to be a UI library on the Amiga called MUI.
It used a bunch of C macros to let you define the window and all the controls. Was honestly pretty good considering it was like 30 years ago.
-
There used to be a UI library on the Amiga called MUI.
It used a bunch of C macros to let you define the window and all the controls. Was honestly pretty good considering it was like 30 years ago.
Unrelated but there is microui, a 1100 loc library in ansi C for a basic UI.
-
Data visualization β UI and signal processing is traditionally done in C
Would you agree that the dashboard of a car is UI? If so, isn't that just data visualization?
-
This post did not contain any content.
Speaking of coding out of spite, is nobody going to mention that his C code features a
struct
with over 20 fields in it? -
This post did not contain any content.
Vibe coding in assembly.
-
Would you agree that the dashboard of a car is UI? If so, isn't that just data visualization?
Dashboard is a UI fed by signal processing code which is the backend.
-
Speaking of coding out of spite, is nobody going to mention that his C code features a
struct
with over 20 fields in it?That's not uncommon, is it?
-
What's React?
React is a Javascript based web development programming language developed by Facebook to make pages run faster and better. I learned it as part of a MERN stack full web development course.
-
Speaking of coding out of spite, is nobody going to mention that his C code features a
struct
with over 20 fields in it?That's the
State
struct. Globally accessible, I'd bet -
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?
wrote on last edited by [email protected]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 -
That's not uncommon, is it?
wrote on last edited by [email protected]Not really, but I'd probably try to organize those into sub structures where it made sense. A data structure holding the UI state and FFT data all flat is kinda messy imo since it becomes unclear what is actually required where.
-
Not really, but I'd probably try to organize those into sub structures where it made sense. A data structure holding the UI state and FFT data all flat is kinda messy imo since it becomes unclear what is actually required where.
You can tell there ought to be substructures because he used comments to label the different groups. That's a code smell right there.
-
What's this dude talking about?! Everyone knows no one hates React like people who code in React
No one is gonna get pissed off watching this.
Do React devs really hate React?
-
React is a Javascript based web development programming language developed by Facebook to make pages run faster and better. I learned it as part of a MERN stack full web development course.
to make pages run faster and better.
Huh, well that's a funny way of saying "break the model of web page as document and fuck up the entire web!"
-
Not really, but I'd probably try to organize those into sub structures where it made sense. A data structure holding the UI state and FFT data all flat is kinda messy imo since it becomes unclear what is actually required where.
Yeah that's what I usually do, as long as it's passed by reference there isn't anything too bad here.
-
to make pages run faster and better.
Huh, well that's a funny way of saying "break the model of web page as document and fuck up the entire web!"
Yeah because documents are limiting and we want to do stuff that executables can do but with a better distribution model.
-
Do React devs really hate React?
Isnβt the adage that you either have haters or no users?
-
This post did not contain any content.
Umm this is just being retro. Like using a film camera.
-
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?
This isn't hard, you're just trying to make it to be.
Memcpy from a file to a screen buffer is as much a UI as pouring water in a pot is a soup.