I don't think just developing a Z80 operating system is enough. The whole ecosystem needs to be preserved. In agriculture, we have the doomsday seed vault [0] just for this purpose. If we anticipate collapse of the current economic system or society, I think we should build a doomsday computer vault, that keeps everything we need to rebuild the computing industry in a underground bunker. It keeps everything we need i…
Collapse OS
101–110 of 323 posts
Re: Collapse OS
#102If it can be useful, than it can also be useful today to all the (poor) tinker people around the world today. There are lots of alternative eco villages etc. trying to be self sufficient, who do all kinds of recycling and improvised technology. If this adopts with those people, then it might be useful.
But if they cannot use this today, then I don't see how a broken down surviver group could use it.
Re: Collapse OS
#103Earlier quoted context omitted.
The core premise of the story is that the people who have tech have access to a copy of WikiPedia, or some portion of it, which is like a super power in a post-tech world. Even if it is only used periodically (to prevent wear and tear on the computer), it would still be incredibly valuable to have an oracle that can answer questions like "how to nixtamilize corn?" or "how to preserve food without refrigeration" in a…
Well, honestly, I think for that type of knowledge, Wikipedia is actually a very bad starting point. It could have become something like that, but ... I blame Deletionism, and more importantly, the general aversity to "know how" pages. Yes, you could relearn math from Wikipedia, but I'm not sure there's enough stuff in there that somebody who didn't already know how would be able to recreate half-way modern antibioti…
The premise isn't that the folks with WikiPedia can rebuild modern society. It's that they literally can't (even if they had better knowledge resources), but would still have a survival advantage from having a little bit of the old knowledge. The fact is that if we lose our modern society, we'll never be able to build it up again. We've dug up all of the easily accessible resources, already. Scavenging from the good old days is the best any post-apocalyptic society can hope for, as bleak as that sounds.
Re: Collapse OS
#104Why does the author think the global supply chain will collapse in the next ten years? What scenario do they envision? Climate change? Will cost trillions of dollars and billions of lives, but will likely be played out over course of several decades. We will be stressing out about it but its not going to be electronics-ending apocalyptic Nuclear war? Please. The countries that have the capability are also level-heade…
https://www.cnet.com/news/we-arent-ready-for-a-solar-storm-s...
Near miss in July 2012: https://science.nasa.gov/science-news/science-at-nasa/2014/2...
Re: Collapse OS
#105Earlier quoted context omitted.
The core premise of the story is that the people who have tech have access to a copy of WikiPedia, or some portion of it, which is like a super power in a post-tech world. Even if it is only used periodically (to prevent wear and tear on the computer), it would still be incredibly valuable to have an oracle that can answer questions like "how to nixtamilize corn?" or "how to preserve food without refrigeration" in a…
Well, honestly, I think for that type of knowledge, Wikipedia is actually a very bad starting point. It could have become something like that, but ... I blame Deletionism, and more importantly, the general aversity to "know how" pages. Yes, you could relearn math from Wikipedia, but I'm not sure there's enough stuff in there that somebody who didn't already know how would be able to recreate half-way modern antibioti…
¹ I vaguely recall Wikipedia already provides some way to download all pages in bulk, but I can't seem to find it (if it even exists anymore, or if it ever actually existed instead of me just hallucinating it)
Re: Collapse OS
#106Earlier quoted context omitted.
The core premise of the story is that the people who have tech have access to a copy of WikiPedia, or some portion of it, which is like a super power in a post-tech world. Even if it is only used periodically (to prevent wear and tear on the computer), it would still be incredibly valuable to have an oracle that can answer questions like "how to nixtamilize corn?" or "how to preserve food without refrigeration" in a…
Well, honestly, I think for that type of knowledge, Wikipedia is actually a very bad starting point. It could have become something like that, but ... I blame Deletionism, and more importantly, the general aversity to "know how" pages. Yes, you could relearn math from Wikipedia, but I'm not sure there's enough stuff in there that somebody who didn't already know how would be able to recreate half-way modern antibioti…
Re: Collapse OS
#107Earlier quoted context omitted.
Yes, sensor monitoring (movement, heat, wind) is just simple IO handling and I'm sure managing a SQLite database would be in it's capabilities. If a C64 is capable of all if this then it can be done. Even chat is possible for example between two buildings where radio might not penetrate the walls. But sure, at that point if you can lay down cables, then it's simpler to just build a telephone.
SQLite assumes quite a bit more resources than a Z80 has.
Re: Collapse OS
#108Re: Collapse OS
#109Earlier quoted context omitted.
401(k) plans have individual named customer accounts and strict auditing standards. A Bernie Madoff type scam isn't really possible. Even if Vanguard or Fidelity goes bankrupt the customer accounts will still exist. There's no counterparty risk (except for cash actively being transferred in or out).
Even if you have full confidence in auditors and regulators (Arthur Andersen?) that only guarantees that you own the contents of the account. What about what's in those accounts? How familiar are most people with the details of the various mutual funds and/or ETFs that might be held in their accounts? How complex are the webs of obligations inside those funds? If one or more large financial institutions were to have…
Re: Collapse OS
#110I've been sort of half-assed working on a novel about a post-tech future (100+ years after apocalypse), where a handful of people retained some technology by virtue of having stored information about it in a manner that survived and a tradition of scavenging and trading and a sort of religion based on maintaining it in a working state. So, this is a fun read and thought experiment, even if an 8-bit computer is probab…
Ben Eater's YouTube channel ( https://www.youtube.com/channel/UCS0N5baNlQWJCUrhCEo8WlA ) shows the step-by-step process of building an 8-bit computer, running a display and sending data over a network from fundamental components. He does use some manufactured stuff like breadboards, timing crystals and ICs, but it's still pretty cool stuff. Building computers from raw minerals would be pretty tough.
They basically walk you through assembling and programming a full CPU from nothing but NAND-gates in a hardware description language, and in the second part even adding a compiler and higher-level language to the stack.