# xrem - 데스크탑에서 일어난 모든 일을 기록하고 검색하게 해주는 오픈소스

> Clean Markdown view of GeekNews topic #14454. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14454](https://news.hada.io/topic?id=14454)
- GeekNews Markdown: [https://news.hada.io/topic/14454.md](https://news.hada.io/topic/14454.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-04-23T09:42:01+09:00
- Updated: 2024-04-23T09:42:01+09:00
- Original source: [github.com/jasonjmcghee](https://github.com/jasonjmcghee/xrem)
- Points: 30
- Comments: 2

## Topic Body

- 애플 실리콘 전용이었던 rem(Remember Everything)을 크로스플랫폼(Rust)으로 구현한 버전   
- 현재 구현 상황 및 동작 방식  
  - 시작 버튼 누르면 2초마다 스크린샷을 찍어서 OCR 수행   
  - 텍스트 임베딩 계산   
  - png 저장없이 MP4로 바로 스트리밍  
  - 녹화된 데이터의 타임라인 검색가능   
  - 썸네일 기반 검색 및 보기   
  - 아직 캐싱이 없어서 전환시 딜레이가 있음

## Comments



### Comment 24607

- Author: xguru
- Created: 2024-04-23T09:44:01+09:00
- Points: 3

어제 올라온 [Windrecorder - 화면 상의 모든 것을 되감기하고 검색할 수 있는 오픈 소스 Windows 앱](https://news.hada.io/topic?id=14440) 하고 비슷한 시도입니다.   
  
구현방식은 좀 달라서 xrem은 2초단위로 스크린샷을 찍어서 이걸 mp4로 합치고, Windrecoder 는 15분씩 ffmpeg 으로 조각 단위로 녹화를 해서 인덱싱 하네요.

### Comment 24606

- Author: xguru
- Created: 2024-04-23T09:43:02+09:00
- Points: 1

[rem(Remember Everything) - 애플 실리콘에서 모든 것을 기록하고 검색하게 해주는 오픈소스](https://news.hada.io/topic?id=12588)
