this post was submitted on 21 Mar 2024
24 points (85.3% liked)

Technology

58138 readers
4513 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TimeSquirrel@kbin.social 6 points 6 months ago* (last edited 5 months ago) (1 children)

I'm only a hobbyist, but I do embedded programming, and knowing computer science concepts really helps when you're bare-metal programming a teeny-tiny computer in say, a smart toaster.

Pointers and dereferences and how memory works, buffers, interrupts, how registers work, and perhaps even a little bit of assembly are still very useful things to know about in today's world, just not on the web. But like damn near everything has little computers in it everywhere, even your TV remote. I bet the average home is filled with hundreds of these one-chip computers.

[โ€“] MonkeMischief 3 points 6 months ago (1 children)

I bet you got that toaster to run DOOM didn't you? ๐Ÿ˜

[โ€“] TimeSquirrel@kbin.social 2 points 6 months ago

I'll settle for this ESP32 microcontroller I'm currently playing with to play variable-bitrate MP3s through a decoder chip without segfaulting.