For the nearly $1500 spec they tested you can basically get a Framework 16, with much better upgradability and a 2560x1600 165hz vrr display.
For the nearly $1500 spec they tested you can basically get a Framework 16, with much better upgradability and a 2560x1600 165hz vrr display.
I don’t know if it works differently in the US but the best way to build your credit score is to not take on debt.
Keeping your credit utilization low and not missing any payments is the key. It’s an indication of how likely you are to meet the payments.
If you max your credit cards out and just pay the minimum amount, carrying thousands of dollars of debt and as a result can’t get a mortgage or a car loan because your credit score is shit then the system is working as expected.
I found a polearm that happened to have decent base damage, and nothing else. Sold it for $20 on the RMAH and ended up using that to buy the expansion when I finally came back.
Can’t stand the way it works now either though. It’s basically one of those idle games now. You just play the same shit no matter what difficulty. The only difference is the number of zeros on the damage numbersnas you gradually gear up to whatever the season armor is.
That’s what keeps people coming back to D2R. You get a new piece of gear and suddenly you can run areas that you couldn’t before. You have that carrot of maybe one day getting an enigma or eBotD, or you’ll get a good drop for another class and now you’re levelling up an alt so they can use that gear.
I’m content to wait a few years to see if it gets any better. I bought D3 on launch and didn’t come back until a year after the expansion.
With the amount of microtransactions in the game it’s only a matter of time before it goes on sale for like $15, or goes free to play. I’ll get it then.
Semicolons are optional in JavaScript unless you are combining multiple statements on a single line, which is generally not something you should be doing anyway.
I avoid them whenever possible. It encourages people to write poorly formatted code. But then I’m a python dev so I tend to be opinionated when it comes to whitespace.
I strongly disagree with your first point. Kids these days are more familiar with ChromeOS than Windows. Google has proven that as long as it has Chrome and a taskbar at the bottom people will be fine with it.
For long term support I also disagree with #2. The company I work for develops software that goes into both windows and Linux environments. The Windows environments are several orders of magnitude harder to secure and maintain because you never know what bullshit Microsoft is going to pull with their updates.
It may be easier to find a Windows IT person to maintain the system but it’s going to be significantly more expensive and significantly less reliable than an immutable OS like Fedora silverblue.
Could be an RCE exploit. Doesn’t matter if it’s privilege escalation at that point because it can be used to execute a payload that can.
Endeavor OS solves most of those problems. Out of box experience is fantastic, and the installer is the best I’ve ever used.
That being said, I still wouldn’t recommend it due to the Arch package maintainers willingness to break userspace.
You will do a system update and it will break something. Most recent for me was Python packages. I updated my system and suddenly pip stopped working because they decided to follow PEP-668 and force the user to install packages using pacman.
The rationale given was allowing the user to install packages outside of the distro’s control can potentially break system tools like Fedora’s DNF, which is python based.
Now, I’ve done this on Fedora, it’s not fun. But you know what else? FEDORA DOESN’T EVEN ENABLE THIS FEATURE YOU FUCKING IMBECILES.
Because all of the other retailers do the same shit only with higher prices. Here in Canada they don’t pay their employees any less than the competition, yet their prices are 30-40% cheaper on average.
That extra 40% doesn’t result in better working conditions for the employees, it goes directly to the shareholders and bonuses for the C-suite.
I respect the hell out of Walmart because they actually keep their price increases tied to inflation and aren’t out there trying to sell a loaf of poverty white bread for $5 or a pack of 4 chicken breasts for $37.
New idea for Lemmy apps: drunk text mode. Between 10pm and 6am you have to answer a skill testing question before submitting.
I know there is probably a historical reason but I hate how find parses its arguments.
Any other app would be fine --name or find -n.
Every time I use it I have to spend a few minutes checking the results to make sure that it’s actually doing what I want it to do.
I worked at a grocery store and the produce department got a big load of fresh cilantro in. My eyes watered as I walked into the back room. I thought they had just done a shitty job of cleaning the floors.
I’ve thrown Linux on every laptop I’ve ever owned, and a couple of family members laptops as well and the past 15 years and haven’t encountered 1/10th of the issues they you have.
Complaining about broken suspend is funny because Microsoft basically killed S3 sleep in favour of the battery sucking S0. If anything it works better in Linux because you won’t open up your laptop to find that Windows Update fucking ran in the background while it was sitting closed in your backpack and rebooted.
I think your issue might be more of an AMD issue. They have a long history of buggy mobile hardware even on Windows.
I mean hell I threw Fedora on to my Intel MacBook Pro and the only real annoyance I had was not being able to reliably disable the SPDIF light in the 3.5mm jack.
I’m currently using the non-linux version of the XPS 13 2-in-1 and my OS experience is actually the opposite of your friends. I can install any Linux ISO without issue, but the standard Win 11 ISO refuses to work because it can’t detect any storage drives.
As far as daily driving Linux on it, the only things that don’t work are the fingerprint reader and webcam. It’s a bit of a piss off given that non-touchscreen version uses similar spec hardware that does support it but it doesn’t really affect daily use.
He says it to get views. The only place you might hear ‘aboot’ is in Newfoundland. Aboat is I think an eastern thing as well. I rarely hear in in BC.
Dude is from Vancouver, which means he should have a PNW accent. There are some differences between Vancouver and Seattle accents but on the whole they are considered one of the most subtle and neutral in North America.
If you want the American equivalent word, ask someone to pronounce the word ‘roof’. Canadians will pronounce the ‘oo’ like in boot but a lot of Americans will say ‘ruff’ or ‘rough’.
My new connector hell is trying to find a micro usb cable to charge that one device I still have that uses it.
It’s also worth pointing out that Apple is part of the USB-IF and was one of the early pioneers of the Type C connector, so it’s not like the EU is forcing them adopt some random foreign design.
Depends on what you’re using it for. Fedora’s release ver upgrades are fairly seamless. Just a big dnf update really.
Meanwhile I have a bunch of servers stuck on CentOS 7 that are going to need to be completely rebuilt by next summer. I’m also limited by them because the pdf generator I use requires a version of libpango that was released in 2019 and EL7 is stuck on the 2018 version.
I switched from Rocky to Fedora Server because I was sick of running into compatibility issues with dependencies that exist in the Fedora repo and not EL.
Specifically postgres. One of the projects requires postgis and gdal, which are in the Fedora community repo, but I have to use the official postgres repo on Rocky and the people that maintain those repos are literally incompetent. They have an automated script that generates all of the packages and they can’t even be bothered to double check that the packages are built against the correct version of postgres, so your install will fail because a PG14 package is looking for a dependency that only exists in the PG11, PG12, and PG15 repo.