跳转到内容

Technology

25 approved public terms in this category.

API-First

/eɪ piː aɪ fɜːrst/adjective
Technology

机器辅助翻译草稿 (Chinese) for "API-First": A design philosophy where the API contract is defined and agreed upon before any implementation begins. API-first teams treat the API as the product — writing the specification first (e.g., in OpenAPI), getting feedback from consumers, then building both client and server simultaneously against the agreed contract.

示例草稿: Their API-first approach meant the mobile app team could start building against the spec before the backend was done.

机器辅助翻译草稿 (Chinese) for "Base": The foundational infrastructure layer of the PlatPhorm News Network (base.platphormnews.com). Base provides core shared services — authentication, storage, and routing — that all other network nodes depend on.

示例草稿: All network nodes authenticate through Base before accessing protected resources.

CI/CD

/siː aɪ siː diː/noun
Technology

机器辅助翻译草稿 (Chinese) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

示例草稿: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

机器辅助翻译草稿 (Chinese) for "DevOps": A set of practices, tools, and cultural philosophies that unite software development (Dev) and IT operations (Ops) teams. DevOps breaks down silos, automates repetitive tasks, and instills shared responsibility for the full software lifecycle from code to production monitoring.

示例草稿: After adopting DevOps, their release cycle went from monthly to daily.

Edge Computing

/edʒ kəmˈpjuːtɪŋ/noun
Technology

机器辅助翻译草稿 (Chinese) for "Edge Computing": A computing paradigm that processes data at or near its source — at the "edge" of the network — rather than sending it all to a central cloud datacenter. Edge computing reduces latency, lowers bandwidth costs, and enables real-time processing for users around the globe.

示例草稿: Serving the API from edge nodes cut response times from 200ms to 20ms for international users.

Graph API

/ɡræf eɪ piː aɪ/noun
Technology

机器辅助翻译草稿 (Chinese) for "Graph API": An API that exposes data as a graph of interconnected nodes and edges, allowing clients to traverse relationships and fetch exactly the data they need in a single request. GraphQL is the most common implementation, replacing multiple REST endpoints with a flexible query language.

示例草稿: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.

Idempotency

/aɪˌdempəˈtənsi/noun
Technology

机器辅助翻译草稿 (Chinese) for "Idempotency": The property of an operation where performing it multiple times produces the same result as performing it once. Idempotent API endpoints are critical for safe retries — if a network error occurs, the client can re-send the request without fear of duplicating side effects like charges or database records.

示例草稿: Pass an idempotency key with payment requests so retries don't charge the customer twice.

机器辅助翻译草稿 (Chinese) for "Latency": The time delay between initiating an action and receiving the first response. In networking, latency is the round-trip time for a data packet; in AI, it often refers to time-to-first-token or end-to-end inference time. Lower latency means faster, more responsive user experiences.

示例草稿: The new model has lower latency but slightly less accuracy — a classic speed/quality trade-off.

MCP

/em siː piː/noun
Technology

机器辅助翻译草稿 (Chinese) for "MCP": Model Context Protocol - An open standard developed by Anthropic for connecting AI assistants to external tools, data sources, and services. Enables AI agents to interact with the world in standardized ways.

示例草稿: Our platform exposes all its APIs via MCP so any AI assistant can integrate with it.

Network Graph

/ˈnetwɜːk ɡræf/noun
Technology

机器辅助翻译草稿 (Chinese) for "Network Graph": A machine-readable representation of all nodes, sites, and connections in the PlatPhorm News Network, available at platphormnews.com/api/network/graph. Each node describes a service, its capabilities, and its relationships to other nodes — enabling agents to discover and traverse the network programmatically.

示例草稿: An AI agent queried the network graph to find the right service for emoji generation.

Observability

/əbˌzɜːrvəˈbɪlɪti/noun
Technology

机器辅助翻译草稿 (Chinese) for "Observability": The ability to understand the internal state of a system from its external outputs — logs, metrics, and traces. A highly observable system lets engineers diagnose production issues, understand performance bottlenecks, and predict failures without needing to redeploy or add new instrumentation.

示例草稿: Poor observability meant it took hours to find the root cause of the outage.

机器辅助翻译草稿 (Chinese) for "Open Network": A decentralized collection of interconnected sites, APIs, and agents that operate on shared open standards rather than proprietary lock-in. An open network allows any conforming node to join, participate, and be discovered without needing permission from a central authority.

示例草稿: PlatPhorm is designed as an open network so third-party tools can plug in via MCP or standard REST APIs.

机器辅助翻译草稿 (Chinese) for "Open Standard": A publicly available technical specification that anyone can implement, use, and extend without royalty obligations or proprietary restrictions. Open standards like HTTP, JSON, and OpenAPI enable interoperability between different vendors and communities, reducing lock-in and fostering innovation.

示例草稿: MCP is an open standard, meaning any AI vendor can implement it to connect their models to tools.

PlatPhorm

/ˈplætfɔːrm/noun
Technology

机器辅助翻译草稿 (Chinese) for "PlatPhorm": A next-generation media network built for the AI age, combining human creativity with machine intelligence. The PlatPhorm News Network connects sites, APIs, and agents through open standards like MCP, enabling seamless collaboration between humans and AI.

示例草稿: PlatPhorm is redefining how news and knowledge are created, distributed, and discovered in the age of AI.

PlatPhorm ASCII

/ˈplætfɔːrm ˈæski/noun
Technology

机器辅助翻译草稿 (Chinese) for "PlatPhorm ASCII": The PlatPhorm ASCII art service (ascii.platphormnews.com) that generates text-based visual representations of network concepts, logos, and diagrams. ASCII art from this service can be embedded in terminal outputs, markdown files, and LLM prompts.

示例草稿: The CLI tool fetched the PlatPhorm ASCII logo to display in the terminal welcome screen.

PlatPhorm Docs

/ˈplætfɔːrm dɒks/noun
Technology

机器辅助翻译草稿 (Chinese) for "PlatPhorm Docs": The PlatPhorm collaborative documentation network (docs.platphormnews.com) where definitions, API references, and guides are published and cross-linked across the network. Definitions submitted to the dictionary are automatically mirrored to PlatPhorm Docs.

示例草稿: After submitting the definition, a docs article was automatically created at docs.platphormnews.com.

PlatPhorm Polymaths

/ˈplætfɔːrm ˈpɒlɪmæθs/noun
Technology

机器辅助翻译草稿 (Chinese) for "PlatPhorm Polymaths": The PlatPhorm community hub for multi-disciplinary thinkers and creators (polymaths.platphormnews.com). PlatPhorm Polymaths profiles highlight contributors who span multiple fields, celebrating intellectual cross-pollination and the value of diverse expertise.

示例草稿: She was featured on PlatPhorm Polymaths for her work bridging marine biology and machine learning.

Rate Limiting

/reɪt ˈlɪmɪtɪŋ/noun
Technology

机器辅助翻译草稿 (Chinese) for "Rate Limiting": A technique for controlling the frequency of requests a client can make to an API or service within a given time window. Rate limiting protects systems from abuse, prevents overload, and ensures fair resource allocation among consumers. Responses typically include headers indicating current usage and remaining quota.

示例草稿: The API returned a 429 Too Many Requests error once rate limiting kicked in at 100 calls per minute.

Serverless

/ˈsɜːrvərles/adjective
Technology

机器辅助翻译草稿 (Chinese) for "Serverless": A cloud execution model where the provider manages server infrastructure automatically. Developers deploy individual functions that scale from zero to millions of invocations without provisioning or maintaining servers. "Serverless" doesn't mean no servers exist — just that you don't manage them.

示例草稿: The app scaled to 100,000 concurrent users during the launch without any ops intervention, thanks to serverless.

Telemetry

/təˈlemətrɪ/noun
Technology

机器辅助翻译草稿 (Chinese) for "Telemetry": Automated collection and transmission of data about a system's performance, usage, and health to a remote monitoring service. Software telemetry typically includes metrics (CPU, latency), events (errors, deployments), and logs — giving operators a live picture of system behavior at scale.

示例草稿: The telemetry data showed a spike in error rates 10 minutes before the outage was reported.