Uggla's Avatar

Uggla

@uggla88.bsky.social

https://t.co/nYDxlMFa3K

77 Followers  |  176 Following  |  173 Posts  |  Joined: 10.12.2024  |  2.2595

Latest posts by uggla88.bsky.social on Bluesky

Génération de sous-titres automatisés avec ffmpeg et whisper (modèle IA: ggml) : 

$ wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.en.bin
$ wget https://github.com/BtbN/FFmpeg-Builds/actions/runs/19500735576/artifacts/4613850396
$ https://storage.rendi.dev/sample/popeye_meets_sinbad.mp4 -O popeye.mp4
$ ./ffmpeg -i popeye.mp4 -vn -af "whisper=model=ggml-medium.en.bin:language=en:queue=30:destination=popeye.srt:format=srt" -f null - 

Ressource: https://www.rendi.dev/post/ffmpeg-8-0-part-1-using-whisper-for-native-video-transcription-in-ffmpeg

Génération de sous-titres automatisés avec ffmpeg et whisper (modèle IA: ggml) : $ wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.en.bin $ wget https://github.com/BtbN/FFmpeg-Builds/actions/runs/19500735576/artifacts/4613850396 $ https://storage.rendi.dev/sample/popeye_meets_sinbad.mp4 -O popeye.mp4 $ ./ffmpeg -i popeye.mp4 -vn -af "whisper=model=ggml-medium.en.bin:language=en:queue=30:destination=popeye.srt:format=srt" -f null - Ressource: https://www.rendi.dev/post/ffmpeg-8-0-part-1-using-whisper-for-native-video-transcription-in-ffmpeg

FFMPEG 8.x avec Whisper :

$ wget huggingface.co/ggerganov/wh...

$ wget github.com/BtbN/FFmpeg-...

$ storage.rendi.dev/sample/popey... -O popeye.mp4

$ ./ffmpeg -i popeye.mp4 -vn -af "whisper=model=ggml-medium.en.bin:language=en:queue=30:destination=popeye.srt:format=srt" -f null -

19.11.2025 16:43 — 👍 5    🔁 2    💬 1    📌 0

Tiens mon analogie à moi, c'est la lettre piégée.Tu l’ouvres : si c’est bon, tout se passe bien. Sinon… 💥.

19.11.2025 15:17 — 👍 1    🔁 0    💬 1    📌 0

Totally agree, although it is brutal and has significant consequences, at least the program panicked and did not silently continue running, making the error even more challenging to spot.

19.11.2025 10:46 — 👍 0    🔁 0    💬 1    📌 0
Preview
Pre-PEP: Rust for CPython Introduction We (@emmatyping, @eclips4) propose introducing the Rust programming language to CPython. Rust will initially only be allowed for writing optional extension modules, but eventually will be...

🐍 + 🦀 : Proposal to Bring Rust Into CPython

> Rust will initially only be allowed for writing optional extension modules

> CPython has historically encountered numerous bugs and crashes due to invalid memory accesses

discuss.python.org/t/pre-pep-ru...

#rustlang

18.11.2025 23:13 — 👍 10    🔁 1    💬 0    📌 1
Post image

Blender est disponible en version 5.0 ! C'est une version majeure du logiciel 3D, avec de nombreuses améliorations et nouveautés, difficile de tout dire ici tant il y a des choses à dire ⬇️

www.blender.org/download/rel...

19.11.2025 06:57 — 👍 21    🔁 6    💬 0    📌 0
Post image

LUTINOS! le live d'hier, git: la base, est dispo en replay youtu.be/Q7rcrxMTU3Q
Au programme, les premiers pars avec git *en local*, init, add, commit, switch, branch... le kit du débutant pour gérer votre projet.

19.11.2025 07:24 — 👍 10    🔁 5    💬 2    📌 0
Preview
Cloudflare outage on November 18, 2025 Cloudflare suffered a service outage on November 18, 2025. The outage was triggered by a bug in generation logic for a Bot Management feature file causing many Cloudflare services to be affected.

Cloudflare's outage was caused by an 'unwrap()' call in Rust code, that panics if a Result isn't a success. Don't blame Rust: it's a case of "should never happen", explicitly written in the code, which could have resulted in memory corruption in other languages. blog.cloudflare.com/18-november-...

19.11.2025 07:47 — 👍 11    🔁 6    💬 4    📌 0

#rustlang hot take: We should rename .unwrap() to .or_panic(). (And .expect() to .or_panic_with().) "Unwrap" is a terrible name for the panicking function, especially since we also have things like .unwrap_or() and .unwrap_or_default() which never panic.

19.11.2025 07:32 — 👍 411    🔁 60    💬 33    📌 12

Attention ça bouge pas mal chez Valve en ce moment ! 😜

19.11.2025 09:54 — 👍 2    🔁 0    💬 1    📌 0
WildFly

Please join the #WildFly Community Call on 27th Nov, 3pm CET where I will share information on the WildFly #AI feature pack. Please come along and ask any questions you might like to in our friendly community group. Hope to see you there!
www.wildfly.org/events/ #mcp #a2a #ai #java #jakartaee

19.11.2025 09:08 — 👍 4    🔁 3    💬 0    📌 0

Le plus pénible, maintenant on va probablement se taper les commentaires des anti rust primaires...

19.11.2025 09:22 — 👍 0    🔁 0    💬 1    📌 0

Effectivement, c'est dommage d'avoir un Result en retour de la fonction, avec un tuple pour la gestion des erreurs, et de faire un unwrap() sauvage. 🙄

19.11.2025 09:00 — 👍 0    🔁 0    💬 1    📌 0
Preview
Launching the 2025 State of Rust Survey | Rust Blog Empowering everyone to build reliable and efficient software.

It's time for the State of Rust Survey!

The Rust Project invites you to take this year’s survey, whether you have just begun using Rust, you consider yourself an intermediate to advanced user, or you have not yet used Rust but intend to one day 🦀

18.11.2025 05:35 — 👍 40    🔁 26    💬 1    📌 1
Post image

I'm starting a new grind... 📢

🦀 Building a terminal user interface (TUI) for Rust's package manager, Cargo.

➡️ I'll be livestreaming the whole journey on my YouTube channel, so you can tune in if you want to follow along!

🍿 First stream today! -> www.youtube.com/live/lCGPWY1...

#rustlang #ratatui

17.11.2025 16:28 — 👍 10    🔁 1    💬 0    📌 0
Preview
Voxxrin - Your conference companion Subscribe to conference event, then manage your favorites and feedbacks all into one single place

Si vous voulez découvrir comment créer ce type de TUI, @ziouf.bsky.social et moi vous proposons une petite “université” lors du Snowcamp. app.voxxr.in/events/snowc...

17.11.2025 14:52 — 👍 5    🔁 1    💬 0    📌 0

Aïe, ça fait mal, ça. Bon rétablissement.

17.11.2025 09:24 — 👍 1    🔁 0    💬 0    📌 0

🥲

16.11.2025 15:19 — 👍 1    🔁 0    💬 0    📌 0

Bon anniversaire @aurelievache.bsky.social ! J'espère que l'on se croisera au Snowcamp comme habituellement. 🎂🎉

16.11.2025 08:21 — 👍 2    🔁 0    💬 1    📌 0

🤘🤘

15.11.2025 09:17 — 👍 1    🔁 0    💬 0    📌 0
Preview
Donate Today! Donate to the NTP Project today. Every dollar helps!

Le projet NTP a besoin de dons !

Si votre ordinateur et vos services en ligne sont à l'heure exacte, c'est certainement grâce à NTP, qui n'a pas 36 implémentations (sujet trop pointu pour Microsoft).

Littéralement tout système en réseau s'en sert.

(via @bearstech.com)
www.ntp.org/donate/

13.11.2025 17:50 — 👍 25    🔁 21    💬 2    📌 0
L'époque ou la France était au TOP de l'informatique - Monsieur Bidouille
YouTube video by Monsieur Bidouille L'époque ou la France était au TOP de l'informatique - Monsieur Bidouille

@scott.hanselman.com, sorry the video is in French, but it shows old computers (Bull) that can be seen IRL in Grenoble (France)
youtube.com/watch?v=cL8O...

11.11.2025 10:00 — 👍 1    🔁 0    💬 0    📌 0
Preview
DEMO - Un film double face / double densité par Alex Pilot Fin de la campagne ce soir à 23h59 !

fr.ulule.com/demo-par-ale...

07.11.2025 15:00 — 👍 0    🔁 0    💬 0    📌 1
Preview
Patterns for Defensive Programming in Rust | corrode Rust Consulting I have a hobby. Whenever I see the comment // this should never happen in code, I try to find out the exact conditions under which it could happen. And in 90% of cases, I find a way to do just that. M...

Interesting article from Corrode
corrode.dev/blog/defensi...

06.11.2025 09:47 — 👍 0    🔁 0    💬 0    📌 0
Preview
DEMO - Un film double face / double densité par Alex Pilot Une plongée fascinante dans l'univers des coders amateurs sur Atari ST et Amiga.

fr.ulule.com/demo-par-ale...

Plus que 4 jours.

04.11.2025 10:43 — 👍 0    🔁 1    💬 0    📌 0

Si tu as 5 min pour partager 2 ou 3 pointeurs vers des sessions qui t'ont plu, je suis preneur.

03.11.2025 16:50 — 👍 0    🔁 0    💬 0    📌 0

@swallez.com , alors c'etait cool ^ ?

03.11.2025 16:41 — 👍 0    🔁 0    💬 1    📌 0
Le Zilog Z80, le cauchemar d'Intel
YouTube video by Olivier Poncet Le Zilog Z80, le cauchemar d'Intel

Nouvelle vidéo : « Zilog Z80, le cauchemar d'Intel »

Dans cette vidéo je vous parle du fameux Z80, le microprocesseur le plus connu de Zilog qui a été autant un best-seller qu'un vrai game changer sur le marché naissant de la micro-informatique.

🔗 youtu.be/tCKqMYUzx4k

03.11.2025 13:22 — 👍 22    🔁 5    💬 3    📌 1
Preview
Twitch Twitch is the world

Allez, reprise des lives ! On se retrouve à 12h15 sur ma chaîne Twitch 📺 on parlera vieux CPU ⬇️

twitch.tv/ponceto91

03.11.2025 07:14 — 👍 12    🔁 6    💬 1    📌 1

Super ! 👍🎉

03.11.2025 09:18 — 👍 1    🔁 0    💬 0    📌 0

Merci pour la suggestion mais, ça ne passe pas pour la date, je pars le lendemain tôt. 😥

02.11.2025 18:08 — 👍 0    🔁 0    💬 0    📌 0

@uggla88 is following 19 prominent accounts