

The hero we need


The hero we need
Hmmm. Maybe I should try that then. Never actually understood why people like these managers as I was always satisfied with the directory tree for organization.
Well maybe besides music. There beets fucking rocks. But in the end I use it also only to sort music into a directory structure.
What’s wrong with just folders and file names?


The woman state claims Idaho as property. Good for them
Well for many winning and trying their hardest to win is the fun in sport :/
What has this to do with income? It’s also amateur leagues that would be affected.
Well if you don’t do the segregation you will find that in some sports almost no afab people will ever reach the top.
Some sports are of course worse than others in this regard.
And even if there is no physical barrier, historically male dominated sports struggle to find female athletes/players. See for example chess.
How would you solve this?


Hmmn, never heard of QAT. What does it stand for?
Erm. In what world do you live that the precedent in your expression is right?
In all languages and countries I know multiplication binds more strongly than addition. So what you wrote would be
n^2 - n - 2n - 3n…


I wonder what the intention behind the title is.


Also ich würde behaupten, dass es in der Tat nicht sehr cool ist einfach in einer anderen Sprache zu antworten.


You probably have a skewed impression. This is common in some places like Germany, but it’s far from the norm. (Even in Germany it’s mostly telecom that does it for some reason.)
Many ISPs only change the allocated IP only in cases like lost connections and some don’t even do that giving out but not guaranteeing static IPs.
No, no, no. It’s the end of times. I can hear the trumpets of the apocalypse.
Now Valve needs to release half life 3 and the world as we know it will truly perish.
Jokes aside. I hope this means work on a UI overhaul can seriously begin.
The only way to make Rust segfault is by performing unsafe operations.
Challange accepted. The following Rust code technically segfaults:
fn stackover(a : i64) -> i64 {
return stackover(a);
}
fn main() {
println!("{}", stackover(100));
}
A stack overflow is technically a segmentation violation. At least on linux the program recives the SIGSEGV signal.
This compiles and I am no rust dev but this does not use unsafe code, right?
While the compiler shows a warning, the error message the program prints when run is not very helpfull IMHO:
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
[1] 45211 IOT instruction (core dumped) ../target/debug/rust
Edit: Even the compiler warning can be tricked by making it do recusion in pairs:
fn stackover_a(a : i64) -> i64 {
return stackover_b(a);
}
fn stackover_b(a : i64) -> i64 {
return stackover_a(a);
}
fn main() {
println!("{}", stackover_a(100));
}


Btw I didn’t down vote you.
Your reply begs the question which definition of AI you are using.

The above is from Russells and Norvigs “Artificial Intelligence: A Modern Approach” 3rd edition.
I would argue that from these 8 definitions 6 apply to modern deep learning stuff. Only the category titled “Thinking Humanly” would agree with you but I personally think that these seem to be self defeating, i.e. defining AI in a way that is so dependent on humans that a machine never could have AI, which would make the word meaningless.


What algorithm are you referring to?
The fundamental idea to use matrix multiplication plus a non linear function, the idea of deep learning i.e. back propagating derivatives and the idea of gradient descent in general, may not have changed but the actual algorithms sure have.
For example, the transformer architecture (that is utilized by most modern models) based on multi headed self attention, optimizers like adamw, the whole idea of diffusion for image generation are I would say quite disruptive.
Another point is that generative ai was always belittled in the research community, until like 2015 (subjective feeling would need meta study to confirm). The focus was mostly on classification something not much talked about today in comparison.
Especially as there can be quite serious social consequences when a man is crying publicly.
No it really isn’t. One clearly and directly communicates a need. The other response shies away from that and insults without explaining why.
I think it’s about her having more than 5 fingers and AI historically being bad with hands.
What’s wrong with potato salad?