LightComposer – Reach Out And Touch Your Lighting

While there is a time and place for wirelessly controlled devices, sometimes you want something you can just reach out and touch to interact with, no apps to install or devices to configure. In thi…

Hackaday

Конечный автомат инкрементного энкодера

При разработке электронных устройств порой надо подключить инкрементный энкодер. Это могут быть устройства с регулированием громкости звука, яркости свечения, датчик оборотов одометра или что-н еще. В этом тексте я показал как может работать программный компонент драйвера для опроса инкрементного энкодера.

https://habr.com/ru/articles/1044930/

#энкодер #инкрементный_энкодер #encoder #код_грея #конечные_автоматы #fsm

Конечный автомат инкрементного энкодера

При разработке электронных устройств порой надо подключить инкрементный энкодер. Это могут быть устройства с регулированием громкости звука, яркости свечения, датчик оборотов одометра или что-н еще. В...

Хабр

Title: P0: Offtopic: Input to output, function, transformation [2025-03-17 Mon]

Processing of Input to output have two main states:
blocking and allowing.

Blocking require some will-force, because allowing is
most natural.

Maybe word “No” is what really makes us human.
#thoughts #systems #system #inputoutput #encoder #transformation

Title: P2: Choosing vector database [2024-07-29 Mon]
vectors
- Parallelization and Distributed Processing

Mantra for: My body wants joy to be fried. My mind wants
to succeed. My soul don't need anything.
😶 #dailyreport #rag #embeddings #encoder #vectordatabase

Title: P2: P1: Choosing vector database [2024-07-29 Mon]
partition the vector space and facilitate efficient
nearest neighbor search.
- Compression and Quantization - Reducing the
dimensionality and precision of vector embeddings, sparce #dailyreport #rag #embeddings #encoder #vectordatabase
Title: P1: P1: Choosing vector database [2024-07-29 Mon]
- Approximate Nearest Neighbor (ANN) indexing
- locality-sensitive hashing (LSH), product quantization
(PQ), or hierarchical navigable small world graphs (HNSW)
- Tree-based Indexing - k-d trees or ball trees to #dailyreport #rag #embeddings #encoder #vectordatabase

Title: P0: Choosing vector database [2024-07-29 Mon]
Today I have been choosing vector database for my little
project of RAG for cheepest PC.

The best open-source solutions that I consider:
SQLite-VEC, Redis, Clickhouse, ElasticSearch. (•́ᴗ•̀✿)

I am thinking now how to organize wide and massive amount
of information about PC configuration and files.
¯_(ツ)_/¯

Main approaches to implement vector database: #dailyreport #rag #embeddings #encoder #vectordatabase

Тихая эволюция zero-shot энкодеров. От UniNER до GLiNER 2

Пока все говорят про LLM агентов, есть целый класс задач где 205M энкодер делает ту же работу что ChatGPT - быстрее, дешевле, без vendor lock-in. Я хочу рассказать про эволюцию энкодеров, которую вы возможно пропустили: начиная от UniNER, заканчивая GLiNER 2, с ключевыми инсайтами на каждом шаге.

https://habr.com/ru/companies/raft/articles/1010028/

#gliner #ai #ml #llm #nlp #gliner2 #zeroshot #encoder

Тихая эволюция zero-shot энкодеров. От UniNER до GLiNER 2

Эта статья является адаптацией моей статьи , опубликованной в Towards AI Intro Большие языковые модели показывают впечатляющую обобщающую способность, причём не только в задачах генерации текста вроде...

Хабр