• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle







  • m_randall@sh.itjust.workstomemes@lemmy.worldTaco Tuesday
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    5 months ago

    Man I went to the drive through after work one day, got a few things, and holy shit how is it almost $30?!

    Unfortunately these days to get the old prices you have to use their app. Fortunately (at least for me) it works pretty well and it might actually be better value than it used to be.









  • You alluded to this already but ESP32 et al is really awesome but they (and arduino) are microcontrollers, not mini pcs like a raspi which have very different purposes.

    You CAN run a webserver on a microcontroller but you’re essentially writing a program to do so. On a raspi you’re installing a full OS and then installing apps (nginx, Apache, jellyfin etc).

    Conversely raspi has GPIO which can be used to easily interface with electronics just like the ESP32 but now you’re stuck maintaining a whole os to make your LED blink.




  • The best (and simplest) thing I have running is AdGuard Home. It’s a DNS server you run that blocks ads on the entire network.

    I also run a wireguard server on my router and clients on my laptops and phone.

    With these combined when on the road on cell or Wi-Fi connections all my traffic goes right to my home internet and it’s like I’m home.

    I have access to all internal services, devices, and I get no ads in apps and websites (where technically possible). Highly highly recommend. I couldn’t live without it.

    I also have home assistant running but that is way more work than just installing a server. It’s almost a hobby in of itself.

    Editing - I didn’t mention it but PiHole is an alternative to AdGuard Home. I didn’t mention PiHole to keep things simple but after years of using PiHole I’ve switched to AdGuard Home mostly because of the per client configs, ease of maintenance and UI. As always, check out both and choose what’s best for you.


  • m_randall@sh.itjust.workstoSelfhosted@lemmy.worldDNS hijacking
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    11 months ago

    Why can you not set your own DNS on your devices?

    If you mean you can’t set your DNS automatically that would be due to DHCP. You can setup your own DHCP server and set the DNS IP to whatever you want (8.8.8.8 etc).

    PiHole should handle all this for you all while blocking ads and being a local DNS resolver.