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.
To be fair if anyone is motivated to discover flaws in testing methodology and publicly disclose them right now it’s Labs.
It’s getting hard to do just between AMD and Nvidia on Windows.
I’m old enough to remember the days when reviewers showed macro shots of the wires in half life 2 to test AA between different cards.
Does anyone even test that enabling “Ultra” settings results in the same configuration across vendors/generations? I’m pretty sure LTT Labs found cases where it wasn’t.
It’s between Apple and framework for me for my next laptop. The question is do I want a laptop that I can infinitely repair and upgrade, or do I want a laptop that actually has battery life when I pull it out of my bag because it has a functioning sleep mode. Thanks Intel. Maybe make sure your processors are actually power efficient before axing S3 sleep.
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.
Don’t forget that a large chunk of that money also goes to the creators. It’s significantly more than they get from showing you an ad.
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.
My laptop is 4 years old at this point. I spent $2400 on it before I wanted something future proof, and while it’s still plenty fast with it’s 10th gen Intel processor and 32gb ram, knowing that I could drop $500 and upgrade to the latest AMD or Intel chip makes me wish I could have held out another year and gotten the framework.
Given that we’ve more or less peaked in terms of non-gaming performance I probably won’t be buying another laptop until this one dies but my next laptop will be a framework without question as well.
Google didn’t buy HTC. They bought the parts of the company responsible for making the first Pixel phone.
HTC is still a separate entity. They just don’t release 25 phones/year now, and all of their stuff is mid-range garbage.
I have a $2 USB C cable I got off of Ali that I use to charge my laptop at 65W. It’s rated for 100W but I have no way of testing it.
It’s actually higher quality than any official apple cable I’ve used, although that’s a pretty low bar.
The first USB-C Android phones were also only USB 2.0.
Although that was 8 years ago, when USB 3 was only just starting to become commonplace.
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.
The SoC lacks the hardware. Even the USB C iPads with A series chips operate at 2.0 speeds. They can only do 5Gbit in host mode, like with an external SSD. Plugged in to a computer they are 2.0.
I would imagine future chips will have the capability, once the Pro chips trickle down to the base models.
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.
If a game can’t run on the Series S it means it also can’t be ported to the PC. Turn down the resolution and graphics settings until you get the same fps target and continue in with your day.
I would expect any game from a developer that complains about this to be so poorly optimized that it runs like it would on the Series S on the bigger consoles, and likely have garbage gameplay as well because they spent all of their budget on graphics.
I like Gnome Shell. It’s polished and extensible. Libadwaita and the header bars are nice as well. I generally prefer nautilus to dolphin, even if I hate having to ctrl-l to edit the path.
I use KDE however because Mutter is still dogshit slow, especially in wayland. My work PC has a R5 3600, RX 570, and 48GB ram and it struggles to maintain 60fps across 3 1080p monitors. KWin runs significantly better, so I use KDE and just configure it like I would Gnome.
Even better get a NVMe enclosure and an internal NVMe drive.
Enclosures are $20 and you can get a 500gb Samsung 970 Evo for $35.
Smaller, lighter, cheaper and faster than any off the shelf portable drive you could get. I have one and it fully saturates the USB C 10Gbit port on my motherboard.
My aunt’s 2017 Mazda didn’t have my house in the GPS. It was built in 2011.
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.