HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mwid

no profile record

comments

mwid
·4 jaar geleden·discuss
I didn't know about this, thanks for posting! We have been using a custom Bash script to retrieve the list of sub-project directories that had been changed since the last commit by recursively scanning its sub-paths and running Git commands to find the last update on each, but this looks much, much better.
mwid
·4 jaar geleden·discuss
I think they're asking how they adapted their workflow seeing as the way you use Vim and VSCode is so wildly different.
mwid
·4 jaar geleden·discuss
This article does not include Okta's statement claiming they had not been breached.

Regardless, their statement was a legal word-soup that bounced around the issue. The Lapsus$ team responded to it and said they could reset the passwords and MFA of over 95% of Okta customers which would mean they could get into any account, and thus any service, they wanted, though obviously they would be noticed pretty soon after.

This is both sides claiming things without any evidence, mind you, so take it with as many grains of salt as you need.
mwid
·4 jaar geleden·discuss
And much less secure.
mwid
·4 jaar geleden·discuss
How could company filters trigger on phrases within a webpage if TLS is used? Would they have to bug the browser itself somehow instead?
mwid
·4 jaar geleden·discuss
TypeScript is a "replacement" for JavaScript in that it has become the defacto standard for any serious project for at least three years now.

They are not two separate languages at all, TS is a superset of JS and exists within the JS ecosystem and is designed so that JS projects can be incrementally migrated to TS, it's one of the first things in the documentation.