• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle

  • Raspberry pi/small NUC with a screen, in a digital kiosk mode. Just load a static html file with some js to update the clock. No keyboard, no touch input, no way to break it. Connect to it via ssh over tailscale or wireguard VPN to update the HTML with the notes you’d like to display. This way if internet goes down, the clock still works and whatever was displayed wrt messages stays displayed, and you don’t have to worry about the increased overhead of home assistant changes or updates breaking things. It will remain consistent since it’s just HTML and js. If you want less technical family members to be able to update the display…idk, seems like a headache.










  • Fairly certain these can’t be done on iPhone but correct me if I’m wrong:

    • Multi window/split screen -AFAIK you can only do this on iPad
    • custom home screen/launcher: the icons on a grid both bores and overwhelms me, so I use a minimalist launcher with a few shortcuts and app drawer for the rest
    • removable SD card. Sure, storage is getting better on phones, but the ability to pop a 2TB micro SD in my phone and keep offline copies of whatever I like for times I have no service is absolutely crucial to me (SD slot depends on what phone you have ofc, some manufacturers ditched it)
    • home screen widgets
    • notifications are superior on android
    • USB 3.0 speed data transfer with no additional software, to any device that can accept a USB stick
    • third party apps and app stores
    • being able to install apps I develop for my own personal use without paying for a developer account, having to list it on the store, or having to reinstall it every few weeks
    • ability to run Firefox with extensions
    • multiple accounts for the same app without needing to log in and out
    • USB OTG
    • game emulators
    • can safely browse tor

    Depending on what model and manufacturer you go with,

    • reverse wireless charging
    • headphone jack
    • ip68 rating
    • call screening
    • dual sim




  • As others have suggested I would stick to internal only until you’re comfortable. Dealing with automated port scanning from all over the globe is a nightmare if you aren’t running a tight ship, and a collasal headache to deal with if they get in. I started with pihole, jellyfin, and some other simple docker services. Check out linuxserver.io if you go the docker route, they have good prebuilt compose files for you to use and the community has good info on their forums. You don’t need a domain but it’s preferred if you want to host something public-facing. Make sure you have fail2ban configured if you open stuff up to the web, it makes dealing with the automated attacks easier.