this post was submitted on 14 Dec 2025
100 points (100.0% liked)

Selfhosted

62003 readers
929 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

- I have a seven year old nephew who I would like to find some computing activities that we could do together. Any ideas?

you are viewing a single comment's thread
view the rest of the comments
[–] todotoro@midwest.social 6 points 8 months ago

Video games come to mind. You could probably figure out how to host a game server of their choice (think something like Minecraft) so him and his friends can play. Docker is a nice shortcut for that, and you also get to sprinkle in some networking knowledge too for opening ports and such.

If games are off the table, could try to figure out some hardware to interact with. Having some sort of robot that you can control with an API could be fun.

On the line with hardware, you can get a raspberry pi, and try to work with him to blink an LED via Scratch or Python. Then work to something even bigger.

If typing is a struggle you could do typeracer or something like that to figure out who can type faster.

You could build a basic website together with some CSS and HTML. Make like, a fan site for his favorite band (or whatever hes into). Maybe he wants to make something for his friends to see.

Or, ask them if there is something theyve wanted to know how it works...then build some sort of project using it.