This would force everyone using a VPN to submit ID verification in one fell swoop
I contend that is impossible to make an unbiased AI. I did an AI image recognition project several years ago. It used yolo to categorize rust into grade 1, 2, and 3 for offshore platforms. When creating our training…
Apple A series CPUs and now M series CPUs have consistently been top of the benchmarks in single core performance for most of the last decade. This even holds true when pitted against desktop Intel and AMD chips. For…
Vindication! I’ve spent over a decade of my life putting physical interactives into museums. I have preached (sold) many museums on the stance that they should put unique experiences into museums that can’t happen on an…
They are probably referring to the much larger driver facing curved touchscreens for carplay/android auto that merges with the screen used for the instrument gauge. Also, the driver assist tech on the newer kia/hyundais…
Embrace, Extend, Extinguish. Microsoft knew they would never get significant market share unless they offered open source alternatives that let you circumvent the telemetry in the early days of VScode. Embrace. The…
GPT 4.5 seems to get it right, but then repeat the 700 pounds "A woodchuck would chuck as much wood as a woodchuck could chuck if a woodchuck could chuck wood. However, humor aside, a wildlife expert once estimated…
Thanks for pointing that out. I thought it was some sort of variation on an E-ink display because of the black and white limitation. Nothing about transflective tech limits it from full color other than price. I guess…
Whatever happened to the transflective lcds that were popular in carputers in the 2000s? They seem to be a perfect fit for a tablet and I have been puzzled that no one has jumped on using them in one. from the…
It's price is it's biggest drawback, but it is also replacing any electronics used to run the switches at 12 or 24v which gets you above the noise floor if you are operating next to something noisy like a VFD. from the…
Edit: I meant to call out the MAX6818, not MAX 3218
I guess I should rephrase. It saves all the interrupts except the one triggered at 40ms delay. For every button press without hardware debouncing, you can have 10s - 100s of 1to0 and 0to1 transitions on the…
I'm a big fan of debouncing in hardware with the MAX3218 chip. It will debounce by waiting 40ms for the signal to "settle" before passing it on. This saves your microprocessor interrupts for other things. It also will…
In a monkeys in front of a typewriter world, statistically, you are as likely to have a one off event that matches a specific bit pattern in the underlying format as you would the encrypted format. It would not be…
I really like all the caveats and the time taken to explain things in the first part of that document, but later it starts to rush and gloss over important details and caveats. On page 151 of that link, when it starts…
I wish Supah Valves [1] were still available so I could recommend them. They use a smaller sprinkler valve as a pilot to move a much larger piston based valve _very_ quickly. That lets a lot more of your reservoir…
Thank you so much for the quick answer. That makes complete sense. I appreciate anyone putting in efforts in on Node-RED. I use it heavily in interactive museum exhibits and would spend a lot more time on software…
At first I thought this was a new version of the "officially" supported node-red-dashboard [1], but that doesn't seem to be the case. The landing page doesn't seem to indicate it is different, but clicking through…
Thank you! This is exactly the kind of answer I was hoping for.
Thank you for sharing this. I'm especially impressed by the gorgeous diagrams. My favorites are on pages 67, 87, 142, and 170. At first I thought they were all hand drafted until I reached the diagram on pg 170, which…
Generally you are not compressing water though if dealing with compressed fluids (unless you are trying to simulate deep ocean depths for pressure testing.) You are compressing Hydraulic Fluid which can cause Hydraulic…
Most speakers can operate as a microphone. You just operate them in reverse. Sound waves in a room move the speaker cone which in turn induces a voltage on the speaker coil as it vibrates. In most modern speakers the…
I’m really pleased to get a local rebuttal. The conversation I spoke of happened a little over a decade ago and I’ve been curious ever since if it was a momentary perspective or a longer term trend. Did you see anything…
I had a long talk with a Chicago born cab driver when visiting a few years back. He explained to me that Chicago used to be a conventional city where the businesses were downtown and residential was a donut around that.…
Your comment reminds me of paper by Bestsy Sparrow [1] where she hypothesizes that "Our brains rely on the Internet for memory in much the same way they rely on the memory of a friend, family member or co-worker. We…
This would force everyone using a VPN to submit ID verification in one fell swoop
I contend that is impossible to make an unbiased AI. I did an AI image recognition project several years ago. It used yolo to categorize rust into grade 1, 2, and 3 for offshore platforms. When creating our training…
Apple A series CPUs and now M series CPUs have consistently been top of the benchmarks in single core performance for most of the last decade. This even holds true when pitted against desktop Intel and AMD chips. For…
Vindication! I’ve spent over a decade of my life putting physical interactives into museums. I have preached (sold) many museums on the stance that they should put unique experiences into museums that can’t happen on an…
They are probably referring to the much larger driver facing curved touchscreens for carplay/android auto that merges with the screen used for the instrument gauge. Also, the driver assist tech on the newer kia/hyundais…
Embrace, Extend, Extinguish. Microsoft knew they would never get significant market share unless they offered open source alternatives that let you circumvent the telemetry in the early days of VScode. Embrace. The…
GPT 4.5 seems to get it right, but then repeat the 700 pounds "A woodchuck would chuck as much wood as a woodchuck could chuck if a woodchuck could chuck wood. However, humor aside, a wildlife expert once estimated…
Thanks for pointing that out. I thought it was some sort of variation on an E-ink display because of the black and white limitation. Nothing about transflective tech limits it from full color other than price. I guess…
Whatever happened to the transflective lcds that were popular in carputers in the 2000s? They seem to be a perfect fit for a tablet and I have been puzzled that no one has jumped on using them in one. from the…
It's price is it's biggest drawback, but it is also replacing any electronics used to run the switches at 12 or 24v which gets you above the noise floor if you are operating next to something noisy like a VFD. from the…
Edit: I meant to call out the MAX6818, not MAX 3218
I guess I should rephrase. It saves all the interrupts except the one triggered at 40ms delay. For every button press without hardware debouncing, you can have 10s - 100s of 1to0 and 0to1 transitions on the…
I'm a big fan of debouncing in hardware with the MAX3218 chip. It will debounce by waiting 40ms for the signal to "settle" before passing it on. This saves your microprocessor interrupts for other things. It also will…
In a monkeys in front of a typewriter world, statistically, you are as likely to have a one off event that matches a specific bit pattern in the underlying format as you would the encrypted format. It would not be…
I really like all the caveats and the time taken to explain things in the first part of that document, but later it starts to rush and gloss over important details and caveats. On page 151 of that link, when it starts…
I wish Supah Valves [1] were still available so I could recommend them. They use a smaller sprinkler valve as a pilot to move a much larger piston based valve _very_ quickly. That lets a lot more of your reservoir…
Thank you so much for the quick answer. That makes complete sense. I appreciate anyone putting in efforts in on Node-RED. I use it heavily in interactive museum exhibits and would spend a lot more time on software…
At first I thought this was a new version of the "officially" supported node-red-dashboard [1], but that doesn't seem to be the case. The landing page doesn't seem to indicate it is different, but clicking through…
Thank you! This is exactly the kind of answer I was hoping for.
Thank you for sharing this. I'm especially impressed by the gorgeous diagrams. My favorites are on pages 67, 87, 142, and 170. At first I thought they were all hand drafted until I reached the diagram on pg 170, which…
Generally you are not compressing water though if dealing with compressed fluids (unless you are trying to simulate deep ocean depths for pressure testing.) You are compressing Hydraulic Fluid which can cause Hydraulic…
Most speakers can operate as a microphone. You just operate them in reverse. Sound waves in a room move the speaker cone which in turn induces a voltage on the speaker coil as it vibrates. In most modern speakers the…
I’m really pleased to get a local rebuttal. The conversation I spoke of happened a little over a decade ago and I’ve been curious ever since if it was a momentary perspective or a longer term trend. Did you see anything…
I had a long talk with a Chicago born cab driver when visiting a few years back. He explained to me that Chicago used to be a conventional city where the businesses were downtown and residential was a donut around that.…
Your comment reminds me of paper by Bestsy Sparrow [1] where she hypothesizes that "Our brains rely on the Internet for memory in much the same way they rely on the memory of a friend, family member or co-worker. We…