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

kyt

no profile record

コメント

kyt
·9 か月前·議論
I must be the odd man out but I am not a fan of uv.

1. It tries to do too many things. Please just do one thing and do it well. It's simultaneously trying to replace pip, pyenv, virtualenv, and ruff in one command.

2. You end up needing to use `uv pip` so it's not even a full replacement for pip.

3. It does not play well with Docker.

4. It adds more complexity. You end up needing to understand all of these new environmental variables: `UV_TOOL_BIN_DIR`, `UV_SYSTEM_PYTHON`, `UV_LINK_MODE`, etc.
kyt
·11 か月前·議論
[flagged]
kyt
·昨年·議論
I've been doing software for 25 years and just had to look up SDLC ;).
kyt
·昨年·議論
What is an FM?
kyt
·昨年·議論
Does anyone actually believe this is the full story? It has one primary source: her parents.

It says clearly in the article that she violated the terms of her visa according to ICE. Her parents never mention what the violation was. The idea she was deported for doing some chores around the house is laughable.
kyt
·昨年·議論
Interesting project. What makes this an agent? Just looks like an image transform that uses LLMs.
kyt
·昨年·議論
Disagree. It's only the author's fault. We can't expect engineers to write code and find every last bug in other people's code especially when PRs can be thousands of lines to review.

A broken culture would be expecting engineers to find every last bug in other people's code and blaming them for bugs.
kyt
·2 年前·議論
Why use this over Meltano?
kyt
·2 年前·議論
Very interesting product!

I consider myself pretty financially literate, but I had no idea what an "expense ratio" was for certain. I assumed it meant fees but I had to look it up.
kyt
·3 年前·議論
I used the GGML version of Whisper and I had to revert back to the PyTorch version released by OpenAI. The GGML version simply didn't work well even for the same model. I am assuming it has to do with the quantization.