What’s a good way to financially support artists directly, without involving shady corporations, and without resorting to piracy?
What’s a good way to financially support artists directly, without involving shady corporations, and without resorting to piracy?
Oh, I did grow up before video games were a thing, so I am aware of how CRTs worked. You just made it sound like CRTs would somehow provide tactile feedback while gaming, which I couldn’t place at all, given the context.
Sorry, tactile response from a CRT?
It is, probably. But I did a check before I posted and it did display content from Lemmy. Just pointing out alternatives here.
I think Fedilab should do both:
Yeah, that’s the implication. Unfortunately, that is also misleading people into believing they might get a well-tested, nearly bug free game.
At 7h / day of just testing, 200k hours amount to approximately 110 years, given 260 working days per year.
Veilguard has been in development for around 9 years, so thats about 12 “years of testing per year”, so pretty much at least 12 people doing nothing else but testing (this assumes sane working conditions - hi EA!)
Given how long the game has been in development, what does that number even mean? How much of the stuff they wrote 9 years ago is still in place, given that players would expect the technological advancements available since 2015.
Also, it’s supposed to be released end of October, I believe? Or has it been postponed even further (again)? Anyway, why would they claim something like that before release? That will probably backfire.
You mean the company that had a feature in place that allowed law enforcement to request and access video footage from your devices without obtaining a warrant first?
As expected, their security measures were also found to be lacking.
Yeah, no thanks.
There is definitely a difference in quality when talking about import software.
Also, “outlawing vulnerabilities” would not mean to simply assume everyone starts making perfectly secure software, but rather that you’re fined if you can’t prove your processes are up to spec and you adhered to best practices during development. Additionally, vendors are obliged to maintain their software and keep it secure.
And surprise, surprise, the EU ratified laws that do exactly that (and more) recently. In fact, they’ll be in effect very soon:
NewPipe stops working whenever Google updates YouTube with a breaking change that NewPipe needs to integrate then, e. g. renaming parameters, changing URLs and the like.
NewPipe has been steadily working for years, with the expected interrupts as they have to play catch up with YouTube. That typically only lasts a few days, sometimes hours, though.
Happy to hear that! Give them some extra pets today!
Please note that this is not a global problem, and that keeping a cat indoors is also not a solution - just don’t get a cat then.
I share all those opinions, so your rant saved me some potential typing in the future.
On the 8 Pro, the bump is recessed relative to the Otterbox case (given the “tough” Otterbox model for the 8 Pro, no idea what it’s called)
Do you use the phone without a protective case? I find that most cases are designed so that the bump is flush with the back of the case.
That being said, I prefer thicker cases like the Otterbox oder Spigen Tough whatever series, so I could see how such a case would be “too much” for someone.
The only reason “cooking at home” is considered healthier is because people don’t cook tasty food for themselves
Sorry, what?
For years, Intel’s compiler, math library MKL and their profiler, VTune, really only worked well with their own CPUs. There was in fact code that decreased performance if it detected a non-Intel CPU in place:
https://www.agner.org/optimize/blog/read.php?i=49&v=f
That later became part of a larger lawsuit, but since Intel is not discriminating against AMD directly, but rather against all other non-Intel CPUs, the result of the lawsuit was underwhelming. In fact, it’s still a problem today:
https://medium.com/codex/fixing-intel-compilers-unfair-cpu-dispatcher-part-1-2-4a4a367c8919
Given that the MKL is a widely used library, people also indirectly suffer from this if they buy an AMD CPU and utilize software that links against that library.
As someone working in low-level optimization, that was/is a shitty situation. I still bought an AMD CPU after the latest fiasco a couple of weeks ago.
Thank you, those are the precise point that summarize my gripes with it. In particular, I feel it encourages people to perceive it as an authoritative source and to form their opinions on sites it rates (often wrongly) without additional thinking / fact checking.
It’s basically a company propaganda tool that can change its own option and ratings any time, influencing others in the process.
No idea where you’d like to use live captions, but n maybe this helps:
It’s not like Bluetooth started demanding location permissions, the conceptual model of the permission was revised: having access Bluetooth means an app could determine your location via a form of lateration.
In earlier versions of smartphone operating systems, this was not transparent to users lacking the technical background, so Bluetooth also requiring location access is actually an attempt at making users aware of that. I’m not an iOS developer, so I can’t comment on iPhones, but on Android versions prior to 11, having access to Bluetooth meant an app would be able to determine your location.
Today, you can require the permission
ACCESS_FINE_LOCATION
, which expresses that your app might use Bluetooth to obtain location information on Android. Also, if you’re just scanning for nearby devices to connect your app to, but don’t want users to be confused why your smart fridge app needs to know your precise location, you can declare a permission flag (neverForLocation
) and Android will strip beacon information from the scan results, better asserting your intentions.So, overall: no, there is nothing nefarious going on, it was always possible to determine your location via Bluetooth, and the update to the permission model was an honest improvement that actually benefits you as user.
Now, there are still plenty of shady apps around, and apps that are poorly written - don’t use those.