Estudante de Engenharia Informática apaixonado pela área; algures em Portugal.

Administrador da instância lemmy.pt.


Computer Science student, passionate about the field; somewhere in Portugal.

lemmy.pt instance administrator.


https://tmpod.dev/

  • 2 Posts
  • 8 Comments
Joined 4 years ago
cake
Cake day: September 10th, 2021

help-circle
  • Not to the point of crying, but I’ve got really shaken by the deaths of strangers and public figures before. In general, any death moves me, it’s a very natural and human reaction. Unfortunately, some farther ones or those that happen often enough to get me numb don’t strike me as much.

    An example of a fairly recent death that shook me and large amount of people too, was the death of Rick May, an immensely talented actor, drama teacher and more, that voiced the character “Soldier” in Team Fortress 2. His iconic and charismatic performance for that role is just indescribable, and a significant part of what made the character, and by extension the game, so good. His loss was so big that Valve added an in-game memorial statue, so that players could pay their respects. The fan community really grieved together. He passed away due to Covid-19 complications in 2020 at 79 years of age.




  • This is quite misleading and frankly low effort. Besides the readability issues, the chart makes a clear distinction between Proton Pass and Bitwarden when it comes to privacy, citing their privacy policy.

    As it happens, however, Proton’s server code is closed, unaudited[1] and not distributed, and the apps (web, Android and iOS) do not support setting different homeservers. This effectively means you cannot self-host your password manager and must be “locked” to Proton for what I consider to be one of the most fundamental and important pieces of technology a person can use.

    Bitwarden, however, has opened their official C# server, their internal Rust SDK and the apps themselves too. Furthermore, they have several guides on how to self-host your own personal server, and have implemented settings in their apps to change the homeserver. There’s even an unofficial server, vaultwarden that is even better tailored for small, personal deployments.

    All this to say: the fact they may collect some usage data on their website is very insignificant for their offering, in my opinion. The real value is in providing a secure vault that only the user can manage. If you need better privacy and/or anonymity, you should use tools specialized for that anyway, instead of blindly trusting a third-party’s Privacy Policy, no matter who they are. But then again, it’s the old game of threat models.

    Ultimately, Bitwarden inspires more confidence than Proton, by giving those you can and want the ability to truly own their secrets.


    1. As far as I’m aware, there’s only this audit by Cure53, in which they performed a white-box pen test on the API, with only its documentation provided, no code whatsoever. These audits are important from a cybersecurity point of view, but security is not the same as privacy and should not be taken as such. ↩︎




  • tmpod@lemmy.pttoSelfhosted@lemmy.worldConfused about Podman
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    This is a good suggestion. Docker is more mature and has more resources, so it’s better to learn the ins and outs of containers. After getting comfortable with it, you can move to Podman and have a much better time tackling its peculiarities regarding permissions and rootless.

    I used Docker for years and only recently decided to give Podman a try, porting my Lemmy instance to it.