HackerTrans
TopNewTrendsCommentsPastAskShowJobs

denimboy

no profile record

Submissions

Ape sign language was a bunch of babbling nonsense

bigthink.com
4 points·by denimboy·6 maanden geleden·0 comments

Qwen3 Vision Language Embedding Model

github.com
11 points·by denimboy·6 maanden geleden·1 comments

Craig Newmark backs Global Signal Exchange anti-fraud push

securitybrief.co.uk
1 points·by denimboy·6 maanden geleden·0 comments

Duckduck go offers "pro" subscription plan

duckduckgo.com
5 points·by denimboy·10 maanden geleden·0 comments

Advanced Python Development Workflow in Emacs

blog.serghei.pl
6 points·by denimboy·2 jaar geleden·1 comments

Chevron will move its headquarters to Houston

nytimes.com
4 points·by denimboy·2 jaar geleden·1 comments

CalFire incidents map and data (CSV,JSON)

fire.ca.gov
1 points·by denimboy·2 jaar geleden·0 comments

[untitled]

1 points·by denimboy·2 jaar geleden·0 comments

[untitled]

6 points·by denimboy·2 jaar geleden·0 comments

[untitled]

1 points·by denimboy·2 jaar geleden·0 comments

[untitled]

1 points·by denimboy·3 jaar geleden·0 comments

comments

denimboy
·vorige maand·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 maanden geleden·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 maanden geleden·discuss
Should have been called slashBOT
denimboy
·6 maanden geleden·discuss
images and text embedded into a shared space
denimboy
·vorig jaar·discuss
https://archive.is/IE2Cp
denimboy
·vorig jaar·discuss
I wonder how this compares to RWKV-V5 7B

https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers
denimboy
·vorig jaar·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 jaar geleden·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 jaar geleden·discuss
This is the year of the Linux desktop
denimboy
·3 jaar geleden·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 jaar geleden·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 jaar geleden·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.