Nice. Software developer, gamer, occasionally 3d printing, coffee lover.

  • 0 Posts
  • 97 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle





  • I’m fairly certain I annoy the people at my bank because I always insist on calling them back at their official number if they ask for any personal information. I don’t fuck around with my bank security. I did however get got a couple of more years ago back when the chrome browser window phishing attack first started and had my Steam account stolen for a solid minute.

    That’s the attack where they simulate a browser window so what you think is a oauth popup is actually just inpage javascript and CSS.







  • Because there are alot of ignorant people in the world afraid of what they perceive as different.

    In your first two examples, regardless of not being politicians it’s clear that by helping put politicians in power they benefit, so whether they genuinely care or not, it’s just about money and lack of compassion to them. And continuing to drive class warfare continues to benefit them.

    In your last example, I think that person is just in the ignorant and afraid of change category with an unfortunate amount of exposure.




  • Someone doxxed me and spread a photo of my face with the text “she said she was 18” superimposed on it (in meme format), and then spreading it in the community.

    All because they took issue with a friendship I had with another user who “sounded young”. Which culminated in the community leadership getting her to prove she was, in fact, not underage, “just in case” we ended up in a relationship because they “know how these things go” or something.



  • I’m not sure what you mean by “open source compatible”. Do you mean the camera itself can have open source firmware installed, or that it’s compatible with open source NVR software such as Shinobi or ZoneMinder?

    If the former, I know some of the Wyze cameras have that option. Like OpenMiko. There’s all OpenIPC, which does have a list of supported devices.

    If the latter, any camera with RTSP and some sort of API to expose PTZ controls would do. My personal recommendation would be Axis, which makes solid cameras.



  • I’ve had bad tinkering break my system before, but never had an update break it irreversibly. The closest would actually be on Silverblue itself, when an update to the kernel was using different signing keys that cause the system not to boot. Fortunately it was simple, I selected the previous deployment and I was in (on a non versioned OS I would have selected the previous kernel which most are configured to retain the last few). A quick Google revealed Ublue had a whole kerfuffle and after verifying it was legit, I enrolled the new certs into my MOK.

    Although one time on Arch I had installed an experimental version of Gnome from one of their repos, and was pleasantly surprised when that version finally released and I removed the experiment repo and did an update absolutely nothing at all broke. Nothing.


  • Zikeji@programming.devtoLinux@lemmy.mlVPS encryption
    link
    fedilink
    English
    arrow-up
    5
    ·
    8 months ago

    LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business’s response).

    Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.