Live data from Hacker News

Microsoft open-sources LiteBox, a security-focused library OS

github.com

11–20 of 239 posts

Re: Microsoft open-sources LiteBox, a security-focused library OS

#13
With how buggy their flagship OS has become, why would I trust anything else they release to be better? Or even if it does work well now, why should I expect it to stay that way? Microsoft has burned through all possible goodwill at this point, at least for me.

Re: Microsoft open-sources LiteBox, a security-focused library OS

#19
post #16
post #7

The cargo.lock file is 2200+ lines long. Did they spend a reasonable amount of time auditing these dependencies?

grep 'name = ' ms-litebox-Cargo.lock | wc -l 238 edit: grep 'name = ' ms-litebox-Cargo.lock | sort -u | wc -l 221

I've always done 'sort | uniq'. Never bothered to check for the the unique flag to sort. Although 'uniq -c' is quite nice to have.

       -c, --count
              prefix lines by the number of occurrences

Re: Microsoft open-sources LiteBox, a security-focused library OS

#20

With how buggy their flagship OS has become, why would I trust anything else they release to be better? Or even if it does work well now, why should I expect it to stay that way? Microsoft has burned through all possible goodwill at this point, at least for me.

This isn't supposed to replace Windows, and it isn't a GUI desktop operating system at all. I doubt anyone working on this has anything to do with the modern Windows desktop UX.
Post reply on HN