Skip to content

Instantly share code, notes, and snippets.

View lucasmz-dev's full-sized avatar

Lucas lucasmz-dev

View GitHub Profile
@lucasmz-dev
lucasmz-dev / creditcard_harden.md
Last active September 6, 2025 20:40
Hardening a credit card

Hardening a credit card

When I get a new credit (or debit) card from a bank, I like to do a few things to strengthen its security, none of it ends up breaking my use cases or anything, but it could do so to you. So beware.

Pre-requisites

  1. Do not ever use your physical card for online purchases or any form of purchase using its details, if you've done so, even for Google Pay, get a new one.
  2. This guide assumes the card is brand new, as some stuff depends on certain details never being revealed, you can follow it anyway, but beware
  3. Credit cards overall are not great at security, you can not confirm the value of the purchase before making one, for example.
@lucasmz-dev
lucasmz-dev / seedvault_issues.md
Last active November 3, 2025 03:09
Seedvault known issues

This page lists known issues one may experience when using Seedvault to back up or restore data. If you experience an undocumented issue not listed here, make sure to raise an issue so the next person doesn't have to suffer with it.

Many apps don't test or even disable backups

Most developers unfortunately do not test the system backup functionality with their apps. This often leads to broken backups, backups including unnecessary data, or not including data that should be included. For a lot of apps, this is fine, they may be simple enough that they can be cloned freely and without issue, but for others, this isn't the case.

Seedvault isn't magic, it can't figure out when that's the case, so you'll get a checkmark on the status page, even if the backups don't work.

You should keep that in mind. When you find an issue with a particular app's backups not working as expected, the best thing you can do, is let the developer of that app know.

@lucasmz-dev
lucasmz-dev / phoenix-overrides.adp
Last active October 9, 2025 19:06
Phoenix overrides
@@||www.gravatar.com/avatar/$image,domain=review.calyxos.org|review.lineageos.org
@@||rustdesk.com^$1p
@lucasmz-dev
lucasmz-dev / .regex
Last active October 23, 2025 17:50
regex to match languages android
^values-([a-z]{2}[a-z]?)(-r([A-Z]{2}))?$