HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dprkh

12 karmajoined 작년

Submissions

Chinese farmer and his 70k chickens become online celebrities [video] (2019)

youtube.com
2 points·by dprkh·12일 전·0 comments

comments

dprkh
·4시간 전·discuss
They use bots to promote their content to the front page and downvote any comments criticizing them. I observe this pattern consistently on this website.
dprkh
·그저께·discuss
You're right. This was just a performance issue, but what if next time it is a corruption bug or a security vulnerability or really anything that can cause real consequences if happened in production? I don't think that LLM systems are inherently bound to have this flaw, but I think that we are pretty far from harnesses and algorithms becoming advanced enough so that the LLM system can kind of continuously evaluate its output and ensure it is good in all aspects.
dprkh
·그저께·discuss
I used an LLM to build this

https://github.com/dprkh/eventfs

It has good test coverage, mostly unit tests but also a number of end-to-end tests. I also made the LLM build a benchmark, which you can find at the bottom of the readme. It is obviously slow, but I thought that it is good enough to work. When I tried to write a 1 GiB file, I found that it broke down, and after writing half the file, the speed went to under one megabyte per second. Implementation is 10k+ LoC, and I have no idea what is going on there.
dprkh
·3일 전·discuss
> as does python, which had a reputation for decades as THE language to use to teach new folks to code

I am very perplexed by this. I am going through Neetcode's DSA course where he explains what RAM and arrays are, but then he goes on to say something like "but since we are going to use Python, none of this applies." Personally, I learned the most about how software really works from reading The Rust Programming Language. It not only teaches you how to program in Rust, but also how memory works, what a string really is, etc.
dprkh
·5일 전·discuss
It works though.
dprkh
·5일 전·discuss
I think in this context it is actually important to share exact wording that causes the AI to perform well. My favorite is "Do not use your own knowledge."
dprkh
·5일 전·discuss
Are corporate employees not allowed to use personal subscriptions?
dprkh
·3개월 전·discuss
Does that include internships as well or regular positions only?
dprkh
·4개월 전·discuss
Why did you opt for semantic search, and not plain old full text search? I built an "AI Agent for a Commerce Website" as a take-home exercise yesterday, and I chose to simply give the model a tool that does a full text search over products, powered by MiniSearch, and I think it works reasonably well. I believe this is also what Claude Code does.

https://github.com/dprkh/fufus/