Как я снизил WER с 33% до 3.3% для русской речи на CPU: сравнение GigaAM, Whisper и Vosk
За два месяца я перепробовал три ASR-движка, шесть моделей Whisper, адаптивное чанкование, T5-коррекцию и ансамблевое голосование — и большая часть идей оказалась тупиком. В статье — подробный разбор шести тупиков и одной находки: почему GigaAM от Сбера на обычном CPU показывает 3.3% WER на русском, обходя Whisper large-v3-turbo на RTX 4090 (7.9%) в 2.4 раза. С бенчмарками, кодом и честными оговорками.
https://habr.com/ru/articles/1002260/
#speechtotext #gigaam #whisper #vosk #onnx #распознавание_речи #WER #голосовой_ввод #ASR #python
Had what seemed like a great idea this morning: monkeypatch #python datetime's __lt__ and other related functions to be timezone tolerant. Quickly shot down: turns out the datetime class is immutable so it can't be monkeypatched. Darnit.
Reddit is hiring Backend Engineer, Feeds Experience
🔧 #cplusplus #golang #java #kotlin #python #rust #swift #firebase
🌎 Remote; United States
⏰ Full-time
🏢 Reddit
Job details https://jobsfordevelopers.com/jobs/backend-engineer-feeds-experience-at-redditinc-com-jan-26-2026-d2a660?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
NaN Membership Mirage
Set insists nan belongs
Demonstrates how NaN fails equality checks yet still survives set membership and even duplicates under different identities.
#python #pythontricks #codingtips #programmingtutorial #pythonmembershipmiragetutorial #pythoninsistsbelongstopic #pythondemonstratesfailsidea #pythonfailsequalityidea #pythonequalitychecksidea #pythoncheckssurvivesidea #pythonsurvivesmembershipidea #pythonmembershipevenidea
https://www.youtube.com/watch?v=SwQA-YFzptM
𝗟𝗲𝗸𝘁𝗼𝗿:
https://thewhale.cc/posts/lektor
Lektor is a flexible and powerful static content management system for building complex and beautiful websites out of flat files — for people who do not want to make a compromise between a CMS and a static blog engine.

The latest Invoice Buddy is out!
I've put a lot of work into this update. You now have the option to auto-name files based on the last four digits of your card number and can choose the order in which each file is auto-named (Company, Date, Invoice Number, and Card Number).
Additionally, new companies have been added to the database and detection has been greatly improved overall. It's a great way to keep track of receipts!
Download: https://github.com/pdschneider/InvoiceBuddy/releases/tag/v0.1.4
Security work isn’t glamorous, but it sure beats being pwned. The PSF says its Python Security Response Team (PSRT) shipped 16 vulnerability advisories for CPython and pip last year—record high—and even coordinates to avoid blindsiding the ecosystem (hello, PyPI ZIP differential attack mitigation). Herding cats? More like herding CVEs 😼
cereggii: Thread synchronization utilities for Python https://lobste.rs/s/7jojhi #python
https://github.com/dpdani/cereggii
We're going live on YouTube in ONE hour! Come hang out!
Watch here: https://www.youtube.com/watch?v=ZFnvh-XJhIs
#Wagtail #Django #Python #CMS #OpenSource
Connect OpenAPI tools to Microsoft Foundry agents | Microsoft Learn
Sample code now available for C#, Java, TypeScript, Python and REST APIs.
#foundry #azure #ai #agents #openapi #java #python #dotnet #csharp #typescript #javascript #restapi
Как выбрать язык программирования новичку: Обзор ситуации на 2026
Выбор первого языка программирования — важное решение, которое может определить траекторию вашего профессионального развития. В этом расширенном руководстве мы подробно рассмотрим каждый популярный язык программирования объективно, без предпочтения какого-либо одного решения.
https://habr.com/ru/articles/1002224/
#первый_язык_программирования #гайд #python #выбор_языка_программирования #выбор_языка #zator #с# #JavaScript #SQL #java
Метрики для задач NLP. Часть 2. Генерация текста: BLEU, ROUGE, METEOR, BERTScore
В этой статье будет рассказано о популярных метриках оценки для задач генерации текста: BLEU, ROUGE, METEOR, BERTScore. Рассказ будет сопровождаться визуализацией, примерами и кодом на Python. 🔥 Начинаем 🔥
https://habr.com/ru/articles/1002218/
#nlp #bleu #rouge #meteor #bertscore #python #metric #оценка_моделей