d13
Azure is not Entra. AAD became Entra. They did it because AAD was becoming less about Azure and covering more things than directories. So a rebranding made sense.
It's a pretty dumb name, though. It doesn't really mean much when you hear it, and it sounds too similar to other common words.
Finamp is great.
This is my favorite of the thread.
You can even call one Host, haha.
Strange New Worlds is good, at least S1 (haven't watched S2 yet)
Maybe unpopular opinion here, but I just read The Three Musketeers, and it's not even close to The Count of Monte Cristo.
The characters wildly change in tone and basic morals, the heroes are dirtbags, and the plot wanders.
I still enjoyed it, but it just wasn't the same.
“It is possible to commit no mistakes and still lose. You lost today Mr. La Forge, but that doesn't mean you have to like it."
Largely agree, with a couple exceptions: Undiscovered Country and First Contact are good; Into Darkness is bad.
This might be my biggest TNG complaint. The character and the actor are good (or at least decent if we're being picky), but almost every time the focus is on her, the writing is absolutely awful.
I wonder if they are preparing to stop using it. That could be a benign reason for the change in wording.
This doesn't exactly match your goals, but you may be able to adapt it or take pieces from it.
I have containers running on two subnets:
- LAN + Tailscale
- LAN only
Subnet 1 has a DNS server, which resolves all of my services to IPs on either subnet.
I have Tailscale set up on a machine as a subnet router (directing to Subnet 1).
Result:
- When local, I can access all services on the LAN with local DNS entries, both Subnet 1 and 2.
- When remote via Tailscale, I can access all services on Subnet 1 with the same local DNS entries. I cannot access services on Subnet 2.
This is nice because my apps don't care which network I'm on, they just use the same URL to connect. And the sensitive stuff (usually management tools) are not accessible remotely.
It's also ridiculously simple: Only one Tailscale service is running at home.
This does not solve your issue of broadcasting vs not broadcasting, though. There's probably other things missing as well. But maybe it's a start?
I finally got around to setting up my internal services with TLS. It was surprisingly easy with a Caddy docker image supporting Cloudflare DNS challenge.
I did this because various services I use are starting to require https.
Now everything is on a custom domain, https, and I can access it through Tailscale as usual.