I’m on Wayland and KDE/Plasma. It worked on GNOME, but sadly not on Plasma.
I’m on Wayland and KDE/Plasma. It worked on GNOME, but sadly not on Plasma.
Not all filtering is the same. Client side filtering requires more data to passed over the network that then just gets dropped. It also means rules that are not shared across devices.
Most importantly, these use CSS filters which are computationally more expensive because it has to take an entire DOM element, serialize it to text, string search it vs a server side filter that can just look at a one or two field variables. Even if it’s not filtered in SQL on Lemmy’s side I’d say it’s still more efficient overall.
You do what you want, but adding extra work on the client side is not what I’d want for my users. Of course, if your Lemmy instance does not supporting filtering, then this is moot.
And it’ll be faster and more efficient to do it server side as opposed to making uBlock Origin handle it.
How many users are using browsers that are old enough they don’t even support JS? It’s one thing to disable it for security/privacy (which the OP was talking about), because those users are probably more tech savy.
Do these old browsers not support DuckDuckGo?
One place it would be useful is if you are worried about somebody breaking into your home and stealing your computer. Don’t store the key on the home computer, instead store it on a cloud server. The home computer connects to the cloud server, authenticates itself with some secret, then if the cloud server authorizes, it can return the decryption key.
Then if your computer gets stolen or seized, it’ll connect via a different IP and the cloud server can deny access or even wipe the encryption key.
this doesn’t protect against all risks, but it has its uses.
Example: https://www.ogselfhosting.com/index.php/2023/12/25/tang-clevis-for-a-luks-encrypted-debian-server
Unfortunately, unscrupulous companies can build shadow profiles that bypass cookie and storage based isolation techniques like this.
Your browser gives off a lot of information. See here for some of the information they can use: https://amiunique.org/
You’re best off blocking things with uBlock Origin vs something that just isolates.
No, the cable isn’t going to implement the protocol. You need endpoints that are able to talk that protocol. That might be done with a firmware update or require new hardware.
I just saw this one mention endurain, a fitness tracker. I’ve been looking for something to self host data about my health, fitness, etc. Has anyone tried this or anything else in the self-hosted or open source fitness space?
I could connect a smart plug and disconnect it if below -15, if that would help
If you didn’t know already, many smart plugs are not rated for the amount of power that fridges and other compressor based appliances. They can overlosd the plugs and cause failures or fires. Also shutting off a compressor mid cycle increases the wear.
These pictures remind me of YouTube thumbnails with fhe style of over emphasized visuals and it makes me wonder if people got accustomed to that style and that makes it easier to pass the BS test.
Just think of all the countries and companies that grab this data, group by email address, then start to identify preferences of people around the world. Its not just for identity theft. The possibilities are endless! And horrifying.
Yeah there’s a few reasons why the offer that wins the buy box (the term for which merchants offer is shown to the customer prominently) and is complex, but I wouldn’t consider it particularly sinister or designed to mislead. If one person has prime and the other doesn’t, it might weight more towards a prime offer which may be more expensive, a price from a merchant may have changed, or gone out of stock.
It’s possible, but it costs money to design the hardware so it’s accessible, it has to use a connector which has to be robust against vibrations (is m.2 robust?), then there needs to be a standardized protocol to communicate with the card. Does the car computer need to know how to authenticate against the cell network or does the card? Is it industry standardized or specific to the manufacturer? All kinds of things need to be designed and car manufacturers have no reason to invest in they.
The problem is the cell modem in the car, which is hard to replace. Cars last a lot longer than phones do. When whatever network that the car uses shuts down, then you can’t remote start your car. That’s a marginal cost that the car company has to pay for.
CDs have an advantage over USB drives in that they can’t actually secretly be USB HID devices like a fake keyboard or mouse that runs a bunch of commands when it plugs in. It’s only a storage device.
A super secure environment might then lock down all USB devices to ones known by them and then epoxy all ports and devices.
ICANN specifically set aside all two character TLDs to be for country specific codes. There’s only a few cases where they kept ex countries TLDs around and phased them out over several years. It would be an entirely new precedent if they did keep it. So I wouldn’t depend on it
I have my doubts that a company would be able to just abandon a live and operational nuclear power plant. I’m no nuclear or power engineer, but I am familiar with data center power consumption. There are companies in the region that would absolutely build more data centers, but are power constrained from the utility companies in the area, that are not just for AI, but for general compute. Even then, it’s low carbon production energy. If you have a ton of excess power, just start forcing high carbon production facilities in the area to close and now you’ve greened the grid.
While I’m not a fan of the loan nor the massive waste of power most LLMs are, I actually think that’s its a good thing because if Microsoft can break through some of the excessive red tape on nuclear plants then they’ll bring this online and hopefully prove that nuclear power can be safe and a good source of large amounts of power, when the huge demand for AI dies down, then maybe they’ll keep the plant around and provide power to the grid.
Which stops malicious usage, but doesn’t stop cases where web pages over use pushState as users move around instead of replaceState. I’ve seen maps that would add to the history every time a user moves around the map.