Next up, turning these into AI web scraper bots!
/pleasedon’tdothis
This is a most excellent place for technology news and articles.
Next up, turning these into AI web scraper bots!
/pleasedon’tdothis
Ok here's my billion dollar idea: vapes that already are web servers!
But does it run DOOM?
But can it run DOOM?
You can run Doom on a literal potato
Probably
Reusing them, even in small experimental projects, underscores a broader sustainability opportunity.
Bigger opportunity would be banning this shit.
outright bans just allow black markets to flourish. harm reduction and public safety campaigns would go much further
We wouldn't be banning vaping, we'd be banning disposable vapes.
As someone who vapes quite a bit, I would genuinely love to see this. Disposables are an absolute shitshow and never should have existed in the first place.
Seriously. I struggle to fathom how running out for disposables is even slightly more convenient than refilling a proper tank every so often and replacing the coil. It tastes better, lasts longer and makes much less waste.
I think it's the marketing of it. A decent amount of people I've talked to genuinely don't know that there's a reusable option. This also changed when the tobacco industry got involved. Vaping used to have more of a culture of cessation. It was talked about how you could transition from cigs at a higher nicotine level, then bring it down until you're vaping zero nic, then quit that. I barely hear anyone talk about the quitting pipeline anymore. I don't think it's an accident, I think it's intentional.
Edit: I also think it's the fact that you only have to buy one thing, and the 3 things (device, coils, juice) aren't available in every gas station like disposables are. And the user experience - open the box and it starts right up, no refills, all it needs is a charge once in a while. People are really fucking lazy, by nature. But the cost of all those conveniences is indebted tenfold upon the environment, as destruction and waste.
This, cartridges make me feel dirty, let alone wasting a entire li-ion cell too.
There are some shops that will actually collect the vapes and send them back to the manufacturer for recycling. But it's less common than it used to be, which frustrates me to no end, it should be the reverse if anything.
"it was actually a PY32F002B, powered by a 24 MHz Arm Cortex M0+ processor. The chip also carried 24KB of flash storage and 3KB of static RAM"
To process a single button.
Well the PY32F002B (costing a few cents) even though it has a 32-bit (entry level) ARM core @ 24MHz is literally cheaper than older and less powerful microcontrollers.
Granted, if you don't do anything else than react to a push button it's still cheaper to use discrete electronic components than a microcontroller, but given that this device has a LiPo battery (meaning there's battery control involved) and judging by the picture a USB-C connector, there's probably a bit more digital logic in it, by which point a 3 cent microcontroller plus a cheap SMD crystal and some caps is cheaper than using discrete components.
The domain of embedded systems has evolved to the point that it's the best option for almost everything in consumer electronics, mainly because at the lower end there are so many stupidly cheap and easy to use choices were you don't run an OS in it but instead just a single block of single-threaded code directly on the bare metal accessing registers directly.
Temperature control, likely something to keep track of how much is left in the device, and I’m betting I’m forgetting something.
I doubt discreet electronics can cut it at that point.
Yeah, as per the analysis I did in another post, even a 555 and a couple of transistors to just blink an LED is more expensive than putting a microcontroller like this one there.
It's so you can have a spinny animation when you hit the button.
that's more powerful than my first computer
can it play Grover Teaches Typing?
Because an existing SoC at scale is cheaper than a custom ASIC.
You see this all the time, custom keyboard running ARM+Linux, SmartNICs using RISC-V cores/FPGAs instead of ASIC accelerators. Even Microsoft refuses to commit to ASICs for network processing in their DCs and use FPGAs instead.
What can I do with my samsung smartphone whose screen is broken?
Hardware isn't the limitation, its willingness to fight locked down hardware and the power management of android. You might be able use ADB to control it, install termux and then with that, SSH server and then a server of some sort.
In my experience, most phones don't seem to boot sans battery, so its just a matter of time until the battery goes poof and your system goes down. Some manage it though - you do get a decent amount of hardware for the power consumption.