HN user

miquong

97 karma
Posts0
Comments16
View on HN
No posts found.
Exploring EXIF (2023) 11 months ago

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`

I requested, but gave up and requested deletion after. I still haven’t received the requested data.

Still, I figure I have a few trillion backup copies… albeit in very raw format

For image and layer manipulation, crane is awesome - as is the underlying go-containerregistry library.

It lets you add new layers, or edit any metadata (env vars, labels, entrypoint, etc) in existing images. You can also "flatten" an image with multiple layers into a single layer. Additionally you can "rebase" an image (re-apply your changes onto a new/updated base image). It does all this directly in the registry, so no docker needed (though it's still useful for creating the original image).

https://github.com/google/go-containerregistry/blob/main/cmd...

(updated: better link)

Lindows 4.0 (2003) 3 years ago

Yeah it must have been later than I remember. Even if it was a bootleg beta I found, it would have been 2000 at the earliest.

Lindows 4.0 (2003) 3 years ago

Oh that was the holy grail. I also never got there… had to settle for the lower levels of Gentoo purity.

Lindows 4.0 (2003) 3 years ago

Never knew so many levels of parody and irony could be encapsulated in one flash animation!

Lindows 4.0 (2003) 3 years ago

Lindows was my first Linux distro c. 1999. It was my first year at college, majoring in Business Administration, living on campus with internet speeds above 56kbps for the first time. Trawling through the internet at that time, I stumbled on a (likely bootleg) Lindows installer somewhere and fell down the rabbit hole.

Looking back, I realize now I’d been a self-denying computer geek before then but for whatever reason Lindows, it’s wacky installer, dual boot support, and fortunate hardware compatibility gave me the right nudge at the right time to send me on a lifetime of hacking.

Almost 25 years later, most as a professional software engineer, I have a completely biased affection for this strange OS.

Thanks for sharing!

Recreation.gov 7 years ago

Exactly 6 months from today is last day of US Memorial Day holiday weekend. Lots of camping areas in the US require reservations within 6 months, making the today and the next few months the best days to get a reservation for popular summer US camping areas. Also note, recreation.gov is only for US Federal parks, many state and local parks will their own websites, apps or other systems for making reservations.