In one post they're complaining about things like Apple having the search bar in different locations in different apps, and in the next post they're seriously trying to tell us that a laptop that requires modifying the software and running shell commands copied from the internet so you can run a text editor to change settings and drivers is the solution? They dropped a note about how they haven't actually tried development on the chromebook at the end but say they assume it would be okay. For someone telling us to switch to Chromebooks, they haven't even finished doing their own homework
Linking to an SEO spam website called technical.city for performance comparisons is another clue that this choice was driven by something else first and the reasoning was backfilled. The new MediaTek part is fast, but there's more to laptop performance than a single bar chart from a site citing ancient benchmarks like PassMark.
I can't read this as anything other than an attempt to make a contrarian choice and then present it as the superior alternative.
The Spotify web app is still much more limited than the desktop app.
> Did you know that Adobe ported Photoshop etc to web, with all the AI bells and whistles and the web apps perform incredibly well?
Perfect if all you need out of Photoshop is the AI portion, I guess.
> As a side note, it is no surprise that Adobe's suite of creative apps [...] now work incredibly well on the web across all operating systems
They literally don't.
> Quickshare (the Airdrop alternative) ACTUALLY WORKS
Saying this like Airdrop isn't one of Apple's most bulletproof "just works" features ever
As a Mac user I was pleasantly surprised when I switched to a arch Linux based distribution.
My desktop and Thinkpad run Gentoo. A NAS I have at home is the build host. I am a business software consultant, and a common thread in all of my interactions is: I need to be prepared. If I'm fiddling with "hang on my mic doesn't work" or "i need to reboot", I look silly.
An onsite visit might be in an executive board room, or a closet in the back of a warehouse with a TV from 2007 and a VGA connector.
If I need software installed quick, like Zoom or something, Flatpak gets me 95% there. Yes, I could use Ubuntu or something normal, but I like portage and long for the day I can use FreeBSD seriously on the desktop.
So enter Chromebooks, which come with portage, can use Flatpak, and the OS is basically just a web browser. Plus, I don't have to wrestle with SELinux, or any of the other nitty gritty stuff that gets in the way of real work™. It's either a PWA or an Android app, and it just works.
https://www.reddit.com/r/ProgrammerHumor/comments/mx4dni/cho...
Do you fear technology?
> Yes
Is your daddy rich?
> No
ChromeOS
Might make sense if the Chromebook can be degoogled and set up with a clean Linux distro. Barring that, a regular laptop with Linux may be an option.
I have to say that everything, aside from keyboard and hardware (ie CPU, storage etc) on it is bad. Screen is bad, sound si horrible, webcam makes me look like I died a couple of days ago -- all gray and blurry, battery is obviously have nothing on Apple silicon laptops, fans are noisy, touchpad is bad, all is bad. But what impressed me the most are USB-C ports. They are somehow bad too. There's no grip, there's no feedback, you just kind of put a cable somewhere in them and hope it doesn't arc -- because sometimes it sounds like electrical arcing in there. Not quite pencil in a bucket, but not far off. And the thing is new, how do you manage that on a new business laptop? I'm very impressed, in the worst way possible.
Wishful thinking, this has been a problem since tablets (android or ios) were a thing and trying to use one linked to your phone.
I've read about plenty of other Chromebooks that can do that, but I can't find any info on booting Linux on this one.
ChromeOS would be so much more compelling if it could be degoogled... An Ungoogled-ChromiumOS would be amazing.
Actually Mediatek is pretty underrated. Isn't the upcoming Dimensity 9600 Pro on par with the M5 [0]? And they also designed the CPU part of the GB10 in the NVIDIA DGX Spark, which is roughly on par with the CPU of the AMD AI Max+ 395 and M3 Max 14 core [1] [2].
[0] https://www.reddit.com/r/hardware/comments/1so1wyv/dimensity...
[1] https://browser.geekbench.com/v6/cpu/compare/17762799?baseli...
[2] https://browser.geekbench.com/search?utf8=%E2%9C%93&q=m3+max
Asahi linux exist and i was surprised to see that these arm chromebooks just lack bios/uefi that allows me to install anything other than chromeos.
So, yeah, you can virtualize other OS on chromeos but so can you on macos
Obviously this whole setup requires an internet connection, but I'm rarely without one so it works great for me. Anyone else do something similar?
Possibly this bug that's been floating around for the past 6 years: https://issuetracker.google.com/issues/172339479
Sure, Claude Web App is an adequate replacement to full-fledged Claude Code, and then there is also something that I didn't bother to try but maybe you can try it after you bought a new laptop. What the hell.
Author is in a bubble. I know many iPhone users and none complain about Liquid Glass. When it landed on my phone, I shrugged.
Weird. Maybe he spent too much time on ChatGPT and got AI psychosis.
1) It started with Crouton (open source, "let's get access to the underlying linux system"), and worked pretty well. IIRC you had to switch to "dev mode" to get access to it.
2) Crostini and all the layer-cake isolation is wildly impressive! ...it's more VM-based with suuuper adjudicated interaction boundaries between `chromeos` and the underlying linux vm.
Arch overview: https://www.chromium.org/chromium-os/developer-library/guide...
Seneschal (file management/isolation): https://chromium.googlesource.com/chromiumos/platform2/+/HEA...
Sommelier (gui passthrough/punch-through): https://chromium.googlesource.com/chromiumos/platform2/+/HEA...
3) I've recently (intentionally) switched to their new "Baguette" beta VM/Container (you can talk to google AI mode about it, but general access docs and links are fairly sparse: "...a ChromeOS architectural shift (arriving around v142-146) that enables containerless Linux Virtual Machines, running directly via KVM instead of LXD. It removes the middle container layer for increased efficiency and flexibility, allowing for advanced features like direct PCI passthrough, while providing improved storage management compared to legacy Crostini."
4) I think over the last ~15 years I've gone from 4gb => 8gb => 16gb (just recently) and sticking with "premium-ish" dev-centric laptops (mostly: linux, git, web dev, inkscape, random hacking, etc). Currently the Acer Spin 714, previously Samsung XE930QCA... both "tablet adjacent" with full fliparound or "tent style" for watching a movie or doodling with styluses.
Bang-for-Buck, I was able to get the Spin714 for ~$300 @ 16gb ram (used-ish, off ebay) which is a STEAL, and similar story for the Samsung one. They're definitely very capable machines, and treating them as "dumb terminals with a VM I can pop open and scp files to a remote host or git push" is fantastic!
HOWEVER: beware! Google w/ Baguette is stupidly complicated on how to open a port on the device itself for other computers to be able to access servers on the local device. I argued with the google AI for like an hour trying to figure out the best way to allow `git pull my-chromebook.localdomain:./Git/some-repo` and eventually had to settle on a raw `ssh` reverse proxy pipe where I was pulling from `my-other-machine.localdomain:localhost:2222:./Git/some-repo` which was forwarded back (over SSH) to the chromebook itself.
It used to be that you could rationally: `python -m http`, open an "enable port forwarding" thingy in the terminal settings and be able to connect to the service w/o much ceremony. Nowadays they're effectively nanny-ifying the OS and it's getting much harder to do the same thing (removing visible UI for port forwarding, needing hidden settings deep links or `chrome://flags` stuff to be able to access a server/service RUNNING ON YOUR OWN MACHINE FROM WITHIN YOUR OWN NETWORK). Supposedly the cool kids are using tailscale or whatever, but it's literally `localhost<->localhost` and I don't want to have to set up a VPN or whatever to make that work, I just want to doodle on local web services in a VM on a machine that can get stolen and not end up losing all my personal/private files.
Also, ask google AI mode: "when is google phasing out chromebook and chromeos and presumably near-native linux support on their machines?" => """Court documents and executive statements reveal a plan to retire the existing ChromeOS software stack by 2034. This legacy system is expected to be replaced by a unified platform internally codenamed "Project Aluminium," which migrates ChromeOS fully onto the Android tech stack."""
...so ~8 more years of `chromeos`/`linux` and then it'll no longer be the year of linux on the desktop!
Yes, they can be very comfortable and very capable machines, but they're losing a bit of their central spirit and developer-friendliness over time.
So, what's the point of the article?
No.