The rationale is silly, but the project itself looks interesting. No need to tie it in to civilization collapse though, an odd marketing angle really.
I mean we already see the issues with international supply chains failing during covid, and we haven’t even really seen the significant impacts from climate change. Yeah, most people on HN aren’t going to really need this in the next 5-10 years as we’re predominantly in locations that will be maintained the longest. What about people in countries that already barely have functioning supply chains? This could be immed…
Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
21–30 of 152 posts
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#22This is like TempleOS but for collapsists
But a 32 bit FORTH implementation may well have embedded uses in the present (though, in some circles building something like this is more like a rite of passage and anybody able to use it properly is likely able to re-implement it, possibly better).
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#23The rationale is silly, but the project itself looks interesting. No need to tie it in to civilization collapse though, an odd marketing angle really.
I mean we already see the issues with international supply chains failing during covid, and we haven’t even really seen the significant impacts from climate change. Yeah, most people on HN aren’t going to really need this in the next 5-10 years as we’re predominantly in locations that will be maintained the longest. What about people in countries that already barely have functioning supply chains? This could be immed…
That's the thing: there are already many hackers and makers working on all kinds of ways to reuse old electronic. If they cannot really use this now - who can after a collaps?
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#24Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#25Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#26Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#27Earlier quoted context omitted.
I mean we already see the issues with international supply chains failing during covid, and we haven’t even really seen the significant impacts from climate change. Yeah, most people on HN aren’t going to really need this in the next 5-10 years as we’re predominantly in locations that will be maintained the longest. What about people in countries that already barely have functioning supply chains? This could be immed…
Immediately useful how exactly?
https://github.com/nornagon/jonesforth/blob/master/jonesfort...
Is a nice starting point. It's obviously not as compact as say 'Brainfuck' but it is far more versatile.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#28The rationale is silly, but the project itself looks interesting. No need to tie it in to civilization collapse though, an odd marketing angle really.
I mean we already see the issues with international supply chains failing during covid, and we haven’t even really seen the significant impacts from climate change. Yeah, most people on HN aren’t going to really need this in the next 5-10 years as we’re predominantly in locations that will be maintained the longest. What about people in countries that already barely have functioning supply chains? This could be immed…
If you have technology skills and reasonably expect to experience some sort of apocalyptic scenario, ISTM you'd be better off with a solar charger, a few rugged smartphones, and several SD cards containing backups of Wikipedia and as much reference material as you can collect. Getting to a better location (either by traveling or improving a deficient one) is likely to take up most of your mental and physical energy, and electronics are in the 'nice to have' part of your inventory, below weapons, tools, and basic survival supplies.
If you want to go really cheap and low power, consider stocking up on ESP32 devices, which are super-capable and can be had for only a few $ each.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#29The thought of a solitary hacker somehow saving our electronic heritage with nothing but a Sega Master System brings a grin to my face.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#30what advantages would this have over something like IDK, debian?
The core system is about 8000 lines of code. The C compiler is 1400. Its memory footprint is extremely small (1MB to have a C compiler running on bare metal in the PC architecture). From here, you have a system capable of building C programs as well as bootstrapping itself.
This is level of simplicity is staggering and empowering -- it is completely reasonable to read and understand every single line of code in Dusk OS. This would be incomprehensible in something like Debian.