HN user

bitkrieg

45 karma
Posts0
Comments25
View on HN
No posts found.

What the US public opinion is and what the US government does are two different things. Americans are hilariously self-delusional in that regard. Just compare the civilian death tolls between the first two years of the invasion of Iraq and the first two years of the invasion of Ukraine.

For the last twenty years in the Middle East alone, the number of civilian deaths in which the US is either directly or indirectly involved is easily in the millions

Your example made me wonder, is there a known instance from a common hash algorithm where the input results in exactly the same string representation of the output hash? Eg. "AE485D" hashes to "AE485D". Is this even mathematically possible?

The term "fake news" is totally misleading because it conceals political agenda behind it. Yet it is all over the place. Did everybody forgot what propaganda is?

X86 chips (especially Intel's) are leagues ahead in terms of performance per watt.

In fact not only regarding performance per watt, but also performance per dollar. It's just that ARM designs for lowest power consumption while Intel/AMD design for maximum perfomance.

Modern "x86-based" CPUs are actually mostly RISC architectures under the Hood. Instruction sets are a mere front-end nowadays and don't tell much about the inner workings. Think of bytecode.

I always hear about how use of mutexes is costly but i never actually encountered a significant performance hit from using synchronization. Unless, of course, you have like 10 threads frequently accessing the same memory, which is more a design issue.