Ask HN: What's the best way to secure your workstation?
17 by bccdee | 12 comments on Hacker News. Here's a very plausible threat: Some developer with a left-pad package, some dependency-of-a-dependency, injects malware into their library. A developer (who is broadly trustworthy) updates their package's dependencies without auditing them properly, and the malware ends up in a VSCode plugin that you use. You open VSCode, your system is infected. We know this sort of malware is making its way onto package repositories [1]. We know people are falling for these attacks. How do we protect ourselves against this family of threats? [1]: https://ift.tt/3eIvIio We could trust nothing beyond our base system and our browser, and refuse to use any code we don't fully audit, but this would be an impossibly austere way to live. I expect most of us, when pressed, would admit that we're trusting much more code than we would like to. The alternative is sandboxing, using a lightweight option like firejail (which I use) or a totalizing system like QubesOS. But these systems are awkward to use, and have their own drawbacks. What's the bar for reasonable security, in your opinion? How do you secure your workstation without living like a monk?
Ask HN: Why is Docusign a $50B company?
6 by akouri | 1 comments on Hacker News. I have been searching for a solution to e-sign some lease agreements. It is something that I need to do maybe once a year and the only thing I need is a legally binding way to put signatures and timestamps on a PDF. I do not need any fancy features. I was doing research, and it seems like most document signature companies all charge monthly subscription fees! This does not work for me as I am not using the platform on a monthly basis. Are there free, open source alternatives to Docusign? If so, why do more companies not use them?