ooha

@oohaSTODON
6 Followers
39 Following
370 Posts
in the pit we don't give a shit | 666
music,rustlang,linuxhttps://listenbrainz.org/user/oohaMB/
[note to self] cargo has a neat feature to gen and check dependecy documentation: cargo doc --open
#rust
Hello Community 👋👋! A reminder that #GNOME's developer and user conference, #GUADEC call for proposals deadline is 👉 March 13th, 2026! You can submit your proposals at https://events.gnome.org/event/306/abstracts/#submit-abstract. More information at https://discourse.gnome.org/t/the-guadec-2026-call-for-participation-is-open/34008
#opensource #linux #desktop
hey #Minneapolis I made us a flyer. you should be able to dl it here (hopefully?) https://cryptpad.fr/file/#/2/file/eLwnCCNOLyGZQckoSESjcViX/
ICE está armando una máquina de vigilancia enorme con nuevo presupuesto: desbloqueo de celulares, spyware, monitoreo de redes sociales, reconocimiento facial y más. No es “seguridad”: es expansión del control y el abuso. https://www.eff.org/deeplinks/2026/01/ice-going-surveillance-shopping-spree?language=es
El ICE en fiebre de compras de tecnología de vigilancia

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.

Electronic Frontier Foundation

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)

If you're into Rust, you'll know about the difference between Eq and PartialEq. Did you know that there's a secret third thing?