

I think it helps that they had a relatively clear road map for 1.0. All the biomes, including Deep North, have spawned on the map since EA launch, and they simply wanted to populate them with content for 1.0.


I think it helps that they had a relatively clear road map for 1.0. All the biomes, including Deep North, have spawned on the map since EA launch, and they simply wanted to populate them with content for 1.0.


You are aware that you don’t have all the information and that trying it yourself could cost you significantly more time than asking for help. Doesn’t sound like dumbass behavior to me :)


Are you by chance on an Nvidia 10-series GPU? Nvidia dropped support for them from a few months ago and several distros are now shipping those drivers by default, so you may need to use your package manager to select 585 versions rather than 595 or whatever the latest is.


The first rule of YouTube cracks is you have to start drama and create a schism every 3 years.


What makes it much more fucked up than music is that it’s not a license to any particular copy of the game, it’s only a license to whatever the publisher says the game is at any given time.
They could replace the entire game with a My Little Pony gardening sim and they’d be completely within their rights. It’s broken.


Bank PR Team Issues Statement Claiming Boss is Sorry. Boss’s Golf Game Uninterrupted.


Nothing dries me up faster than even the most fleeting thought of Andrew Tate


30 days early access without a preorder? In this economy!?
Sqenix sometimes makes odd moves but this is actually just a good thing to do.


In the year 2000, Vancouver was still covered by a 60 mile thick ice sheet from the last ice age.


Sure, those first two aren’t well tied to any place. But they’re definitely not America-centric.


Were they?
I got:


According to Google’s docs, they already have as of iOS 16.4.


Yes, these are all mirrors:
archive.fo|archive.is|archive.li|archive.md|archive.ph|archive.today|archive.vn


World of Warcraft, split between a vanilla private server and official Classic. I have a character on each with over 150 days of playtime (although significant chunks of that are leaving the game open while doing other things, and also programming addons while otherwise afk at the bank).


Essentially yes. Basically, think of two JS sandboxes that can manipulate the same DOM. One can make requests, but cannot retrieve local layout data. The other can get layout data, but not make requests. Both can set layout data.
Web developers can use the former 99% of the time, and the latter for more precise work.


You don’t have to kill much functionality at all. Scripts that need to access that data should simply live in a sandbox with no network access. They can still do full computational layout.
I have done exclusively web development work.


Yeah, they can very easily get all of that right now. But functionally there’s no good reason for any browser to let them. Page layout should be a one-way operation that doesn’t allow information back through.


Some of the test sites don’t differentiate between random and unique. They may see a randomized fingerprint as a plausible unique user, but it may be different the next time you visit. Other sites may detect that your browser has taken steps to randomize your fingerprint, and use that as an identifying piece of information on its own (power user vs average joe)


Fonts, codecs, hardware, OS, extensions are all parts of a computer that never ever need to be transmitted to a website for it to function. Any information about them should be sandboxed, and if the website wants to display differently based on them, it can send static data or code in and get nothing back out.
deleted by creator