Live data from Hacker News

The Surface Book 2 is everything the MacBook Pro should be

char.gd

141–150 of 467 posts

Re: The Surface Book 2 is everything the MacBook Pro should be

#141
post #54
post #34

Earlier quoted context omitted.

LibreOffice works perfectly well for 99.9% of MS Office documents.

I've been a Linux user for ages, and I disagree. Readable yes, but the formatting is almost always off (in Writer and Calc). Basically unusable if the docs have to be shared back with MS Office users.

Make sure you have exactly the same fonts available (Cambria, etc) as the Windows machine. That solves many of the formatting issues.

Re: The Surface Book 2 is everything the MacBook Pro should be

#142

Earlier quoted context omitted.

The first thing I always do on a new laptop (or install) is go into Power Settings and change the Closing Lid action from putting the computer to sleep to just turning off the screen. It's surprising how many people never change the settings on their computers. Whenever I saw someone with the taskbar icons combined, I always asked them if they liked it that way, and they would say "No." So I always offered and they a…

> The first thing I always do on a new laptop (or install) is go into Power Settings and change the Closing Lid action from putting the computer to sleep to just turning off the screen. Yikes! Why? I haven't had an issue with a laptop properly going to sleep and coming back in many years. This was something I used to do back in 2008 but it's hard to imagine today.

Because I close the lid when not in use, and don't want programs running in the background to stop when it goes to sleep.

Re: The Surface Book 2 is everything the MacBook Pro should be

#143
post #26

Earlier quoted context omitted.

FTA: Most people that I showed the Surface to were impressed by what they saw, but almost always came back to the same thing: it doesn’t run macOS. I’m increasingly frustrated by this because it’s almost always a misunderstanding of how far Windows 10 has come, and how compatible the workflow now is regardless of what you might do for a job. I suspect most people haven't touched Windows since years ago and it's time…

> I suspect most people haven't touched Windows since years ago and it's time for a serious second look if so. I feel like this is evidence of living in a bubble. Windows is the dominant OS for anything in a PC form factor (even if you include the iPad Pro in the count).

I think it's bubble related.

I've never been happier using Windows with WSL + Docker for Linux based web development. Things are super stable and the computer I built for ~$750 almost 5 years ago (i5 3.2ghz, 16gb of ram, ssd, decent video card, etc.) still runs as fast as it did on day 1.

Re: The Surface Book 2 is everything the MacBook Pro should be

#145

It’s 2018 and I still see people walking around with Windows laptop lids open because they presumably have no confidence in Windows’ ability to sensibly preserve state after closing the lid. Software matters, and how it integrates with hardware. And I keep waiting for them to fix just the basics in Windows 10. Not utterly losing both the sizes and positions of all windows just because the laptop was undocked. Not fai…

> Not completely failing to find files and apps based on how I typed them (“A” brings up “abc” but typing “ab” makes “abc” go away!?).

It's the 'basic' stuff like this and bizarre feeling UI pauses at blank windows that make it unbearable to work with. It's the opposite of snappy and constantly interrupts a productive workflow making me wonder 'why is it doing this' rather than thinking about my work. It's like having an essentially perfect phone that inexorably buzzes every 1-5 minutes (at random), you would throw it against the wall in less than a day.

Re: The Surface Book 2 is everything the MacBook Pro should be

#146

Earlier quoted context omitted.

The way you do this is to cd into your Windows system from within WSL. WSL can see files from the Win32 subsystem just fine.

That is not a solution. I want to work on files in my WSL home folder. Lots of language based package managers like npm and composer "live" inside a folder in your home directory. It's very important that VSCode running as a windows application be able to read/write to these files. As it is right now I can't even edit my ~/.ssh/config from VSCode without jumping through hoops.

> I want to work on files in my WSL home folder. Lots of language based package managers like npm and composer "live" inside a folder in your home directory. It's very important that VSCode running as a windows application be able to read/write to these files.

No. You don't want this. Linux and Windows are different platforms; if your Windows application could use your packages installed through Linux (and vice versa) then none of the native modules would work without a reinstall.

The side effects suck and they can make it better IMO but not sharing dependencies isn't an issue at all IMO.

> As it is right now I can't even edit my ~/.ssh/config from VSCode without jumping through hoops.

Yeah that sucks though for some things like git bash, etc, they use the proper windows home directory. So I end up just keeping those there and straight up copying or aliasing them to the WSL home folder.

It's not a great experience but it works.

Re: The Surface Book 2 is everything the MacBook Pro should be

#147

It’s 2018 and I still see people walking around with Windows laptop lids open because they presumably have no confidence in Windows’ ability to sensibly preserve state after closing the lid. Software matters, and how it integrates with hardware. And I keep waiting for them to fix just the basics in Windows 10. Not utterly losing both the sizes and positions of all windows just because the laptop was undocked. Not fai…

> It’s 2018 and I still see people walking around with Windows laptop lids open because they presumably have no confidence in Windows’ ability to sensibly preserve state after closing the lid. Software matters, and how it integrates with hardware. Interesting. I've never seen or even heard of this. Windows didn't do a great job at this in general like a decade ago and the Surface Pros had a bug that was eventually fi…

I manage a few hundred Windows notebooks. Probably about half of them have issues hibernating. Despite the fact that they are identical systems, identical image, etc. I just tell everybody to shut it down before you put it in your bag. Otherwise we end up with overheated, melted laptops. It's always been this way in my experience. Windows is certainly better than it used to be at this, but I would be willing to believe that the hardware vendors aren't implementing things properly. I guess that's the downside of not controlling your hardware.

Re: The Surface Book 2 is everything the MacBook Pro should be

#148

Earlier quoted context omitted.

The way you do this is to cd into your Windows system from within WSL. WSL can see files from the Win32 subsystem just fine.

That is not a solution. I want to work on files in my WSL home folder. Lots of language based package managers like npm and composer "live" inside a folder in your home directory. It's very important that VSCode running as a windows application be able to read/write to these files. As it is right now I can't even edit my ~/.ssh/config from VSCode without jumping through hoops.

If you want to access your home folder in both, all you have to do is first create the folder in Windows, for example, create a wslhome folder inside your user folder in windows. Copy everything in your current WSL home folder, including hidden files, into that one. Then rename your WSL home folder to back it up and replace it with a symbolic link to the Windows folder. In WSL, use ln -s /mnt/c/Users/[your Windows user name]/wslhome /home/[your wsl user name]. The real folder exists in Windows and is usable in either environment.

Re: The Surface Book 2 is everything the MacBook Pro should be

#149
post #16

How is the trackpad? I have played with the original Surface Book and there it was still far away from my MacBook.

The trackpad is actually better. Apple actually broke their perfect trackpad from the 2016 MBP onwards.

I didn’t realise how perfect the Mac’s trackpad previously was until “upgrading” to the 15” MBP with the oversized trackpad that has spurious input whilst typing!

Re: The Surface Book 2 is everything the MacBook Pro should be

#150
It really isn't everything the MacBook Pro should be. It's got an underpowered CPU due to thermal/power constraints of most of the computer being in a tablet form factor, and you're still limited at 16GB of RAM which really blows for a $3000 laptop in the age of Electron.
Post reply on HN