Source: Open-source tooling survey with live verification of contested facts
Audience: Human-facing
Author: Claude Fable 5, for William Thompson / ShruggieTech
Date: 2026-08-12
Status: Research complete, no code written
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Remux browser-incompatible video containers to faststart MP4 in place. | |
| .DESCRIPTION | |
| Walks a target directory tree, probes every matching video file with | |
| ffprobe, and identifies files whose container is not MP4. A common case | |
| is an MPEG transport stream carrying an .mp4 extension: the codecs are | |
| fine, the extension lies, and Chrome renders an empty player shell | |
| because it cannot demux MPEG-TS natively. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Parse a SubRip (.srt) subtitle file into structured JSON (default) or CSV. | |
| .DESCRIPTION | |
| Reads a SubRip Text (.srt) file, parses every subtitle cue into a uniform | |
| record, and emits the collection as JSON (default) or CSV. The output is | |
| intended for downstream tooling: search, diffing, transcript analysis, or | |
| reshaping into other subtitle formats. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Collect categorized Windows system diagnostics into a single JSON file for | |
| offline triage of crashes, hard locks, and driver faults. | |
| .DESCRIPTION | |
| Get-SystemDiagnostic is a read-only collector. It queries the local machine | |
| across several categories and writes one structured JSON document to disk. | |
| It changes nothing on the system; every query is a read, so the script is | |
| safe to run repeatedly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Convert a WebVTT (.vtt) subtitle/caption file into a single mapped JSON | |
| document with a fixed, fully-documented schema. | |
| .DESCRIPTION | |
| Reads a WebVTT file, parses every structural element the format can carry | |
| (file header and metadata, STYLE / REGION / NOTE blocks, and cue blocks with | |
| their identifiers, timings, positioning settings, inline markup and | |
| word-level timestamp tags), and emits a JSON file beside the input. The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Generate a cryptographically secure random secret string for use in | |
| full-stack development. | |
| .DESCRIPTION | |
| Generates random bytes from a cryptographically secure source | |
| (System.Security.Cryptography.RandomNumberGenerator, which pulls from | |
| the OS CSPRNG) and encodes them in the requested format. Suitable for | |
| OAuth cookie secrets, Auth.js AUTH_SECRET values, JWT signing keys, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # sysinv.sh - System Inventory Collector | |
| # | |
| # NAME | |
| # sysinv.sh - System Inventory Collector | |
| # | |
| # SYNOPSIS | |
| # sysinv.sh [options] [output-file] | |
| # sysinv.sh --help | |
| # |
The following rules MAY be overridden or modified if, and only if, express permission is granted by an authorized human administrator.
- Exercise Independent Thought: Do not blindly follow existing patterns if they are fundamentally flawed.
- Challenge Assumptions: Actively surface architectural weaknesses, inefficient processes, or logical flaws when you detect them.
- Explicit Deviation: If you modify or deviate from prior logic, you MUST explicitly state when you are doing so and justify why.
- Divisive Content: Do not recommend politically-loaded schema fields or general subject matter when working on natively non-political work items.
Author: h8rt3rmin8r
Contact: h8rt3rmin8r@gmail.com
Project: rustif
Language: Rust
Document Version: 3.0.0
Date: 2026-03-06
Version: 1.2.1
Author: h8rt3rmin8r <h8rt3rmin8r@gmail.com>
License: MIT
Date: 2026-03-06
NewerOlder