← Back to context

Comment by matheusmoreira

9 hours ago

The Windows computer I have to use at work takes over ten seconds to open the calculator. It literally is faster to type the calculation I want into a search engine and get the results back over the network.

The new calculator even manages to screw up basic input. The old calculator accepted both commas and periods as decimal separator inputs. It just worked no matter what I typed in. The new calculator has some sort of "clever" localization where my inputs change depending on the language of the operating system. My language uses commas so of course it only accepts those. Infuriating. Hope whoever coded this is enjoying their promotion.

Off-topic, but do you know Mozilla Firefox has a builtin calculator and unit conversion in the URL bar? For my personal use I rather use python and GNU units, but I guess for most users that live in the browser instead of the terminal, this could become their default calculator.

    browser.urlbar.suggest.calculator = true

I don't know if you need to restore the urlbar first, before that works.

One of the first projects I made while learning to code was a calculator.

It wasn't very sophisticated. But it was fast and it handled commas and periods. It wasn't localized, but it could be.

Sad to think that me having a month of coding experience made a better product than MSFT, yet whoever coded the calculator is probably making ten times what I am right now.

Is that Windows, or the EDR that is hooking every system call and pinning a whole core with analytics?

  • The old notepad would still open instantly so that can't be it. The updated machines with the new notepad are just as infuriating.

    Reminds me of the shitty gamer laptop manufacturer apps that would take over a minute to display a glorified rectangle on the screen. All this to configure keyboard LEDs. I reverse engineered that garbage and made a Linux version that works instantly, proving their incompetence.

    • If your work computer is taking 10 seconds to open the calculator something is very odd since my windows 11 work computer opens it just fine.