290 private links
Ou comment les États-Unis peuvent récolter les données de santé.
Merci PURR pour ce partage d'informations
A gameboy advanced startup screen for "The Weekend ladies and gentleman"
Illustration with a glass of water for
Optimist, Pessimist, Realist, Physicist, Surrealist, Relativist, Utopist, Scepticist, Artist
Signal client uses SQLcipher database to store conversation messages. Since SQLcipher
is essentially SQLite with encryption, it inherits SQLite features.To update the database, SQLite (and consequently SQLcipher) uses Write-Ahead Logging.
All transactions are written to a Write-Ahead Log file, which is then merged to the
main database file when a certain number of pages are written to the log file, the
database is manually checkpointed, or the database file is reopened.This results in an unexpected situation when messages are deleted in Signal, either
manually or by a timed deletion. The deletions from the database are recorded to the
Write-Ahead Log file, but they are not actually deleted from the database file until
the Write-Ahead Log is committed back to the main database.By default, the Write-Ahead Log has a threshold size of 1000 pages. Depending on how
busy your Signal app is, this transaction limit could take several days to reach. This
means that the messages deleted in Signal will linger on disk far longer than expected.
The database file with the supposedly deleted messages can easily end up being backed
up to Time Machine backups, adding unexpected data persistence.
Meet hihtml, a convenient abstraction that allows you to validate HTML pages using HTML-validate, that checks on deprecated markup using ObsoHTML, that comes with a built-in link checker, and that minifies the respective web pages using HTML Minifier Next!
Pertinent comments here about the importance of a large or a small standard library.
L’an dernier [en 2025], la France a connu « 873 cas, dont 128 importés, déclarés » de rougeole, soit une « augmentation de 80 % par rapport à 2024 », résume l’agence de santé publique.
« L’existence d’épidémies majeures dans des pays proches et avec des échanges fréquents avec la France (Maroc, Roumanie notamment) [a] pu favoriser et multiplier les importations de virus »
Ainsi que toutes les personnes qui ne veulent pas se faire vacciner.
A container-based approach to boot a full Android system on regular GNU/Linux systems running Wayland based desktop environments.
A radical simplification for a logging strategy: one log level. The rest can be handled with string prefixes.
Mais pourquoi Nolan est-il si sûr de lui ? La réponse tient en un mot : l’humain. Le réalisateur explique que regarder un film chez soi, seul sur son canapé, n’aura jamais le même impact psychologique et émotionnel que de partager des vibrations avec des inconnus dans le noir.
Et la réponse laconique:
Je suis tout à fait d’accord avec Nolan : aller au cinéma a un fort impact psychologique, entre le volume toujours trop fort, les pubs avant voire pendant, le bruit des gens, les odeurs, les téléphones portables, les (jeunes) gens qui racontent leur vie comme s’ils étaient seuls dans la salle, la clim un coup trop chaude puis trop froide, se déplacer, la queue, le prix, etc.
Je suis tout à fait d'accord: le cinéma est compliqué lorsque les règles de vivre ensemble brise l'immersion.
Greg Kroah-Hartman is the main Linux kernel maintainer. He uses AI models on its own Framework laptop with fuzzing to discovers new bugs in the Linux kernel. The commits are listed with Assisted-by: gkh_clanker_t1000.
clanker is a funny name for a AI :D
Since its reporting 29 months ago, the vulnerability remained unknown except to Chromium developers. Then on Wednesday morning, it was published to the Chromium bug tracker. Rebane initially assumed the vulnerability was finally fixed. Shortly thereafter, she learned that, in fact, it remained unpatched. While Google removed the post, it remains available on archival sites, along with the exploit code.
Il reste que ces appareils de paiement fonctionnent sur une version certifiée d'Android ou d'IOS, avec du matériel américains.
Remplacer et maîtriser une partie de la technologie est cependant utile et autant saluer l'initiative.
Another proof that using User-Agent is a wrong idea. The DB forbids requests when the UA contains "Linux".
They had to mitigate a DDoS attack mid-February, so they could have acted quickly.
Les investissements des GAFAMs dans ChatGPT et Anthropic retournent en investissement d'infrastructure (Cloud, Hyperscaler) pour les GAFAMs.
Mais en plus, ces entreprises voient leur valeurs augmentées augmentent en même temps la valeur des actions détenues.
Si la valeur des entreprises d'IA baisse alors cela fera très mal aux revenus de ces entreprises, ainsi que leurs actions.
Print 128 bits on a punch card and read it from the webcam.
The goal isn't to program a computer; it's to store highly sensitive data on a medium that won't get erased. Like a crypto wallet key or a master password.
The webcam is used to read the punchcard via another python script.
It's more robust than a USB storage, an old paper or something similar.
other source: https://hackaday.com/2026/05/16/21st-century-punch-cards-are-3d-printed-and-read-by-opencv/