Hacker News
I ran Photoshop on a £0.60 computer chip
sieve
|next
[-]
Don't get me wrong. I like modern CPUs with huge caches and incredible power, but you do not need this for most devices. Also leads to lazy programming practices and calculators consuming hundreds of megabytes of RAM.
Transformanshen
|next
|previous
[-]
Also, kinda want to order a RP2350 board now too, but I know I'll probably end up having zero time to do anything with it and it'll just sit in a drawer somewhere...
boznz
|next
|previous
[-]
joshuaissac
|next
|previous
[-]
Lerc
|root
|parent
|next
[-]
You can use XIP to run code from Flash, so you can be get away with that in lieu of a decent amount of RAM.
The screens are really fragile, I've stuck my fingernail through three and broke one with an inadvertent tap from a screwdriver.
But they're only $10 and still work as a microcontroller.
tomcam
|next
|previous
[-]
yeahnigga
|next
|previous
[-]
Because this is how I fake vectorized images in 2005 and it took dayyyyys
kbrannigan
|next
|previous
[-]
Imagine running an GPT-3 Generation model on a raspberry pi . This would be great
retrac
|next
|previous
[-]
I suppose in principle the RPi Pico could self-host its own OS and devel environment. 520 KB of RAM in the old days was plenty to fit an OS and compiler. No MMU so no paging though.
ChickeNES
|root
|parent
|next
[-]
While the proposed use cases were things like that, I'd push back on saying that they weren't "intended to be general-purpose computers". I have the original 8080 manual in front of me, and it's very clear they considered them computers to be applied to problems (the first chapter is literally "The Functions of a Computer"). Oh, and the 8080 manual clearly identifies it as the "Intel 8080 Microcomputer Systems" and the 6800 calls it the "Benchmark Family for Microcomputer Systems"
duskwuff
|root
|parent
|next
|previous
[-]
With two cheap PSRAM chips and a bit of trickery, you can upgrade that to 32(.5) MB, which is certainly enough to run a small OS.
In principle you can add even more memory with bank switching, but 32 MB is the limit for a flat address space.
benj111
|root
|parent
[-]
The first Amigas had 512k of ram. Both had much less processing power.
With 32mb you could probably run some kind of Linux.
mayli
|root
|parent
|next
[-]
https://github.com/hchunhui/tiny386/tree/master https://www.cnx-software.com/2025/11/14/windows-95-made-to-r...