Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LA
Posts
20
Comments
1,048
Joined
2 yr. ago

  • Suena peligroso. Por lo que he visto, los bancos implementan este tipo de normativas poniendo más restricciones en la app del teléfono de modo que fuerza a utilizar Google. En el banco que estoy yo estoy porque es el único banco que encontré que la app funciona correctamente en Lineage y no me pide reconocimiento facial ni ningún otro tipo de fascismo. Porque no creo que los bancos chilenos se hagan asesorar por ninguna asociación de FOSS o alguna cosa parecida.

    Si ellos se ven obligados a eliminar estas capacidades que respetan los derechos humanos, tendré que retirar mi dinero y desbancarizarme.

  • If you mean citizenship as being associated to the city whose hosting services you are using, yhe power or water bill pointed at your name and residence should be able to do that. Now, if you want that plus anonimity, the only practical option I can think of for a city-wide physical campaign is some sort of GPG Signature Meetup ("signature party").

  • "Canadians want an alternative to Android"

    Graphene requires Google hardware

    Dead in the water. LineageOS and others can be loaded to a whole bunch o'phones.

    Graphene for some weird reason decided to grab the bull by the tail. First you need to have the hardware you want, then cones the software. The safest product out there is useless if it can not be used.

  • It locks you to postgres. You don't necessarily have full control over postgres unless you are using your own instance / service, but oftentimes you might need to connect to an external one. SQLite gives you a local option.

    Also what do you even mean with "does it store passwords?" A password is just a TEXT or a BLOB if you are feeling charitable and SQLite does support those since forever. If you can store "hello world" you can store a password (just.. don't do it in plaintext, but storage is different from encryption).

  • , but with a little attitude solving

    pot name kettle.

    When was the last time you used a Linux distro? 2005? Some desktops have had one-click updates since about that year, there are pretty good GUIs (that you don't like them because they are in a terminal is a terminalWindowsism) and the "terminal matrix speak" is just knowing what you are talking about. You do know at least something about the parts of the car you drive, do you not?

    The one big thing I grant is the double-click idioms, because at least in my experience it's where lots of systems tend to clash against each other. A given app registers double click actions for certain files, then the browser does the same for those files, then Wine / Flatpak steals that association too... in the end you almost never know who is going to open your files in modern Linux unless you context-click specifically. It's the one aspect on the list I'd say Linux has regressed since 2015.

  • It's quite a bit old and maybe superseded by something more modern in 2025 already, but have you tried setting up your boot with the acpi_osi=linux parameter? It should enable some corrections and capabilities from the BIOS that are not available if the system "lies" to the BIOS by telling it it's Windows ("for compatibility, they said"). Dunno, maybe it juuuust happens to include the fix you need.

  • Considering the security implications of suspend and how much enabling zram has improved my workflow for hibernate, I can't really say I miss suspend any much. It was fast (near-instant in good days) but it's always been a bet whether you can restore state or have to clean boot.

    Also at least in my experience there were always a number of things that just borked suspend if you left them unattended. Back when I was still maining Debian Stable on 2022, having a remote mounted via SSHFS or having Redshift active always would lead to a near-eternal freeze before suspending, or worst case scenario a suspend-into-crash (ie.: suspends right, but panics during resume).