this post was submitted on 27 Nov 2023
376 points (97.7% liked)
Asklemmy
43757 readers
2316 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
would a raspberry pi count? i've been self-hosting a nextcloud instance and my RSS feed for a while now and i've really been enjoying it
Arduino in the same vein. There's a great "30 Days Lost in Space" tutorial set, but even to play around with by yourself for cheap, you can get an off brand (the hardware is open source!) Arduino Mega for 20 bucks. All sorts of cool programming and electronics fun.
Ditto on the Arduino. I built a pickup winder for electric guitar, and it's more than made up for its price in entertainment alone.
Heck yes. I never want to use the internet anywhere but my house because my husband installed a Pihole and itβs the best thing evaaaar.
AdGuard Home is better since it supports DNS over HTTPS, which prevents your internet provider from seeing and intercepting your DNS queries (which they can do even if you use a third-party DNS service like Google or Cloudflare). You can get DoH working on PiHole but it's a lot of manual work.
It's pretty easy to put unbound on with pihole.
It's even easier with AdGuard Home though, since it uses DoH via Quad9 out-of-the-box. People usually use solutions like PiHole and AdGuard Home because they don't want to mess with it at the command-line, just via the web UI.