HackerTrans
トップ新着トレンドコメント過去質問紹介求人

osmarks

no profile record

投稿

[untitled]

1 ポイント·投稿者 osmarks·昨年·0 コメント

[untitled]

1 ポイント·投稿者 osmarks·2 年前·0 コメント

コメント

osmarks
·昨年·議論
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
·昨年·議論
This is sort of true currently, but extrapolate the trend.
osmarks
·昨年·議論
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
·昨年·議論
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
·昨年·議論
https://arxiv.org/abs/2212.10496
osmarks
·昨年·議論
Common Crawl is petabytes. Anna's Archive is about a petabyte, but it includes PDFs with images.
osmarks
·昨年·議論
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
·昨年·議論
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_%....
osmarks
·2 年前·議論
Most of these are just an EPYC server platform, some cursed risers and multiple PSUs (though cryptominer server PSU adapters are probably better). See https://nonint.com/2022/05/30/my-deep-learning-rig/ and https://www.mov-axbx.com/wopr/wopr_concept.html.
osmarks
·2 年前·議論
They couldn't have built it on anything but UDP because the world is now filled with poorly designed firewall/NAT middleboxes which will not route things other than TCP, UDP and optimistically ICMP.