Live data from Hacker News

Mini Micro Fantasy Computer

miniscript.org

71–80 of 88 posts

Re: Mini Micro Fantasy Computer

#71
post #45
post #27

I’d love to see something like this but designed to run on esp32 or raspberry pi 2530. Either can handle basic HDMI and USB. Or a little Easy to think raspberry pi, but with a full Linux you won’t get that intrinsic understanding that you fully control the hardware, you never control the “bare metal” unless you are a much more advanced user. IMHO the feeling of not being in full control of your computing device is no…

I have been thinking along those lines myself. I have been playing around with a per scanline generated display on a rp2350 outputting to a tiny LCD. I think there's potential for some pretty fancy stuff on HDMI. A 2350 with PSRAM, HDMI connector plus a MicroSD for bulk filesytem, and USB for input could be quite a fun micro PC. I would be tempted to make somthing that had a second RP2350 with its own PSRAM sitting u…

Check out the Adafruit Fruit Jam, its got pretty much everything you need.

Re: Mini Micro Fantasy Computer

#72
post #27

I’d love to see something like this but designed to run on esp32 or raspberry pi 2530. Either can handle basic HDMI and USB. Or a little Easy to think raspberry pi, but with a full Linux you won’t get that intrinsic understanding that you fully control the hardware, you never control the “bare metal” unless you are a much more advanced user. IMHO the feeling of not being in full control of your computing device is no…

There‘s LEDmeplay https://mithotronic.de/ledmeplay.php

Re: Mini Micro Fantasy Computer

#73
post #27

I’d love to see something like this but designed to run on esp32 or raspberry pi 2530. Either can handle basic HDMI and USB. Or a little Easy to think raspberry pi, but with a full Linux you won’t get that intrinsic understanding that you fully control the hardware, you never control the “bare metal” unless you are a much more advanced user. IMHO the feeling of not being in full control of your computing device is no…

There’s a wealth of retro machines out there that cater to this. A sample: https://www.olimex.com/Products/Retro-Computers/Neo6502/open...

https://www.olimex.com/Products/Retro-Computers/AgonLight2/o...

Or with keyboards: https://wildbitscomputing.com/

https://www.kickstarter.com/projects/spectrumnext/zx-spectru...

Or you can go mobile: https://www.clockworkpi.com/product-page/picocalc

https://andywarburton.co.uk/post/gr3ml1n-a-compact-handheld-...

And if you want a real challenge, the one euro computer:

https://www.olimex.com/Products/Retro-Computers/RVPC/open-so...

Re: Mini Micro Fantasy Computer

#75

Free but not Open Source? Did I miss that?

> Free but not Open Source? Did I miss that? The miniscript language itself is MIT License: https://github.com/JoeStrout/miniscript The Minimicro code doesn't seem to have any license in the repository or code: https://github.com/JoeStrout/minimicro-sysdisk

Am I the only one that hates that programmers now have to also be lawyers?

Re: Mini Micro Fantasy Computer

#76

Earlier quoted context omitted.

> Free but not Open Source? Did I miss that? The miniscript language itself is MIT License: https://github.com/JoeStrout/miniscript The Minimicro code doesn't seem to have any license in the repository or code: https://github.com/JoeStrout/minimicro-sysdisk

Am I the only one that hates that programmers now have to also be lawyers?

What do you mean now? The peak of debating the merits of varied FOSS licenses must have been 20 years ago.

Re: Mini Micro Fantasy Computer

#77
post #33

Earlier quoted context omitted.

> Free but not Open Source? Did I miss that? The miniscript language itself is MIT License: https://github.com/JoeStrout/miniscript The Minimicro code doesn't seem to have any license in the repository or code: https://github.com/JoeStrout/minimicro-sysdisk

So Open Source but not Free (Libre).

That's usually called "source available", since most people, including some governmental orgs around the world, already follow OSI's definition for "open source".

Re: Mini Micro Fantasy Computer

#78
post #27

I’d love to see something like this but designed to run on esp32 or raspberry pi 2530. Either can handle basic HDMI and USB. Or a little Easy to think raspberry pi, but with a full Linux you won’t get that intrinsic understanding that you fully control the hardware, you never control the “bare metal” unless you are a much more advanced user. IMHO the feeling of not being in full control of your computing device is no…

why not just use a vintage computer or game console then?

The machines were simple but the technology constraints of the day also made them very inconvenient. Lots of wires, bulky & slow storage, limited connectivity.

Re: Mini Micro Fantasy Computer

#79
post #63
post #62

I don't get why this kind of projects need : - a manual - an installer when you have Web pages can now - be offline (PWA) - be responsive and run on pretty much any device - run pretty much anything thanks to WASM but anyway already have JS/HTML/CSS as bare minimum - can have the instructions AND the runtime on the same page, on any device, instantly - can connect with physical hardware, see recent https://hacks.mozi…

> Mini Micro is a neo-retro virtual computer. Learn to code, play some games, and join a friendly, enthusiastic community of hobbyists! Apparently not that friendly on HN :-D

What's unfriendly in questioning the delivery mechanism or design choices?

I can think a project is cool or useful without thinking it's perfect. In fact ALL projects I encounter, including mine, are like that, imperfect. I think native is a barrier to entry so IMHO it should only be relied on when it's truly necessary. I'm just stating my opinion and others are welcomed to disagree and explain why they think so.

Re: Mini Micro Fantasy Computer

#80
post #62

I don't get why this kind of projects need : - a manual - an installer when you have Web pages can now - be offline (PWA) - be responsive and run on pretty much any device - run pretty much anything thanks to WASM but anyway already have JS/HTML/CSS as bare minimum - can have the instructions AND the runtime on the same page, on any device, instantly - can connect with physical hardware, see recent https://hacks.mozi…

Web browsers suck as an app platform. Give me native any day, personally.
Post reply on HN