Earlier quoted context omitted.
https://news.ycombinator.com/item?id=35046551 "easy to imagine - a large enough collapse that making new ones is very very hard, especially compared to scrounging and repurposing the huge amount of existing ones. Imagine a huge population decline, and search parties looking through the ruins for useful tech, like computers, decades later. Such a society could probably make new computers, but the cost of making new, m…
Yes, it would make for a nice movie. But real life isn't a movie and of course I'm fine with individuals making their own decisions I still think we should look at the general picture through the lens of finding out what the likelihood of certain scenarios is first. Prepping for an intermediate stage is ultimately not a very good disaster mitigation strategy, you plan for the worst and hope for the best. This interme…
Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
131–140 of 152 posts
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#132Neat project. I tend to believe things like this will be more useful 50-100 years post-collapse though. And it seems to me the post-apocalyptic computer niche will be more likely filled by the vast quantities of RPis left in junk drawers rather than the dozen or so computers that will have been prepped with something like this.
Where can I enlist my drawer?
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#133> "The first one is when the global supply chain is broken and the second one is when, in a particular community, the last modern computer dies." Can someone please explain to me how modern computers will die? I don't see how solid state electronics will break, will they eventually rust in 100 years or something?
Not sure if integrated circuitry suffers from this or other similar phenomenon to.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#134Earlier quoted context omitted.
Yes, it would make for a nice movie. But real life isn't a movie and of course I'm fine with individuals making their own decisions I still think we should look at the general picture through the lens of finding out what the likelihood of certain scenarios is first. Prepping for an intermediate stage is ultimately not a very good disaster mitigation strategy, you plan for the worst and hope for the best. This interme…
Och c'mon. Agriculture even from 200 years ago can feed much more than 2/3x people than directly working with it. There always will be place for people tinkering and trying new things and or trying to bring old things to life. Computers do have legit use cases like communication, access to knowledge etc... There will be place for comp geeks in post apo world, but certainly not for many. They will have to prove themse…
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#135After civilizational collapse you won't need computers, you'll need bows, arrows and basic agricultural tools that don't require motors. Forget about electricity or anything requiring it, that will be the least of your problems. Assuming there is still sunlight enough to keep photosynthesis running. If not, you may want to find some place high. And if you are going to do something like this then you really should mak…
Are we currently doing all we can to prevent collapse? It seems like they vaguely try to stop pollution and WW3, but what about the Carrington event? And why does it seem like individuals are far more interesting in preparing for collapse than preventing it? It really feels like people would rather live in 1800 than continue with industrial society, even if the environmental toll and body count was far higher than wh…
That is a great question for which I don't have an answer, but thank you for asking it, it is something to think about.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#136Earlier quoted context omitted.
"This could be immediately useful for them." 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?
Sorry, I’m not following. Are you saying they are able to use this now? Or that it can’t be used now?
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#137For Duck OS to shine, you really do not need a civilizational collapse. Consider a world that existed in 1960s, where computers were not affordable by a median family and only Universities and Research institutions can have them. We can get into that world with a dash of hyper-inflation and war in wrong places. Semi-conductor industry has complex supply chains, and if cost of bunker fuel shoots to say $500 dollars a…
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#138Earlier quoted context omitted.
I'd bet the US national grid would be back up in some capacity within a year. People tend to assemble in times of crisis.
Have you been in a coma during the past decade? I can’t fathom how you could possibly come to this conclusion after COVID.
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#139Earlier quoted context omitted.
It's pretty dangerous when those that are in a position to make a difference are also able to position themselves in such a way that they won't go down with the ship if they don't.
That's getting into Illuminati territory. Thiel is rich and powerful, but he isn't that rich and powerful. There are more than enough counterbalancing forces. And it starts to be way too thought policy (for me) deciding "You can't be rich and worry about civilization collapsing."
Re: Dusk OS: 32-bit Forth OS. Useful during first stage of civilizational collapse
#140Earlier quoted context omitted.
Much larger hardware requirements.
And brain requirements. Forth is frustrating to me, but APL is just all too much.
FORTH is extremely easy to get into, a very powerful metaphor that has a ton of parallels in other languages, even if you don't realize it. There are strong connections between FORTH, LISP and shell programming languages to the point that they are in a manner of speaking different ways to express the same thing. Of those three I think LISP is the most complete and feature rich, and FORTH probably the least because it is much more barebones. But that upside of that is that it also requires absolutely no supporting infrastructure, the most basic access to a machine at the hardware level is enough to bootstrap to a usable system in an absolute minimum memory profile.