• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: February 16th, 2025

help-circle
  • I see, that’s good to hear, since KOreader has a direct integration with Calibre, when I connect it to my server it shows up as a external device in Calibre and I can select multiple books in Calibre and directly send to the Kindle in one click which I find more convenient than navigating a OPDS catalog from within my slow kindle and downloading books one by one, but maybe in the future when I get a better e-reader I will give Kavita a try.
















  • I mean ideally people should move away from spreadsheets altogether, keeping the data and the view and control layers mixed like that is kinda terrible and scales poorly for large data sets that require any serious transformation and computations, ideally your data should reside in a acid compliant database or some data lake for safety and ease of access, and then view and transformations should be handled by a separate software on top of that, at least this is how most companies that do big data analytics set things up, I know it’s overkill for some small to medium company that has limited needs, but there has to be something better than putting data into cells and writing functions on top of that.