319 private links
Brute force URLs on a website with a built-in dictionary or one provided.
(via https://korben.info/2025-09-12-dirsearch-scanner-web-paths.html)
It bypasses Captchas and Cloudflare as far as I read.
(via https://korben.info/botasaurus-framework-python-rend-cloudflare-aussi.html)
Let's create a project and benchmark it :D
The naive Rust implémentation is 10 times faster than the python one.
It remains 6 times faster than the optimized one.
The Python has a collections.Counter class that is approximately as fast as the naive Rust version.
The integer used by the Django data model is an Int, but the database used BigInt. The discrepancy occured for the row IDs greater than the maximum value of the int.
Specifically, several tables—including this one—were specified as using an int for their primary key in Django, but used bigint in the real database.
Encoding the malware as an array of UUIDs
Petition to rename Python's init method to boa so we can call them Boa constructors
Trouvé via https://www.bortzmeyer.org/whois-mobi.html
Cela peut être un bon entraînement de le réécrire en #rust #RIIR.
Oh wait https://gitlab.rd.nic.fr/afnic/code-samples/-/tree/main/API/Rust/src?ref_type=heads
This repository contains the code for our paper: "Who's Breaking the Rules? Studying Conformance to the HTTP Specifications and its Security Impact" ACM ASIACCS 2024. It contains a test suite for HTTP conformance tests of responses and test runners to run it on both local web servers and on real websites.
A faster implementation of the rust datetime library
Automate de Traque de Termes et de Recherche dans les Arrêtés Préfectoraux (Attrap)
Outil permettant d'effectuer de la veille d'arrêtés prefectoraux
A future cargo for python?
A blog post on it: https://astral.sh/blog/uv
Mann kann erst skalieren, dann optimieren, wenn es ein Drittels des Tages dauert. Der erste Prozess, um PDFs zu erzeugen, ist total innefizient. Es zeigt auch, dass Optimierungen der letzte Schritt des Produkts ist. Sie haben damit lange gelebt. Die Architektur ist eine gute Beispiel für horizontale Skalierung.