Live data from Hacker News

No Start Menu for You

randomascii.wordpress.com

211–220 of 281 posts

Re: No Start Menu for You

#211

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.

The option exists in C# / WPF, too, so not handling it and just blocking the main thread is bad programming.

Re: No Start Menu for You

#212
post #34

I 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…

The web stuff on Spolight is one of the first things I turn off on any new Mac. Siri is disabled, suggestions from the web are disabled, spotlight is only allowed to look at apps and files, etc. My mac works wonderfully after so that it returns results of what I expect when searched. Search is a lot less hard when you restrain it to searching only what you care about.

Re: No Start Menu for You

#213
post #34

I 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.

I thought the linux equivalent was the terminal, you can launch programs, manage files, do math, write programs, connect to remote machines, it's pretty great.

Re: No Start Menu for You

#214
post #34

I 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.

[deleted]

Re: No Start Menu for You

#216
post #202

Earlier 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

That site is an amazing resource, thank you. I was having trouble finding a solitaire for my grandfather's new laptop

Re: No Start Menu for You

#217
post #131
post #129

> 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…

Don't get it, if it's the most fundamental operation, supposedly you want to be able to do that in the most excellent way, no? Waiting years for the OS fix doesn't help you in the interim

Re: No Start Menu for You

#218
post #34

I 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'm on mac for work and use an open source app called Rectangle to manage app windows. I don't know how people manage without it!

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

#219
post #34

I 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…

> warning about Mac is this: Window management is utter garbage. Maximizing is actively discouraged. Tiling left / right etc? Doesn't exist.

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

#220
post #202

Earlier 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

Ty. It is depressing to read that list actually. Windows felt so much more fresh with those innocent apps like Minesweeper and Paint.

"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.

Post reply on HN