Viewing profile — JoelEinbinder
JoelEinbinder
HN member- Joined
- Fri, Jul 16, 2021, 4:12 PM UTC
- HN karma
- 404
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About JoelEinbinder
No profile information was provided.
Recent public activity
-
comment
Comment #47883841
My understanding is that existing rail lines aren't flat/straight enough for high speed rail. There's no point to a bullet train if it has to constantly slow down for corners/hills…
-
comment
Comment #42815163
The benchmark shows lower ram usage on a very simple demo website. I expect that if the benchmark ran on a random set of real websites, ram usage would not be meaningfully lower th…
-
comment
Comment #42814724
When I've talked to people running this kind of ai scraping/agent workflow, the costs of the AI parts dwarf that of the web browser parts. This causes computational cost of the bro…
- comment
-
comment
Comment #41975984
Google's monorepo of closed source code.
-
story
Show HN: I made an online Python REPL
I added Python support into my terminal, and then split it out into its own website as a REPL powered by Pyodide. It has autocomplete, expandable objects, syntax highlighting, inli…
-
comment
Comment #41741886
Seems like Hyundai own 33% of Kia, rather than it just being a brand under the same company like Lexus/Toyota. They share some things and compete on others.
-
comment
Comment #41340345
I think Hacker News might appreciate some of the behind the scenes of this post. Getting this page to load quickly was not trivial. The initial dataset of books starting sentences …
- story
-
comment
Comment #41339444
It would make competitive chess even more draw-ish. It is much easier to see when you accidentally get into a losing position than when you miss a winning idea. So the take back wo…
-
comment
Comment #41280314
On the full set of 1000 questions, the language models are getting 30-35% correct. With patience, humans can do 40-50%. The language models were prompted with the text + each candi…
-
comment
Comment #41280041
What scores are you getting using this technique?
-
comment
Comment #41280011
After the quiz, the source is linked along with the full comment.
-
comment
Comment #41279903
The prompts you see in the quiz are from real hacker news comments. Whatever word the commenter said next is the "correct" word.
-
comment
Comment #41279896
Temperature doesn't play a role here, because the LLM is not being sampled (other than to generate the candidate answers). Instead the answer the llm picks is decided by computing …
-
comment
Comment #41278090
If I used old comments then it's likely that the models will have trained on them. I haven't tested if that makes a difference though.
-
comment
Comment #41277848
The language model generating the candidate answers generates tokens until a full word is produced. The language models picking their answer choose the completion that results in t…
-
comment
Comment #41277668
The LLM didn’t generate the next word. Hacker News commenters did. You can see the source of the comment on the results screen.
-
comment
Comment #41277466
If you want to practice it one question at at time, you set the question count to 1. https://joel.tools/smarter/?questions=1 When I tested it this way it resulted in less of an emo…
-
comment
Comment #41277369
That isn't how it's supposed to work. I mean sometimes you get a supper annoying prompt like ">", but if you guess the right answer it should give you the point. I just checked the…
-
comment
Comment #41277195
I made a little game/quiz where you try to guess the next word in a bunch of Hacker News comments and compete against various language models. I used llama2 to generate three alter…
- story
-
comment
Comment #41187004
You can set `pipe` to true in puppeteer (default false) here https://pptr.dev/api/puppeteer.launchoptions By default, Playwright launches this way and you have to specifically enab…
-
comment
Comment #41186986
I'm not going to invest a drug company with a 90% chance of failure unless I can expect to get a 10x return if it succeeds.
-
comment
Comment #39786756
Interesting to me that WebKit gets vertical form controls before MacOS. I don't have any experience with vertically written languages. How important are these controls to computer …