Viewing profile — vietvu
vietvu
HN member- Joined
- Tue, Sep 12, 2017, 3:10 AM UTC
- HN karma
- 117
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About vietvu
No profile information was provided.
Recent public activity
-
comment
Comment #49164708
I cannot think of any that so concentrated. Best place to me is r/localllama on reddit. Unsloth website and twitter posts is a good place too (usually in localllama too).
-
comment
Comment #49164514
Thanks for the transpiration but this is too shallow when talking about LLM serving.
-
comment
Comment #46117569
What is important or right today might not be tomorrow. The problem that you think today did not exist at the moment of decision. Even if you turn back time, you would likely do th…
-
comment
Comment #45757651
You can just `uv venv`? Or even uvx?
-
comment
Comment #45757647
Yes, agree. At first I still use pyenv, or mise to manage python version, now that uv does that, uv is the only tool I need for everything in Python env.
-
comment
Comment #45727348
Me too. Aren't we already doing this? This is the basic I have been taught first.
-
comment
Comment #45666820
It's ok, just don't use them anymore if you don't like it. I will switch to something else.
-
comment
Comment #45664204
Quite sad to see devs nowadays has lost abilities to self-host. I know it can be overwhelming with Linux, networking, db, backup, hardware load.... However, it's not rocket science…
-
comment
Comment #45652177
I heard this opinion a lot recently. Codex is getting better, and Claude is getting worse so it's must happen sooner or later. Well, it's competition so waiting for Claude to catch…
-
comment
Comment #45603022
For Zed user, yes. They don't care (I too, didn't use Windows for years, but Windows is popular is a fact, not opinion). What I meant was there are so many problems with Windows th…
-
comment
Comment #45601320
I didn't know bundling app for the most popular OS is that hard.
-
comment
Comment #45601317
and replace first, second... with 1st, 2nd...
-
comment
Comment #44121923
Or paying deepseek for slightly cheaper and worse performance than OpenAI.
-
comment
Comment #42996135
Because no one use Gemini Advanced.
-
comment
Comment #42679299
I used to have pyenv, asdf or mise to manage python versions (never use conda unless I need DL lib like pytorch). Now just uv is enough.
-
comment
Comment #42467748
LLMs like GPT are heavy and costly (and BERT are LLMs too, params can up to like 1.5B). For niche problems like classification on a small domain, BERT like models are much better, …
-
comment
Comment #42467720
So that what's Jeremy Howard was teasing about. Nice one.
-
comment
Comment #41817833
Another llama.cpp and mistral.rs? If it support vision models then fine, I will try it. EDIT: Looks like no L3.2 11B yet.
-
comment
Comment #41599766
OK, I will wait for like a month before update.
-
comment
Comment #40871889
I felt weird reading the titles too, because maybe 2-3 years ago I have downloaded with `curl`, so why this? And also, I am pretty sure `wget` can do it and better too.
-
comment
Comment #40111306
The repo is terrible at tell us what is this about, the landing page is better: https://pico.sh , but still terrible.
-
comment
Comment #39665425
I haven't used duckdb since I got OOM on my dataset too. I think I will try again on 1.0.
-
comment
Comment #39519169
Used Superset back in 2016 and 2020; both time chose Metabase for our clients' BI dashboard and Superset for our internal dashboard. Superset is nice, easy to modify and extend but…
-
comment
Comment #39407947
And how frequent you write to SD card too. My Pi 3B+ have been running for 3 years. Haven't considered to upgrade since my need is small.
-
comment
Comment #39393665
After over 10 years since I started using CSS, nothing changed. Center div still hard.