• 0 Posts
  • 146 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle













  • Fair - it’s not that we know it’s not: it’s that we don’t know that it is.

    Probabilistic is equally likely as deterministic - we’ve found absolutely nothing disproving probabilistic models. We’ve only found reinforcement for those models.

    It’s unintuitive to humans so of course we don’t want to believe it. It remains to be seen if it’s true.


  • Absolutely! It’s a common misconception about neurons that I see in programming circles all the time. Before my pivot into programming I was pre-med and a physiology TA - I’ve always been interested in neurochemistry and how the brain works.

    So I try and keep up with the latest about the brain and our understanding of it. It’s fascinating.


  • You’re implying that physical characteristics are inherently deterministic while we know they’re not.

    Your neurons are analog and noisy and sensitive to the tiny fluctuations of random atomic noise.

    Beyond that: they don’t do “if” logic, it’s more like complex combinatorial arithmetics that simultaneously modify future outputs with every input.




  • I do have a degree in this. I am aware.

    This is sometimes practical, too. For example, hooking and extending functions in compiled code that will never be updated by the original author, while preserving the original executable/library files.

    Your original comment made it seem more like extensions - extend and preserve. That’s the misunderstanding.

    When I said it’s wild to manipulate bytecode I means “wow that’s a terrifying practice, I would hate to check that PR”