As a Mac user I was pleasantly surprised when I switched to a arch Linux based distribution.
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.
The real question is if you have enough patience to power through making it work.
I don't think that's entirely true. For instance, ChromeOS supports Mesa, which macOS has spent the past decade pretending doesn't exist.
What concrete points makes you put macos as more open ?
So, what's the point of the article?
are you suggesting they are a bot? a lenovo employee?
just say what you mean instead of being cryptic about it
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.
Except "The Future" is a paid typeface inspired by Futura and designed by the Klim Type Foundry. [0] The odd lowercase "h" is an alternative glyph probably meant for display sizes. [1] In addition to this for some reason the author is using the Light weight font for body text instead of Regular weight...
[0]: I love Söhne – https://klim.co.nz/blog/soehne-design-information/
[1]: https://klim.co.nz/fonts/the-future/#open-type/ss06/example
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.
> You can technically game on some Chromebooks, but come on.
I just want the Steam edition of Dwarf Fortress, really =)
> If you were trying to do native Linux development on a Chromebook you'd be going through more obstacles.
Not really. Crostini has been supported for years, and it uses less resources than macOS containers while supporting normal filesystems instead of virtualizing it on APFS like Docker does.
According to their GitHub, this should solve the issues you mentioned with Linux development on macOS. Note: I have not used it myself as I find macOS+Brew sufficient for my tasks.
Honestly this and Crostini both look like there are too many caveats. I'd just SSH into an Rpi for anything that won't natively run in macOS. And would not even deal with Chromebook.
P.S. I +1'd bigyabai's comment only to save it from being marked dead; why is someone downvoting that??
Then within 2 sentences: "So this blog post is about my painful journey trying to find a nice piece of hardware that works and feels just as good as Apple's hardware as a web developer."
So yeah I really don't get the motivation
Plus Chromebooks have the better keyboard layout IMHO.
No.
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.
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.
hmokiguess•1h ago
bitpush•1h ago
hmokiguess•1h ago
allthetime•58m ago
For now, my old gaming PC runs as a Linux server hosting all my dev services and home lab projects and my MacBook is where I work with them and build apps that consume them.
It would be nice to have the server setup mirrored on a laptop I could take places with me.
jjtheblunt•1h ago
it works fantastic magic. i had dual booted Asahi for a year or so, but really for no good reason once i realized UTM existed.
Scarbutt•27m ago
jjtheblunt•17m ago
I use hypervisor.framework, never use x86 emulation, and the result is great. Tested with both Fedora for ARM and Arch for ARM (perhaps CachyOS's bundling of Arch works there, but i did it lower level because i'm an old nerd).
traderj0e•10m ago