530
submitted 1 year ago* (last edited 1 year ago) by Aatube@kbin.social to c/technology@lemmy.world

Since its inception, Microsoft Excel has changed how people organize, analyze, and visualize their data, providing a basis for decision-making for the flying billionaires heads up in the clouds who don't give a fuck for life off~~the~~line

top 50 comments
sorted by: hot top controversial new old
[-] Asifall@lemmy.world 192 points 1 year ago

Damn they found a way to make python slower

[-] some_designer_dude@lemmy.world 31 points 1 year ago

Emulate that shit with Java!

[-] kameecoding@lemmy.world 10 points 1 year ago
[-] milady@lemmy.world 17 points 1 year ago

I mean, whatever speed java has or doesn't have, what the other person said was emulate, you'll have your os then on top of that the JVM then on top of that your python implementation, then finally the python code. If that's faster than os->python imp..

load more comments (4 replies)
[-] Aatube@kbin.social 7 points 1 year ago* (last edited 1 year ago)

Plus Java IS slow, quite slower than compiled languages at least

[-] kameecoding@lemmy.world 29 points 1 year ago

java is a compiled language

Eh...Java source code compiles into bytecode which runs in a virtual machine. Compare this to a language like C which compiles to native machine code. Java still gets interpreted.

[-] qaz@lemmy.world 6 points 1 year ago

The bytecode is turned into native code before execution

load more comments (2 replies)
load more comments (12 replies)
[-] Aceticon@lemmy.world 6 points 1 year ago* (last edited 1 year ago)

I used to make high performance distributed computing server-systems for Investment banks.

Since the advent of Just In Time compiling, Java isn't slow if properly used.

It can however be stupidly slow if you don't know what you're doing (so can something like Assembly: if you're using a simple algorithm with a O(n) = n^2 execution time instead of something with O(n) = n*log(n) time, it's going to be slow for anything but a quantum computer, which is why, for example, most libraries with sorting algorithms use something more complex than the silly simple method of examining every value against every other value).

[-] mrgreyeyes@feddit.nl 16 points 1 year ago

That made a python interface wrapper arround VB Script.

[-] ChaoticNeutralCzech@feddit.de 95 points 1 year ago

Wow, Microsoft is now copying LibreOffice. Who could have guesses?

[-] umami_wasbi@lemmy.ml 84 points 1 year ago

I don't get it. Why I need cloud to run Python scripts which can be done locally? Installing Python isn't hard and MS can bundle it as a library with Office either.

[-] ChaoticNeutralCzech@feddit.de 23 points 1 year ago

I've been asking this for every other cloud service - either companies are jumping on the 10-year-old bandwagon or want to collect data for AI training purposes in a way you cannot just disable in the settings. And of course you cannot self-host your own server.

[-] Master@lemm.ee 21 points 1 year ago

This sounds like a security check. Our liability and ransomware insurance both require scripts to be turned off for excel and word.

[-] umami_wasbi@lemmy.ml 19 points 1 year ago

I believe security threats can be mitigated locally without resorts to cloud.

Actually, one can argue using cloud is less secure because there is a risk of sensitive data leaked out of cooperate network.

You could argue that, but I wouldn't recommend it.

Microsoft has a massive amount of resources to throw at securing their environment, whereas most businesses simply don't have the ability to field a dedicated security team. The solution many reach is to offload risk to your software vendor, in this case Microsoft. Then, if there is data lost, it's Microsoft's fault, and it's their problem to fix, too. It's not ideal, but it's the world we're living in.

load more comments (2 replies)
[-] Aopen@discuss.tchncs.de 16 points 1 year ago
[-] looeee@lemmy.world 7 points 1 year ago

When you save your doc to one drive then you can access it from the web version of office. That's the reason they've been encouraging developers to write add-ins that run from the cloud. I'm guessing that this is for similar reasons

load more comments (1 replies)

Not everyone has an opportunity to work with Python in their work environment. I'm on the "business" side of the company, capable of doing most of programming stuff myself (Python, C#, SQL, etc.), whereas only "IT" people can work with the proper compileable code. And I'm left out working with VBA macros, or ask IT to write a script for me, which will take 1 year to develop. This change now will improve my local productivity for sure.

[-] umami_wasbi@lemmy.ml 15 points 1 year ago

This issue isn't about authoring the script, is about why it needs to execute on the cloud rather locally.

load more comments (1 replies)
load more comments (1 replies)
[-] just_change_it@lemmy.world 74 points 1 year ago

Does anyone not think Microsoft is going to use all their cloud data for training language models?

"We promise not to" doesn't seem realistic to me. Proving they used it is impossible.

[-] ChaoticNeutralCzech@feddit.de 7 points 1 year ago

โ€œWe promise not toโ€

Where did you quote this from? I think they won't care, just like GitHub Copilot, or it will be an opt-out feature.

[-] deweydecibel@lemmy.world 54 points 1 year ago

Surprising no one. You can't even autosave files in Office software anymore unless you use OneDrive.

[-] affiliate@lemmy.world 33 points 1 year ago

unfortunately the local storage technology just isnโ€™t there yet. we have to rely on the magic of the cloud to handle complex things like auto saving files and running python interpreters

[-] stevedidWHAT@lemmy.world 5 points 1 year ago

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

load more comments (4 replies)
[-] Kethal@lemmy.world 49 points 1 year ago* (last edited 1 year ago)

This is inside-out programming. I want my code to read data files, not my data files to contain code.

The first example is how to take cells in the sheet and make a data frame in an Excel equation. That's easy, pandas.read_excel(): no clound needed, no need to hunt through cells of a sheet to find your code.

[-] urfavlaura@lemmy.world 36 points 1 year ago

time to mine monero on their servers

[-] Eheran@lemmy.world 27 points 1 year ago

Holy shit Excel is still like it was 20 years ago. And now, when they want to add such a useful feature, it comes with that bag of crap with it? Fucking hell. I know why I switched all non-trivial stuff to python.

Defining reusable functions? Diagrams with parametric ranges? (Only the title can be a cell reference, nothing else) Zooming in diagrams? More than 1 x axis? More than 2 y axis? ...

[-] ChaoticNeutralCzech@feddit.de 6 points 1 year ago* (last edited 1 year ago)

Even a basic thing like XY scatter plots is absolutely terrible. I had made dozens of them before but in 365, when I selected the data and clicked "Scatter Plot", it refused to assign the left column to X and the right to Y. I fought for 10 minutes with "Chart Series" and then gave up to look up the solution. Also very few trendline functions are available, the default axes look like crap and min/max is broken for logarithmic charts.

Not to mention that one third of all options is in a keyboard-unfriendly, laggy "responsive" UI while the rest is in windows that barely changed since 1995, and are completely missing in the web version. Localization has only become sloppier and you want centimeters rather than inches in Office Online? Fuck you.

load more comments (10 replies)
[-] steventhedev@lemmy.world 8 points 1 year ago

So this is basically a native version of xlwings that requires exposing your excel data?

load more comments (2 replies)
load more comments
view more: next โ€บ
this post was submitted on 23 Aug 2023
530 points (100.0% liked)

Technology

59035 readers
2605 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS