I believe Framework has their webcam LED setup like this. At a minimum the physical switch cuts power to the whole webcam assembly.
I believe Framework has their webcam LED setup like this. At a minimum the physical switch cuts power to the whole webcam assembly.
Not that it will matter, the orange moron is going to do everything he can to gut the FTC. Unless they’re going to do something in the next month they might as well just start wrapping things up now.
Both can be true.
India is just like anywhere else, you get what you pay for. There’s plenty of cheap dogshit contractors there but there’s also some pretty good “expensive” ones. I say “expensive” because they’re still cheaper than domestic, just a lot more than the cheap ones.
The interesting bit though is that the end state of all this outsourcing is an inversion. As US companies pour more and more money into foreign contractors the quality of those contractors steadily increases which then drives their prices up. Concurrently with that as the domestic market languishes and skills atrophy domestic prices fall. Eventually the US will find itself as the cheap 3rd world country the other countries are outsourcing to. That assumes of course other countries are as blindingly short sighted and stupid as the US. The more likely scenario is that those countries enact subsidies, tariffs, and tax breaks to protect their domestic markets in which case the US doesn’t become the hot outsourcing market and instead just continues to fade into irrelevancy.
That was my first thought as well, but per the article it sounds like EU regulators requested that data from Google.
It’s an alternative to Twitter in the same way Pepsi is an alternative to Coke, it’s still essentially the same thing. This is just trading one really shitty corporation for a different not as shitty yet corporation. As it grows it will eventually become the exact same thing and everyone will be back here celebrating the rise of some other corporate social-media network.
JS is a cancer infecting the programming world. It never should have escaped the browser. If null is the worst programming mistake ever made, JS is a strong contender for the second worst mistake.
The opt outs don’t work. Even if you opted out of the telemetry that only disabled some of it, not all of it, and MS constantly re-enables it with updates. I can’t count how many times I’ve had to uninstall OneDrive, But. It. Keeps. Coming. Back. Windows 10 you could previously disable most of the worst crapware that MS shoveled in. Windows 11 you can’t disable it, they just don’t give you the opt outs anymore. It’s all mandatory. Even worse, they started backporting that stuff into Windows 10 as well. Did you notice when MS silently installed copilot on your Windows 10 system?
Ultimately though, I just don’t want to keep fighting a losing battle against a company I despise. I’m done giving my money to them. It would be one thing if they provided a good service that I enjoyed like Valve does with Steam, but the last time I actually liked a version of Windows was when XP was released. It’s basically been downhill since then. If there was a decent alternative to Android I’d switch that as well, but unfortunately Linux phone just isn’t ready for prime time yet. But thanks to the amazing work by Valve, for gaming systems, Linux is finally a viable alternative.
If you don’t see the point, then Microsoft has successfully boiled the frog.
One thing you’ll have to do (which is kind of annoying that it isn’t enabled by default) is go into the steam options and toggle “Enable Steam Play for all other titles”. That enables proton/wine for everything in your library. In the early days of Steam on Linux Valve setup a white list of games that ran under Wine that mostly contains their own titles in it, and for some reason they just never removed that behavior even though that list is unmaintained these days.
Not every game that uses anti-cheat, there’s plenty that do run fine in Linux, but the major ones it’s unsupported. Technically the games run, and run really well, it’s just you’ll get banned for running under Linux. The big ones I’m aware of that don’t work are Valorant, GTA5, Destiny 2, LoL, and Apex Legends.
Steam is available and runs great. Valve has really put an insane amount of work into making Linux gaming smooth and painless. They have their own flatpak equivalent called pressure-vessel that steam uses by default, and everything that steam supports in Windows is 100% supported in Linux as well. If you check out protondb.com you can put in your steam account name and it will scan it and tell you any games in your library that will have issues in Linux, but outside of a few of the competitive shooters that have super aggressive anti-cheat generally everything either works out of the box, or after some minor tweaks (typically adding a few launch parameters).
Additionally, there’s an excellent unified launcher called Heroic that lets you connect with and use the GOG, Epic, and Amazon Gaming stores, and provides a convenient wrapper around Wine/Proton for actually running the games.
Finally there’s another launcher called Lutris that a lot of people swear by and supports some of the less used stores like Itch.io, although when I tried it recently I ran into some problems getting it to work.
The EOL of Win 10 and MS silently installing copilot on my desktop was the final straw for me. I’ve been running 100% Linux now for a couple months with no real issues so far. I expected a few games to give me issues but so far if anything I’ve had fewer issues with games than I did even in Windows. Had a couple hardware problems, although those I’ve mostly been able to solve.
I’ve got it setup to dual boot “just in case”, but haven’t actually needed to which is great. If I still haven’t needed that partition a year from now I’ll probably just reformat it as extra storage and keep a Win10 VM around if I really get stuck on something.
You’re not wrong, but this rant isn’t really going to accomplish anything useful I don’t think.
It’s also not a warning, it’s a security update. The title made it sound like Chrome was going to open some kind of warning dialog, or that Google had issued a threatening press release.
Yes, but now the cheque cleared. Or he’s just trying to suck up to Xi, you know one or the other.
So I was spitballing some ideas around this a while back, although I was more focused on income inequality at the time. I think the best idea I came up with was something like a progressive taxation system where a company’s taxes were determined by the highest paid employee (including the value of benefits and things like stock grants) minus the lowest paid employee, divided by the company head count. If executives want to keep bringing in eye watering salaries they either need to pay all their employees significantly more, or hire a hell of a lot more of them at current rates. There’s probably some flaws and things that could be tweaked there, but I think it’s a start.
We also need competition and for decades now the offices that were supposed to safe guard us from monopolies have been green lighting again and again mergers and acquisitions that result in only one or two dominant players in every market. There should be a blanket rule that if there are less than 10 companies (of somewhat similar scale) operating in some market none of them are allowed to merge or acquire each other.
As LiPoly said, it doesn’t really solve the problem. It’s not useless, it does accomplish something, but not that. Locking dependencies isn’t a security thing, it’s a reproducible builds thing. You can accomplish that by just using a traditional static version of everything, but now you’ve got a maintenance headache as you’re constantly needing to go in and update your dependency versions. You could instead use version ranging, but now you never actually know which version of a dependency any given build is going to end up using. Locking allows you to have the best of both worlds.
To understand how this works, lets take a look at a hypothetical. Lets say you have a code base, and a CICD setup. Additionally you’re using a git-flow style release management where your release version is in master, your active development is in develop, and your feature work is done in feature branches. What you do is setup your version ranges to cover what the semantic versions of things say should be compatible (generally locked major version, and possibly locked minor depending on the library, but unlocked patch). In your CICD for CI builds of develop and feature branches you include a step that updates your lock file to the latest version of a library matching your version range. This insures that your develop and feature branches are always using the latest version of dependencies. For your master branch though, its CI job only builds, it never updates the lock file. This means when you merge a release to master your dependencies are effectively frozen. Every build from the master branch is guaranteed to use exactly the same versions of dependencies as when you merged it.
That was my plan until MS installed copilot on my system without asking. A month later I installed Linux and haven’t looked back. I did dual boot just in case I needed it, but I actually haven’t had to boot into windows for the last 4 months. It’s gone so well I’m currently planning to do the same to my wife’s computer in a few months when I give it its hardware refresh.