New on Constraint Systems:
Cosine - embed and hash any text and see its nearest neighbors
https://cosine.constraint.systems

New on Constraint Systems:
Cosine - embed and hash any text and see its nearest neighbors
https://cosine.constraint.systems

Getting pretty close with the embeddings app.

Exploring an "everything is embedded" mini/fake social network.

Working on a stripped down "embed anything and see its neighbors" prototype.
Need to sort out some type errors though
Notes from putting together artist info display. This is with raspberry pi OS lite (no desktop). I ended up doing 32 bit but maybe could have done 64.
in .xinitrc, which automatically runs when x session starts. Some of this specific for this monitor.
Album art and artist info display
I've been listening to a lot of playlists lately and wanting a way to learn more about the currently playing artist without pulling out my phone. I put together a little raspberry pi setup to sit on our shelves and display info about the current playing artist.
I think this would be a cool fit for coffee shops or communal workspaces. Let me know if you're interested in getting something similar up and I'll try and help.
I made a web player for the Herb Sundays playlist series.

It's focused on surfacing a random playlist from the series. I've been using it to put something on in the morning. It's nice to have hand-curated playlists with some intention to them.
Stitched together some Neovim autocmds with Niri window commands so that the app window is bound to the special "app" buffer position and size. One step closer to NeovimOS.

Thinking about reconfiguring my window manager setup to have an always-open terminal on the left. To serve as doc and navigation maybe.
I'm realizing part of the challenge of configuring is terminal + neovim is sort of its own window manager on its own - with splits and open fuzzy-findable buffers and everything - maybe there's benefits to having that be one always-present session, and it's actually browser and application windows that are more ephemeral.
An apriltag color-picker where x=red, y=green, rotation=blue. A freeform physical slider feels interesting
Also did a 3 card one - different tags all get IDs which makes me think of doing some sort of weird physical variable assignment thing.
Book-to-soundtrack experiment - a projector setup where I send the book image off to Gemini for recommendations and then play with Spotify. Meant to be kind of like putting on a record but for objects. (I clipped out the loading times.)
Thinking about the possibilities of having adjusted mirrors as part of the projector system.
Testing out the mirror
Trying out april tags. Thinking about how it could complement hand tracking and vision models. This is using https://github.com/arenaxr/apriltag-js-standalone. and I know what april tags are because of https://folk.computer.
Trying out a color picker to get a feel for tabletop UI. I can do it all with pointer fingers (rather than pinch) if I give myself a path to reach them without colliding with other things. Kind of like a maze.
Trying out hand-tracking triggered buttons and some simple LLM calls. There are definite limits imposed by hand-tracking and projector display - but they're kind of interesting ones.