>>956358
(quoting myself)
One thing I have wondered about is building an "anonymized" computer for web browsing.
In other threads people talk about the botnet and about all the telemetry stuff in Windows and Linux.
They talk shit about having some kind of secure PC CPUs made, but that is a dream that ain't happening.
I am wondering if anyone is trying to build their on "netbook" based on a real-time board like an Arduino or similar?
1. There are 800x480 screens already available that have Arduino drivers for. That's not great, but it is "bare metal" that isn't hiding anything ugly.
2. There are ethernet and wifi modules already available.
3. Using a PC keyboard might be a bother, but building (some kind of keyboard that will work) isn't much of a problem... You can get 12-key analog modules from RobotDyn, and put 4 of them on a 16-channel analog multiplexer. That would give 48 keys easily...
4. You would need to code a basic HTML interpreter, and you would need to display jpegs and pngs.... That would be most of the work here, but it doesn't seem to be out of the realm of possibility. Especially if you did it as a "scripting" program, with the bulk of the data stored on an SD card (because the Arduino Due board only has 256K of storage, but SD cards are multi-megabyte).
5. I think trying to run Javascript would be a much larger task. Dunno how well that would work. I would think that you would not need 100% of Javascript, you would just need to handle the more-common stuff that is used.
You'd never run the multimedia shit, but oh well. You should be able to do most HTML and some Javascript.
If you REALLY wanted a "sterile" internet computer, it doesn't seem to be out of reach here. There's just some coding work to be done. Is anybody doing this?