HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Rhubarrbb

no profile record

comments

Rhubarrbb
·hace 9 meses·discuss
`duckdb -ui` and you can launch a local server bound to 127.0.0.1
Rhubarrbb
·hace 10 meses·discuss
I use immich every day and I'm a big fan of it, but the search feature is dismal and still falls short of any other major image hosting provider:

https://github.com/immich-app/immich/discussions/8377

The way that semantic search works, they don't cap a relevance score (since it's all relative), and they don't allow you to sort through some kind of time index either.
Rhubarrbb
·hace 11 meses·discuss
Does it work with local LLMs like through Ollama or llama.cpp?
Rhubarrbb
·hace 11 meses·discuss
Generation is usually fast, but prompt processing is the main limitation with local agents. I also have a 128 GB M4 Max. How is the prompt processing on long prompts? processing the system prompt for Goose always takes quite a while for me. I haven't been able to download the 120B yet, but I'm looking to switch to either that or the GLM-4.5-Air for my main driver.
Rhubarrbb
·hace 11 meses·discuss
What's the best agent to run this on? Is it compatible with Codex? For OSS agents, I've been using Qwen Code (clunky fork of Gemini), and Goose.
Rhubarrbb
·hace 11 meses·discuss
Frigate has been an overweight nightmare for me to work with. Trying to detect wildlife that are not in their classification models is basically impossible. I've been better off using motion / motioneye for a lightweight and practical approach
Rhubarrbb
·hace 11 meses·discuss
Agreed, these models seem relatively mediocre to Qwen3 / GLM 4.5
Rhubarrbb
·el año pasado·discuss
Writing to catalogs is still pretty new. Databricks has recently been pushing delta-kernel-rs that DuckDb has a connector set up for, and there’s support for writing via Python with the Polars package through delta-rs. For small-time developers this has been pretty helpful for me and influential in picking delta lake over iceberg.