People will spend $50 to get a mediocre lukewarm burrito delivered to their door, but won’t pay for the maxed out version of AI tools that give them access to infinite intelligence.
This is your competition.
Gamers Nexus recently called out LG over how its smart TVs collect data, and one guy had enough.
After watching the report, YouTuber tfm55x opened his new LG G6 OLED TV and removed the Wi-Fi, microphone and Bluetooth antenna.
He said he didn’t want LG snooping on him, and a private network didn’t seem like enough.
While removing the hardware, he had a message for LG:
“You don’t own the glass on this one. I flatly refuse to pay that much money for a television and then have you snooping on everything I'm doing. It's none of your damn business.”
He later posted a follow-up showing the TV still worked perfectly after the modifications.
Through the VOICE trial, Terry is using his Neuralink implant to help fine-tune a brain-to-voice interface for himself and others who can’t speak. He trained the algorithm first by miming speech as best he could, then by simply thinking the words and hearing them come out in his own natural voice.
Powered by Grok Voice from @SpaceXAI
study electronics.
especially if you already know software.
because electronics is where code starts touching reality.
start with the fundamentals:
• voltage + current → understand how electrical energy actually moves
• resistors + capacitors + inductors → the basic building blocks of circuits
• diodes + transistors → learn how we switch, amplify, and control signals
• digital logic → gates, registers, clocks, state machines
• microcontrollers → make sensors, motors, displays, and machines respond to code
• communication → uart, i2c, spi, can. learn how hardware talks
• power electronics → mosfets, converters, motor drivers, power supplies
• pcb design → turn breadboard experiments into actual hardware
then stop studying and build.
> read a sensor.
> drive a motor.
> design a power supply.
> build an esp32 board.
> burn a mosfet.
> figure out why.
> build it again.
electronics changes how you look at technology.
• a robot stops being a black box.
• a drone becomes motors + escs + sensors + compute.
• a battery system becomes cells + bms + power electronics.
• a computer becomes billions of tiny switches manipulating signals.
software teaches you how to control information.
electronics teaches you how to control electrons.
learn both and you can start building machines.