Jason McGhee
Jason McGhee
I've been on a deep dive in WebGL and there is a fair amount of missing functionality. I've managed to implement the aforementioned missing features on a separate branch. It'd...
rem should index all text via embedding store. We could use something like https://github.com/asg017/sqlite-vss If we go this route we should fork / open a PR to add the extension...
We can get better performance in terms of efficiency of rendering along with smaller file sizes. Just swapping out h264_videotoolbox appears to "work" but we need a way to extract...
As described above - seems like something stops working in this situation
What if there was a concept of "hooks". Users could setup a trigger given certain criteria for something to happen given certain data (text, images, etc) --- In general, I...
For example, frames without associated video: ``` sqlite> select * from video_chunks order by id desc limit 2; 10|/Users/jason/Library/Application Support/today.jason.rem/output-1703765761.890883.mp4 9|/Users/jason/Library/Application Support/today.jason.rem/output-1703765749.5049071.mp4 sqlite> select * from frames order by id...
Also we should create indexes for the db 😅 -------------------------------------------------- Initial assumption here is that we should load _all_ images associated with a video when timeline view is opened, and...
It would be awesome to add support for https://github.com/asg017/sqlite-vss, another way to approach search.
Buildings should be static and not react to the page being resized.
Mouse movement feels choppy and slow now. It's been a while since I've tested, but there has been a noticeable performance loss.