HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atls

no profile record

comments

atls
·4 miesiące temu·discuss
It's not a complete replacement, but if you're in a Python ecosystem, you might find Moto to be of interest.

https://github.com/getmoto/moto
atls
·4 miesiące temu·discuss
Oh, the irony
atls
·4 miesiące temu·discuss
AGPLv3 attempts to solve this problem, by forcing SaaS providers to open-source their modifications.

https://www.gnu.org/licenses/agpl-3.0.en.html
atls
·5 miesięcy temu·discuss
There is also the use case of delegating tasks programmatically to an LLM, for example, transforming unstructured data to structured data. This task often can’t be done reliably without either 1. lots of manual work, or 2. intelligence, especially when the structure of the individual data pieces are unknown. Problems like these can be much more efficiently solved by LLMs, and if you imagine these programs are processing very large datasets, then sub-millisecond inference is crucial.