What’s wrong with potato salad?
What’s wrong with potato salad?
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?
Another one of those tools is image magic. Like ffmpeg but for images
Yea, reading my message back I was unnecessarily harsh. But my math checks out.
Sorry, I had a bad day…
Yes. If you fail to market your ideas in that time then it’s your fault. Don’t hold back society due to your failure.
Your system makes even ideas capital which I strongly object to.
Another point of view: A company like Disney should not be able to have an almost perpetual monopoly on highly influential culture, like Star wars, etc.
No, correctly it would be n * (n-1) * (n-2) * … * 3 * 2* 1
Or the actual recursive definition
1! = 1
n! = (n-1)! * n
Fuck intellectual property in it’s current state. As it is now it mostly benefits corporations instead of small creators anyways.
Terms of protection should be shorter. Way shorter than the life of the author + x years.
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…
Howdy was once “How do ye?”
I’ve heard a lot of “it is what it is” in my time in Finland. I am probably returning soon for wappu/vappu.
Nope, the driver through the use of the web USB API and/or the WebHID api. Of course it depends on how you define driver but I think they have a very good claim to be drivers.
There are drivers for USB products written in JavaScript. Like the calibration tool for the PS5 controller and iirc a driver for a mini disk player
Bias will always remain. I mean what would it even mean to be absolutely unbiased.
There is no such thing as an unbiased text corpus.
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));
}
A set of propositional formulas is satisfiable if and only if all finite subsets of it are satisfiable.
The cardinality of a set is always smaller than the cardinality of the set of subsets of the former set.
A set cannot contain itself.
There is no 1 to 1 mapping from the natural numbers to the real numbers.
There is a 1 to 1 mapping from the natural numbers to the rational numbers.
Something exists. I cannot tell you what it is but it does exist. Maybe reality is an illusion but even then the illusion exists.
Fair enough, I think yours is also a valid interpretation.
I just want to clarify: with “just be happy” energy, I meant the tendency of people to suggest seemingly simple fixes to others struggling with mental health. Even, if they work for oneself and even if it works statistically (for example sport is a good habit against depression), it feels like talking the problem down. But that is highly subjective of course.
Ok, what do you mean by checking myself first?
I just commented on how I personally perceived the comic. I also said that I believe that the comic was made with good intentions.
Ultimately, I am just someone on the Internet. I have no illusion that my comments here matter. Though, I do have first and second hand experience with depression and suicide if that matters, which it does not.
And yes in many ways I am extremely privileged when it comes to this topic, e.g. my healthcare insurance is not tied to my employer as I don’t live in the US. I would like to know how that has anything to do with my comment above though.
Faster, more energy efficient and for small stuff easier to use.
Could be placebo but some stuff tastes better than from my oven in convection mode.