this post was submitted on 04 Jun 2024
1896 points (100.0% liked)
linuxmemes
23908 readers
1014 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm training to work in hardware currently. Its my hope that there at least, people still care about min-maxing power vs performance.
My understanding is that hardware companies usually alternate generations: one for performance, one for power. It seems like this is the balance that makes the market happy.
It's really hard.
Wasn't expecting it to be easy. Think it will be much more rewarding though. Already has been thus far.
Edit: wait, that was a pun, wasn't it?
No, it was a palindrome.
Any recommendations for a beginner or hobbiest? I'm going to assume it goes beyond writing more performant code
A lot of it is in the design stage tbf. If features/UI can be cut or simplified then it can make a big difference. Performant code is good and the tech stack you choose also matters.
I started with raspberry pi zero projects. Specifically projects that make use of various GPIO hats like cameras, displays, speakers, etc. At that level, things are still very abstract compared to bare-metal firmware, but you learn some of the basic principles of I/O. Next plan is to read up on circuit design, and start doing more projects with arduino-controlled breadboards.