HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thomspoon

no profile record

comments

thomspoon
·قبل 12 يومًا·discuss
The burden of proof should be with the beholder. Must be so easy to scream AI when you don’t want to read an article.
thomspoon
·قبل 23 يومًا·discuss
Either ollama or omlx, both are pretty dang performant. Omlx lets you run Claude code locally though as long as you bootstrap it with the right model
thomspoon
·قبل 24 يومًا·discuss
Excellent work, I love Apple hardware integration outside of the ecosystem!
thomspoon
·قبل 8 أشهر·discuss
Because uv is still beta software and doesn’t conform to 100% of the PEPs currently available due to that being a lot of work
thomspoon
·قبل 8 أشهر·discuss
I thoroughly enjoy uv, having used poetry and requirements.txt prior, but it does come with its faults in a large codebase. Admittedly, I don’t know whether they re due to uv’s infancy, or PEP restrictions.

For example:

    1. uv sync should update by default (like poetry)
    2. uv lock revision and dependency resolver keep changing and it makes it hard to figure out if changes to our uv.lock are real or due to separate versions of uv among developers
    3. uv pre-release dependency rules should be able to be disabled with either a sys_marker or specific case like pinning a version
 
Some other pain points but I can’t remember them all at the top of my head..
thomspoon
·قبل 9 أشهر·discuss
OpenGL or Vulkan, you might be able to have some luck transpiling metal shaders to spirv-cross at a cursory look