It seems to be a pattern with (not just) Microsoft products to hang the UI while waiting for some remote API, usually talking to the home base. Happens a lot to me with Office desktop apps - they freeze sometimes for a good second or so while starting and more surprisingly also when closing. One time it bothered me so much, that I recorded an ETW and unsurprisingly the time during the hang was spent waiting for some…
This is actually one of the things that I appreciate from React. Because the view is synchronous you need to explicitly bail out on loading states (`return `). In general you are presented the option to do something while the async work is running and other parts of the UI almost always work.
No Start Menu for You
211–220 of 281 posts
Re: No Start Menu for You
#212I think search is hard generally. I switched to an M1 Mac pro recently, and it has its own set of challenges. For instance, there is no start menu but a search bar called Spotlight. You do your quick math in there (where you'd call calc.exe in Windows). However, it only accepts your query as math... sometimes. Like 50% of the times. Otherwise it searches the web. If you search for a program, it takes just that tiny s…
Re: No Start Menu for You
#213I think search is hard generally. I switched to an M1 Mac pro recently, and it has its own set of challenges. For instance, there is no start menu but a search bar called Spotlight. You do your quick math in there (where you'd call calc.exe in Windows). However, it only accepts your query as math... sometimes. Like 50% of the times. Otherwise it searches the web. If you search for a program, it takes just that tiny s…
I just realised that Gnome 3.3 has the feature equivalent to Spotlight. At least for Math expressions. Pretty cool.
Re: No Start Menu for You
#214I think search is hard generally. I switched to an M1 Mac pro recently, and it has its own set of challenges. For instance, there is no start menu but a search bar called Spotlight. You do your quick math in there (where you'd call calc.exe in Windows). However, it only accepts your query as math... sometimes. Like 50% of the times. Otherwise it searches the web. If you search for a program, it takes just that tiny s…
>Tiling left / right etc? Doesn't exist. It sort of does, but it's not as obvious as it should be. Mouse over the green zoom button in the top-left corner of a window, hold the option key on your keyboard, and then "move window left" and "move window right" options appear.
Re: No Start Menu for You
#215Re: No Start Menu for You
#216Earlier quoted context omitted.
I use Win10 at work and the Calc app lags for like 10s when opening before I can type in it. I firmly remember it started to do that after some reboot update ...
I always install tne old calculator: https://win7games.com/#calc
Re: No Start Menu for You
#217> I tend to launch most programs on my Windows 10 laptop by typing the key, then a few letters of the program name, and then hitting enter. That's the mistake right there, use a proper app launcher (like https://keypirinha.com/ ) to avoid the freeze and many other issues (like having to move your focus off screen center) with this neglected core OS functionality. While you're at it, you could also rebind it to someth…
> That's the mistake right there, use a proper app launcher (like https://keypirinha.com/ ) to avoid the freeze and many other issues Sorry, no! I am not going to install a whole new application only to launch programs - the most fundamental operation that an OS should be able to do on its own. If the OS cannot launch programs using the Win key, it needs to be analyzed and fixed. The OP article does half of that very…
Re: No Start Menu for You
#218I think search is hard generally. I switched to an M1 Mac pro recently, and it has its own set of challenges. For instance, there is no start menu but a search bar called Spotlight. You do your quick math in there (where you'd call calc.exe in Windows). However, it only accepts your query as math... sometimes. Like 50% of the times. Otherwise it searches the web. If you search for a program, it takes just that tiny s…
It's funny how bad window management is with mac. I'd not be surprised if Apple's UI/UX designers just look at what Windows does well and says "Let's do the opposite of that"
Re: No Start Menu for You
#219I think search is hard generally. I switched to an M1 Mac pro recently, and it has its own set of challenges. For instance, there is no start menu but a search bar called Spotlight. You do your quick math in there (where you'd call calc.exe in Windows). However, it only accepts your query as math... sometimes. Like 50% of the times. Otherwise it searches the web. If you search for a program, it takes just that tiny s…
> If you do consider switching, one warning about Mac is this: Window management is utter garbage. Maximizing is actively discouraged. Tiling left / right etc? Doesn't exist. Everything must be random size and overlap weirdly. Instead, each new version brings a new quick switch or workspace functionality that I have never seen anyone use. Mac has a different window management paradigm. It suits some people, it frustr…
I've been using Spectacle (https://github.com/eczarny/spectacle/) which is technically unsupported but seems work fine on an M1 mac and provides all the neat tiling left/right/up-down windows 8 functionality via the keyboard. This is the first thing I install on a new work computer along with Amphetamine.
Re: No Start Menu for You
#220Earlier quoted context omitted.
I use Win10 at work and the Calc app lags for like 10s when opening before I can type in it. I firmly remember it started to do that after some reboot update ...
I always install tne old calculator: https://win7games.com/#calc
"Microsoft has removed the classic calculator app starting in Windows 10 and replaced it with a new UWP app that receives updates from the Store."
Ah I see. Remote code execution. Maybe it was a Store update that broke it for me, not Windows update.