Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️
grep_it 3 daysReload
Reproducing Hacker News writing style fingerprinting

grep_it 4 daysReload
> More complex examples, like IN (1, 2, 3) or id != 25 can be handled as well. For the former, we can hash all values and route the query to the matching shards. For the latter, we can do the opposite.

This makes it sound like the query would be routed to all shards except the one matching HASH(25). But wouldn't id != 25 need to go to all shards, since there could be values in the id set that hash to the same shard as 25?


grep_it 9 daysReload
PEP 750 – Template Strings

grep_it 15 daysReload
Thanks for the recommendation. Purchased both them!

grep_it 54 daysReload
Show HN: I made a site to track graded Pokemon card sales
Hey everyone, this is my side project that I’ve been working on during my evenings and weekends for the last few months.

I got tired of constantly checking ebay sold listings just to figure out what a graded card was worth, so I built chasecard.gg. Other sites just show a basic trend line, but I wanted deeper insights so this one includes things like moving averages to help spot momentum shifts like golden crosses and death crosses. Plus, it has card comparison and portfolio tracking.

I have lots of ideas for other things to add, but I’d love any feedback for things you think I should add!