Simply going one step down from buying every “halo” product would already do wonders for a significant price/performance increase.
That said, when building a new PC I usually start with the recommendations listed at Logical Increments, which has a neat table sorted by budget. Anything at or above the “Suberb” should give you what you want at 1440p.
I’d also very much recommend a high refresh rate monitor, preferably 1440p, which has either GSYNC or FreeSync with a good variable refresh rate range. It really helps with maintaining a smooth presentation as you aren’t forced to keep your game running at a fixed framerate anymore.
That only helps for shadow libraries whose operators are unknown. The Internet Archive, on the other hand, is a registered non-profit organisation, so how would they be able to hide themselves?
It’s not so simple, unfortunately. The sheer amount of data they have - 212 PB as of December 2021 - makes it practically impossible for most people to mirror. Unless they physically hand over all 745 server nodes to another operator, there’s no way of someone
There are some solutions to this - for example Archive-Team has proposed a method of mirroring the Internet Archive using distributed clients, although this method currently only has a fraction of the total dataset. Still, at this point in time, there’s no real solution to resharing IA’s data in the event they go under
It’s literally in the name for a .onion website: hidden service
Tor hides the identity of servers just as much as it does for client users. So as long as the IA hosts in a country where publishers don’t have jurisdiction, I believe they’ll be fine
You can create a Duolingo class which you can then join yourself. This gets you unlimited hearts and no further ads on the mobile version (at least from my experience). Creating a class has no prerequisites so just try it out. If you still want to be able to view the public leaderboard there’s a setting for that in the classroom settings, but it’s disabled by default.
Edit: I’m not sure if there are any other ads besides the premium and family ones, I’m running PiHole so your mileage may vary. I’m only talking about those 2 which PiHole cannot block.
I’ve tried to migrate my account several times in the past. It never works for some reason. Also, I can never seem to untangle the web of deceit known as Microsoft/xbox/Minecraft profiles and family/group settings. About once a year I spend a couple hours trying to sort it out and then give up because it never works. Google can be awful sometimes but at least they figured out “sign in with Google”
I did it last week and always got an error trying to create a new microsoft account during the migration process, even in different browsers and after disabling adblockers. Then I just manually created a microsoft account on the microsoft website and in the minecraft migration process chose to use an existing account instead of creating one. That worked for some reason.
Of course it is. I bought a product I can no longer use without signing away privacy after the fact. Not that I’ve played Minecraft in the last 10 years but still.
It’s a shame Minecraft got bought and put on the windows store and mobile. For a while there kids actually learned what java was and had to move files around to install mods and skins. Now they’re all computer illiterate again.
Marcus Persson left Mojang in 2014. Qanon wasn’t a thing (even as a 4chan meme) back then. He began to spiral back in 2016, which I can’t say I blame him for. A history of mental illness combined with unlimited money and moving countries while being heralded as a god of video games in the media would fuck anyone of us up I think.
I know you bought your car 10 years ago, but you refused to make an account with the company that bought your car dealer out after you bought a car from them, so now we’re repossessing it.
It’s been 10 years since what? Since Microsoft bought Mojang? So you’re saying you’re okay if in 10 years Microsoft takes away your copy of Skyrim or Call of Duty unless you give them your phone number?
Why? I didn’t pay to have a Microsoft account. I can’t make just a Minecraft account, they require my full name and date of birth to make a microsoft account. That’s an entirely different dynamic than the Mojang account that requires literally no personal information. I didn’t agree to give Microsoft my information when I bought the game, and I have no obligation to do so. They, however, have an obligation to allow me to access the game that I’ve paid for in perpetuity.
That was super helpful to just grab one or two broken files from any installed software though. I just had a 250GB ISO with 2MB of compressed zeroes to get into servers with ridiculous requirements. Fun times…
I keep trying NMS hoping to find a good game in there somewhere. I’m over 100 hours now, mostly because I’m a dork who likes collecting spaceships.
But all the mechanics – the crafting and movement and languages and even the terrain generation – are frankly pretty terrible. It’s like Hello Games intentionally hired people who don’t know how to design these things.
Why do all the space stations look identical inside? Why do I have to learn one single alien word at a time, including “a” and “the”? Why are there no rivers or waterfalls or glaciers or swamp basins? And why can’t I customize my ship appearance when the game itself can clearly generate one from a dozen random parts?
Honestly I agree. I think it’s a great game though, at least what it has become, but I think I keep getting disappointed with certain things that are just an issue with the core mechanics of the game. There’s only so much value to adding tons of content if the game is dull at its core.
I have over 350 hours in NMS but every time I try to pick it back up I realize why I stopped before.
Not recommending a VPN here. But there are many open-source anonymizing networks out there that need more attention. I know speed and avoiding blocks and captcha’s are important to you, so this answer is not geared toward your use case, but for those looking for a free alternatives to VPN’s and don’t care about the speed and want to help out the network, there are
lokinet: (github.com/oxen-io/lokinet) (Based on the LLARP, low-latency anonymizing protocol, basically tor 2.0).
(My personal favorite): i2p. A network within a network. Downsides are you can only download torrents within the network, but the upside is there is a solid community and there are more and more torrents that exist. Mental Outlaw has a great video about i2p
There are some VPN’s you can trust, but in the end of the day, I trust encryption and the decentralized network better than any centralized corp.
Sure thing matey! I am happy to chart a course as you sail through these waters.
In short, i2p is a network within a network. Think of it as being it’s own seedy town within the larger city of the internet. Any information that enters this town is end-to-end encrypted. Now, in this town, to preserve anonymity, people pass along information in paper notes. Each person accepts notes from different sources, encrypts a bundle of it, and passes it along in a chain. (hence the name “garlic routing”. When it hits your “inbound tunnel,” or a set of (usually 2-3) people that have been assigned to pass messages to you, they incrementally un-bundle that message until it hits you, and since you have the private key you can unencrypt the message.
Information that stays within this network are automatically anonymous. These people in your inbound tunnel do not know that the messages are being sent to you, nor do they know any information about the source. They only know that they’re passing these messages along.
One way companies figure out that you’ve been torrenting is that they would torrent a public pirated movie file. Then, they would target the ip addresses that would actually send them that information, because they know they are seeders. These companies cannot do that in i2p, because everybody in i2p is just passing along information!
There are different options for installing i2p:
For windows, there’s the i2p easy install bundle that bundles a firefox profile and automatically installs the i2p router. This uses the java implementation of i2p.
For linux, there’s a java (i2p) or c++ (i2pd) implementation of the i2p router. Basically the same program but in different languages, and i2p routers can still communicate with i2pd routers and vice versa. I recommend starting with java i2p, and after trying it for a while try i2pd. There’s more GUI in the java implementation, but the i2pd version is faster because cryptographic functions run faster in c++. Mental Outlaw has a good video on running i2pd on linux
Fair question, matey, although I am but a humble pirate meself and have not yet sailed those seas. Those waters still need to be charted by a swashbuckling pirate. Here’s a lead that I found: reddit.com/…/how_to_setup_radarr_and_sonarr_for_a…
Apex is listed as Steam Deck Verified. Since Steam Deck and desktop linux use the same compatibility tool, Proton, that means both should be supported.
Additionally, the last time this happened, Apex unbanned all of the desktop linux users, which is at least a soft-confirmation that it’s supported.
edit: as per requested; There is far more to any system than just the OS or a single piece of software. Simply because both systems use the same core, the OS isn't a copy and paste. Additionally, the varied components result in very different results. tldr; Linux != steam OS despite being built on the same core.
I hope you understand that you’re getting downvoted because your reply is very low-effort that refuses to go into any detail. Therefore, it comes across as malicious, arrogant, and dismissive.
You’re pretty misinformed here. EA (or rather the internal studio, Respawn) had to include the EasyAnticheat .so file (which is specifically designed to allow EasyAnticheat to function under Linux – .so files are the Linux equivalent of Windows .dlls) in their Apex Legends builds to begin with. Otherwise, EAC will not run on Linux, period. This developer opted-in to EasyAnticheat running, and has continued to opt-in to this.
This isn’t Valve “tacking on” support, the presence of that file is an explicit “we’re permitting this to work” (even if they don’t “officially” consider it supported).
A closer analogy might be selling uncooked food that is safe for people with a peanut allergy and then one day adding peanuts as an ingredient after they’ve paid for a shipment. [It should go without saying avoiding a peanut allergy reaction is more important than preventing a company locking you out of entertainment software you paid for]
It’s my hope that corporations will learn it’s a dumb choice to needlessly cut off their Linux users but a better choice would be to not play video games where a company can arbitrarily lock you out in the first place. I hope someone is working on a libre version of Apex.
The dialogues are super fluid and dynamic. You can interrupt people and even steer conversations towards other topics with your choices. Conversations are in realtime. Dialogues feel so natural, you really should look it up if game dialogue design is something you find interesting.
The ‘Thought-Bubbles’ do have a bit of a weird timing. I have to have chosen what to answer before the others are done talking most of the time. It’s not always optimal. The voice acting, though, is out of this world.
bin.pol.social
Ważne