I personally find these examples underwhelming. Most of them are processes that require time, like the pitch drop experiment. I suspect that the things in our lives that truly have value and take a long time aren’t easy to identify as projects. No one person starts it with a clear idea of where it will end. Investment in future capabilities. Knowledge gathering without clear application or business model. Strengtheni…
Slow
91–100 of 238 posts
Re: Slow
#92Re: Slow
#93In my free time, I have taken to trying to prove the Collatz conjecture. People much smarter and more educated than me have failed at this quest, so I will nearly certainly fail at it, but that's not really the point in my mind. Even if I'm not the one to actually prove it, I can at least try and contribute to the body of work towards proving it. Mathematics is, more than nearly anything else, the result of generatio…
Interesting new contender for simplest to state unsolved problem: The Antihydra Does this program halt? a = 8 b = 0 while b != -1: if a % 2 == 0: b += 2 else: b -= 1 a += a//2 (// being integer division, equivalently a binary shift one to the right: >> 1) https://www.sligocki.com/2024/07/06/bb-6-2-is-hard.html https://bbchallenge.org/antihydra
I should see if I can model this in Isabelle or something and see what happens.
Re: Slow
#94Earlier quoted context omitted.
Interesting new contender for simplest to state unsolved problem: The Antihydra Does this program halt? a = 8 b = 0 while b != -1: if a % 2 == 0: b += 2 else: b -= 1 a += a//2 (// being integer division, equivalently a binary shift one to the right: >> 1) https://www.sligocki.com/2024/07/06/bb-6-2-is-hard.html https://bbchallenge.org/antihydra
Interesting, I hadn't heard this one. I should see if I can model this in Isabelle or something and see what happens.
Re: Slow
#95He mentions projects started long ago but are still ongoing, like the Sagrada Familia. Then there's innovations from long ago which are still being used, like Linux. Also, he includes ideas which took decades to finally be implemented, like LIGO.
In my opinion, none of these examples are particularly good at demonstrating, "What problems can human beings only solve over a very long period of time?", except for Fermat's Last Theorem.
All technology builds on that which came before, step by step. You can trace Unicode directly back to Morse Code, via various steps like ASCII, Telex, Baudot Code, etc. But the original goal of Morse wasn't to display emojis.
I'd say General Relativity might be a good example, starting with Newton's efforts to quantify the forces of the real world, ending with Einstein's explanation of spacetime. But again, it's not as clear of a problem as Fermat's Last Theorem which was a single problem that required centuries to solve.
AI may be a good example as well, starting with the advent of the digital computer. The very first scientists who worked with them like von Neumann immediately looked forward to the day of an electronic brain. It's taken nearly a century so far and is still underway.
Re: Slow
#96Re: Slow
#97Cool list, but to be a party pooper: > Will Unix Time or TCP/IP ever be replaced? Modified: sure. UNIX time is already being replaced with a 64 bit value instead of signed 32 bit. TCP/IP has already been replaced, that's QUIC over IPv6 which is what my computer uses every time it connects to Google. I mean you can claim IPv6 is still "IP" because it shares the same first two letters, but IPv6 is different enough to b…
From TFA: > Modified: sure. Fundamentally, IPv6 and 64 bit UNIX time are modifications of their predecessors. QUIC not so much, but it's still a long way from replacing TCP on the web, let alone the internet.
Re: Slow
#98Re: Slow
#99Figuring out a good reason to colonize the solar system An optimal manufacturing and logistics network for the solar system Inventing replicators and dispensing with capitalism
No, we need to dispense with capitalism ourselves instead of hoping for a magical technology to do it for us.