S

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
S

An SSH public key file used for passwordless authentication to remote servers. Paired with a private key for secure, encrypted communication.

Definition
S

Secure 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...

Definition
S

Standard for the Exchange of Product Model Data (ISO 10303): a comprehensive standard for exchanging 3D product data between different CAD systems.

Definition
S

Stereolithography file format: describes only the surface geometry of a 3D object using triangulated surfaces. It is the most widely used format for 3D printing.

Definition
S

VobSub Subtitle: a bitmap-based subtitle format extracted from DVD VOB files, where .sub contains the images and .idx contains timing information.

Definition
S

Scalable 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.

Definition
S

A font format defined within SVG using the element. Largely deprecated in favor of WOFF2 but still used for color emoji fonts on some platforms.

Definition
S

Small Web Format: the compiled output format for Adobe Flash animations and applications. Officially discontinued in 2020 when Flash reached end of life.

Definition
S

Split Windows Imaging: a WIM file split into multiple smaller files for distribution on size-limited media like FAT32 USB drives.

Definition
S

Windows System File: typically a kernel-mode driver or system configuration file essential for Windows operation.

Definition
S

Software 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...

Definition
S

A safe and fast file format for storing tensors (ML model weights) developed by Hugging Face. Designed to prevent arbitrary code execution unlike Pickle.

Definition
S

An 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...

Definition
S

A 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...

Definition
S

Empirical 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...

Definition
S

Source code for Scheme, a minimalist Lisp dialect emphasizing functional programming. Widely used in computer science education and language research.

Definition
S

A 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...

Definition
S

A stream editor script for performing text transformations. One of the foundational Unix text processing tools alongside AWK and grep.

Definition