DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
80% Positive
Analyzed from 537 words in the discussion.
Trending Topics
#compute#bloom#content#com#filter#lot#don#wifi#cheap#need

Discussion (26 Comments)Read Original on HackerNews
That and the shuttering of Anandtech sucks.
We got used to consume digital content for free but on the other side we don’t love ads…
Ad networks give pennies to publishers, and to get high spending direct advertiser is almost impossible.
Not everybody is capable to develop a long-term feasible digital strategy eg as NYT.
BRB, the raspberry pi is sending CPU temp alerts now…
This IS IoT in my opinion, not whatever bloatware comes with your Samsung fridge or wifi-connected faucet.
Unrelated but the author at Tom's Hardware is apparently unaware of AliExpress so they bumped the price from $2 (or less) to $5. And that's the price for just one. These things are so cheap you can throw them in everything. They're the perfect alternative to a Raspberry Pi because they have WiFi, Bluetooth, lots of GPIO, and decent compute. Not enough to run Linux but you don't need Linux for IoT.
https://lvgl.io/ https://micropythonos.com/
https://github.com/M-Abozaid/esp32-c3-adblock
But back of the envelope it seems you're shaving not much off if the latency is primarily WiFi latency (tens of milliseconds) not flash reads (microseconds?).
If you use loads of transient clients perhaps a LRU cache would help since round trips might be quite slow.
Hashtables optimized for really large item counts; it can be a useful fast pre-check for item existence.