HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bartdegoede

320 カルマ登録 8 年前
https://bart.degoe.de/

投稿

Narrating your blog with Kokoro, a local and open source text-to-speech model

bart.degoe.de
7 ポイント·投稿者 bartdegoede·昨日·0 コメント

Semantic/Hybrid Search in the Browser

bart.degoe.de
13 ポイント·投稿者 bartdegoede·3 日前·7 コメント

Running a coding agent locally with MLX for when you hit your token cap

bart.degoe.de
3 ポイント·投稿者 bartdegoede·14 日前·0 コメント

The Productivity Panic Is Your Problem Now

stratechgist.com
4 ポイント·投稿者 bartdegoede·2 か月前·0 コメント

OpenClaw can book flights. But can it survive a dungeon crawl?

bart.degoe.de
8 ポイント·投稿者 bartdegoede·5 か月前·0 コメント

Building a semantic search engine in ±250 lines of Python

bart.degoe.de
5 ポイント·投稿者 bartdegoede·5 か月前·0 コメント

Building a semantic search engine in ±250 lines of code

bart.degoe.de
2 ポイント·投稿者 bartdegoede·5 か月前·0 コメント

Modernizing my "150-line" Python search engine

bart.degoe.de
5 ポイント·投稿者 bartdegoede·5 か月前·1 コメント

Migrating my hopelessly outdated Hugo blog with Claude Code

bart.degoe.de
3 ポイント·投稿者 bartdegoede·9 か月前·0 コメント

The Loyal Wingman

loyalwingman.org
1 ポイント·投稿者 bartdegoede·9 か月前·1 コメント

コメント

bartdegoede
·一昨日·議論
It’s gets much larger (there’s the potion-multilingual-128M model, distilled from bge-m3 which has like 100 languages), so it gets to ~120m range for the lookup table (4x smaller if you’d do int8 quantization, so you could get to to 30-35mb).
bartdegoede
·一昨日·議論
Chrome ships with one (https://news.ycombinator.com/item?id=43973502) but AFAICT it’s only used for history, there’s no api for it. There’s also an included LLM? https://www.thatprivacyguy.com/blog/chrome-silent-nano-insta...
bartdegoede
·5 か月前·議論
A few years ago I wrote a post about implementing tf-idf in 150 lines of python. The data source it relied on was removed (turns out Yahoo! isn't as relevant anymore).
bartdegoede
·9 か月前·議論
Adventures with writing a novel with LLMs