This just can't be your answer to everything... the article clearly stated that they're developing a client application for browsers. Rust advocates like yourself are really doing more harm than good by ignoring real world constraints.
To be fair, this particular issue wouldn't have happened in C, Python, Forth, Zig, or a host of other languages. String-based weirdness is something of a JS issue.
This particular issue looks to be pretty uniquely a javascript problem. I don't even think hyper flexible languages like Ruby would ultimately experience this sort of problem.
Ruby can experience a similar problem[1], but that’s largely because its metaobject protocol draws no distinction between a read-only field and a zero-argument method. Python’s model does not have that issue (at the cost of significant complexity) and it is about as flexible as Ruby’s ultimately. (Python’s more rigid syntax is not relevant either way.)
Rust is an unergonomic language that slows development in the general case (because it has lots of arcane syntax and rules, and people generally don't know it). Suggesting it as the "obvious" choice ignores the tradeoffs that come with adopting it for a project.
You can just hire people who know Rust. One Rust developer would likely end up more productive than ten Cursor baby sitters in the long run, and you would actually get a high quality app.
Don't so easily dismiss the opinions of others. For certain individuals it is indeed the hardest game they've ever played. I've cleared Steelsoul 100% in the OG Hollow Knight and would argue that Silksong is definitely the more difficult of the two.
I just found out about these last week and haven't received the hardware yet, so I can't give you real numbers. That said, one can probably expect at least a 10-30% penalty when the cards need to communicate with one another. Other workloads that don't require constant communication between cards can actually expect a performance boost. Your mileage will vary.
This just isn't true... none of the available data backs up these claims. Go back 10, 20, even 30 years and the trend has only lowered. Crime peaked in the early nineties and even the COVID spike didn't come close to that peak. If you're going to make such outlandish claims, then you'd better have something other than feels backing you.
Yet it isn't even in the top 20 cities for murder, nor the top 50 for overall crime. The only reason so many are focusing specifically on Chicago is because their cult leader told them to.
I made no such claim, merely pointed out the absurdity of focusing so much on Chicago while completely ignoring other places like Dayton. How come you're flat out ignoring the TWENTY other cities with a higher murder rate? It's completely disingenuous of you to focus on total murders when one surely understands that total population ultimately drives that value.
This is still some code, as opposed to no code. It does seem to model everything in the research paper.
Aside from the original research paper needing to be included in the repo, it definitely does not need anything more than what's already there. It all builds and compiles without errors, only 2 warnings for the library proper and 6 warnings for the test project. Oh and it comes with a unit testing project: 59 tests written that covers about 73% of the library code. Only 2 tests failed.
Even having a unit testing library means it beats out like 50% of all repos you see on GitHub.