I’ll figure it out later

  • 7 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle






  • For some reason in middle school I tried it and, for obvious reasons, couldn’t figure it out. Then in 2012-2014 Reddit kept telling everyone to learn Python. I failed that and kept trying randomly for 10 years. I’ve only recently begun making progress in web dev, which is deliberately avoided because of Reddit language opinions.

    Ignoring all of that, I really like text editors for some reason, and I’m on a journey to make some. I still haven’t made any, but it’s a goal.



  • Because of the difference is that there’s a hard cut in continuity with the teleporter. The body is destroyed. In normal life, our body does get replaced, but the continuity remains equal through that time. With the teleporter, everything gets replaced at once, which is a hard continuity cut.

    For this reason, sleep doesn’t affect continuity, just its potency and what can be accessed during sleep. If we turn a microwave off by unplugging it, whatever continuity it has ceases, this is in no way equal to sleeping. The functions, information, and mind are still present and functional.




  • I’ll stay away from the LLMs for now – they’re largely unhelpful anyway.

    The value of those elements needs to be concatenated and displayed to the user. Is that right?

    Right. The other components with a single text box seem to work fine, it’s the multiple boxes in the phone component, and it’s local state, that are confusing me to no end.

    I think what you’re talking about are Signals from Preact?

    Oh, no, when I was talking to Bing it said that the local state interferes with the parent state, so I instead need to bring the parent state into the child. It sort of makes sense? At least the part that local and parent state can interfere with each other makes sense.

    If you’re still interested we could try writing a couple of basic components that get us part of the way there.

    Please, I’m all ears. I have a feeling that your approach will help me a lot.