Glenn 'devalias' Grant

Results 1219 comments of Glenn 'devalias' Grant

RE: https://github.com/OpenDevin/OpenDevin/issues/2487#issuecomment-2254833846 > this describes a vector database where texts are converted into numbers and stored in a relational high-dimensional space. @rezzie-rich That's not what the 'Sparse Priming Representation' stuff...

This is also an issue with `fclone remove`.

@igorkasyanchuk This answer from another issue may point you in the right direction, it's installing `pgvector`, but I assume it would be similar for `postgis`: > ``` > export PATH=/Users/Shared/DBngin/postgresql/14.3/bin:$PATH...

I'll try and find my older scripts later, but for now, a couple of initial references that may be useful, initially found from this issue: - https://github.com/All-Hands-AI/openhands-aci/pull/34 - https://github.com/UKPLab/sentence-transformers -...

> I did some initial exploratory work for this in a script ages back; can't remember if it was in `chatgpt-source-watch` or [`udio-source-watch`](https://github.com/0xdevalias/udio-source-watch) repo, and not sure if it ever...

I decided to briefly explore this today using one of my pre-minimised git diff samples: - [`_app-git-minimised-2025-04-17-3991lines.diff.txt`](https://github.com/user-attachments/files/19844233/_app-git-minimised-2025-04-17-3991lines.diff.txt) Using Google AI Studio: - https://aistudio.google.com/ With the following models: - `gemini-2.5-flash-preview-04-17` -...

Old notes from `TODO.md` (may or may not still be relevant): - Add an 'options' page with my info (name, website, blog, github, etc. donations?) - Feedback/suggestions/comments/criticisms/binary love notes? =>...

Old notes from `TODO.md` (may or may not still be relevant): - Allow moving tabs to right to specified window ('spin through all open windows, display as submenu')

It looks like this is the file that handles the lookup: https://github.com/jsdelivr/data.jsdelivr.com/blob/46389da6bcbf5ae5c153e03ba7e00cbfd2e5299b/src/routes/v1/LookupRequest.js#L6-L8 Which then calls into this to do the actual lookup: https://github.com/jsdelivr/data.jsdelivr.com/blob/46389da6bcbf5ae5c153e03ba7e00cbfd2e5299b/src/models/File.js#L47-L59 A contrived example of how an auto-detecting...

@MartinKolarik Yeah, that's fair enough. Handling it myself is fairly negligible when writing code; the main reason I hit it today was while manually exploring the API; and it feeling...