Meta told to pay $375m for misleading users over child safety https://www.bbc.com/news/articles/cql75dn07n2o
A jury found that Meta, which owns Facebook, Instagram and WhatsApp, was liable for the way in which its platforms endangered children and exposed them to sexually explicit material and contact with sexual predators.
This is the same company behind age verification lobbying effort to protect child but in reality it is the biggest offender out there. How ironic?
Just like 2008 had "Subprime Mortgages (or "Dot Com" crash) that nobody understood, 2026 has "Circular AI Revenue" deals. Ex: Microsoft gives money to OpenAI, who gives it back to Microsoft for Azure credits, which Microsoft then reports as "AI Growth".
Microsoft and Nvidia fund AI startups that buy their own tech back to report "growth." With $600b burning in data centers in 2026 alone but no real revenue to back it up.
If that loop snaps, the "fuck up" will be massive.
At top of your bash script add this after `#!/bin/bash` line to aborts the script immediately and add robustness to your script
```
set -euo pipefail
```
Use the following to trap error and show line number where your script failed to debut at run time or development time:
```
_failed() {
echo "$0 - Script failed at line $1"
}
# Trap the ERR
trap '_failed $LINENO' ERR
```
See `man bash` or `help set` for more.
The presentation we gave to the Network Devroom on Rethink's architecture is up: https://video.fosdem.org/2026/h1302/NPGR8K-boring_filter_the_anatomy_of_a_network_sandbox_for_android.av1.webm