Heartwarming! Area man injured by pedestrian crushing machine touched the hearts of community members who pulled together to buy him his very own pedestrian crushing machine! Problem solved 🎉
BakedCatboy
I would definitely be suspicious. Be wary of them trying to get you to "buy supplies" for the job that you would be reimbursed for or any other excuse to get you to pay money in order to start the job, that is a common employment scam.
Hmm that must be something different then, I can refresh a bunch and it will finish loading in under 1 second (so it doesn't seem like it's timing out or it would take several seconds at least) and it will just say "There are no comments", even though the comment count will show comments. I can go to any other thread and see comments and go back and the bugged threads stay empty.
Have you not had any issues with all the comments of a thread being missing? About 30-40% of the time I open comments where it says there are anywhere between 3 and 20 comments just to find no comments. I open the thread in browser and all the comments are there. I'm having to constantly bounce between sync and Firefox just to read comments.
And no it has nothing to do with the selected languages, I tried selecting all languages in my settings and it makes no difference. Additionally, the same users whose comments are missing show up fine in other posts, and the bug affects the entire thread regardless of user, no comments are visible in the bugged threads.
Reading the takedown it sounds like just having the decryption code itself counts as "circumvention". I feel like emulators would be a lot safer if game decryption was a separate codebase. Then the emulator would be free to develop while Nintendo plays whack a mole with tiny easily remade decryption repos that just take your key and the file and decrypt it.
Hell ryujinx could even detect that you have the decryptor installed and automatically call it when needed, or it could be bundled during packaging but separate in development like how Bluray decryption is distributed in a separately library but can be used by for eg. VLC.
Pshh. Looks overvalued. I would buy puts. It has to have a correction eventually.
It sounds custom but similar to wine, since the website alludes to a compatibility layer (translation) for the Android version of the game. My guess is a completely custom android / java runtime that is built specifically for Roblox and translating the necessary android specific calls to Linux.
I guess it depends on what kind of strap it is, because a wiimote type strap is entirely different than a knuckles strap. I basically can't play beatsaber on a quest because the "strap" is more of a tether and doesn't allow you to relax your hand during play without dropping the controller. Imo a knuckles style strap should just be standard on all VR controllers.
I also find toggle grip to be super unintuitive, nothing quite beats closing your hand to grab objects and opening your hand to drop them. Hopefully there's a way to use the knuckles with this headset, because otherwise I'm probably gonna stick to the index for a little longer. Ergonomics needs to be good for something I spend many hours using, and I really think the knuckles controllers knocked it out of the park
I really hope those controllers aren't close to final - having a springy grip button that you have to hold with your finger the whole time you are holding an object in VR is gonna get real tiring compared to just having your hand gently closed around the touch sensitive surface on the index controllers. And if they don't add a back of the hand strap that lets you use the controllers with an open palm, my hands are gonna be cramping within a minute of playing beatsaber. With the index controllers, I frequently open my palms completely during songs to keep them from fatiguing.
I prefer signal because it's been the easiest one to convince my friends and family to use. I have like 8 friends on Signal, the 1 I got onto Matrix quit after a week. Matrix I treat more like foss Discord so I only use it for communities. ElementX is really nice though so I have hope that eventually it could be as smooth to use as Signal.
You will always have to pick one or the other in a conflicts scenario, sometimes it'll be harder to decide what to pick because you may have important programs that depend specifically on one of them. Ideally if there are conflicting packages, anything that depends on them will accept either but it's possible that the conflicting packages will be different variants of a program, and that other packages that depend on them need a specific variant.
So for example you could have a situation where A and B conflict, and C depends on B but not A, and D depends on A but not B, so you'd have to decide whether you want to keep A and D or B and C. If you want both C and D then you'd have to install one via an alternate method, either flatpak or docker or a chroot or some other way that isn't the conflicting system packages. That should be a rare scenario though and I mostly encounter it when I have an old package installed that hasn't been updated to accept both conflicting packages so I just remove it to not deal with it.
I use it to auto update nginx and haproxy containers, since they adhere very well to semver there is very little risk of breakage if you use the correct tag and not just :latest. I haven't had a single issue in many years, and it's nice to know that I'll get critical security updates within 24h of images being pushed.