Changxin Miao

Results 37 comments of Changxin Miao

Right, overwriting scenarios will cause the inconsistency issue. How about making the cache feature optional? If the user knows the data is immutable, they can enable this feature. I suppose...

This etag can be saved in xattr(extended attributes) of the cached file, or can be calculated dynamically when etag xattr is not found.

Actually it saved past summaries, but they are not linked from the main page. You can access them by changing the date in the URL. e.g. https://hackernews.betacat.io/daily/2024-08-11/ Will add links...

Links are also added, you can now find them under the `Archive` button.

Better to also emit space/inode capacity of this quota, so user can set an accurate usage alert. eg. https://github.com/juicedata/juicefs/pull/5424 ![image](https://github.com/user-attachments/assets/f67dd3a3-aac1-4333-9986-84378cc3cbc9)

I plan to support reading sort order from URL's query string, and you can bookmark that URL. However, this feature may take some time as I am very busy lately.

@ChrisTorng You can use the following URL to sort by submit time in latest to oldest order: https://hackernews.betacat.io/#sort=time&order=asc