Minimal RDF library optimized for JSON/Linked Objects only
Code golf version of rdflib.js with 97% smaller bundle size and zero dependencies.
| Library | Minified | Dependencies | Source Lines | Savings |
|---|
Minimal RDF library optimized for JSON/Linked Objects only
Code golf version of rdflib.js with 97% smaller bundle size and zero dependencies.
| Library | Minified | Dependencies | Source Lines | Savings |
|---|
This guide explains how to add Git HTTP backend support to a Solid server, enabling git clone and git push operations on pod containers.
The Git HTTP protocol allows clients to clone and push to repositories over HTTP. This is implemented using Git's built-in git http-backend CGI program - the same one used by Apache and Nginx.
Bitcoin Core v30 and later relay, index, and expose up to 100,000 bytes of arbitrary OP_RETURN data by default. When an attacker embeds a self-rendering Data URI (e.g., data:image/*;base64,…) inside an OP_RETURN output, Bitcoin Core stores the content and makes it accessible through standard JSON-RPC and REST interfaces. Any client retrieving the transaction through these interfaces receives the Data URI in cleartext, which can be immediately rendered by a web browser or other HTTP-capable software without specialized tooling.
This behavior may unintentionally cause node operators to store, retrieve, or serve content that is harmful, illegal, or high-risk, creating operational, security, and legal exposure for downstream systems.
Baid64 (Base64 Aided Identities) is an enhanced Base64 encoding scheme designed for secure, human-verifiable identity encoding. It extends standard Base64 with Human Readable Identifiers (HRI), cryptographic check sums, mnemonic representations, and optional formatting features to create a robust encoding system suitable for identity management and secure data representation.
| { | |
| "@context": { | |
| "bookmark": "https://w3id.org/bookmark#", | |
| "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
| "rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
| "schema": "https://schema.org/", | |
| "dct": "http://purl.org/dc/terms/", | |
| "xsd": "http://www.w3.org/2001/XMLSchema#" | |
| }, |