Skip Navigation

Posts
4
Comments
14
Joined
3 yr. ago

  • If you want to track all your wealth with one single tool (bank accounts, stocks, bonds, funds, properties...) I would recommend plain text accounting tools suchs as ledger-cli, hledger or beancount. I began with ledger-cli and move later to hledger.

    You will learn a lot of double entry accounting and you will keep accounts with plain text files with version control.

    It is a rabbit hole...

  • It runs in Lineage? Lineage is certified by Google Play Integrity API (I doubt it)? or Lineage tricks Google Play Integrity API?

  • If you install GrapheneOS, you do not need root, so GrapheneOS is in control of the phone not the user. The key here is if GrapheneOS is secure enough to be certified by Google Play Integrity API. is it security or other issue? perhaps Google is not supporter of FOSS ROMs, perhaps it is not fun of how GrapheneOS removes permissions to Google Apps, ...

    If it is not security, this is a kind of monopoly to control which ROMs are allowed to run apps.

  • the problem here is not the banks or apps, the problem is Google Play Integrity API, which is supposed to enforce to run apps in secured phones and it is used to ban secured ROMs such as GrapheneOS and it allows to run apps on outdated phones without security patches.

  • Thanks for all your answers! I will check some of the alternatives to duckdns.

  • I have a domain... but I think DynDNS is not always available for every domain or by every domain seller?

  • In my case, there is no IP change. However, the TTL of entries seems to be 60 seconds and when Cloudfare/Google asks for the new A record, it sometimes fails. I am getting this error message from Cloudfare when I try to solve host.sub-domain.duckdns.org

    EDE: 22 (No Reachable Authority): (time limit exceeded)

  • Selfhosted @lemmy.world

    Anyone with problems with duckdns DynDNS?

  • rm -rf /var

    I don't know what I was thinking on to type it 😅

  • I would say it is Government Parental Control, the government is your parent 😆

  • Privacy @lemmy.ml

    Spanish government is working in a digital certificate to identify adults and avoid minors to access porn sites

    cadenaser.com /nacional/2024/01/16/verificacion-de-edad-sin-nombres-ni-apellidos-asi-se-impedira-que-los-menores-vean-porno-cadena-ser/
  • AFAIK immich organize photos with albums not in folders. So, If i move from immich to another software (librephotos, photoprism...), the new software is aware of albums? I am worried on organizing my photos every time I change of photo management application.

  • this is more or less my current workflow but i feel that is quite difficult to use/find photos in my android phone due to the lack of one android app.

  • Selfhosted @lemmy.world

    recommendations for selfhosted photo backup solution: folders vs albums?

  • Yes, you explain better :-) The idea is that shell.nix is my development environment so I would like to use that shell.nix to interactive shells (nix-shell) and to run scripts (non-interactive use). I understand I could use a nix-shell shebang in every script, but that requires maintenance (when I modify the shell.nix file, modify the shellbang of all my scripts) and it is prune to errors (for example, modify the shell.nix and forget to modify the shebang of my scripts).

  • nixos @lemmy.ml

    shell.nix to run scripts?