Bluetooth sucks on all platforms. It may be worse on Linux, but given how often my coworkers on Mac and Windows have audio issues it meetings, not by much.
Get a good set of RF wireless headphones and only use Bluetooth when you’re traveling.
Nerd, professional solver of imaginary problems
Bluetooth sucks on all platforms. It may be worse on Linux, but given how often my coworkers on Mac and Windows have audio issues it meetings, not by much.
Get a good set of RF wireless headphones and only use Bluetooth when you’re traveling.
I frequently switch between audio outputs (headset for calls and focused gaming, speakers for other use). I installed an audio switcher applet to make changing that easier and faster. But cosmic is perfect for me other than that.
I joined a team years ago where everyone would catch exceptions then throw a different exception in the catch, swallowing the original. Sometimes these were nested many layers. Troubleshooting was a nightmare.
I spent a week deleting all of them and told everybody that “try” was now a forbidden word outside of entry points.
I have a cache drive in my NAS for reads, thinking about putting a second drive in there so I can have a read/write cache array. It makes a huge difference over just having spinning rust. I’d love an all-flash array, but 36TB of SSD would be very expensive right now.
Note to others reading this: If your main use case is gaming (or anything other than storing/processing buttloads of data), I’d suggest just getting a bigger pcie3 drive instead of a faster pcie4/5 drive. Going with a faster drive won’t be a noticeable difference, but having 2-3x the capacity (for the same price) will help.
The scheduler is limited but it can still schedule across all the threads and cores in a given system. It’s just doing it less efficiently. The headline is misleading.
Desktop or laptop? Do you need peripherals included? Honestly for under $500 I’d highly suggest looking at refurbished machines. You’ll be able to pick up an off-lease Dell or Lenovo or HP system for < $300.
As wraithcoop suggested, you can install additional software like rectangle to do the job. But why is that necessary in 2023? Window snapping has existed forever on Linux DEs and Windows since Vista.
“You’re holding plugging it in wrong.”
I’m amazed at how many professionals use Macs because Apple seems to hate power users. I had to use a Mac briefly recently and was amazed to find they still don’t have window snapping.
It also had no idea what to do with my monitor, couldn’t even detect the correct resolution. I’m guessing if I had bought a $3000 Apple monitor it would have worked immediately. But had to dive into “advanced settings” just to set the correct resolution.
If they wanted to make browsers less secure, they would do so in much more obvious ways.
The new proposal demands browsers automatically trust government created root certificates. That means any EU government can do a man-in-the-middle attack on any end user running that web browser, even users in other countries. There is no reason to do that other than to spy on people or to manipulate the content that they’re viewing.
If any government, or company for that matter, wants to make their own root cert and deploy it to all their users/machines they can already do that easily. A lot of companies that work with sensitive data already do this, and some companies (ex: symantec) provide solutions to do it very easily, so the IT team can see everything the users are doing.
Public transit options in Denver seem pretty bad if you don’t live right next to a hub. But where I moved from was just as bad, my old work commute was 90+ minutes by bus vs 20 minutes by car vs 40 minutes by bike. I’d really like some light-rail options to get into towns in the mountains more regularly. Seems like there is always a breakdown/accident on the highways and parking is usually a nightmare when I get there.
Run this command to see what version of the vulkan API you’re on: vulkaninfo | head -n 5
Proton 8 requires vulkan 1.3 compatibility. I’m guessing the drivers you’re using (or maybe the drivers nvidia has published?) don’t have support for it.
50-60% of my initial attempts at connecting to something via bluetooth is my accidentally selecting the wrong device. I’d say maybe you’re one of my neighbors but I definitely wasn’t up at 5am.
I’d recommend avoiding Epic Games, they seem to love breaking Linux compatibility. Publishers that force you to use their launcher, even if you have steam, can be annoying sometimes.
I’d suggest an AMD graphics card if possible. It just makes things simpler. I think Nvidia is still having issues with Wayland.
There were apparently 2 different MX150 chips with very different power consumption (10w vs 25w), core clocks (937mhz vs 1468mhz), and memory bandwidth (40GB/s vs 48GB/s). I don’t think either of these are going to play GTA5 well, but the 10w part is probably much worse. Can you confirm which one you’ve got?
Apple makes such weird decisions with their hardware sometimes. Like running the trackpad and keyboard off the Bluetooth controller in some models. I think it’s intentional just to make other OSes less compatible sometimes.
In college I was an apple certified tech and I had to replace a hard drive in a MacBook one day. The wireless card was glued to the top of it. No clue why. What was a 6 screw procedure on every other laptop vendor at the time was 20+ screws and 15 minutes of gentle prying on that thing.
It can’t be enforced outside of their borders. And it’s barely enforceable inside of them. Matrix chat will probably get more popular. Proton, and other private email services, will still exist. This seems like people who don’t understand tech trying to regulate it.
ETA: if you think this is enforceable, look at how common piracy still is despite it being illegal in most places. VPNs, onion routing, alternative DNS, etc.
Yup, you can do this pretty easily. But I didn’t want the added latency of another hop wherever I’m on cell service.
Not enough info. What are you trying to actually accomplish here? If you’re stress testing and trying to measure how fast a server can process all those requests, use something like jmeter. You can tell it to do 100 concurrent threads with 10000 requests each, then call it a day.