this post was submitted on 16 Nov 2023
88 points (96.8% liked)

Technology

58143 readers
5618 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
[–] cheese_greater@lemmy.world 1 points 10 months ago (1 children)

What would you recommend to a beginner? I'm more than a beginner when it comes to "code" but not like professional or even advanced amateur even though I can usually figure out how to "make it work", sometimes :(

[–] T4UTV1S@lemmy.world 3 points 10 months ago (1 children)

I feel that. One of my first raspberry pi projects was a magic mirror, it's basically a pi hooked up to a display and you can program in modules to display custom data, like a weather forecast for your area along with your Google calendar showing the upcoming appointments.

I'd say a raspberry pi 4B with at least 2GB of ram is fine, but upping the ram will let you do more with it.

Docker projects are also fun, like making a pihole.

These projects have lots of documentation and support, so you're always a Google search away from help.

[–] cheese_greater@lemmy.world 3 points 10 months ago (1 children)

Would you suggest that for a beginner? I like the whole pi-hole concept as a project and as an end to a means as well

[–] T4UTV1S@lemmy.world 4 points 10 months ago

I think as an initial go, I would recommend just getting raspbian/Linux in general onto a pi or other board, and messing with the CLI. Just having a pi and being comfortable trying things out is huge. Plus, with it being on a micro SD card, you can very easily break things and wipe the card and recreate your setup.