@djouchi На сайте экстранхерии нужно найти список авторизованных переводчиков и спросить у них. Нам, обычно, стоит 50 евро лист (конечно, зависит от объема текста).
Friendly reminder that Google has an official app to run Gemma 4 on your phone.
- 100% open source
- Fully offline and private
- Multimodal with text/audio/image
- Works with Gemma E4B and E2B
And the app is available on both iOS and Android.
Steps and download below
Este año los reyes perdieron su camino, en lugar de a una estrella, siguieron a un molino... ¡Brinda y disfruta con nuestro villancico y brinda con vinos de La Mancha !
El vídeo contiene algunas imágenes realizadas con IA (Freepik). La música se ha realizado con SUNO
Бесплатный курс Claude Code для начинающих
Курс от Антропиков, простой, быстрый, 15 лекций, каждая по 1 часу.
Если давно хотели начать пользоваться Claude Code, но не знали как к нему подступиться, ваш шанс! Детали ниже 👇
Hey Laravel Developers 👩💻
You must have used Laravel's HTTP Client to make external API calls to third-party services.
But did you know that you can also make async HTTP calls using Laravel's HTTP Client, as it internally makes use of the Guzzle library?
Making async HTTP calls allows you to continue performing certain operations while the API call is being processed in the background, which helps save some response time.
Here is an example code snippet for the same...
#laravel #php