- Joined
- Oct 19, 2023
Not a fucking browser plugin, we don't need any more of those for fuck's sake.subscription managing service, like a browser plugin
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Not a fucking browser plugin, we don't need any more of those for fuck's sake.subscription managing service, like a browser plugin
Ideally it would be built into the browser, but then you get vendor lock in with Microsoft providing it's own service and Google providing a different one.Not a fucking browser plugin, we don't need any more of those for fuck's sake.
In the US there's privacy.com which lets you trivially make 'virtual' cards that can be time and/or amount limited. Not sure if they have plugins or not. I just paste the virtual card into the form.Ideally it would be built into the browser, but then you get vendor lock in with Microsoft providing it's own service and Google providing a different one.
I'm actually surprised that Apple hasn't offered this, they could charge a 10% fee for each purchase or subscription.
For search engines, I recommend Kagi. They run their own index, have customisable filtering, including one that promotes the small wide web, and do not filter kiwifarms.
Since 2012 or so I used DuckDuckGo, then used Brave Search for a few years, however:
- in the past 5 years both of them became as useless as all the rest with the onslaught of seo junk downsampling real knowledge
- both of them censor speech (which became a forefront of my attention in 2020-2022 with covid and russia/rt censorship)
- both are primarily just rebrandings of Bing.
Been using Kagi for a year now, and have zero complaints.
View attachment 5699425
Lokinet is effectively dead and has been for many months now since Jeff (the lead developer) was fired over a payment dispute with the corporate overlords. There are no functioning exit nodes and the main site (on lokinet) is down, meaning you cannot find other sites to visit (if there are any left).It's made by a private company and uses a weird ass cryptocurrency reward system. Maybe it's not as bad as it sounds, but I'd rather stay on Tor.
You mean when certain sites block exit nodes, or when the government fucks around with Tor connectivity?
Brave has some serious privacy concerns to answer to, in my opinion.Brave uses its own index, including for images. They ditched Bing ages ago (which was supplemental to their index).
And it's impossible you used it for a few years as since it launched mid 2021 and which also doesnt reconcile with them censoring something in 2020 for covid as it didn't exist. Plus the founder of Brave is a rabid anti covid-vaccine and anti-mask advocate.
I would like to add: ViMusic.
Doesn't your bank app already do this? Mine does, and it also exposes settings to deny payment requests from them, making unsubbing so much easier.I was surprised to see it's a paid service, but I guess that makes sense. In a honest future we may have a lot of things move from advertising to subscriptions.
Would be nice if there was a subscription managing service, like a browser plugin service that you authorize payments and it gives you a monthly bill or a prepaid balance to cover it, so that random sites don't have your credit card information and only the initially agreed on fees will be paid by the browser plugin service.
I think I was mostly thinking of something where the subscription service only has a virtual account number that's unique to them, so if they sell that account number to someone else or starts making random charges those are flagged and blocked immediately.Doesn't your bank app already do this? Mine does, and it also exposes settings to deny payment requests from them, making unsubbing so much easier.
It also shows summaries and costs and increases and stuff, which is neat.
Oh, I didn't infer that from the post. I see.I think I was mostly thinking of something where the subscription service only has a virtual account number that's unique to them, so if they sell that account number to someone else or starts making random charges those are flagged and blocked immediately.
I'm not familiar with the scenario where the bank app has a special screen where it tracks subscription services and automatically blocks unauthorized charges, and prevents the subscription service from having your actual credit card number.
Interesting tool. The underlying "problem" (and I put it like that because calling it a problem really is a matter of perspective) is that Linux' CFS scheduler tries to be fair (it's in the name = completely fair scheduler) So everyone gets a fair slice of CPU time. In reality this has the potential to completely mog responsiveness on low-core or otherwise limited systems, as you have noticed. CFS has quite a few knobs to improve responsiveness and projects like liquorix/zen have tried to do exactly that. It's kind of arcane though and settings that might be good for some workloads are bad for others. (I'd also be careful with generally just copying patches and settings, the understanding of those by the people publishing them is often not great)AutoNice Daemon
How does AutoNice compare to running a RTOS kernel?@AmpleApricots I ran across something that may be of interest to those running on few cores/IO restricted devices in current year. There's a great utility called 'and'- AutoNice Daemon. I suspect it was originally created for angry administrators of multi-user servers used to run simulations in physics or math labs to stop really intensive simulations from affecting their NetHack sessions, or something like that, but I've found it useful for pushing down the priorities of 'ffmpeg' (as run by yt-dlp and JDownloader) and other processes that will just about lock a limited system if there are multiple processes running in parallel. All I had to do was enter some aggressive values for ffmpeg and turn down the CPUtime values at which the daemon would kick in to renice it.
The extreme IO from the ffmpeg conversions is the main issue on my low end systems, so in theory I could just launch the main applications with a lower-priority/higher nice value, but I don't want to fuck with the actual downloading side of things which never actually causes me problems. I suppose I could create patches for both applications to just launch ffmpeg with nice 19, but I don't care enough to deal with that.
Different planets, an operating system like Linux just can't give you these kinds of gurantees.RTOS kernel
I did have a look at the wikipedia page for PREEMPT_RT after @Betonhaus mentioned it, but in all honesty, I'm just being really fucking lazy about kicking down the priority on this one process that doesn't play nice on my old tablet-ass laptop.Different planets, an operating system like Linux just can't give you these kinds of gurantees.