• 0 Posts
  • 1.06K Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle





  • Personally, I think it’s most likely that he’s composed of many people. It’s a bunch of stories which all got attributed as one person, which isn’t uncommon. Personally, though I’m far from an expert, I think there wasn’t a singular Jesus figure who actually existed, but rather a story of a figure named Jesus that rose from stories about other events.

    Like you said, it’s almost certain that something was happening around that time. In fact, there are many more Messiahs who were mostly forgotten. I just think it’s most likely that people told stories and those stories all merged together into another larger story, which then became the story of Jesus.


  • After reading that page, I strongly suspect that’s not him. It’s all based on statistical modeling, and it’s been heavily massaged. Even with that, they give it 1/600 odds (on the low end) of it being random chance, which those aren’t bad odds.

    Apparently the inscriptions are partially illegible, so assuming it’s even correct their statistical model is based on the name Mariamne being Mary Magdelene (which is clearly not the name we remember her by) and being Jesus’s wife, Maria being the mother, and Jesus having a son, which we didn’t know about, named Judah, as well as a few other assumption that really do not feel like they should be making.

    Even making a ton of assumptions, the odds are still not particularly convincing. It feels like something that can increase someone’s faith if they don’t question it, but if you examine it at all reveals how much people are reaching to prove what they already want to believe.






  • I would argue they don’t know what that means really. Assembly is pretty much a mapping of words to machine code. It’s just a way to make machine code easier to read. It doesn’t actually change how it works.

    A compiler re-arranges and modifies things so what you write isn’t the same as the final program that is created. With assembly it is. It’s not really an abstraction, but a translation. It doesn’t move you further from the machine, it only makes it so you’re speaking the same language.


  • If you want some modern day fun with this, try the Zachtronics programming games; TIS-100, Shenzhen I/O, and Exapunks.

    Or, my personal favorite I only discovered somewhat recently, try Turing Complete. You start by designing all your logic gates from just a negate gate IIRC. You eventually build up an ALU and everything else you need and then create your own computer. Then you define your own assembly language and have to write programs in your assembly language that run on the computer you’ve designed to complete different tasks. It’s a highly underrated game, although it takes a certain type of person to enjoy.


  • This is pedantic, but assembly languages get “assembled” to machine code. This is somewhat similar to higher level languages being “compiled,” which eventually becomes assembly which gets assembled. The major reason why these are different is because a compiler changes the structure of the code. Assembly is a direct mapping to instructions. It just converts the text into machine code directly, which is why it’s easy to go from machine code to assembly but decompiling doesn’t give you identical results to the original source code.

    Also, binary and hexadecimal are just different ways to view the same binary data and aren’t different things. There is only “machine code” which is a type of binary data but you can view binary with any arbitrary base, though obviously powers of 2 work better.






  • OK, I think maybe you should take some time before you respond.

    I never claimed to be a victim.

    OK.

    You might read the order of comments here and notice that people are attacking me…

    What do we call someone who is the subject of an attack?

    I think you’ve got to just give up arguing this. You made a mistake, which is fine if we own up to it and don’t repeat it. In the future, don’t dismiss protests because of perceived damage that you don’t actually have any knowledge of. You aren’t going to win the argument here, which shouldn’t be your goal, but you can prevent yourself from making the same mistake in the future.