HackerTrans
TopNewTrendsCommentsPastAskShowJobs

denimboy

no profile record

Submissions

Ape sign language was a bunch of babbling nonsense

bigthink.com
4 points·by denimboy·6 months ago·0 comments

Qwen3 Vision Language Embedding Model

github.com
11 points·by denimboy·6 months ago·1 comments

Craig Newmark backs Global Signal Exchange anti-fraud push

securitybrief.co.uk
1 points·by denimboy·6 months ago·0 comments

Duckduck go offers "pro" subscription plan

duckduckgo.com
5 points·by denimboy·10 months ago·0 comments

Advanced Python Development Workflow in Emacs

blog.serghei.pl
6 points·by denimboy·2 years ago·1 comments

Chevron will move its headquarters to Houston

nytimes.com
4 points·by denimboy·2 years ago·1 comments

CalFire incidents map and data (CSV,JSON)

fire.ca.gov
1 points·by denimboy·2 years ago·0 comments

[untitled]

1 points·by denimboy·2 years ago·0 comments

[untitled]

6 points·by denimboy·2 years ago·0 comments

[untitled]

1 points·by denimboy·2 years ago·0 comments

[untitled]

1 points·by denimboy·3 years ago·0 comments

comments

denimboy
·last month·discuss
I think the real story here is auto embeddings:

  https://manual.manticoresearch.com/Searching/KNN#Auto-Embeddings-(Recommended)
and hybrid search:

  https://manual.manticoresearch.com/Searching/Hybrid_search#Hybrid-search
With these two features you can set up RAG with hybrid search in about the time it takes to install the server and insert the documents.

Manticore is really performant and uses far fewer resources than similar search engines like elastic.
denimboy
·4 months ago·discuss
> Mikula, 33 years old, spent more than a decade selling cars and auto financing at dealerships. Now he deploys his fluency in car-dealer speak and his encyclopedic knowledge of dealer inventory to try to talk down the sticker prices.

I may be over optimistic but "car-dealer speak" sounds like something an AI could be trained on and access to inventory might be a couple of tool calls to the appropriate APIs.
denimboy
·6 months ago·discuss
Should have been called slashBOT
denimboy
·6 months ago·discuss
images and text embedded into a shared space
denimboy
·last year·discuss
https://archive.is/IE2Cp
denimboy
·last year·discuss
I wonder how this compares to RWKV-V5 7B

https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers
denimboy
·last year·discuss
I knew a dog that had a decent vocabulary. He would visibly react to words like CAR, WALK, or PARK. He also understood PARTY and MEAT and would wag his tail for PART and lick his chops to MEAT. One time we were going to a BBQ so I explained to him we were taking the CAR to a MEAT PARTY and he got super excites, wagging his tail and going to the door all while frothing at the mouth. Anecdotal but it certainly looked like he could synthesize concepts and imagine what was going to happen in the near future.

I've done a few other experiments with my foreign speaking friends and it appeared to me that dogs understand the language their owners speak primarily.
denimboy
·2 years ago·discuss
This guide explores how to evolve Emacs into a robust Python IDE. Whether you’re writing simple scripts or managing large-scale projects, you’ll find a setup that aligns with your engineering needs and reflects the power of Emacs customization.
denimboy
·2 years ago·discuss
This is the year of the Linux desktop
denimboy
·3 years ago·discuss
mergekit is the tool you need to do this

  https://github.com/cg123/mergekit
you can slice off layers and blend models with different strategies.
denimboy
·3 years ago·discuss
No because programming is more than typing and more than grinding out code. It requires understanding business and creating solutions which satisfy customer needs which requires understanding of the culture. You aren’t going to get that with some remote hands code monkey.
denimboy
·3 years ago·discuss
I think they are using the LLM as few shot learner then using that to label the rest of the training data and finally using the now fully labeled data to train a more traditional supervised classifier like DistilBert.