698
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Apr 2024
698 points (94.6% liked)
Showerthoughts
29525 readers
509 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics
- NEW RULE as of 5 Nov 2024, trying it out
- Political posts often end up being circle jerks (not offering unique perspective) or enflaming (too much work for mods).
- Try c/politicaldiscussion, volunteer as a mod here, or start your own community.
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct-----
founded 1 year ago
MODERATORS
It's usually an entirely mechanical timer with a spool or a simple sensor that shuts the heating when the water is gone. No coding required.
Imo, that's coding, just analog LOL
"If" Sensor reached temperature. -"then" Cut power.
Disclaimer: I have ZERO coding knowledge of any kind.
It depends. If there is a component that evaluates the sensor status through some form of runtime and then regulates the temperature based on that, you could call it coding (I don't think this is ever done since it has no practical use). Else, it's just system architecture.
Of course, there is some overlap within those areas because they both rely on logic, but the latter would not be considered coding.
If you study CS, you will most likely have a course that gives you a basic idea about system architecture and if you study engineering, you will probably have to code some small thing or at least have a course on the basics. So yeah, not entirely distinct.