Urgent.News

the world's headlines, one feed

Editions

Tech

Everything you do is being recorded

https://archive.is/JxaZ7 Comments URL: https://news.ycombinator.com/item?id=49230477 Points: 187 # Comments: 150

We haven't written up this one. Hacker News Best has the full story — the link below goes straight to it.

This story

This is one outlet's version. Read the fullest account.

Read the original at theatlantic.com →

More in Tech

Donut Panic 🍩 — Building an Interactive CSS-Only Donut

This is a submission for Frontend Challenge - Comfort Food Edition, CSS Art . 🍩 Inspiration I write about WordPress plugins and PHP standards for a living, so when DEV dropped a "Comfort Food" theme…

  • Users create custom donuts with CSS and minimal JavaScript
  • Donut components include layered rings, glaze, hole, and shine
  • Serve animation moves donut from kitchen to plate with easing

I Built a Signed Webhook Receiver for Cross-Server Communication

Sometimes your application can reach an external service from one server, but not from another. I ran into this problem while working on one of my projects.

  • Signed Webhook Receiver enables secure server-to-server communication.
  • Facilitates data transfer between application components as webhook.
  • Acts as controlled proxy for servers in different network environments.