

Another one of those tools is image magic. Like ffmpeg but for images
Another one of those tools is image magic. Like ffmpeg but for images
Another good one is second hand shops. When I was in Helsinki I’ve found really cool stuff there.
Would you say the price did get spread further out or were they always that far apart?
Unfortunately many US grocery stores geo block the EU :/
Probably because of privacy laws? I guess I could use a VPN but asking here was easier / more fun.
Thanks, believe it or not but I find it actually really interesting how prices differ and what products are sold.
If I travel I always try to go to markets where local people buy their groceries
Align with or are those talking points? If so what concretely is the problematic point here?
This is still not engaging with the content itself.
How does your suggestion not lead to an echo chamber? Ideas and arguments should be considered before dismissal.
Btw I find it really strange that you talk for someone else instead of making your own statements. How do you know what that user suggested?
At the time of writing my comment I did not know about that other YouTuber and am glad I did not encounter them since.
That said I still think that video was not “hateful garbage”. While I do not agree with everything she said, I do think she makes some valid points and in other parts she represents her subjective tastes in video games.
Guilt by association is not itself a fallacy in all cases but here I think it unfair to not engage with the actual topic at all. This just furthers division instead of finding common ground.
Also ich würde behaupten, dass es in der Tat nicht sehr cool ist einfach in einer anderen Sprache zu antworten.
I’ve got good news for you: Storage is now unbelievably cheap compared to just a few years ago.
I’ve forgotten what deleting a file even means.
Years ago when I started ripping CDs people called me an idiot for not using MP3 instead of flac. They aren’t laughing now. I fully admit that MP3 can be transparent at high bitrates and modern codecs even more so but that’s for the end device (like my car or phone) not archival.
The same will be true with my Blu Ray collection stored as decrypted ISO files… I hope.
Aww, the poor turtle is trying their very best.
You seem to be implying an argument based on Modus tollens:
Well I disagree with the premise 2:
The US is massively fucked.
With that, no conclusion can be gained from premise 1.
Unpopular opinion but proton works better than native games in many cases. Tbf I don’t know about these titles in particular.
I would love it if devs would target proton / wine as a platform. Using familiar (to them probably) interfaces while optimizing for the use with proton, e.g. using Vulkan instead of DirectX.
I think that is actually happening with devs targeting the steam deck
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.
God dammit! I guess I’ll take out a new loan from Tom Nook and I just repaid the last one :(
No… The store bought lobster???
Edit: I was not prepared for this today… He brought us so much joy in the time of need and lockdown.