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 pay $10/month for copilot because it saves me a lot more than $10 in time not spent typing out boilerplate or searching through garbage documentation.
It frees up my mind to focus on the actual software architecture instead of the quirks of the language.
Ohh is that why boost still works? I should reinstall it.
My Reddit usage is highly correlated with whether or not I’m at my desk.
I feel like I need to wash my hands after opening the official Reddit app on my phone.
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.
Protest laws generally revolve around the right to peacefully assemble. If the stated intention of your ‘protest’ is to block traffic and cause gridlock then that falls to meet the definition of ‘peaceful’, as it puts public safety at risk.
One of the linked articles quotes the Essex police who mention that one of the people impacted was a pregnant woman in medical distress, unable to receive medical care due to the actions of these ‘protestors’. I would imagine there were dozens of similar incidents over the 37 hours they held the city hostage.
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.
Remember when Google said that if the result you wanted wasn’t on the first page that they had failed?
The problem is the first page is now 2 sponsored links, a widget suggesting 10 YouTube videos, 5 search results for a related search, and two actual search results for the thing you are looking for.
We almost need a browser widget that appends &page=2 to any google search result.
This is the way. There are so few places to smoke in BC that I pretty much only ever see people doing it 5 metres from a bus stop.
They are so expensive that the few people that still do it smoke maybe a pack a week.
We even banned the sale of no-nic vape juice because they were becoming a gateway to nicotine addiction for teenagers.
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.
I can increase my cellphone plan with the click of a button.
If I want to decrease it that same button redirects to a live chat where I have to talk to one of their agents.
Their agents will genuinely give you a better deal, but for some reason can’t change your plan to a lesser one without breaking your contract, causing hundreds of dollars in extra fees.
The brick and mortar agents can do it in 2 minutes with no hassle. You walk in and say I want this plan, show your id, sign the change request and you’re done.
I don’t even think they are doing it on purpose. Why would they have a button that connects me to someone they are paying to convince me to give them less money per month? They cut my wife’s bill in half because she is month to month.
It’s just Hanlons Razor. Supreme incompetence.
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.
It’s down to personal preference I think. Both apps are a cut above any of the Lemmy only apps.
But I didn’t like Reddit Sync, so the Lemmy version was still a no for me.
Boost is Boost. It feels like home, and doesn’t cost an asinine amount of money to support.
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.
New idea for Lemmy apps: drunk text mode. Between 10pm and 6am you have to answer a skill testing question before submitting.
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.
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.