Most active commenters
  • tanelpoder(6)
  • haskman(3)
  • tankenmate(3)

←back to thread

631 points wojtczyk | 35 comments | | HN request time: 0.001s | source | bottom
1. tanelpoder ◴[] No.41406758[source]
Haha, off-by-one pixel error!

I still see MacOS as the best choice for my desktop/laptop uses (browser and SSH), but I also have a documents folder that I’ve accumulated over decades. I still use various .txt files in the docs folder as my low tech note taking apps.

I use the Spotlight or Alfred keyboard shortcuts (that also use spotlight index?) for quickly opening the files when needed - and annoyingly my most important file - notes.txt - regularly disappears from the Spotlight index and suggestions. It’s been like that for at least 5 years, probably closer to 10. I’m not even trying anymore, will just open the file from command line with vi as the fallback step.

replies(4): >>41406778 #>>41406900 #>>41406982 #>>41407024 #
2. stonethrowaway ◴[] No.41406778[source]
Speaking of bad vision for a moment I thought I read “I still see MsDOS as the best choice” and almost yelled out what patrician taste!
replies(1): >>41406793 #
3. tanelpoder ◴[] No.41406793[source]
Well, you can run multitasking in TSRs & keyboard interrupt handlers (the original event loop)… implementing a window manager and TCP stack is left as an exercise to the reader…
replies(1): >>41406841 #
4. yjftsjthsd-h ◴[] No.41406841{3}[source]
> implementing a window manager and TCP stack is left as an exercise to the reader…

I'm pretty sure both of those have implementations available for DOS already.

replies(1): >>41407465 #
5. jval43 ◴[] No.41406900[source]
Funnily enough a simple fgrep is super fast on SSDs and actually reliable. Even across TBs of data.

With Spotlight you can never be sure. And to be fair, the Windows equivalent sucks just as much.

replies(1): >>41407208 #
6. darkwater ◴[] No.41406982[source]
> I still see MacOS as the best choice for my desktop/laptop uses (browser and SSH)

If it' just "this", Linux is perfectly capable and IMO even superior.

replies(4): >>41407101 #>>41407251 #>>41407357 #>>41407748 #
7. eru ◴[] No.41407024[source]
> I still see MacOS as the best choice for my desktop/laptop uses (browser and SSH), [...]

Almost anything will do for those?

replies(1): >>41407379 #
8. baq ◴[] No.41407101[source]
Which Linux laptop do you recommend?
replies(6): >>41407162 #>>41407167 #>>41407190 #>>41407729 #>>41407730 #>>41407887 #
9. haskman ◴[] No.41407162{3}[source]
Try a Lenovo (thinkpad or ideapad), or a System76, or Tuxedo. Those are generally the most Linux friendly devices.
replies(2): >>41407440 #>>41407513 #
10. theGeatZhopa ◴[] No.41407167{3}[source]
Huawei mate book 14 (2024) the grey one (800 bucks) or the green (1200). The mate book pro is superb too but to expensive.

You'll love the OLED screen and it's ratio 3:2! What a beautiful thing.

11. p4bl0 ◴[] No.41407190{3}[source]
For the described usage pretty much any laptop would work, even a Chromebook.
12. tanelpoder ◴[] No.41407208[source]
Yeah I sometimes use ripgrep for this. It’s suspiciously fast!
13. tanelpoder ◴[] No.41407251[source]
Yep I should have written "mostly browser/SSH". But then occasionally I have to print something or run a (customer-provided) VPN client or open some corporate Excel file, etc. And there's the convenience factor of keeping my current setup. But should the MacOS thing become untenable for some reason, yep next step would be a Lenovo/System76 laptop known to work with Linux (including audio/bluetooth/wifi after resuming from sleep!) or even a Chromebook...

P.S. I've ran Linux/X (plus VMWare VMs with Windows) on my desktop machine with few complaints since the '90s and it was always the laptops that had issues, causing me to switch back to Windows after a couple of weeks of trial & frustration in the 2000s. I got Windows pretty performant & usable though, even attended Mark Russinovich'es Windows Internals class in London back in 2006 or so :-)

replies(1): >>41407702 #
14. mattlondon ◴[] No.41407357[source]
Just a cheap Chromebook would probably be even better IME - nothing to worry about, it is really very much just a keyboard and screen and gets out of the way.

Less can be said about your typical Linux experience in in the 2020s where you will still inexplicably find yourself having to mess around trying to get Bluetooth/audio/webcam/sleep working reliabily.

replies(1): >>41407431 #
15. johnwalkr ◴[] No.41407379[source]
Recently windows has become much better for things a linux or macOS user takes for granted, like using ssh (a quick google search tells you how to install it using powershell), but is missing a lot of features. Two recent examples for me are taking 5 minutes to figure out how to install and use rsync, and taking 10 minutes finding a program to add/delete pages from a pdf file that's not a trial or demo of some kind.
replies(2): >>41407399 #>>41408080 #
16. eru ◴[] No.41407399{3}[source]
SSH clients have been easy on Windows for at least 20 years: just use Putty. And there's also at least on Chrome extension that works as an SSH client. But you are right, that Windows doesn't come (or didn't come?) with one out-of-the-box.

In any case, I can see that those addition things like rsync or PDF manipulation might differ between the different operating systems. I was really just talking about browser plus ssh (client).

17. tanelpoder ◴[] No.41407431{3}[source]
Does anyone remember NDISwrapper? You took Windows drivers for your laptop WiFi device or whatnot and the wrapper allowed to load them into Linux kernel (still didn’t work for me reliably though, not surprised). Even when I was young and had lots of free time, it seemed insane to have to deal with this.
18. kiwijamo ◴[] No.41407440{4}[source]
It should be noted that the build quality of the ThinkPad are much higher than the IdeaPad. I have both and the IdeaPad is more or less on par with other cheap consumer laptops.
replies(2): >>41424352 #>>41424695 #
19. tanelpoder ◴[] No.41407465{4}[source]
I recalled something from distant past - MSDOS multitasking with DESQView (apparently the same vendor who built QEMM):

https://en.m.wikipedia.org/wiki/DESQview

20. gmokki ◴[] No.41407513{4}[source]
Thinkpad P14s series with AMD, they make sure it is fully supported on Linux. I would take the just arrived gen 5 AMD because of the new Zen5 cores. Same perf than with Zen4, but much lower power consumption.
replies(1): >>41424358 #
21. tankenmate ◴[] No.41407702{3}[source]
Laptop issues have dropped markedly in the last 3~4 years; especially battery life on AMDs in the last 6~12 months, the kernel perf / scheduling changes have been pretty good.
22. greatgib ◴[] No.41407729{3}[source]
Dell XPS are quite nice on the high end developer category of laptops
23. tankenmate ◴[] No.41407730{3}[source]
If you're looking for an occasional laptop, I bought a Lenovo V14 ADA for the few times I travel; got it brand new for less than $275. 1080p screen, 8GB RAM, 4 threads, good Mesa support. Perfect for travel / now and again usage. It can even play some games on low graphics.

EDIT: I should note, this is the AMD variant of the V14

replies(1): >>41412272 #
24. mjlee ◴[] No.41407748[source]
I use linux on the desktop, but I still run a MacBook for my laptop.

Nobody else offers the same combination of battery life to performance/weight, build quality, keyboard, trackpad, and screen. Of course it's not perfect for everbody and you might have different priorities but I think the MacBook gets most of them right for most people.

Some come close on a few of those points but if you want official linux support your choice is very limited. Perhaps that doesn't matter to you but I don't want to even think about if updating my daily driver is going to result in a broken webcam or flaky wifi or bad power management.

I'm holding out hope for the new snapdragon based laptops. They seem pretty close!

replies(3): >>41409664 #>>41414501 #>>41444866 #
25. darkwater ◴[] No.41407887{3}[source]
I have an oldish Lenovo Thinkpad T470 which is bulker but it's very good nonetheless and a Dell XPS (4 years old, and the battery sadly is the weak point since I used it 95% of the time connected to an outlet and never cared for battery health)
26. layer8 ◴[] No.41408080{3}[source]
That’s pretty quick?
replies(2): >>41408938 #>>41412025 #
27. johnwalkr ◴[] No.41408938{4}[source]
I did mention it’s become a lot better. These are just minor annoyances.
28. jwells89 ◴[] No.41409664{3}[source]
Even when expanding scope to include laptops that run Linux well despite not officially supporting it, the selection available still have major issues, whether they be with build quality, screen panel quality, battery life, standby time, sleep/wake, overall lack of fit and finish (e.g. unthoughtfully placed ports) or some combination thereof.

It seems like a near impossibility for other manufacturers to not phone some of those things in. There’s always a catch.

29. jmb99 ◴[] No.41412025{4}[source]
Both of those features have been built in to macOS for 2 decades, so in comparison, it’s quite slow.
30. tankenmate ◴[] No.41412272{4}[source]
I just checked Lenovo's more recent offerings in the US; the IdeaPad 1 15" AMD Abyss Blue.

Not sure if the build quality is as good as the EU SMB market laptops (which are generally really good value with good build quality, for me a perfect compromise between price and build quality, steel internal framework with solid plastic case, not sexy but definitely robust).

This IdeaPad1 looks like it has the same specs as the EU model (V14 G4 AMN). Just check if the build is solid enough. The IdeaPad1 can be bought at Best Buy.

31. winrid ◴[] No.41414501{3}[source]
The x1 carbons running Linux are better than the Mac in every aspect except performance for the battery life, but personally I don't want to use my laptop for that long at once anyway, so w/e.
32. haskman ◴[] No.41424352{5}[source]
For sure, but they are also much cheaper
33. haskman ◴[] No.41424358{5}[source]
I have a P14s Gen4 AMD that works like a dream with Linux
34. 71bw ◴[] No.41424695{5}[source]
>It should be noted that the build quality of the ThinkPad are much higher than the IdeaPad.

And still, they've fallen so low in recent years I don't see it being drastically better nowadays. Had a T495 for a while. Worst laptop I've had in a decade.

35. neop1x ◴[] No.41444866{3}[source]
>> Nobody else offers the same combination of battery life to performance/weight, build quality, keyboard, trackpad, and screen.

Exactly this. And also a decent sound. I would definitely want to have a linux laptop again as OSX s*cks in many ways but Macbooks with M chips are still far superior so I keep monitoring the situation and waiting...

It is not a problem to find a laptop with high specs but then battery su*ks, it's made of creaking plastic, has a plastic clickpad hard to click, bad key travel and response or audio sounds like a 5y old cheap smartphone. This is something I am not willing to spend money on and torture myself at the same time.