Tag: Security
All the articles with the tag "Security".
443 Isn't Only TCP
I checked Wikipedia's TCP/UDP port list against the IANA registry. UDP is missing from 443, the dynamic port range doesn't match what Linux actually uses, and the 1024 boundary isn't fixed.
huggingface-cli Is Gone, and the Answer to the SSL Error Is Elsewhere
I checked a write-up on three ways to download a whole Hugging Face model. Two of them use a command removed in v1.0, and recommending git for SSL errors works — for a reason the article doesn't give.
Mirror's Commands and RPCs: Running on the Server Doesn't Mean It's Safe
I revisited a write-up on Mirror's Command, ClientRpc, and TargetRpc. The prefix rule and argument types differ from today's docs, and more importantly, the example code carries a pattern that defeats server authority.
Reading a Unity Gemini Client: What It Means to Put an API Key in the Client
asus4/google-gemini-unity is an unofficial client for calling the Gemini API from Unity. The install steps and the dependency chain, why the .env approach the README describes doesn't hold up in a shipped build, and what to use instead.