Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Never used an electron app. (Score 1) 328

Agree that today's browser based JavaScript is not a great language. But EcmaScript 2018 is getting there and the TypeScript transpiler is here today with type safety, classes, and interfaces. And don't forget the huge number of open source libraries from NPM and elsewhere. And don't tell me about bad libraries or fragile library dependencies that break when someone pulls their silly little left-pad string library. There is always room for improvement.

Comment Re:Never used an electron app. (Score 1) 328

Your survey size of 1 is noted. How would even know that none of the people you know have never used an Electron based app?

Slack has 8 million daily users. The Electron based desktop app works exactly like the browser interface as you would expect due to large amounts of shared code. But many people I know prefer the desktop app. For me, the dedicated app makes it is easier to not get lost in a jumble of 20 open browser tabs.

Visual Studio Code has had millions of downloads. I couldn't find usage statistics but the Stack Overflow 2018 Developer Survey rated it the #1 most used IDE. https://insights.stackoverflow.com/survey/2018/#technology-most-popular-development-environments

Electron + JavaScript is one of the most popular cross platform desktop app framework available today. The barrier to entry is low, which of course the gray beards on here will say is a bad thing. E+JS is delivering on the promise of Java desktop apps.

Comment Re: Umm... how's this possible? (Score 4, Interesting) 151

Every single web site you use including Slashdot, Gmail, etc etc has the plain text password available to the server. The hashing of the password with a salt runs on the server. This Github bug was simply that a developer wrote the plain text password to a log file during the authentication process. They didnâ(TM)t store the plain text password in a database.

Comment Re: Thanks but no thanks, Intel (Score 2) 116

This isn't a Microsoft specific issue. If a process is running on Windows or Linux and that process was using processor platform specific instructions (which it may have dynamically queried support for upon process startup) how is that process supposed to keep running on the other platform where the instruction doesn't exist?

Comment Re:Corporate Suicide (Score 1) 317

The actual mention of offensive language specifically mentions "publicly display ... or share" so authoring Office documents and storing them on OneDrive would not be affected by this policy. Having a private Skype conversation doesn't break the rule (counter to what the top post says). Using OneDrive to share a document could break the rule.

"Don’t publicly display or use the Services to share inappropriate content or material (involving, for example, nudity, bestiality, pornography, offensive language, graphic violence, or criminal activity)."

Comment Re: Time to switch (Score 3, Interesting) 217

I can think of several Fortune 500 companies that use Office 365 based on info from friends and family that work there. I wouldn't be surprised if OneDrive was disabled for some of those users but many big companies have bought into renting Office, hosted Exchange, and hosted Skype for Business.Office 365 Enterprise E5 tops out at $35 per person per month and I am guessing gets much cheaper for large enterprises. That is dirt cheap for the value you are getting. My company was recently acquired and we went from Office 365 everything back to on-premise because that is the way the acquiring company runs their business and every single person complains about the capabilities and reliability that we lost in the transition.

Slashdot Top Deals

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...