I may be an outlier, but for me, the problem with non-mac machines is that they seem just careless. Steve jobs famously said "The only problem with Microsoft is they just have no taste.", and this seems true to me for almost all hardware manufacturers, and to a larger degree still for software. Why does nobody care about creaking plastic? About sticky-feeling texture? About uneven weight distribution? About the sound…
I dislike using touchpads very much. I go to great lengths to control everything with the keyboard, and fall back to a traditional mouse when I have to (I tried trackballs but I couldn't adapt). Whenever I'm forced to use a touchpad because I'm on the go or I don't have room to bring a mouse with me, I groan. That said, the implementation of the touchpad in a Macbook vs a regular touchpad in even a high end laptop is…
Ask HN: MacBooks seems to be the only viable option these days
361–370 of 449 posts
Re: Ask HN: MacBooks seems to be the only viable option these days
#362Earlier quoted context omitted.
Though part of it is thanks to apple themselves, for having a patent on that. Fortunately some company did find another way to reproduce this click feel through haptics and it will hopefully appear soon in other manufacturers’ laptops.
But the most important thing with Apple trackpad is not the haptics imo. If Apple went back to regular buttons tomorrow I wouldn't care at all. The tracking itself is light years ahead of any competition. This is still one of the big things keeping me from using Linux (even on Macbooks). Tracking and scrolling is just unbearable. (Yes I tried that driver, the other library, the recommended macos like settings, custom…
Re: Ask HN: MacBooks seems to be the only viable option these days
#363Earlier quoted context omitted.
> Why does nobody care about creaking plastic? About sticky-feeling texture? About uneven weight distribution? About the sound that materials make when handling them? About flickering in software? About inconsistent spacing? About janky color combinations? To me, these details are less desirable, but the operating system and the way in which I utilize the computer to work and get shit done matters more. The niceness…
I get that you prefer Linux or Windows. That’s completely fair. But that shouldn’t be a trade-off. You should be able to have your OS and a nicely constructed laptop. I got the impression the original post was more about quality than aesthetics (which are always up to personal taste).
Re: Ask HN: MacBooks seems to be the only viable option these days
#364I may be an outlier, but for me, the problem with non-mac machines is that they seem just careless. Steve jobs famously said "The only problem with Microsoft is they just have no taste.", and this seems true to me for almost all hardware manufacturers, and to a larger degree still for software. Why does nobody care about creaking plastic? About sticky-feeling texture? About uneven weight distribution? About the sound…
Re: Ask HN: MacBooks seems to be the only viable option these days
#365Earlier quoted context omitted.
Yep, I use and deploy them at work. The only problem I have with them is the screen. That privacy filter could be a godsend for someone on an airplane, but for every day use at home or office, it really kills the image quality
Privacy filter means "HP Sure View Reflect" I guess?. There are 3 options for current HP Elitebook screens [1]. Only 1 of them has the privacy filter. I think the best option is to buy the middle one in that pic (low power, 400 nits). [1] https://www.notebookcheck.net/fileadmin/Notebooks/News/_nc3/... Source: https://www.notebookcheck.net/CES-2022-HP-announces-the-Elit...
Re: Ask HN: MacBooks seems to be the only viable option these days
#366Earlier quoted context omitted.
Generally I stay away from Apple products or topics. The only reason I decided to comment was that I am forced to use Mac in my current work and after several stints I understood I was not going to get used to it. If people use it and like it, I don't mind. For me, it's just not intuitive; for instance, I wouldn't have thought of looking for this setting, let alone under accessibility options.
If you're going to have to use an unfamiliar device it helps to just check out what it can do (e.g. explore the settings) before concluding it sucks ;) I don't really have the patience for silly stuff that annoys me and should/could be trivial to adjust. Just Google something (in this case 'macos disable animations') and you can remove a lot of friction from your daily life.
Re: Ask HN: MacBooks seems to be the only viable option these days
#367I may be an outlier, but for me, the problem with non-mac machines is that they seem just careless. Steve jobs famously said "The only problem with Microsoft is they just have no taste.", and this seems true to me for almost all hardware manufacturers, and to a larger degree still for software. Why does nobody care about creaking plastic? About sticky-feeling texture? About uneven weight distribution? About the sound…
I would look to all mods and watercooling cooling rigs. When i enter an Apple I feel a lack of taste me too. Oh you were about laptop, well this is just opinionated remarks from fashionable wannabe geeks. Get a lenovo x1 carbon, you can even walk on it without worry as I did, wanna hard work ? get an eurocom with 128Gb Ram.
Onto Linux-on-Dell XPS 13 for a few years, though admittedly I didn't pay for it so I didn't really have a choice. Still, I'm happy and would easily recommend the product. A lot of firmware upgrades happen over `fwupdmgr` too.
The recently posted StarBook 14-inch looks interesting, but the screen isn't hi-res.
Re: Ask HN: MacBooks seems to be the only viable option these days
#368Stay with the "Mac way". It's far better than Windows. Take disk imaging, for example. As far as I'm aware you need special software to image a Windows system but with Mac OS X it's a feature. OS X is also BSD Unix so you have far superior cli.
Windows has a MUCH superior cli these days because of WSL.
Re: Ask HN: MacBooks seems to be the only viable option these days
#369Re: Ask HN: MacBooks seems to be the only viable option these days
#370Earlier quoted context omitted.
its certainly superior to previous windows but its ultimately a hosted vm in windows. OSX is a native unix. Yes there are limitations such as needing a vm to run docker but the core system is posix and the filesystems are all laid out in in teh unix way. on of this damn C/D drive nonsense.
It feels a lot more like a dual os system than just running a vm inside of windows. The integration between the two is pretty seamless and powerful. e.g. this is in my wsl .bashrc file, it writes to my windows clipboard by running the powershell.exe windows executeable: function cb () { powershell.exe -command "\$input | set-clipboard" } Mac is unix sure, but they have diverged from the popular main stream linux dist…