
Article URL: https://openrss.org/blog/using-cloudflare-on-your-website-could-be-blocking-rss-users
Comments URL: https://news.ycombinator.com/item?id=41864632
Points: 17
# Comments: 1
https://openrss.org/blog/using-cloudflare-on-your-website-could-be-blocking-rss-users
Article URL: https://lwn.net/SubscriberLink/993895/c0438e0ee9382c5f/
Comments URL: https://news.ycombinator.com/item?id=41866328
Points: 141
# Comments: 57

Article URL: https://vitalik.eth.limo/general/2024/10/17/futures2.html
Comments URL: https://news.ycombinator.com/item?id=41865511
Points: 15
# Comments: 0
Article URL: https://lotus3d.github.io/
Comments URL: https://news.ycombinator.com/item?id=41864515
Points: 11
# Comments: 0
Hello HN,
This a small side project I built a few months ago and I find myself using it quite often to stay up to date so I thought I should share.
Its updated every few hours.
Feedback welcome.
Comments URL: https://news.ycombinator.com/item?id=41864947
Points: 13
# Comments: 18

Article URL: https://www.aboutamazon.com/news/devices/new-kindle-color-scribe-paperwhite-entry
Comments URL: https://news.ycombinator.com/item?id=41859047
Points: 33
# Comments: 163
https://www.aboutamazon.com/news/devices/new-kindle-color-scribe-paperwhite-entry

Article URL: https://mobeigi.com/blog/gaming/how-we-outsmarted-csgo-cheaters-with-identitylogger/
Comments URL: https://news.ycombinator.com/item?id=41862028
Points: 109
# Comments: 127
https://mobeigi.com/blog/gaming/how-we-outsmarted-csgo-cheaters-with-identitylogger/

Article URL: https://github.com/usefulsensors/qc_npu_benchmark
Comments URL: https://news.ycombinator.com/item?id=41863061
Points: 169
# Comments: 86

This little project came about because I kept running into the same problem: cleanly differentiating sensor data before doing analysis. There are a ton of ways to solve this problem, I've always personally been a fan of using kalman filters for the job as its easy to get the double whammy of resampling/upsampling to a fixed consistent rate and also smoothing/outlier rejection. I wrote a little numpy only bayesian filtering/smoothing library recently (