javascript
Детокс для i18n

NPM библиотека для интернационализации и локализации i18n очень популярна, однако за последние годы она сильно располнела. В ней много возможностей для локализации дат, чисел, установки нужных склонений, поддержки RTL языков, загрузки локалей с сервера и кучи еще чего. На сайте i18next она называется уже даже "интернационализационным фреймворком".в темуНовый авиалайнер. Входит стюардесса в пассажирский салон: — Вы находитесь на нашем новом авиалайнере. В носовой части самолета у нас на…

  • вторник, 23 мая 2023 г. в 00:00:14
javascript
Рендеринг на сервере и HTMX — это будущее

Современная ситуация с разработкой веб-приложений Сегодня пользователи ожидают от веб-приложений плавной работы без перезагрузок страниц. К сожалению, эти ожидания обычно реализуются в виде одностраничных приложений (single-page application, SPA), использующих библиотеки и фреймворки наподобие React и Angular. Эти фреймворки очень специализированы и с ними может быть трудно работать. Новый подход заключается в том, чтобы вернуть возможность реализации этого UX в руки инженеров, разрабатывавш…

  • вторник, 23 мая 2023 г. в 00:00:13
github
Josh-XT / AGiXT

AGiXT is a dynamic AI Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.AGiXT AGiXT is a dynamic Artificial Intelligence Automation Platform engineered to orchestrate efficient AI instruction management and task execution across a multitude of providers. Our solution infuses ada…

  • вторник, 23 мая 2023 г. в 00:00:11
github
0nutation / SpeechGPT

SpeechGPT: Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities.SpeechGPT: Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities Introduction SpeechGPT is a large language model with intrinsic cross-modal conversational abilities, capable of perceiving and generating multi-model content following human instructions. With discrete speech representations, we first construct SpeechInstruct, a large-scale cross-modal speech i…

  • вторник, 23 мая 2023 г. в 00:00:09
github
linyiLYi / snake-ai

An AI agent that beats the classic game "Snake".SnakeAI 简体中文 | English This project contains the program scripts for the classic game "Snake" and an artificial intelligence agent that can play the game automatically. The intelligent agent is trained using deep reinforcement learning and includes two versions: an agent based on a Multi-Layer Perceptron (MLP) and an agent based on a Convolution Neural Network (CNN), with the latter having a higher average game score. File Structure ├───ma…

  • вторник, 23 мая 2023 г. в 00:00:08
github
FUE5BASE / FUE5

FUE5 is a fan-made project with the goal to see what would Factorio look like and behave in 3D. This project has no affiliation with the official Factorio game. FUE5 FUE5 is a fan-made project with the goal to see what would Factorio look like and behave in 3D. I started this project on 10th of January 2023 and my friend Nuke (Atria1234 on GitHub) joined shortly after with the most awesome idea of exporting the in-game bases directly to UE5 which accelerated the project forward. What you need t…

  • вторник, 23 мая 2023 г. в 00:00:06
github
NotJoeMartinez / yt-fts

Youtube Full Text Search - Search all of a YouTube channel's subtitles from the command lineyt-fts yt-fts is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped youtube urls to the video containing the keyword. Blog Post Installation git clone https://github.com/NotJoeMartinez/yt-fts cd…

  • вторник, 23 мая 2023 г. в 00:00:04
github
Blazity / next-enterprise

💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.Next.js Enterprise Boilerplate Welcome to the Next.js Enterprise Boilerplate, an open-source template for enterprise projects! It's loaded with features that'll help you build a high-performance, maintainable, and enjoyable app. We've done all the heavy lifting for you, so sit …

  • вторник, 23 мая 2023 г. в 00:00:01
habrahabr
Форматы векторной графики. Замена «толстому» SVG

Векторизация растровой графики, источник Все знают стандарт векторной графики SVG (Scalable Vector Graphics). Великая вещь, которая незаменима в веб-дизайне. Но этот формат до сих пор полностью не поддерживается ни в одном браузере по одной простой причине: он невероятно сложный. Если посмотреть на спецификации, там более 200 подпунктов в 27 разделах (около 900 страниц на бумаге). Только оглавление занимает 19 экранов. Мягко говоря, это перебор. К счастью, SVG — не единственный формат векто…

  • понедельник, 22 мая 2023 г. в 00:00:17