Though OPs example is easier for the general population to understand.
- 0 Posts
- 10 Comments
vinhill@feddit.deto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•I feel like the Steam Deck is the best proof of Gabe Newell's quote that "piracy is a service issue."English4·2 years agoI heard people pirating old Wii games so that they can be emulated. Also, games with way too many DLCs like Sims.
Ich bin entzückt, dass ihnen unsere MaiMais zusagen.
vinhill@feddit.deto Open Source@lemmy.ml•Mozilla.ai is a new startup and community funded with 30M from Mozilla that aims to build trustworthy and open-source AI ecosystem4·2 years agoNot only is telemetry easy to disable. In about:telemetry, you can see what’s being send and many of these things are important to improve the user experience, make Firefox faster and also monitor privacy/security problems.
Without telemetry (use counter), how to decide whether a deprecated feature can be removed? Removing them is necessary to decrease maintenance work, be able to innovate and remove features that are less secure.
vinhill@feddit.deto Technology@beehaw.org•Google employee responds to all the negative feedback WEI, (google drm the web)1·2 years agoI guess this is much less about captcha V2, i.e. the ones everyone sees but more about V3 that works in the background or other such scripts using fingerprinting, collecting lots of data about the user to determine their validity.
vinhill@feddit.deto Technology@beehaw.org•Google employee responds to all the negative feedback WEI, (google drm the web)2·2 years agoThe idea might be websites using traditional methods such as captchas or heutistics if attestation is denied.
I’m far from an expert on communism. But the government, and especially a single person, retaining power over the state and economy is far from communism, it’s more authoritarian. Communism in it’s very base is the citizens owning the means of production, not the state owning those. This in no way is represented in China, where the state has a lot of power over the economy and owns parts of some companies, but there are still capitalists owning factories and workers working there.
vinhill@feddit.deto Technology@beehaw.org•Google is working on essentially putting DRM on the webEnglish1·2 years agoGreat idea, Mozilla does good things for the internet. Though, please keep in mind that donations to Mozilla never reach Firefox. That is, as donations go to the foundation, a non-profit, while Firefox is developed by a for-profit subsidiary.
vinhill@feddit.deto Technology@beehaw.org•Google is working on essentially putting DRM on the webEnglish2·2 years agoMozilla is trying to reduce its dependency on the Google search deal. The dependence is big, but Mozilla has some reserves and receives the money for channeling searches to Google. They could and already make such deals with other search providers.
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks
It’s basically like a copy of the original repository. But you can pull in and merge changes from the original, make a pull request for the original to pull your changes. Fork+pull request enables you to contribute to someone else’s repository. Things like Chromium are in part forks of Safari, just that they diverged over time.