#rust
| music,rustlang,linux | https://listenbrainz.org/user/oohaMB/ |
| music,rustlang,linux | https://listenbrainz.org/user/oohaMB/ |

El ICE ha incrementado masivamente su presupuesto y tecnología de vigilancia, convirtiéndose en el 14.º "ejército" mejor financiado del mundo. Persigue no solo a indocumentados, sino también a ciudadanos y residentes legales, utilizando reconocimiento facial, rastreo de placas y datos telefónicos. La EFF y activistas combaten esta expansión con demandas legales, guías de autodefensa digital (SSD) y proyectos de contravigilancia como OUI-SPY y mapas de cámaras, buscando proteger la privacidad y derechos civiles frente a estas prácticas abusivas.
Do you want to print a Linux, macOS, *BSD, or Unix manual page? Perhaps you want a nicely rendered PS or PDF file? There is an easy way to do this. Open the terminal and run following commands:
```
man -t {command} > "{filename}.ps"
man -t sort>"sort.ps"
# open using default Doc viewer
xdg-open "sort.ps" # Linux
open "sort.ps" # macOS
# print it on printer named HP2
man -t sort | lp -d HP2
```
Linux Patch Posted Confirms: Rust Experiment Is Done, Rust Is Here To Stay
Rust for Linux lead developer Miguel Ojeda posted the patch a short time ago to "conclude the Rust experiment". The "experiment" of Rust programming language code in the Linux kernel is over as it's now accepted to be a success and "Rust is here to stay" in the kernel...
https://www.phoronix.com/news/Rust-To-Stay-Linux-Kernel
Sharing this so that you can use it when needed. From the site:
Locking down your data isn’t as simple as deleting a few accounts. Our tech writer tried to wipe himself from the internet. Here are the data-removal services he recommends if you want to try it yourself. https://nyti.ms/4pF7mIy
There are already enough data leaks, and now they want your government issued ID just to use ChatGPT app. The old web was free, right? You could visit any website. Now just four apps control everything and what you see, and they won't work unless you provide identification. What a mess.
ChatGPT has start issuing mandatory Age Verification https://www.reddit.com/r/privacy/comments/1p4vsan/chatgpt_has_start_issuing_mandatory_age/
Whatever you do, do not provide your ID to the worst company out there. Added screenshot in case post gets deleted.
A workflow for working with AI agents to develop high-quality software quickly
(A downloadable PDF and further info available to subscribers free or paid https://timclicks.dev/ai-workflow)