Engineer and coder that likes memes.

  • 4 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle







  • prof@infosec.pubtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    27
    ·
    4 months ago

    EOL means no more security updates, which means attack vectors don’t get patched.

    If you keep using a Windows installation (or any OS for that matter) that isn’t patched regularly you are very likely to be victim to some malicious actor eventually. It’s not manual hacking anymore, it’s bots scraping the whole internet exploiting known vulnerabilities completely automated.

    The risk is much lower if you’re in a home network with NAT, where your PCs IP is not publicly reachable, but if you communicate with any webservices you’re still vulnerable.

    As example. If you nowadays put a Windows XP machine live on the internet with a public IP, it will be compromised within minutes.

    So yeah. Good call switching to Mint, but please don’t use unpatched Windows.









  • I guess we just have to agree to disagree then. Which is fine.

    Your points are valid and thank you for detailing them for me. If I was in their shoes making others able to steal my IP, even if they’re not allowed due to licensing and having to deal with constant scrutiny of the source code are k.o.-criteria, which hinder the project and lead to potential revenue loss.





  • That’s a bit naive imho. Remaining closed source is a form of IP protection and that’s really ok for what Obsidian is (a markdown editor). There’s just not any benefit for them other than appreciation from FOSS enthusiasts. Also maintaining an open source repository causes a higher workload and they lose a lot of freedom.

    If privacy is your concern you don’t need source code anyway. It’s quite easy to sandbox an application like that and analyse network traffic and such. Also Obsidian is built using Electron. That means with enough motivation one could quite easily reverse engineer most of the app. Most of the applications behaviour can also be observed via the integrated dev console, which lets you view source code.

    In short I don’t really see the need, unless I want to build or maintain it myself. And I think the negatives far outweigh the positives from the perspective of Obsidians team.