Remix.run Logo
ramses0 3 hours ago

b/c you don't have to think about the operating system and updates. I posted about my experience here: https://news.ycombinator.com/item?id=48051902

...basically, I have "nerd cred" and run linux on my desktop, but for my laptop I wanted: disposable (no leaky hard drive), zero maintenance (no kernel modules for sound drivers), battery-portable.

90% of the time I'm wanting `vim` + `git` + `ssh`, and 20% of the time i'm wanting to run some random stuff locally. Chromebook is basically zero friction and 1/10th the price (and 1/10th the capabilities) of a "very nice mac laptop", plus you can pop into a very capable linux VM (w/ passthrough GUI support) without a lot of ceremony.

Windows laptops are out of the question, and pure linux laptops (until only very recently) were of marginal support and low battery capabilities (especially "close it and stuff it in a backpack for 3 days").

asveikau 2 hours ago | parent | next [-]

> (no kernel modules for sound drivers)

What century did you write this in?

ramses0 24 minutes ago | parent | next [-]

https://github.com/pop-os/pop/issues/3961

"""last week: Pop!_OS 22.04: kernel 6.17.9-76061709 — module BTF validation cascade boots system to emergency mode #3961

Thanks for taking a look,

Quick update — I'd already recovered before seeing this comment. The path that worked: boot Pop_OS-oldkern, run sudo apt install --reinstall linux-image-6.17.9-76061709-generic linux-modules-6.17.9-76061709-generic && sudo kernelstub, reboot. 6.17.9 came up clean. The reinstall's postinst hooks ran update-initramfs automatically; /boot/initrd.img-6.17.{4,9}-* are both freshly dated 2026-05-06 (~11:44 / 11:46), and kernelstub copied them to the EFI partition. Verified: journalctl -k -b 0 | grep -iE 'btf|failed to validate' | wc -l → 0. """

25 minutes ago | parent | prev | next [-]
[deleted]
nine_k an hour ago | parent | prev [-]

In the year 2026, on my Linux laptop (T14, Linux 6.18.26) I ran the following:

  lsmod | cut -f 1 -d ' ' | grep snd | wc -l
And it responded: 53. Fifty three kernel modules are dedicated to sound. I, of course, never had to install any of them by hand, or take any other direct care.
chimeracoder 2 hours ago | parent | prev [-]

> Windows laptops are out of the question, and pure linux laptops (until only very recently) were of marginal support and low battery capabilities (especially "close it and stuff it in a backpack for 3 days").

Dell has sold laptops with first-party Linux support for nearly fifteen years, to say nothing of other smaller OEMS.

As for the battery issues during sleep: that actually has to do with a combination of the BIOS settings + downstream ramifications of secure boot (and how the old-fashioned "hibernate" used to work). Unfortunately, that isn't specific to Linux. My MBP has the same problem, and so do the same laptops running Windows.