Journal
Writing for people who have to pay the second invoice.
Reported notes on panels, AI, VPNs, BGP, and the invoice you can explain. The knowledge base is the how-to. This is the why.
Industry · August 9, 2026
AI automation is changing who needs a support desk
AI agents can already clear caches, restart services, issue certificates, and run WP-CLI across many sites. Some hosts now expose those capabilities through MCP servers so that Claude, ChatGPT, or a custom agent can perform the actions that used to require a human ticket. The int…
ReadPerformance · August 8, 2026
HTTP/3 and QUIC: the real gains on shared and VPS hosting
HTTP/3 (running over QUIC) is no longer experimental. On stacks that support it—LiteSpeed is a common example on shared hosting—the gains are measurable, especially for mobile clients and lossy networks. Where the improvement shows up Faster connection establishment (one round tr…
ReadNetworking · August 8, 2026
IPv4 leasing in 2026: rates, LOAs, and the tickets that come with them
IPv4 is still scarce and still necessary for a large share of the workloads that land on a host. Leasing has become the default way many operators obtain space without the capital cost of a transfer. In 2026 lease rates on major platforms sit roughly in the $0.35–$0.55 per IP per…
ReadPerformance · August 7, 2026
When origin location still beats the CDN
CDNs are excellent for static assets and cacheable pages. They are less magical for personalized or highly dynamic responses that must come from the origin on every request. In those cases the physical location of the origin still dominates latency. When the origin matters most L…
ReadNetworking · August 7, 2026
RPKI, IRR, and why some routes still get filtered in 2026
RPKI is the cryptographic answer to “who is allowed to announce this prefix.” IRR objects are the older, still-used database answer. In 2026 both still matter, and the absence of either still causes routes to be filtered by networks that care about routing hygiene. What we see in…
ReadPrivacy · August 6, 2026
Cookie banners and what hosts actually control
Cookie consent banners are a site-owner problem first. Hosts get pulled into the conversation when a customer assumes the server is injecting trackers or when a misconfigured consent tool breaks caching. What the host controls Whether the hosting platform itself sets non-essentia…
ReadPerformance · August 6, 2026
NVMe is table stakes — the latency numbers that actually matter in 2026
Every serious VPS and most shared platforms now ship NVMe. The storage medium is no longer the differentiator it was five years ago. What still separates fast sites from slow ones is the distance to the user, the application architecture, and the consistency of the host’s network…
ReadPrivacy · August 5, 2026
Access logs, retention, and customer privacy
Access logs are useful for debugging, security, and abuse handling. They also contain IP addresses and request metadata that many privacy regimes treat as personal data. The tension is resolved by clear retention limits and a policy that matches the stated purpose. What a reasona…
ReadPerformance · August 5, 2026
Measuring real-world TTFB across six cities
LogicWeb operates VPS in New York, London, Frankfurt, Singapore, Tokyo, and Tel Aviv. The useful question is not which city is “fastest” in the abstract. It is which city is fastest for a given audience. Why city choice still dominates Light travels fast but not infinitely fast. …
ReadSecurity · August 4, 2026
WordPress plugin zero-days and how a host responds
Popular WordPress plugins occasionally ship vulnerabilities that are exploited before a patch is widely applied. When that happens, the host’s response time and tooling matter as much as the site owner’s update habits. What a capable host can do Push virtual patches or WAF rules …
ReadPrivacy · August 4, 2026
DNS privacy features that survive when the host owns the metal
DNS is one of the last places where a lot of metadata still flows in clear text or through third parties. Hosts that own their own resolvers, their own authority servers, and their own network have more levers to keep that metadata under control. What ownership enables Authoritat…
ReadSecurity · August 3, 2026
SSH keys and multi-user VPS hygiene
Password authentication over SSH is still too common. On a VPS that multiple people can access, key-only authentication and basic user hygiene prevent an entire class of incidents. Minimum practice Disable password login for SSH. Use ed25519 or equivalent modern keys. Give each p…
Read