Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

We Can't See What You Paste — And That Was a Design Constraint, Not a Slogan

We can't see what you paste. No logging. No uploading. Just your browser. That's not marketing copy I wrote after the fact — it's a description of how FormatStack is actually built. Every tool ( JSON formatter , regex tester , UUID generator , Base64 encoder , cron parser ) runs entirely client-side. When you paste something in, it never leaves the tab. There's no fetch(), no API route, no server…

The phrase "We can't see what you paste" isn't just marketing jargon for FormatStack. It's a genuine architectural feature. Every tool on the platform - the JSON formatter, regex tester, UUID generator, Base64 encoder, and cron parser - runs entirely in the user's browser. When you input data, it's processed in your browser's JavaScript engine, and it never leaves the tab.

There's no fetch() request, no API route, and no server that ever receives the data. This is because there simply isn't a server in the request path at all. The "we can't see what you paste" claim applies directly to the processing, parsing, formatting, and encoding of your input. It's an architectural fact, not a policy that could be quietly changed later.

There's no backend endpoint to add logging to, even if the developers wanted to. FormatStack is live at formatstack.tech.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

iRobot Promo Code: 15% Off

Save on iRobot products, including robot vacuums and mops designed to handle pet hair, daily messes, and hands-free cleaning with smart home integration.

Running Multiple A/B Tests at Once: When Overlap Is Safe

Every experimentation program hits this question within its first few months: test A is running on the homepage, the checkout team wants to launch test B — do we wait? Run them together?

  • Running multiple A/B tests simultaneously is common for experimentation teams.
  • Overlap is safe when interaction risk is negligible, typically in unrelated tests.
  • Mutual exclusion groups are needed for overlapping tests on same page or metric.

Korea AeroSpace Demonstrates 40Kg Cargo Delivery

The era where flying drones and ground-running robots join hands to deliver heavy cargo right to the consumer’s doorstep is fast approaching.

  • System tested in Sacheon, South Gyeongsang Province from August 5 to 20.
  • Drone drops cargo, robot delivers to three locations including city hall.

More from Thursday 20 August →