• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle







  • Five minutes of googling says some folks thing stone mason. Some copy and paste response says unskilled tradesman. Other response says translation is just “learned” so maybe they could read.

    I’d never heard of this before so seeing that there is disagreement is a fun new thing for me. Especially interesting to see this “learned” response.

    I spent a few minutes looking to see if a name I trust said any of this. Ultimately I don’t have the background to evaluate it and lots of folks spend their lives about historical Jesus. I didn’t see anything from anyone I recognized but, like I said, I don’t know much about this area.




  • We squash. I’m not really interesting in your local journey to land the change. It’s sometimes useful during review, but after that it’s mostly the state of the main branch I care about. It’s what I need to bisect anyway.

    I don’t like commits that are just references to issues. Copy the issue into the commit message so git blame tells you something useful. Unless it’s just closing a simple big. Then the title and issue reference are plenty.

    Depends on the project I imagine.



  • I think the last new instruction the JVM added was invokedynamic like 10 years ago. I believe they did it so lambdas could be called efficiently. Polymorphic incline cache and stuff.

    But the JVM has grown more complex in other ways. The way to force simd instructions is pretty wild, for example.

    I don’t know enough to call it a mess or not. It works though.