Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment European companies vs. American companies (Score 1) 153

``European blue-chip firms sell products that are improved versions of what they sold in the 20th century -- turbines, shampoos, vaccines, jetliners. American star firms peddle AI chatbots, cloud computers, reusable rockets. Nvidia is worth more than the European Union's 20 biggest listed firms combined. Microsoft, Google, and Meta each fired over 10,000 staff in recent years despite thriving businesses.''

Perversely, Wall Street rewards those companies that lay off employees by the thousands. Not so much those stable companies that make more improved products but may only have modest growth and increasing profitability. That used to be rewarded. (IMHO, a company that has to resort to laying off a thousand here and a thousand there are being mismanaged.)

Comment Re:Similar issues on iOS app store (Score 1) 40

in what legal way would a phone call be any different than an MFA challenge as far as impacting whether a phone could be subpoenaed? both involve another side with exhaustive logging. neither provide your employer with any access to your device. if you use your phone to place a call, you've exposed it just as much as using it to do MFA imho

Comment Re:Similar issues on iOS app store (Score 1) 40

we allow users to use their personal devices for MFA as a convenience, and we provide physical Yubikeys to users that prefer not to use their personal device for MFA. we do not provide phones or require anyone to use their own for anything. the vast majority of users opt to use their own device rather than carry the yubikey

Comment Re:Fix for fake app (Score 1) 40

yes this is the best technique we've found so far, but some users still rush to install a fake one or seem to struggle with basic reading comprehension.

the point is that this problem shouldn't exist in the first place

Comment Re: Similar issues on iOS app store (Score 1) 40

that would be nice but our corporate phone system doesn't do SMS and I'm not of fan of having the techs use their personal devices for work purposes. plus users tend to bother them directly if they know their cell #. we really aren't a bunch of idiots, this is just not a simple problem to solve

Comment Similar issues on iOS app store (Score 3, Interesting) 40

My IT team regularly has to help iPhone users install the Microsoft authenticator app for MFA as part of adding them to our email system. It is very difficult to walk someone through this over the phone as there are so many fake authenticator apps with very similar icons. They even work, they just charge a $10/month subscription for something the official MS app does for free.

Comment Still using Perl... (Score 1) 86

... though not exclusively. There are cases where making the choice between Perl and Python still has me leaning toward Perl. Perl was my first (non shell) interpreted language and it still feels like a comfortable pair of slippers.

I had to modify a Perl script written back in 2010 when the Govt recently decided to change the format of data I was reading via Perl. It took longer to figure out the change in the data than it did to modify the 15 year old Perl script.

Python is fine -- I really like the ArgumentParser module and a few others -- but going back to make changes to an old Python script is more painful than it is for a similarly aged Perl script. What helps when I have to deal with Python is using Code with some plugins that make the indentation more obvious (esp. Blockman).

Slashdot Top Deals

White dwarf seeks red giant for binary relationship.

Working...