9
submitted 2 months ago by mik@sh.itjust.works to c/summit@lemmy.world

Coming from Sync for Lemmy, a feature I am missing is the ability to prompt for a pin or biometric check when switching into a particular account, or opening the app to that account.

This would be useful to protect more sensitive accounts, especially if it can also hide the protected accounts details on the account switcher, perhaps with a custom account display name local to the app?

[-] mik@sh.itjust.works 2 points 6 months ago

It probably would be easier to just write an "update Caddy" script. They don't release updates very often, except for security fixes, so it's not much effort to do manually. I automated mine with Forgejo Actions, you could do the same with GitHub actions as a free option for example. Lots of neat ways to accomplish this!

[-] mik@sh.itjust.works 2 points 6 months ago

Xcaddy is a build tool. Caddy plugins are built into Caddy itself for optimization purposes, so xcaddy essentially makes you a custom version of Caddy. It only conflicts with Caddy so much as building a new version would conflict with the old version. You still get a normal "Caddy" executable after running xcaddy, just replace your existing Caddy with the new one created by xcaddy!

[-] mik@sh.itjust.works 5 points 1 year ago

It may be mostly "security theater" but it requires almost no extra effort and drastically increases the difficulty of compromise by adding privilege escalation as another requirement to gaining root access.

[-] mik@sh.itjust.works 11 points 1 year ago* (last edited 1 year ago)

It helps protect you because if the application in question is compromised in any way (or has a flaw, i.e. an accidental rm -rf /*), the only access it has is limited to the user it is run as. If it is run as root, it has full administrative privilege.

[-] mik@sh.itjust.works 3 points 2 years ago

I personally like ligatures when I'm programming. It took me some getting used to, but now I can't live without them due to how distinct it makes the code segments. I fully understand disliking them though. Thankfully fonts like source code pro allow disabling features like ligatures and their godawful handwriting styled italics, so you're able to use just the parts you like.

mik

joined 2 years ago