HackerTrans
TopNewTrendsCommentsPastAskShowJobs

smilingemoji

no profile record

comments

smilingemoji
·3 yıl önce·discuss
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
smilingemoji
·3 yıl önce·discuss
[deleted]
smilingemoji
·3 yıl önce·discuss
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 .dump
smilingemoji
·3 yıl önce·discuss
I 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!
smilingemoji
·3 yıl önce·discuss
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."
smilingemoji
·3 yıl önce·discuss
> 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

https://nitter.net/bagder/status/1709103920914526525?s=46
smilingemoji
·3 yıl önce·discuss


  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.
smilingemoji
·3 yıl önce·discuss
The API looks very clean. Today I learned about "..." in Python
smilingemoji
·3 yıl önce·discuss
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...