Weekly Shaarli
Week 14 (April 3, 2023)
Le 25 mars 2023, Clément, journaliste radio, se rend à la mobilisation pour la défense de l'eau à Sainte Soline. La manifestation tourne à l'affrontement. Le lendemain, Clément est arrêté, malgré sa carte de presse et placé en garde à vue pendant 28h. Un récit signé Clément Baudet et Rémi Dybowski.
...
"En fait, c'est une technique de marquage biologique à partir d'ADN de synthèse, sans produit, indétectable à l'œil nu, incolore et inodore, qui sont donc tirés par les forces de l'ordre sur les manifestants, pour marquer les manifestants" Clément
I wrote my latest post on fpdf2
almost a year ago.
As we just released a new version, v2.7,
this is the time to mention some recent additions to this library! 😊
This article will present some of the major features introduced between v2.5.3 & v2.7.3 of …
Downloads any free app and its dependencies from the Microsoft store.
Very useful if you cannot access the Microsoft store on a computer.
Usage example, to install the HEIF image codec to handle .avif images (hope you know what you are doing):
powershell -c "Set-ExecutionPolicy Unrestricted"
powershell .\Download-AppxFromStore.ps1 https://apps.microsoft.com/store/detail/extensions-dimage-heif/9PMMSR1CGPWG
powershell -c "Set-ExecutionPolicy RemoteSigned"
Then run the installer program downloaded.
Another set articles covers the code in more depths:
- https://cybergeeks.tech/a-technical-analysis-of-pegasus-for-android-part-1/
- https://cybergeeks.tech/a-technical-analysis-of-pegasus-for-android-part-2/
- https://cybergeeks.tech/a-technical-analysis-of-pegasus-for-android-part-3/
Source: @ebsauvage
open-source non-profit search engine for shadow libraries, like Sci-Hub, Library Genesis, and Z-Library
🔍 Moteur de recherche des bibliothèques clandestines : livres, journaux, BD, magazines. ⭐️ Bibliothèque Z-Library, Bibliothèque Genesis, Sci-Hub. ⚙️ Entièrement résilient grâce à un code et à des données open source. ❤️ Faites passer le mot : tout le monde est le bienvenu ici !
Technical write-up on how they setup this: https://annas-blog.org/how-to-run-a-shadow-library.html
Let’s start with our tech stack. It is deliberately boring. We use Flask, MariaDB, and ElasticSearch. That is literally it. Search is largely a solved problem, and we don’t intend to reinvent it.
Source: @sebsauvage