Secure Shell: a cryptographic network protocol for operating network services securely over an unsecured network. SSH is most commonly used for remote command-line access, file transfers (SCP/SFTP), a...
Definition
Glossary: Letter S
Browse glossary terms starting with the letter S.
An SSH public key file used for passwordless authentication to remote servers. Paired with a private key for secure, encrypted communication.
DefinitionSecure Sockets Layer / Transport Layer Security: cryptographic protocols that provide secure communication over a computer network. TLS (the successor to SSL) encrypts data in transit between web brow...
DefinitionStandard for the Exchange of Product Model Data (ISO 10303): a comprehensive standard for exchanging 3D product data between different CAD systems.
DefinitionStereolithography file format: describes only the surface geometry of a 3D object using triangulated surfaces. It is the most widely used format for 3D printing.
DefinitionVobSub Subtitle: a bitmap-based subtitle format extracted from DVD VOB files, where .sub contains the images and .idx contains timing information.
DefinitionScalable Vector Graphics: an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. It is the standard vector format for the web.
DefinitionA font format defined within SVG using the element. Largely deprecated in favor of WOFF2 but still used for color emoji fonts on some platforms.
DefinitionSmall Web Format: the compiled output format for Adobe Flash animations and applications. Officially discontinued in 2020 when Flash reached end of life.
DefinitionSplit Windows Imaging: a WIM file split into multiple smaller files for distribution on size-limited media like FAT32 USB drives.
DefinitionWindows System File: typically a kernel-mode driver or system configuration file essential for Windows operation.
DefinitionSoftware as a Service: a cloud computing model where applications are hosted by a provider and made available to users over the internet on a subscription basis. Examples include Slack, Salesforce, an...
DefinitionA safe and fast file format for storing tensors (ML model weights) developed by Hugging Face. Designed to prevent arbitrary code execution unlike Pickle.
DefinitionAn isolated testing environment that mimics end-user operating conditions where suspicious code or files can be executed without risking damage to the host system. Sandboxes are used in malware analys...
DefinitionA programming language that combines object-oriented and functional programming paradigms, running on the JVM. Scala is used for building scalable, concurrent applications and is the language behind A...
DefinitionEmpirical relationships showing how AI model performance improves predictably as model size, dataset size, or compute budget increases. Scaling laws have guided the development of increasingly large f...
DefinitionSource code for Scheme, a minimalist Lisp dialect emphasizing functional programming. Widely used in computer science education and language research.
DefinitionA systematic evaluation of an organization's information systems, policies, and procedures to assess compliance with security standards and identify vulnerabilities. Security audits can be internal or...
DefinitionA stream editor script for performing text transformations. One of the foundational Unix text processing tools alongside AWK and grep.
DefinitionA machine learning paradigm where the model generates its own training labels from the input data, without human annotation. Techniques like masked language modeling and contrastive learning enable pr...
Definition