Live data from Hacker News

Post-Apocalyptic Programming

zserge.com

51–60 of 165 posts

Re: Post-Apocalyptic Programming

#51
> what if you are the only survivor with some programming skills sitting in front of a computer you’ve never heard of, with some hex pad to enter machine codes, with maybe some pen and paper. What will you do?

Leave it on the ground and forage around until I find a computer that runs windows. It's not great, but, it'll do. Failing that, a phone and a solar charger.

Charming as it is to build yourself toys 'from scratch' to play with, it's pretty unrealistic that you'd end up ever needing those skills in a real 'end of the world' or 'total supply chain disruption' situation.

It's far, far more likely that you'd use off the shelf software, and your skills would revolve around being a cell-phone/laptop/whatever repairman, repairing old screens, charging cables, and other mechanical bits and bobs on hardware that was never really intended to be used for more than ~5 years; and ripping up 'no longer working' stuff for bits you can put into 'mostly working' stuff, and maybe building analogue circuits or maintaining power grids and solar panels.

Electrical engineer, soldering wires types of skills, not writing interpreters and coding skills, is what you would need ...if, you were indeed, in the luxury of not spending all your time just looking for food and water.

Let's be real. No one is going to sit around implementing an interpreter for some obscure cpu you found.

That's a skill for idly bored rich modern folk and archeologists of the future.

Re: Post-Apocalyptic Programming

#52
post #39

Earlier quoted context omitted.

> Perhaps when you’ve grown emotionally, you’ll understand This is arrogant, and condescending, not kind.

This is a quote from the post I replied to, which is why I said it, as a mirror to the arrogance of the material I responded to. The post I responded to posits that those in favour of governments and collective action are not emotionally grown. If it is not kind, then neither is the original.

> posits that those in favour of governments and collective action are not emotionally grown

I didn't read it like that - I read it as the ability to self-govern requires great individual responsibility and emotional control. Whether this is the only way forward is up for debate, but I agree it requires an (unlikely?) level of public competence.

Re: Post-Apocalyptic Programming

#53

Earlier quoted context omitted.

https://earth-planets-space.springeropen.com/articles/10.118... This recent paper from Japan estimates the following likelihood for what it calls "extremely large solar flares": > for 30-, 50-, and 100-year periods to be 0.70−0.76, 0.87−0.91, and 0.98−0.99, respectively

Perfect, thank you! I find much more value in numerical expression when it comes to topics about future events than the fuzzy and loaded English terms we tend to use in casual conversation. I had the wrong impression about your previous message based on my own preconceived notions, and numbers reduce all that.

No problem, I should have been more specific when I wrote my initial comment but I was too lazy to pull up the exact reference until you challenged me (I somewhat randomly saw this paper a few days ago, initially).

Re: Post-Apocalyptic Programming

#54
post #49

I love prepping, up to a point. If we all would like to live in a world without war, the only path I see is if people learn to be strong as individuals, able to self govern, grow emotionally and take responsibility for their own actions. As long as we use collective thinking and externalization our power in organizations, believe in superstitions like money, government, “the greater good”, rather than recognizing wha…

There is nothing superstitious about government, money, organizations, etc. This is a fantasy. If you really want to exist as a society of strong individuals (assuming that’s not already a contradiction in terms) in the absence of these constructs, you have to accept the very real likelihood that stronger individuals will be trying to rob and murder you. And organizing themselves into groups to do that more successfu…

Show me a government, and I’ll believe you that it’s not a superstition. I only see people.

People organizing and working together is great.

People feeling they have a right to use violence to achieve their goals, not so much.

Edit: https://xkcd.com/386/

I will take this opportunity to to try to express myself a bit more clearly. I don't really expect to convince anyone of anything, but rather I would like to reach the few people out their that do resonate with me and my words.

Government is superstition just the way Santa is a superstition. You can call it an inter-subjective entity, or egregore, but ultimately it's not more real than any other imagined concept. It is perhaps a useful mental model to apply labels and titles to groups of people, or certain concepts, but it is also valuable to realize these are labels and models.

A government, as far as I know does not exist, insofar as I cannot interact with it as a single entity, or see it. If you look at this from an esoteric perspective, perhaps nothing is real, or it's all consciousness, or a simulation, or vibration of energy, however that doesn't change my lived experience of what appears real now.

I take issue with collective thinking, labeling a group of people with an identity, and then acting as if this identity is real. I don't have any animosity towards any other man or woman living in a different "country". I doubt many people do, and yet under the superstition of collective thinking, many people go to war, fighting against a "them" that someone did us "wrong", because we've been told so, or believe in large geopolitical movements. If every single conscious entity took a step back, and only acted violently in self-defense, there would be no war. There would simply be no reason to do it.

There are numerous arguments against this, such as "there will always be 'bad' people, so we need gang up and make sure they don't do bad things", and soon enough, there will be a group of people, believing they are the only people who can legitimately use force and violence, because they are stopping the 'bad people'. If you look at a history book, you'll find more death and destruction because of "governments" by a very long shot, and very little due to the few "bad apples".

The "Common Good" is another fallacy that leads to much suffering. How do we define it? We can use numbers, and metrics and "happiness surveys", and try to use left brain thinking to optimize for it, but ultimately "good" is in they experience of the individual conscious entity experiencing it. Trying to define it mathematically is taking away the agency and life of those who experience it, reveals a certain hubris and elitism that certain "experts" know what is best for everyone, for the "common good".

A book I recommend for those interested in what I'm saying is "The Most Dangerous Superstition" by Larkin Rose.

If you think I'm wrong, please continue to do so. I am supportive! I don't intend or expect to reach you.

Re: Post-Apocalyptic Programming

#55
post #23

Even aside from the apocalypse, I was wondering recently how someone might "pass down" some piece of software, like say a video game, to their descendants. If you want to leave a written record for future generations then it's easy enough to print out a book on some acid-free paper and reasonably expect that it will last for up to a millennium. But for robustly archiving a piece of software it's not enough to print o…

Printing the source out on paper would probably be the most long-lasting storage method (aside from engraving it into large pieces of stone, maybe). But typing the source code back in for most non-trivial pieces of software would be really painful.

"Here's the source code, go type it in" hasn't been a very popular method of distributing software, for good reason, in a long time.

Maybe there's some way that you could include the true source code (in C or some other well-understood language) of a small decoder program, which would then take as input some more-compact representation of the desired programs? Something minified and compressed, but kept in a form that would make it relatively quick to type in? Maybe you could have the user type in groups of characters (6-7 or so at a time, because that's generally assumed to be the number of abstract symbols a person can easily hold in working short-term memory) and get a checksum back, that they could verify against the input book.

Actually, you should probably have checksums per-line, per-page, and per-chapter/section. That way if you had a decoding problem, you could quickly drill down to the error without manually checking each character.

Re: Post-Apocalyptic Programming

#56
post #18

Earlier quoted context omitted.

I can't think of anything more useful than becoming a "prepper" and hoarding data on hard drives these days. There's hardly any difference than prepping and camping, you just take your gear with you every now and then, practice with your gear, use your rations and replace. Prepping is usually pretty ecological as well, it leads to coops, greenhouses, chicken coops, water recycling, composting, solar, repairing skills…

While I get the idea that prepping can become an unnecessary use of resources and result in people thinking you're crazy, I still think of the simple fact that all civilizations end eventually. Certainly they collapse for different reasons and at different rates. But the lights will go off eventually for our generation, or the next, or the next... Nothing lasts forever so it's probably worth planning for some level o…

You're assuming civilizations end in abrupt events, whereas it might be just as likely that they decline slowly over generations until one day people are grazing sheep on Wall Street or whatever.

Re: Post-Apocalyptic Programming

#57
post #31

I love prepping, up to a point. If we all would like to live in a world without war, the only path I see is if people learn to be strong as individuals, able to self govern, grow emotionally and take responsibility for their own actions. As long as we use collective thinking and externalization our power in organizations, believe in superstitions like money, government, “the greater good”, rather than recognizing wha…

Let me know when libertarianism achieves any more than attracting bears - https://www.vox.com/policy-and-politics/21534416/free-state-... Personally I enjoy my government roads, schools, fire service and all the rest. Perhaps when you’ve grown emotionally, you’ll understand that government is people working together to achieve a common good. It’s flawed and easy to get wrong, it oversteps and overspends, but I’ll tak…

Show me a common good, and I’ll listen to you. I only see people.

Every time we generalize it results in violence and conflict.

I am 100% supportive of people working together.

Re: Post-Apocalyptic Programming

#58

> what if you are the only survivor with some programming skills sitting in front of a computer you’ve never heard of, with some hex pad to enter machine codes, with maybe some pen and paper. What will you do? Leave it on the ground and forage around until I find a computer that runs windows. It's not great, but, it'll do. Failing that, a phone and a solar charger. Charming as it is to build yourself toys 'from scrat…

Without highly automated, industrialized farming, majority of people's occupation will be food production, as it was most of human history.

And post apocalypse labor shortages would mean nobody will be growing food for you, so you most likely need to do it yourself.

If I survived and was industrious, I would start making tractors to sell, instead of twiddling with Forth.

Re: Post-Apocalyptic Programming

#59
post #18

Earlier quoted context omitted.

While I get the idea that prepping can become an unnecessary use of resources and result in people thinking you're crazy, I still think of the simple fact that all civilizations end eventually. Certainly they collapse for different reasons and at different rates. But the lights will go off eventually for our generation, or the next, or the next... Nothing lasts forever so it's probably worth planning for some level o…

You're assuming civilizations end in abrupt events, whereas it might be just as likely that they decline slowly over generations until one day people are grazing sheep on Wall Street or whatever.

[deleted]

Re: Post-Apocalyptic Programming

#60
post #49

Earlier quoted context omitted.

There is nothing superstitious about government, money, organizations, etc. This is a fantasy. If you really want to exist as a society of strong individuals (assuming that’s not already a contradiction in terms) in the absence of these constructs, you have to accept the very real likelihood that stronger individuals will be trying to rob and murder you. And organizing themselves into groups to do that more successfu…

Show me a government, and I’ll believe you that it’s not a superstition. I only see people. People organizing and working together is great. People feeling they have a right to use violence to achieve their goals, not so much. Edit: https://xkcd.com/386/ I will take this opportunity to to try to express myself a bit more clearly. I don't really expect to convince anyone of anything, but rather I would like to reach t…

> I only see people.

I only see atoms dancing around. That doesn't make it a useful abstraction at the scale we are discussing. Government is just an abstraction over a group of people self organizing.

> People feeling they have a right to use violence to achieve their goals, not so much.

Agreed, but government monopoly on violence is the only system that seems to have stuck. I would prefer a system of anarchy where everybody just did the right thing, but I haven't seen any evidence such a system lasts more than hours. Maybe we have to eradicate the cultural training and distrust we have already instilled into ourselves too. I've sat down and worked out the "root philosophy" of our political opinions with as many folks who will sit still for it, and this smells like the "Libertarian presumption that people, removed from the system of control, would all act better" and being in active denial that their planed solution for nonconformity they can't handle is "round up a posse and threaten/kill nonconformists".

Post reply on HN