Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Not much of a threat really (Score 2) 40

I think the paper is based on similar attack as demonstrated by Google here: https://leaky.page/ I'm using Chrome 90 and this attack still works. It can extract data from one page to another using pure JS and while it's only reading an array of bytes, it could probably read a password field or even an auth cookie.

Comment Re:Nothing makes you feel less valued (Score 3, Insightful) 69

My company main office is near San Francisco, they've already been using that strategy pre-pandemic. Essentially the office is empty the whole week beside Thursday where everybody came to have meetings. Some used to have their own office, as privilege, but lost it if they didn't come more than twice a week. Eventually nobody came, even on Thursdays. It's not a problem anymore since all our offices have been closed for more than a year now. If I have the choice when/if offices reopen, I don't think I'll go back, I'll stay home. It will make employees less engaged in the company, I've been considering changing job as WFH makes it easier to change.

Comment Re:Ideal language (Score 3, Insightful) 51

I think one of the benefits of using anything else than Python is better dependency management. Every time I have to use a Python project or sample that is more than 2 weeks old it's always broken and needs some tweaking. Sure you need to use venv, or your Python version is not the right one, use pyenv, or whatever... I never had this problem with Go, Java or Javascript projects/samples.

Comment Already exist: Crockford, No-Evil, MIT License (Score 2) 258

I'm a FOSS approver in my (large) company, and essentially we are not allowed to use libs with such kind of license regardless of its usefulness or license terms. The problem is that "evil" or "ethical" is too much of a blurry term that can't be clearly defined by a lawyer. So essentially it means that no large company will take the risk of using such licensed libs. That may be the goal, but I doubt it would eventually bring good to the world.

Slashdot Top Deals

Testing can show the presense of bugs, but not their absence. -- Dijkstra

Working...