Key features:
- Reads 10GB+ files instantly (constant memory usage ~20MB).
- 100% Local Execution (Sandbox): No data is ever uploaded to any server. Works offline.
- JSON Prettifier: Detects JSON lines and formats them on click.
- "Warp Jump" Bookmarks: Save byte-offset positions to jump b...
Stories by murzynalbinos
I built csv.repair a free, open source browser-based tool for analyzing, querying, and repairing broken or oversized CSV files. No file uploads - everything runs locally in your browser. Your data never leaves your machine.<p>What it does:<p>- Handles CSV files with millions of rows (virtual scrolli...
I posted the first version here a few months ago, but today I've got a massive update, that I wanted to share...
So basically Log Voyager is a client-side log analyzer that can open multi-gigabyte log files (10GB+) in the browser without crashing, using the File Slicing API to stream chunks rat...
So I recently ran a small experiment.<p>I tested 20 websites (SaaS, e-commerce, agencies, blogs) to check something simple:<p>Do they actually wait for user consent before loading analytics?<p>14 out of 20 loaded Google Analytics or other tracking scripts before the user clicked “Accept”.<p>In most ...