The most interesting Computer Science problem I've ever encountered 🤯

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025
  • If you've been following along, you know I'm building a replacement for WordPress. It's going to be a fully modular system that makes consistent, principled use of the fundamental Computer Science concept of Inheritance.
    But while building this new system, I stumbled upon a fascinating problem that lies at the root of ALL natural systems.
    Today, I want to show you how this new system will work. And once I illustrate the basics, I'll introduce you to the aforementioned problem that will BLOW YOUR MIND 🤯
    Strap in, this one's fun and enlightening!

Комментарии •

  • @keithwjones
    @keithwjones 4 дня назад +2

    The project marches on, watch this space. It will happen.

  • @TheMaartian
    @TheMaartian 3 дня назад +1

    In for a penny, in for a pound! 👍

  • @ikemkrueger
    @ikemkrueger 4 дня назад

    That would lead to a lot of custom admin panels. And for each admin panel you need a custom documentation.

    • @TheRealPearsonified
      @TheRealPearsonified  4 дня назад +1

      While that's theoretically possible, it's not how the ecosystem will end up working (and precisely for the reasons you mentioned). It's untenable to have a bunch of different admin panels working in different ways; as a result, 99% of people will use the default admin.
      But this also misses the real magic. Each Theme can be "skinned" to look different, without modifying templates or affecting underlying display behaviors. This will end up being the go-to for people who want to modify the admin beyond the built-in customization capabilities.
      In addition, if you've used Thesis or Focus in the past 12 years, then you're familiar with Display Options, which can be used to modify what appears in a Theme without modifying templates directly.
      Bottom line: While your concern is legitimate, there are lots of other options within the system to avoid the undesirable outcomes you've mentioned.

  • @Slyndc
    @Slyndc 4 дня назад +1

    To be clear, this new project will not require Wordpress to be installed correct ?

    • @TheRealPearsonified
      @TheRealPearsonified  4 дня назад +1

      Correct, the entire point of this project is to leave WordPress behind. (But really, it's just about moving to something that's built the right way, works better, is easier to use, and serves pages faster.)