How is there 4 posts but one reply? Who said something first, the “bees, not animals” thing?
How is there 4 posts but one reply? Who said something first, the “bees, not animals” thing?
The one with the blue little window.
At the very least it would balance out the stream of reports of Israel bombing / shooting yet another journalist / American / medic / humanitarian.
Some spiders do hang out to watch courtship. Male wolf spiders (called eavesdroppers) will watch and mimic other males performing taps and whatnot.
I never get to hear about these guys dying in air strikes.
They’re all in survival mode too. Imagine if they had their equivalent to a balanced diet, low stress, targeted exercise, and science dedicated to bringing out their all.
Wow, and I consider steam to be utter trash. It uses more resources than the games I want to play. A web browsing engine, in the software that’s the only way to launch the game you paid for, just to show bargain bin shit. But I’m not interested in that, I just want to have a place to shop, and then the ability to use the things I bought. I don’t want to drive to Walmart to play the music I bought, I don’t want my computer to load Walmart just so I can play a game. It’s crazy how bad Steam has become.
Sovcits + consumerism == Pirating isn’t stealing because this word here has a certain definition, which invokes this special rule that lets me do what I want.
If Spock takes the bait then 10. I feel like I’d learn a lot.
I wonder how many sites will bother checking for Spanish pornpasses. Seems they’re just playing people and waiting for the inevitable, “Turns out the Internet isn’t respecting our kids, we need to ratchet up the control. We tried to give you a good deal though, right?”
It’s new to me, I think it’s saying that your system is built up by you declaring what you want in a file, a single source that everything comes from.
It’s atomic because each action the system takes is carefully completed rather than bailing out and requiring you to fix something.
It’s immutable meaning you declare how you want things to be set up and then critical changes stem from those declarations and nothing else. You would obviously generate preferences, save data, etc. but the files that make the system / packages work are carefully locked.
It’s like the concept of flatpaks + structured system defining + modern common sense OS operations?
No problem. I’m no guru and I’m currently on Zig but I think learning some Rust is a really fast way to hone skills that are implied by other languages.
You use lifetimes to annotate parameters and return values in order to tell the compiler about how long things must last for your function to be valid. You can link a specific input with the output, or explicitly separate them. If you don’t give lifetimes the language uses some basic rules to do it for you. If it can’t, eg it’s ambiguous, then it’s a compile error and you need to do it manually.
It’s one of the harder concepts of rust to explain succinctly. But imagine you had a function that took strA and strB, used strB to find a subsection of strA, and then return a slice of strA. That slice is tied to strA. You would use 'a
annotation for strA and the return value, and 'b
for strB.
Rust compiler will detect the lifetime being shorter than expected.
Also, ownership semantics. Think c++ move semantics. Only one person is left with a good value, the previous owners just have garbage data they can’t use anymore. If you created a thing on the heap and then gave it away, you wouldn’t have it anymore to free at the end. If you want to have “multiple owners” then you need ref counting and such, which also stops this problem of premature freeing.
Edit: one more thing: reference rules. You can have many read-only references to a thing, or one mutable reference. Unless you’re doing crazy things, the compiler simply won’t let you have references to a thing, and then via one of those references free that thing, thereby invalidating the other references.
Not going to X (or any wrappers) but I’m curious what “supported games” means. Because I would expect that it’s actually “games that support timeline markers” like how they integrate rich presence. Devs could just use a new header and implement this nifty feature.
I don’t see a negative. It’s foss so you ought to be relaxed about others using your code. The issues are probably just articulating problems that were already there. If it’s stuff you don’t care about… it’s a foss repository so you just ignore it.
I don’t think it matters in most contexts. When people are casually talking about it, venomous and poisonous are both stand-ins for “it has venom.” They’re not telling other people, “actually, don’t eat spiders.” I was just joking about the classic pedant line about spiders.
But it does make a difference on paper. I’m curious how you would express this in German: A black widow is venomous and in theory a healthy human can eat a dead black widow with no ill effects.
Portia jumping spider! It’s such a crazy little machine.
What about you?
It was a Google site (from years ago) so all that’s left is a random archive somewhere. I had all the local spiders+favorites, but the only original content were pictures of Latrodectus and Kukulkania Hibernalis. Beautiful spiders.
I like the wasps around my house, they’re Apache wasps I think. I’ve shooed them away, worked next to them, they just watch me or fly around. Seems I need to really try to anger them.
Mud daubers are cool too but their life cycle is nightmare fuel, I feel for the spiders.