154 Followers
182 Following
621 Posts
scrcpy author & VLC developer
https://blog.rom1v.com
F-Droid and Google's Developer Registration Decree
https://f-droid.org/fr/2025/09/29/google-developer-registration-decree.html
F-Droid and Google's Developer Registration Decree | F-Droid - Free and Open Source Android App Repository

For the past 15 years, F-Droid has provided a safe and secure haven for Android users around the world to find and install free and open source apps. When co...

J'ai étudié les 2 premiers chapitres, et j'ai pu "réimplémenter" (en grande partie inspiré du contenu du livre) l'entraînement et la reconnaissance des images MNIST: https://github.com/rom1v/nnmnist

Après un peu de débogage, j'arrive bien aux 95% de reconnaissance "attendus" avec l'implémentation de base 🎉

GitHub - rom1v/nnmnist: Neural network to recognize handwritten digits from the MNIST dataset

Neural network to recognize handwritten digits from the MNIST dataset - rom1v/nnmnist

GitHub

La dernière fois, je donnais le lien des explications de 3b1b sur le fonctionnement des LLM: https://hostux.social/@rom1v/113629032323178774

Les 4 premières vidéos de cette série 3b1b expliquent l'exemple classique de la reconnaissance de chiffres manuscrits du dataset MNIST, c'est le "Hello World" des réseaux de neurones.

Le détail est expliqué dans le "livre" (en ligne uniquement) "Neural Networks and Deep Learning" (c'est sur ce livre que se basent les vidéos de 3b1b): http://neuralnetworksanddeeplearning.com

rom1v (@[email protected])

Les meilleures explications sur le fonctionnement des LLM, par 3blue1brown: https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi (les 3 dernières)

Mastodon Hostux

It is now *six* years ago since I first blogged about how the #QUIC API situation was going to slow down QUIC (and HTTP/3) deployment. Unfortunately I was entirely correct.

https://daniel.haxx.se/blog/2019/01/21/quic-and-missing-apis/

The follow-up post a few years later on OpenSSL's decision to be a laggard:

https://daniel.haxx.se/blog/2021/10/25/the-quic-api-openssl-will-not-provide/

QUIC and missing APIs

I trust you've heard by now that HTTP/3 is coming. It is the next destined HTTP version, targeted to get published as an RFC in July 2019. Not very far off. HTTP/3 will not be done over TCP. It will only be performed over QUIC, which is a transport protocol replacement for TCP that always … Continue reading QUIC and missing APIs →

daniel.haxx.se

Vu que la réponse et l'explication ont été données en commentaire, je confirme la réponse: c'est 2000€.

Voir les réponses à ma question ce matin sur reddit: https://www.reddit.com/r/vosfinances/comments/1i5mvid/r%C3%A8gle_des_quinzaines_pour_les_int%C3%A9r%C3%AAts/

Oui, le mode de calcul est complètement stupide.

Petite énigme sur le thème "comment fonctionnent les intérêts en France?".

Vous avez 5000€ sur votre livret A le 1er mars. Vous déposez 4000€ le 5 mars et retirez 3000€ le 10 mars.
Sur quel montant percevrez-vous des intérêts pour la 1ère quinzaine de mars?

9000€
0%
6000€
45.8%
5000€
29.2%
2000€
25%
Poll ended at .

https://blog.orange.tw/posts/2025-01-worstfit-unveiling-hidden-transformers-in-windows-ansi/

"The research unveils a new attack surface in Windows by exploiting Best-Fit, an internal charset conversion feature. Through our work, we successfully transformed this feature into several practical attacks, including Path Traversal, Argument Injection, and even RCE, affecting numerous well-known applications!
Given that the root cause spans compiler behavior, C/C++ runtime and developer’s mistakes, we also discussed the challenges of pushing fixes …"

WorstFit: Unveiling Hidden Transformers in Windows ANSI!

📌 This is a cross-post from DEVCORE. The research was first published at Black Hat Europe 2024. Personally, I would like to thank splitline, the co-author of this research & article, whose help

Orange Tsai

https://lwn.net/Articles/1002411/

"The Sequoia PGP project has announced version 1.0 of the sq command-line tool for managing OpenPGP encryption and signatures. It also provides a decentralized public key infrastructure (PKI), and key management facilities. This is the first stable release since development began on the project in 2017."

https://sequoia-pgp.org/
https://sequoia-pgp.org/blog/2024/12/16/202412-sq-1.0/

A sapling matures: meet sq 1.0 [LWN.net]

Les meilleures explications sur le fonctionnement des LLM, par 3blue1brown:
https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi (les 3 dernières)
Neural networks

YouTube
Do you know the difference between scrcpy 3.0.1 (just released to fix some issues from 3.0) and scrcpy 3.0.2 released immediately after? The version 🤦 https://github.com/Genymobile/scrcpy/releases/tag/v3.0.2
Release scrcpy v3.0.2 · Genymobile/scrcpy

To receive a notification when a new release is available, click on Watch > Custom > Releases at the top. scrcpy v3.0.2 Changes since v3.0.1: Fix version (#5602) Highlights 🤦 Highlights of 3.0...

GitHub