Urgent.News

What's breaking now, across thousands of outlets.

Tech

Meta agrees to pay up to $18B to settle US states' claims that it designed Facebook and Instagram to addict children, misled consumers, and more (Reuters)

Meta Platforms (META.O) will pay up to $18 billion and strictly limit how teenagers use Facebook and Instagram under a sweeping agreement …

We haven't written up this one. Techmeme 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 reuters.com →

More in Tech

Installing OpenLiteSpeed on Ubuntu 22.04

OpenLiteSpeed is a free, open-source, high-performance web server with HTTP/2 and HTTP/3 support, native PHP handling, and a graphical admin console for managing virtual hosts.

The Node.js Event Loop, Explained Simply (with Examples)

"Node.js is single-threaded" — you've heard it a hundred times. So how does it handle thousands of requests at once without freezing? The answer is the event loop .

  • Node.js is single-threaded but handles thousands of concurrent connections
  • Non-blocking code allows program to continue executing tasks while waiting for I/O operations
  • Event loop consists of Timers, Poll, Check, and Close phases with microtask queue draining

More from Wednesday 26 August →