HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bartdegoede

320 karmajoined 8 ปีที่แล้ว
https://bart.degoe.de/

Submissions

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

bart.degoe.de
7 points·by bartdegoede·เมื่อวานซืน·0 comments

Semantic/Hybrid Search in the Browser

bart.degoe.de
13 points·by bartdegoede·3 วันที่ผ่านมา·7 comments

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

bart.degoe.de
3 points·by bartdegoede·14 วันที่ผ่านมา·0 comments

The Productivity Panic Is Your Problem Now

stratechgist.com
4 points·by bartdegoede·2 เดือนที่ผ่านมา·0 comments

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

bart.degoe.de
8 points·by bartdegoede·5 เดือนที่ผ่านมา·0 comments

Building a semantic search engine in ±250 lines of Python

bart.degoe.de
5 points·by bartdegoede·5 เดือนที่ผ่านมา·0 comments

Building a semantic search engine in ±250 lines of code

bart.degoe.de
2 points·by bartdegoede·5 เดือนที่ผ่านมา·0 comments

Modernizing my "150-line" Python search engine

bart.degoe.de
5 points·by bartdegoede·5 เดือนที่ผ่านมา·1 comments

Migrating my hopelessly outdated Hugo blog with Claude Code

bart.degoe.de
3 points·by bartdegoede·9 เดือนที่ผ่านมา·0 comments

The Loyal Wingman

loyalwingman.org
1 points·by bartdegoede·9 เดือนที่ผ่านมา·1 comments

comments

bartdegoede
·3 วันที่ผ่านมา·discuss
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
·3 วันที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Adventures with writing a novel with LLMs