

Yea, recently I set up immich and while it’s solving a way more narrow (image and video library) problem it’s so much more responsive and felt much more “put together”.
Yea, recently I set up immich and while it’s solving a way more narrow (image and video library) problem it’s so much more responsive and felt much more “put together”.
I thought that the last state of the art opinion was that there is no reliable difference between the brains of the sexes? I am by no means informed on this.
Could that mean that at some point one could detect transgender people using medical testing?
Hmmm I never had a problem finding what I want with public sources. Maybe my tastes in media are not refined enough.
There is no incentive but I also seed everything I download until at least ratio 2 but mostly without a cap especially obscure stuff.
I also like to not even use public trackers instead relying solely on the mighty distributed hash table (DHT) to find peers.
Nudist spaces (for example sauna) are relatively common in some parts of Europe. I don’t think it’s necessarily a western thing.
To me that sounds quite sad. Non sexual nudity is a unique experience it’s unfortunate that many will never be able to enjoy it or disassociate it from sexuality.
In Germany there are big and accepted nudist spaces. It was also quite the cool experience meeting strangers in a public sauna in Finland. It was such a peaceful environment, as everyone was literally exposing themselves and showing a certain vulnerability that we do not encounter otherwise.
I never understood why people prefer private trackers.
Probably why it’s popular. If the game is actually any good I’ve no problem with it.
Another one of those tools is image magic. Like ffmpeg but for images
Never understood the hate for that comment. Disclaimer I also don’t know the actual source context but a series of tubes is an apt description for the Internet IMHO. Especially TCP connections feel like tubes. UDP Connections more like those vacuum tube lines businesses used back in the day.
Almost all names have been used before, no? I don’t understand what you mean with appropriated.
Do names need to be unique or something?
Also ich würde behaupten, dass es in der Tat nicht sehr cool ist einfach in einer anderen Sprache zu antworten.
Aww, the poor turtle is trying their very best.
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.
Can you get apocalypse insurance? I think I’m in the market for it.
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));
}
Yes, this maximal decentralized usage where everybody has their own copy but can collaborate and pick and choose from other copies was a central idea in the creation of git. Ultimately it was made for Linux Kernel development and that is how that works over there.
You do not even need to use git specific protocols. One can simply import patch sets and mail them to each other.
Git was made to work decentralized and repositories are trivial to mirror.
Can humans think under that definition? I think it’s highly likely we can’t.
Are humans always able to come up with anything new? If so where does this ability originate. How would someone identify that?
I think this definition of thought is too limited and not how we use the word intuitively.
They had the same problem when it was relatively more popular.