Install
Privacy by Design
Consent, retention, minimization, anonymization, and compliance-by-design.
- 5 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Privacy by Design
I made an alternative to the archived filebrowser
33+ min ago (161+ words) The original filebrowser (github.com/filebrowser/filebrowser) has been archived for a while now, and Nextcloud is way too bloated for just browsing and sharing files on a disk. So I made my own replacement. It's still early so expect…...
How I Built a Browser-Based PDF Toolkit Focused on Speed and Simplicity
2+ hour, 27+ min ago (22+ words) Building a PDF tool sounds simple until you start thinking about the actual user experience. I’ve... Tagged with webdev, javascript, productivity, showdev....
Chat File Consent Needs a Request Snapshot, Not a Sticky Include Checkbox
2+ hour, 30+ min ago (1027+ words) I tabbed onto Retry after a sluggish timeout, and VoiceOver still described the composer as empty. The Network panel told a much less comforting story about that same impatient retry click I made. The retry had posted my unsaved buffer,…...
1Password Setup: Passkeys & SSH Agent in 13 Steps [2026]
4+ hour, 30+ min ago (815+ words) You don’t need much to follow along, but a few version and account details matter given how fast 1Password has been shipping this year. If you’re migrating from another manager, keep your old vault unlocked and exportable until step 11 — don’t delete…...
I built a secrets manager because sharing.env files at work was painful!
5+ hour, 50+ min ago (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....
Browser Fingerprinting in 2026: What Still Works, What Doesn't
6+ hour, 13+ min ago (1267+ words) Browser fingerprinting still works in 2026, but the useful techniques have shifted underneath everyone. Chrome's Privacy Sandbox has frozen or removed half the signals fingerprinting libraries depended on. Firefox and Safari added noise injection and API restrictions. Brave blocks attempts outright....
Building NICHLYST: The 14-Day Clock, the "Web App" Illusion, and Hardening the Archive
7+ hour, 37+ min ago (463+ words) On September 10th, at 10:19 AM, the system finally turned green. Twelve confirmed, opt-in testers. The threshold is met. The 14-day Google Play closed testing clock is officially locked. For the next two weeks, NICHLYST sits in a state of anabiosis. My…...
The Download Button Was the Easy Part
5+ hour, 12+ min ago (770+ words) A while ago I started building a small photo download tool. The idea was almost embarrassingly simple: give it a public post URL, find the photo behind it, and …...
Building a browser-first PHP tools directory without pretending everything is offline
9+ hour, 42+ min ago (441+ words) Kitset is a PHP-rendered directory that currently exposes 423 small browser tools. The interesting engineering problem was not adding one more calculator. It was deciding, for every tool, which work belongs on the server, which work belongs in the browser, and…...
I Counted How Many Free Dev Tools Quietly Upload Your Data. Then I Built 80 That Don't.
9+ hour, 36+ min ago (262+ words) Paste a JWT into a "free online JWT debugger." Paste a config file into a "free JSON formatter." Then open DevTools, hit the Network tab, and watch it POST your payload to api.something-saas.com/v1/parse. Most of them weren't…...