bacon_pdp
@bacon_pdp@lemmy.world
- Comment on Survey: What counts as a scientific contribution? 3 days ago:
Doing shit and then writing the required information down. Then making it available to anyone else who wants to know.
If you don’t write it down, then you are just fucking around.
If you don’t make it available to everyone, then you are wasting your ability to contribute to science.
- Comment on How do you protect a remote backup from a compromised account? 3 weeks ago:
Append only permissions.
Encrypted deltas.
Basically the time of the connection is the name of the only that folder that you have access to.
You can also setup a yubikey (or nitrokey) that requires you to physically process and would be immune to the host being compromised.
- Comment on How do you manage you DB in a docker environment? 4 weeks ago:
One database service but separate databases running inside of the service. Each database has 3 accounts: table_owner (no remote access), proc_owner (only table specific permissions and the owner of all stored procedures; no remote access) and application_account (no table access and only execute permissions on the proc_owner’s stored procedures).
Which means that even if the application is compromised, it can not compromise the database. It can only use approved stored procedures that check their inputs and abort on the smallest deviation from expected inputs.
- Comment on History rabbit hole 4 weeks ago:
Second the link must be provided
- Comment on Upcoming California law to require operating systems to check your age 4 months ago:
Yeah, no they plan on going full identity validation