HackerTrans
TopNewTrendsCommentsPastAskShowJobs

miquong

no profile record

comments

miquong
·il y a 6 mois·discuss
https://vibeandscribe.xyz/posts/2026-01-07-emergent-behavior...

(year fixed below)
miquong
·il y a 11 mois·discuss
If you're following along and can't/don't want to remember the SQL syntax, use the examples from the post for LLM text-to-SQL context:

  Q: Which photo has the highest number of faces?
  A: SELECT SourceFile
  FROM photos
  WHERE RegionType IS NOT ''
  ORDER BY length(RegionType) DESC
  LIMIT 1;
  
  Q: ...
You can also fetch and use the table schema with `sqlite3 exif.db .schema`
miquong
·il y a 11 mois·discuss
The author has a highly amusing, off-beat Instagram feed: https://www.instagram.com/crime_pays_but_botany_doesnt