and datastuff. Worst biology in the world trying to survive
Tests are for cowards.
"The volume of questions asked on StackOverflow started to fall quickly after ChatGPT was released in November 2022, and the drop continues into 2025 at alarming speed"..
#ia #programing #ChatGPT #StackOverflow #FuckIA
https://blog.pragmaticengineer.com/are-llms-making-stackoverflow-irrelevant/
Fresh data shows that the number of questions asked on StackOverflow are as low as they were back in 2009 – which was when StackOverflow was one years old. The drop suggests that ChatGPT – and LLMs – managed to make StackOverflow’s business model irrelevant in about two years’ time.
The vocal-learning theory says rhythm is an evolutionary abillity gained by species like birds and humans. This great sea lion challenged it by bobbing her head to a beat and adjusting her nods to new tempos she hadn’t heard before. But some claimed it couldn't be compared as what humans do and the biological mechanisms needed for rhythm. Now, they compared her performance to people doing the same task: "Ronan was more precise and consistent at every tempo they tested."
Animal research on biomusicality, which looks at whether different species are capable of behaving in ways that show they recognize aspects of music, including rhythm and beat, remains a tantalizing field at the intersection of biology and psychology. Now, the highly trained California sea lion at UC Santa Cruz who achieved global fame for her ability to bob her head to a beat is finally back: starring in a new study that shows her rhythm is just as precise—if not better—than humans.
So #Python 3.8 has this operator called ‘walrus’ that looks like :=
It allows you to assign a value to a variable inside of an expression.
if (n := 5) > 3:
print(n)
Apparently it’s called walrus operator because it looks like a walrus’s face. =: