

Removed by mod
she/her
Removed by mod
Removed by mod
Legal Eagle laid it out in a recent video. The administration has been blatantly ignoring (I think several at this point) SCOTUS restraining orders. If they continue to disregard the judiciary, I don’t think it’s all that unlikely that parts of the military arrest Trump and his administration, in what’s effectively a military coup. Trump is deeply unpopular among the military top brass, and they tend to still value the constitution. But who knows who will side with whom, the military is by no means a monolith
There is going to be an open rift between the US military and government very soon, I’m calling it. Let’s hope it doesn’t come to a full-on civil war
I got about 10TB of Anna’s permanently seeding o7
Is there a coordinated way to mirror it, like Anna’s Archive is doing with their torrents? I’d be happy to pitch in a few terrabytes
actual woman
you might want to rephrase that (cis woman, for example)
Look at the perspective near his hands, either it’s the most crooked console ever or it’s AI
pointless summation, that just simplifies to n(n+1)/2
:P
I want my terminal to just work, so all this kitty stuff is overboard for me, but good for them!
A digital camera has several megabyte writes, every once in a while, filling up the SD card evenly. Even bad SD cards usually have many thousand write cycles before they degrade, so that’s not likely to be an issue. What is worse is if you have a log file, for example, that is stored in a fixed position on the card and gets updated several times a second
Oh I agree, I am happy with Helix and use it as my main editor already. I like that they’d rather take their time to figure out how to make plugins work well.
Uhhg, I’ve been waiting for module support for helix for forever, now. It’s a planned feature, but it’s been that way for ages now
Not even the first time tofu has been used, I know it as the key validation scheme “trust on first use”
Proton is just a compatibility layer, not a virtual machine or emulator. So while the specifics vary from game to game, in general, performance is comparable. In my experience it’s just as stable and often faster than on windows (at least on AMD GPUs. But Nvidia has gotten better as well)
Factorio puts game saves in ~/.factorio for some reason…
It’s fair to want to learn (and it’s certainly a good skill to have), but the question is what you’d rather see in a large, production environment. Guard rails are usually there for a reason. As for the control: you actually can program memory-unsafe (and in kernel development you often have to!) in Rust. The difference is that in Rust it’s explicitly marked by an unsafe block:
unsafe {
...
}
That way you get the same, fine-grained control over low-level processes, but someone else reading your code can at a glace spot where potential memory bugs may be.
In the end, languages are a tool. Especially for personal projects, everyone should just go with what’s fun to them. I personally think it makes sense, logistically, to slowly transition legacy C-based projects to Rust, because it makes onboarding new developers easier, while keeping the same memory safety that requires years of experience otherwise, basically for free. But there’s really no rush to rewrite anything that’s working well in Rust
it’s pretty bad. steam for example has both
~/.steam and
~/.local/share/Steam
for some reason. I’m just happy I moved to an impermanent setup for my PC, so I don’t need to worry something I temporarily install is going to clutter my home directory with garbage
Removed by mod