This is false equivalence because machines ingest copyrighted material at a different order of magnitude.
Wikipedia has a nice example of an oil stain vs. oil spill. https://en.wikipedia.org/wiki/False_equivalence
HN user
This is false equivalence because machines ingest copyrighted material at a different order of magnitude.
Wikipedia has a nice example of an oil stain vs. oil spill. https://en.wikipedia.org/wiki/False_equivalence
[deleted]
Seems a bit over the top when you could also just provide it as a command line argument to sqlite3 which is much more obvious than <<< and works in every shell.
sqlite3 db.sqlite3 .dumpI love these sort of articles. No new tools are needed here, it shows you how to get the most out of the tools you already know and use. Awesome!
It still doesn't know about anything that happened in March 2023. It hallucinates instead of saying outright that it doesn't know.
Example: "Many countries had significant political events, whether they were elections, policy changes, or other notable occurrences."
I really wish people would just stop posting submissions to twitter at this point.
I fully agree. You can also replace twitter.com with nitter.net
The following example code is a bit hard to read:
const { status } = await send(capitalize(greeting) + "!")
console.log(status)
I disagree, I find this example code very easy to read because it reads like idiomatic Javascript. Unlike this library.The API looks very clean. Today I learned about "..." in Python
I took at the look at the SVG smilies, only GPT gets it right (https://benchmarks.llmonitor.com/svg). You can preview the SVGs drawn by the LLMs by pasting this into the browser console
document.querySelectorAll("td pre").forEach((node) => { let code = node.textContent; node.insertAdjacentHTML('afterend', code) })
Or take a look at my screenshot: https://i.ibb.co/Kw0kp58/Screenshot-2023-09-09-at-17-15-20-h...