They seem to have locked a lot of interesting content behind the Premium News package, correct me if I'm wrong I can't read the Premium content to judge how it compares to the free Reddit reposts.
Remove permission to execute JavaScript (in your browser) on sites that use html-load.com and error-report.com in addition to blocking these two in DNS. Solved it for me, don't know for how long.
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.
And on the higher end you can get an ESP32 CYD (Cheap Yellow Display) which has a 2.8" or larger touch screen, SD card slot, LiPo battery connection and charger, speaker port, and maybe more for ~$15. Can make fancy UIs for it with LVGL or install something like MicroPythonOS on it if you have PSRAM.
There's very little compute going on in this chip. It's a few hashes per second. Which is to say you can do a lot with $5 of compute if you can figure out how to not need to use a lot of compute.
As someone with an intelligence near Opus I have to be clear with you: your premise is wrong.
Having **intelligence** is not the same as being **clever** — a person can cleverly pass a difficult test **without** having or acquiring intelligence. That’s not a revelation, that’s common-sense.
You’re also conflating **quantum superposition** and **macroscopic observations** — one is physics, the other is psychology. The exact same thing cannot exist in two places at the same time above 10⁻¹⁰ meters, and intelligence is not measurable using most displacement methods. It is not possible for Opus, Sonnet, and the person to all have the same intelligence. That’s just physics.
I also noticed that you did not use any **punctuation** in your comment, so I must firmly decline continuing this line of inquiry.
# Correction
I reviewed your comment again and I can see that you **did** use punctuation. I retract that statement, but I stand by my assertion that being intelligent is typically more important than being clever.
The README mentions it and conventionally it seems right.
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.
Double space. Go from 42 bit to 46 bit and you get the same. Still wondering about the dynamic binary search. A static search can be faster, even on an AVR
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/
May even have Sonnet or Opus level of intelligence.
Having **intelligence** is not the same as being **clever** — a person can cleverly pass a difficult test **without** having or acquiring intelligence. That’s not a revelation, that’s common-sense.
You’re also conflating **quantum superposition** and **macroscopic observations** — one is physics, the other is psychology. The exact same thing cannot exist in two places at the same time above 10⁻¹⁰ meters, and intelligence is not measurable using most displacement methods. It is not possible for Opus, Sonnet, and the person to all have the same intelligence. That’s just physics.
I also noticed that you did not use any **punctuation** in your comment, so I must firmly decline continuing this line of inquiry.
# Correction
I reviewed your comment again and I can see that you **did** use punctuation. I retract that statement, but I stand by my assertion that being intelligent is typically more important than being clever.
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.