Engineer and coder that likes memes.

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

help-circle
  • I’m on vacation in the US atm and traffic is wild.

    The worst drivers in Europe would be better than the best drivers here.

    Everyone is constantly going 10-20 mph over the speed limit. You constantly get cut off and sometimes even pushed out of your lane. You can have your blinker on all you want, no one is ever letting you merge unlees you force your way in and yadda yadda yadda.

    In the >6000 miles I’ve driven now I have seen one automated speed camera. There is a larger police presence than in the EU but they don’t seem much interested in enforcing traffic laws.

    To any US citizen reading this: This is not meant to be rude, but you guys could have it way better and way more safe than it is currently.








  • 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.