You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sysinit runs on PostmarketOS; I wanted to see whether there's any intersection between devices supported by postmarket and my purchase history. I don't have the database connected, so for today, I fell back on grep on split_detail.json as usual.
How about caching split_detail.json in localStorage?
Compressed should work for search: streaming decompress, split into lines, match.
I thought about weekly html files or uploading quarterly csv files to Google drive, but I'd rather not share with Google.
I've been doing pandas lately, which made me wonder about JS dataframe apis... This ine looks cool...
https://github.com/data-forge/data-forge-ts/blob/master/docs/guide.md#browser-installation-and-setup
But ordinary map / filter should work for this.
The text was updated successfully, but these errors were encountered: