this post was submitted on 04 Jun 2024
1803 points (96.4% liked)

linuxmemes

20483 readers
1093 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 months ago (1 children)
[–] [email protected] 4 points 2 months ago* (last edited 2 months ago) (2 children)

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?

[–] [email protected] 1 points 2 months ago

No, it was a palindrome.

[–] [email protected] 1 points 2 months ago (2 children)

Any recommendations for a beginner or hobbiest? I'm going to assume it goes beyond writing more performant code

[–] [email protected] 3 points 2 months ago

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.

[–] [email protected] 2 points 2 months ago

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.