HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kyt

no profile record

comments

kyt
·9 maanden geleden·discuss
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 maanden geleden·discuss
[flagged]
kyt
·vorig jaar·discuss
I've been doing software for 25 years and just had to look up SDLC ;).
kyt
·vorig jaar·discuss
What is an FM?
kyt
·vorig jaar·discuss
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
·vorig jaar·discuss
Interesting project. What makes this an agent? Just looks like an image transform that uses LLMs.
kyt
·vorig jaar·discuss
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 jaar geleden·discuss
Why use this over Meltano?
kyt
·2 jaar geleden·discuss
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 jaar geleden·discuss
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.