• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • Indeed, not classically, but there are HSTS preload lists you can put your domain into which will be downloaded by supported browsers.
    And via HSTS you can include all your subdomains, which would then force proper TLS connections for those you havent visited before too.

    With the new TLS1.3 version we are getting the HTTPS / “SVCB” Record which not only allows ECH but also indicates to the client similar protection policies like HSTS. (RFC 9460)
    ECH will then make such attacks impossible on TLS-level, assuming DNSSEC is used and client can make an integrity-checked lookup e.g. via DoH/DoT or validating DnsSec themselves.
    The strength of this depends on the security-chain you want to follow of course. You dont need DNSSEC, but then the only integrity-check is between DNS-Service and Client if they use DoH/DoT (which is usually enough to defeat local attackers)















  • Its nice to meet the team, start nornal conversations not necessarily bound by work.
    Getting to know the people in a way video calls rarely can fscilitate.
    BUT how often depends on the team, the distances, the company, and most importantly how often this happens.

    I really like my WFH, but its not a full WFH job, so we meet for important events like sprint planning every few weeks.
    But thats only 1-2 hours away and most of the commute is long distance train, so i can work that time and still get paid.
    Its nice seeing the team and other people in the company i would have never seen, it could be a bit less for me, maybe once a month would be better…

    I also think many people only have their work colleagues as contact and little real friends to meet with outside of work… after all one is paid and theother time you have to maintain your life constantly.





  • So i understood you just want some local storage system with some fault tolerance.
    ZFS will do that. Nothing fancy, just volumes as either blockdevice or ZFS filesystem.

    If you want something more fancy, maybe even distributed, check out storage cluster systems with erasure coding, less storage wasted than with pure replication, though comes at reconstruction cost if something goes wrong.

    MinIO comes to mind, tough i never used it… my requirements seem to be so rare, these tools only get close :/
    afaik you can add more disks and nodes more or less dynamically with it.