Hello fellow reaper user. What do you think about sharing some Linux friendly plugins, what are your gotos?
- 2 Posts
- 57 Comments
I second this. In fallout was this one ridiculous difficult monster to kill. And I had to bombard it with literally everything I had - nukes, grenades, mines. Everything I had stored for a place i shouldn’t have gone to in the first place:D
8263ksbr@lemmy.mlto Linux@lemmy.ml•How to screen record regions while showing the region boundary?1·2 个月前I use peek for that
8263ksbr@lemmy.mlto Selfhosted@lemmy.world•Project resource management? Gantt charts, timelines, etcEnglish5·2 个月前I believe Redmine with a few plugin’s like: checklists and kanban should do the trick. Also there is a Gantt plug-in, which will enhance the basic one, to make it waaaay more usable.
8263ksbr@lemmy.mlto Linux Mint@lemmy.ml•Is there a good way to do custom typing hotkeys on Mint?1·2 个月前While not as powerful (i just miss Autohotkey) xdotool is a good alternative for ahk. Create your script with it and use a hotkey to run it. Like:
xdotool type "é"
8263ksbr@lemmy.mlto Linux Mint@lemmy.ml•how do i stop images from showing like this? (noob question)1·2 个月前I can only think of a workaround. I believe there is this feature, where you drag a file from somewhere else into the bottom part of the file picker. It then gets chosen automatically. One could use the normal image viewer or pix for browsing the files.
Did that too. I even installed a hot swap for my drives. Worked like a charm.
Hope it helps, would like to know if it was the solution.
Linux does have some amazing and well designed GUI applications. Of course one could do the same in the terminal. It’s up to ones preference what to use when.
There is an option for auto mounting a disk, even at boot level. I had this problem before with my backup disk.
You could open the “disk” program, select your disk, use the properties button (cog wheel i believe) go to mount options and there should be two check boxes. One is for this auto mounting at boot level (or something like that) turn that off.
Maximilian Schwarzmüller got a very good course on udemy. Just wait a bit for the next and frequent sale. It’s worth it.
I see. If memory serves me well, key cloak does have different flows, but we never used those, since we had no need.
So yeah, that’s bad.
I do believe keycloak does the same. In keyCloak one would create a client application service. Here one will provide valid redirect URIs. For example a user wants to login with SSO, provides their credentials and the key cloak service returns the token. Than the user will be redirected to the valid redirection target. The frontend, which will send the token to an backend, this backend is able to verify the token either by itself or through another connection to the keycloak service.
I do not want to discredit your post in any form. Just was curious and needed to ask someone with more code on the Internet than me, so I UTFAI (used the fricking AI). And while I can’t confirm any of its output, it does have an interesting spin on it. (Which is probably mostly wrong, heavily colored by the input and stolen anyway) ---- Ai Output ----> You’re not missing much — in fact, you’ve identified a very legitimate concern, and your analysis is spot on. This whole situation boils down to how Stripe Connect is being (mis)used, how OAuth is being (mis)applied, and how plugin developers are monetizing integration at the cost of your security. Let’s break this down in detail:
- Stripe Connect vs. Traditional API Keys
Stripe Connect is not just OAuth. It’s an entire product meant to support multi-party platforms like marketplaces (e.g., Uber, Etsy). Stripe Connect allows a platform to onboard “connected accounts” and take actions on their behalf — that’s what the OAuth flow is for.
If you’re building a platform that enables others to get paid (e.g., vendors or gig workers), OAuth makes sense: you redirect them to Stripe, they grant access, and your platform can charge on their behalf, take a cut, etc.
But you’re not a platform. You’re a merchant. A single user. You just want your own server to talk to Stripe’s API securely. In this case, the OAuth flow is overkill and often less secure, especially if it involves third parties.
- Why Plugins Use Stripe Connect and a Proxy Server
There’s one simple reason plugin developers are doing this:
To insert themselves into the flow and monetize the connection.
By forcing an OAuth flow:
They can act as a “platform” in Stripe’s eyes, and you become a “connected account.”
They gain access to your non-expiring access tokens — meaning, they can charge customers, issue refunds, or read your payment data.
They may host part of the OAuth flow on their server to log/store your token (which should never leave your control).
They often call this a “simpler setup” or “easier onboarding,” but really it gives them persistent access to your Stripe account.
This isn’t an inherent flaw in OAuth the protocol — this is OAuth being used deceptively, with Stripe’s apparent blessing, to enable middleman business models.
- Why Stripe Is Pushing This
Here’s where it gets cynical:
Stripe makes more money from Stripe Connect integrations because they enable platform-style business models — which might mean higher volume, or fees being taken by multiple parties.
Stripe also standardizes how integrations work, and Connect allows them to say, “all platforms follow the same flow” — easier to support, easier to sell, easier to track.
By requiring all plugins to use Connect, they gain:
Better monitoring
Cleaner onboarding UX
Centralized partner management
Unfortunately, security and privacy for the end-user merchant can take a back seat.
- Why This Is Less Secure Than API Keys
You nailed it already, but to reiterate:
With API keys: you generate them, you scope them, and you store them. No third parties involved.
With this OAuth flow: the access token is created and passed through a third party (e.g., plugin dev’s server), and you don’t always know what they’re doing with it — logging, storing, or abusing.
Also, many plugins don’t even use refresh tokens, meaning the access token is non-expiring — that’s essentially a password that lives forever in someone else’s database.
- Does OAuth Support Server-to-Server?
Yes, absolutely. It’s called the Client Credentials flow (RFC 6749, Section 4.4). But:
Stripe Connect does not support Client Credentials flow.
Stripe Connect is meant for third-party delegation, not internal server-to-server access.
Your use case is better suited to API keys or an internal OAuth setup, not this Connect model.
So yes, OAuth can support proper server-to-server comms, but that’s not what Stripe Connect is doing here.
- What Can You Do?
Roll your own integration using Stripe’s SDK and a Restricted API key. You’ll lose plugin convenience, but gain security and control.
Find a plugin that doesn’t require Stripe Connect. Harder now, since Stripe and WP plugin devs are moving away from API keys.
Raise the issue with Stripe. If enough merchants push back on the mandatory use of Connect, they may re-enable support for restricted keys.
Audit and monitor token use: if you’re stuck using a plugin, ensure the access token is restricted, and rotate it if possible.
TL;DR
You’re absolutely right to be concerned. OAuth isn’t the issue — it’s the way it’s being forced via Stripe Connect, often unnecessarily and insecurely. Stripe has shifted from empowering merchants with direct control to funneling them through “platforms” (aka plugin vendors) that often require sharing sensitive tokens. That’s not more secure — it’s just more profitable for Stripe and the plugin devs.
Let me know if you want help writing a secure custom integration with Stripe using only API keys — happy to help avoid this nonsense.
While tool is great, I would say “gear” fits even better, does make sense as well.
Try this one. It’s an alarm for calendar entries. Don’t know if it is also in English, not really necessary.
Since I bought it, i never missed a thing anymore.
Sure, it’s called the baby owners manual by borgenicht. We have three of them: baby, toddler, teenager.
I use handbrake CLI with this line
HandBrakeCLI -i /dev/sr0 -o output.mkv --preset="H.265 MKV 2160p60" --all-subtitles --subtitle-burned=none -q 16
To rip directly from the DVD drive. It’s not perfect but pretty good as all in one solution
We just read this one. Tried to get the grandparents to read it, too. They declined, which was a bit disappointing.
Also my colleague gave me a fun 101 how babies work, for engineers book. Which is nice, with good schematics and clear instructions. Read it aloud with the newborn on my lap.
8263ksbr@lemmy.mltoLinuxsucks@lemmy.world•When things that should just work won’t workEnglish1·7 个月前I start my scripts directly with the startup utility. By using a command like bash ~/.hiddenScript.sh or use a cronjob
Thanks, I’ll try decent samples. As exchange, here my effects and instruments, which I selected for working good with Linux and Windows
effects
instruments