The data privacy stuff is all related to the plumbing required to serve ads.
If you pay for the ad-free version none of that stuff gets loaded.
Formerly /u/Zalack on Reddit.
The data privacy stuff is all related to the plumbing required to serve ads.
If you pay for the ad-free version none of that stuff gets loaded.
Sync just added an option for that.
NVIDIA’s marketing overhypes, but their technical papers tend to be very solid. Obviously it always pays to remain skeptical but they have a good track record in this case.
It’s a remake that uses new, higher quality assets though, so isn’t an option in this case.
It’s worth pointing out that reproducible builds aren’t always guaranteed if software developers aren’t specifically programming with them in mind.
imagine a program that inserts randomness during compile time for seeds. Reach build would generate a different seed even from the same source code, and would fail being diffed against the actual release.
Or maybe the developer inserts information about the build environment for debugging such as the build time and exact OS version. This would cause verification builds to differ.
Rust (the programing language) has had a long history of working towards reproducible builds for software written in the language, for instance.
It’s one of those things that sounds straightforward and then pesky reality comes and fucks up your year.
The comment was about strategy, not objective.
Did it? Can I skip whatever the bad Seasons were and have it still make sense. Picard was always my favorite captain so I was super bummed when I heard the show was super jaded / gritty / bad.
Strange New Worlds had been pretty consistent. I don’t mind the occasional flub, it’s better to go out on a limb occasionally than play it totally safe.
I saw somewhere that the actor improved that line which means he blurted it out with Riker standing right there which feels totally in line with the tone of the episode they were shooting. It’s funny to me on so many levels.
It’s not that strange. A timeout occurs on several servers overnight, and maybe a bunch of Lemmy instances are all run in the same timezone, so all their admins wake up around the same time and fix it.
Well it’s a timeout, so by fixing it at the same time the admins have “synchronized” when timeouts across their servers are likely to occur again since it’s tangentially related to time. They’re likely to all fail again around the same moment.
It’s kind of similar to the thundering herd where a bunch of things getting errors will synchronize their retries in a giant herd and strain the server. It’s why good clients will add exponential backoff AND jitter (a little bit of randomness to when the retry is done, not just every x^2 seconds). That way if you have a million clients, it’s less likely that all 1,000,000 of them will attempt a retry at the extract same time, because they all got an error from your server at the same time when it failed.
Edit: looked at the ticket and it’s not exactly the kind of timeout I was thinking of.
This timeout might be caused by something that’s loosely a function of time or resources usage. If it’s resource usage, because the servers are federated, those spikes might happen across servers as everything is pushing events to subscribers. So, failure gets synchronized.
Or it could just be a coincidence. We as humans like to look for patterns in random events.
Apex Legends: Been playing since Season 0 with my SO and brother and I think it’s honestly the longest I’ve ever played a single game. The gunplay just feels so good.
Tears of the Kingdom: Still working my way through it, taking my time exploring. Honestly it’s such a great game, but I have to say the resource gathering is getting a little tedious. I like the weapon durability mechanic from the angle of being forced to switch up your fighting style, but I wish there was a way to repair weapons between fights.
Sure, but that assumes this manager would be happy with generic “medical stuff” as an answer…
Right, but if you’re request for denied for something medically necessary unless you revealed it, you went anyway (because it’s necessary), and then you got fired… That feels like it shouldn’t be legal (obviously that doesn’t mean that it isn’t).
I’m not sure it would be legal if they were forced to reveal medical information.
I think better algorithms wouldn’t be a waste of developer resources. At the end of the day, the post feed algorithm is the core product, IMO.
Figuring out how to lower the weights on highly active subs is a good idea. As is ranking smaller subs’ content appropriately.
For all it’s faults, Reddit’s algorithm was pretty good. There was always a decent mix of small and large subs on my feed.
Kbin’s post ranking overall seems better than Lemmy’s and that was a major factor in me choosing it as my home base.
I came in here annoyed at them gaming the system and you totally turned my perspective around on it. Makes perfect sense.
I feel like he fits the like… platonic ideal of Kirk, but he’s not doing a William Shatner impression the same way that Peck is doing a Leonard Nimoy impression.
He’s doing his own interpretation of the same character on the page.
I legit thought it was Cara Gee for the first few scenes she was in.
Sure, but having the legal standing in the first place is a good idea.
And secondly, if the licensing is done on individual posts and owned by the user, systematic disregard for that seems like it would be good grounds for a class action, which can be incredibly lucrative, and therefore attractive, to large law firms.
Because people have run analysis on the activity of the app already and the trackers don’t fire if you aren’t on the ad supported version.
All of the listed stuff is also required for serving ads through services like Google and pretty normal for ad-supported apps.