Tagged articles

Headless

7 articles · Page 1 of 1
Architect
Architect
Apr 26, 2026 · Artificial Intelligence

Designing Products for Agents: Beyond APIs and MCPs

The article argues that building products for AI agents requires more than swapping UI pages for APIs or adding MCPs; it demands reorganizing product capabilities into actions that agents can understand, invoke, be constrained by, and audit, while addressing semantics, governance, and reliability.

AI agentsAPICLI
0 likes · 26 min read
Designing Products for Agents: Beyond APIs and MCPs
Ubuntu
Ubuntu
Jan 27, 2026 · Industry Insights

GNOME 50 Preview: Is X11 Dead as Wayland Takes Full Control?

The GNOME 50 Alpha release brings major shifts—including the removal of X11 support in GDM, the debut of session save/restore, a new headless session service, expanded image format handling, and improved hardware detection—signaling a decisive move toward a pure Wayland desktop environment.

Desktop EnvironmentGNOMEHeadless
0 likes · 5 min read
GNOME 50 Preview: Is X11 Dead as Wayland Takes Full Control?
FunTester
FunTester
Jul 24, 2023 · Operations

How to Speed Up Selenium Tests: Proven Best Practices

This article presents a comprehensive set of Selenium Web testing best practices—including optimal locator selection, minimizing find operations, avoiding Thread.sleep(), reusing browser instances, creating atomic tests, parallel execution, disabling images, and leveraging headless mode—to dramatically improve test execution speed and reliability.

Explicit WaitHeadlessParallel Testing
0 likes · 15 min read
How to Speed Up Selenium Tests: Proven Best Practices
MaGe Linux Operations
MaGe Linux Operations
Jul 25, 2022 · Cloud Native

Demystifying Kubernetes Service: Types, Usage, and Implementation

This article explains the fundamentals of Kubernetes Service, walks through a real‑world failure case, details how to configure different Service types (ClusterIP, NodePort, LoadBalancer, ExternalName, Headless), and explores the underlying implementation mechanisms such as user‑space proxy, iptables, and IPVS.

Cloud NativeHeadlessService
0 likes · 12 min read
Demystifying Kubernetes Service: Types, Usage, and Implementation
Node Underground
Node Underground
May 3, 2017 · Frontend Development

Master Headless Chrome: Run, Capture, and Export Pages from the CLI

Headless mode provides a GUI‑less browser environment that includes the full rendering engine and JavaScript engine, enabling developers to launch Chrome via the command line for tasks such as launching without UI, dumping the DOM, generating PDFs, and taking screenshots, useful for testing, automation, and scraping.

AutomationChromeHeadless
0 likes · 3 min read
Master Headless Chrome: Run, Capture, and Export Pages from the CLI