HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qihqi

no profile record

Submissions

AI doesn't replace us, but commodizes us

qihqi.github.io
5 points·by qihqi·2개월 전·0 comments

comments

qihqi
·2개월 전·discuss
The author's https://mlsu.io/posts/llm/cheats/ is also pretty good.
qihqi
·2개월 전·discuss
Colored functions are good. It reflects the language design on signaling what is important, and what are the properties it want the writer to pay attention. Other examples of colored functions:

* Haskell: pure function and non-pure (IO monads) looks different. * Rust: unsafe functions (or block) requires special markers.
qihqi
·5년 전·discuss


   (1) training ML systems on public data is fair use 

This one is tricky considering that kNN is also a ML system.