Tag: llm

  • Have any of the authors of “Attention Is All You Need” written a book?

    Gemini doesn’t think any of the authors of “Attention Is All You Need” have written a book: Honestly, I didn’t know the answer to this when I asked it. I was curious about this because I was thinking of reading their books if there were some to read. It’s a nice answer at least in…

  • Comparing nodes

    I thought I wanted to compare the DOM trees for a couple of nodes. I ended up putting this together: How would you have done it? (I’d be unsurprised if this has some bugs.) After writing this though, I realized that comparing the HTML from n1.getHTML() vs n2.getHTML() was better for my purposes. (I don’t…