I actually asked that when scheduling a job interview. She asked if 10 is fine. I asked AM or PM. Didn't get the job
It was AM
I actually asked that when scheduling a job interview. She asked if 10 is fine. I asked AM or PM. Didn't get the job
It was AM
That's just my guess: Linux mint may be easier to get into and more popular, however it doesn't come with pre installed proprietary drivers. Pop OS is based on the same distro so should be similar enough, but it comes with pre packaged drivers
Some people can't have fun 😞
I'm a boy who needs help with comnputr (I f'd my Gentoo install) 🥺🥺
What's the deal with Play Station Portable?
What about boys with long hair 🥺🥺
Men/women seeing men seeing boobs: 😞
Looks like Linux Application Development by Michael K. Johnson and Erik W. Troan (source: Facebook)
sigh did Manjaro DDoS the AUR again?
Iirc the issue was that while(true) would be removed while it should be replaced with ret and this caused a bug where the binary would execute next function
But I believe this way of cosmic ray detection would work
volatile bool condition = true;
while(condition) {
}
printf("Cosmic ray detected");
Allowing moderators to be voted out? That's just like in my favourite game "Among Us"
It's a feature called required components. Basically, you can use #require(components list here) attribute to say that when a component is inserted, also insert required components. I don't know if there's a documentation for it, or specifically what component requires what, personally when I'm looking for required components I'm looking at component's source and they'll be listed there (Sprite, for example https://docs.rs/bevy_sprite/0.16.0/src/bevy_sprite/sprite.rs.html#20)
Note that required components work recursively: when component requires a component that has it's own requirements, they'll also be inserted