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.
Unless you're supremely lucky, this kind of stuff is a hobby. One wishes that weren't the case, but capitalism is what it is...
I'd encourage you to generally ignore whether something has direct value or not because that's not how knowledge works. For example, I once spent well over a month implementing the NthWeekday function using nothing but basic arithmetic operations. This would allow us to calculate all federal holidays for a given year at runtime instead of precalculating the values and storing them in a table (which I hated, because it meant that someone had to maintain that table). This hyper-specific problem has near-zero direct value, but it was THE project that sparked my passion for maths.
The software was fundamentally broken before the OS update. It was working by pure random chance with undefined behaviour. It’s a C++ issue, not an OS issue. The same code compiled for another OS would have different random results.