Spyke

Replies

Comment on

Just saw this picture with "good Disney Star Wars", do you agree?

I consider Andor to be in a class of its own in quality. The cinematography & writing are simply amazing; it's very clear that the show runners have something to say, and went to great lengths to bring that vision to the screen. Criminally underrated by the wider audience, I consider s1 to be in the ranks of the best tv shows I've seen, period, never mind just as star wars material.

Comment on

Why do some languages use gendered nouns?

Reply in thread

I don't have the source with me, but I recall a paper about listening to various languages under different signal/ noise thresholds. If I recall correctly, languages like German that have multiple declensions were about to better able to parse noisy samples because of the redundant information. Sorry for not having the source off hand though.

Comment on

Professional Scientists of Lemmy: What is your field of study's, most complex unanswered question?

Reply in thread

For the purposes of OPs problem (P v NP), it considers not particular solutions, but general algorithmic approaches. Thus, we consider things as either Hard (exponential time, by size of input), or Easy (only polynomial time, by size of input).

A number of important problems fall into this general class of Hard problems: Sudoku, Traveling Salesman, Bin Packing, etc. These all have initial setups where solving them takes exponential time.

On the other hand, as an example of an easy problem, consider sorting a list of numbers. It's really easy to determine if a lost is sorted, and it's always relatively fast/easy to sort the list, no matter what setup it had initially.