• 1 Post
  • 75 Comments
Joined 1 year ago
cake
Cake day: August 14th, 2023

help-circle








  • I find it’s possible to operate Python as a statically typed language if you wanted, though it takes some setup with external tooling. It wasn’t hard, but had to set up pyright, editor integration, configuration to type check strictly and along with tests, and CI.

    I even find the type system to be far more powerful than how I remembered Java’s to be (though I’m not familiar with the newest Java versions).







  • In a sense, money represents all the future goods and services it can buy, and those goods and services ultimately resolve down to someone’s time and effort. Money was conceived as a formalization of IOU’s, after all.

    So it’s similar to asking whether there’s a limit to how much time and effort from (i.e. influence over) others one would want.


  • I’ve heard of publishing software to design photo albums/scrapbooks/cards etc. Is there a photo collection manager for archiving, sorting and filtering?

    Given access to a large set of personal photos, say tens of thousands, it should be able to group, categorize, tag, and sort along a myriad of dimensions.

    Example dimensions would be time, people and places. It would need some facial recognition/image classifier/similarity scoring capability.

    There definitely are some cloud offerings today that do similar things, but I’d want it to work locally for privacy and practical reasons.