HackerTrans
TopNewTrendsCommentsPastAskShowJobs

osmarks

no profile record

Submissions

[untitled]

1 points·by osmarks·geçen yıl·0 comments

comments

osmarks
·geçen yıl·discuss
I was briefly looking into using SMT for Minecraft autocrafting, but it turns out you can do integer linear programming and the mapping is easier.
osmarks
·geçen yıl·discuss
This is sort of true currently, but extrapolate the trend.
osmarks
·geçen yıl·discuss
Also, I don't use ChatGPT to rewrite blog posts and don't like people who do. Its style is annoying and if ChatGPT is doing content I might as well ask it whatever you asked it myself directly. For code I do not care much so long as it works.
osmarks
·geçen yıl·discuss
Artists correctly realized the threat to their future economic viability and made up reasons it was morally bad. Programmers are currently stuck in an earlier stage, insistent that it can never replace them because [various things].
osmarks
·geçen yıl·discuss
https://arxiv.org/abs/2212.10496
osmarks
·geçen yıl·discuss
Common Crawl is petabytes. Anna's Archive is about a petabyte, but it includes PDFs with images.
osmarks
·geçen yıl·discuss
You could just run a local LLM over every document and ask it "is this related to this query". I don't think you actually want to wait a week (and holding all the documents you might ever want to search would run to petabytes).

(the reasonable way is embedding search, which runs much faster with some precomputation, but you still have to store things)
osmarks
·geçen yıl·discuss
There is at least one organization doing actual embedding-based search (Exa). I wrote about this a bit: https://docs.osmarks.net/hypha/osmarks.net_web_search_plan_%....