I recommend setting it to disabled by default, and manually enable it for websites which need it using the "Invert listed only" button.
https://chromewebstore.google.com/detail/dark-reader/eimadpb...
When you're building something and you notice one of your dependencies has a bug or is missing a key feature that you need, do you (a) PR the fix into the dependency and then try to "harrass" the maintainer into merging it for you, (b) publish your own fork of the dependency with the necessary fix, (c) inline the source code for the dependency into your project, effectively taking it on as if it's your own code, (d) completely rewrite the dependency either as a separate package you control or built directly into your own project, or (e) code around the problem / do a hack?
I find that often maintainers are so over-worked that it's practically impossible to get a merge in a timely manner, and this leads me to rely on a fork until the PR eventually gets merged. However, I think creating a new package under either your own ownership or the company you work for is often really bad as it can become a kind of hidden technical debt. Nowadays, I definitely consider inlining as a way to capture ownership of the technical debt in a way that is highly visible, but this can add 100s or 1000s of lines of code to a project and if eventually the upstream project moves on you don't get the benefits of their changes without removing the inlined code and untangling any changes that were made to it.
The only other approach I've seen is the 'hack' approach, in which you try to dodge the bug or semantic issue. Honestly, that might be the right thing to do in some situations, but it isn't very hygienic within a long-term project (unless you carefully maintain a TODO list of things that need 'correct' solutions).
This adds a diff to your repo, not an entire fork of the dependency.
A package manager like pnpm will install the package as usual, then apply your patch over the top.
If such meaningful independence doesn’t exist, it arguably doesn’t make much of a difference who’s name plate is on the ownership?
Unfortunately, Australia really doesn't have much leverage in this space, and forcibly re-nationalizing an asset like that, would cause major diplomatic problems, like the harsh trade sanctions imposed by China over the last few years due to Australia backing a COVID inquiry.
Redhat does not own (100%) of GNOME IP, there are many contributors. Also redhat is just a brand asset of IBM, so it cannot actually own anything.
Well, I tried to complain... for you see after going through multiple pages/steps in the UI, when it came time to review and submit, after you press submit you are told that they can't receive complaints online at this time.
So I wrote in the web feedback form instead. At least that went through. As will, I hope, my screenshots of the process to the ombudsman.
In nearly all these microservice components, the UI has an outdated copyright year in the footer. 2016 in the feedback app, 2017 in a preference update component. The year sits right underneath a lock symbol and some text telling you how secure they are.
This tells me a number of things. Either no one has smoke-tested that component for 6 years, or picked up that the year was off, or it has been picked up and left in backlog because of other priorities leaving me to ask what else could be in the aged backlog, but really telling me they don't have the resources to do or to take software or UX seriously.
Under copyright, you're allowed to make full copies of works which you have legitimate access to, as long as you don't distribute them to others.
https://copyright.unimelb.edu.au/shared/using-copyright-mate...
To me, what Pocket is offering is like a warehouse where you can take books which you already own, and they're charging you for the warehouse space.
Doesn't sound like anything to do with copyright to me.
You absolutely can. You can generate as many as you want, whenever you want
I have only used the "Sign in with Apple" feature directly in apps, which only ever lets you create one for that app.
However, apparently with an iCloud+ subscription, you can generate arbitrary email addresses from within iCloud itself, and then use those wherever you like.
- Offers a dev "enough" control (some HTML/CSS/JS support but not total control)
- Stays largely out of the way (maybe something like a "powered by" header/footer only)
- Doesn't try to lock free posts behind paywalls
- Is independently owned and not a big tech product (so no Blogger)
- Is abstracted enough so that someone doesn't need to know domain, DNS, hosting, VPS, or sysadmin stuff in general to start a website
The closest things I've seen to this are Neocities and Glitch. The best one used to be Blogger, but again it's big tech so you can't use it without being assimilated into the Google collective consciousness.
https://bearblog.dev
You can see examples on the discover page.
https://bearblog.dev/discover
It has a small collection of simple pre-built themes, while also supporting custom CSS.
https://docs.bearblog.dev/styling