I'm interested in responses here. I'd like to get a lightwight laptop, similar to my 11" Mac Book Air. I don't feel like I want to pay Apple prices for a second "travel" machine. I would like to be able to run Emacs on it. It doesn't have to be full blown dev machine, but I'd like some of my simple tooling, and backup to cloud storage to share with my main work machines. I currently using an iPad with a Brydge keyboa…
ASK HN: Has anyone adopted Chrome OS as their primary OS?
21–30 of 59 posts
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#22I'm interested in responses here. I'd like to get a lightwight laptop, similar to my 11" Mac Book Air. I don't feel like I want to pay Apple prices for a second "travel" machine. I would like to be able to run Emacs on it. It doesn't have to be full blown dev machine, but I'd like some of my simple tooling, and backup to cloud storage to share with my main work machines. I currently using an iPad with a Brydge keyboa…
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#23These days I use an iPad Pro as my laptop and it's not as good, mostly because even when iOS is connected to a 4k monitor, Safari tells the remote website "hey, send me your shittiest mobile site please". Apple should really make the iPad Pro browser tell things it's a desktop.
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#24For example: To use 'adb' to connect to my phone I know of three options. 1 Use Chrome but that is extremely limited to web. 2 Activate developer mode and upgrade adb to current. Or 3 Connect to another device like rpi.
I chose to activate developer mode for convenience. I run OpenBSD via qemu for a decent CLI. I keep a loopback ethernet cable and proxy settings to fool ChromeOS into letting me use alternate network set ups.
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#25When I code, I generally do it with Emacs in crouton, not with a remote IDE like Cloud9.
New Chromebooks are even better for development because they support docker, but I can't test it with my "too old" Chromebook.
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#26I used Chrome OS as my primary OS when I worked at Google. I didn't really like screwing around with the Linux desktop, so I just used a Chrome OS desktop as an interface onto a more powerful Linux box. All I really use are a terminal and a browser, so it worked fine. It never did anything that annoyed me; it just stayed out of my way and I could get my work done without annoyance. It also solved the problem I've alw…
did these two desktops also use Chrome OS? This sounds pretty nice
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#27I used Chrome OS as my primary OS when I worked at Google. I didn't really like screwing around with the Linux desktop, so I just used a Chrome OS desktop as an interface onto a more powerful Linux box. All I really use are a terminal and a browser, so it worked fine. It never did anything that annoyed me; it just stayed out of my way and I could get my work done without annoyance. It also solved the problem I've alw…
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#28Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#29With crostini, I can do local dev (python, js, golang) 90% as well as I can on a full fledged OS, without having to rely on cloud IDEs, etc.
Re: ASK HN: Has anyone adopted Chrome OS as their primary OS?
#30I'm interested in responses here. I'd like to get a lightwight laptop, similar to my 11" Mac Book Air. I don't feel like I want to pay Apple prices for a second "travel" machine. I would like to be able to run Emacs on it. It doesn't have to be full blown dev machine, but I'd like some of my simple tooling, and backup to cloud storage to share with my main work machines. I currently using an iPad with a Brydge keyboa…
With Android app support, I use termux and just SSH into a server I keep my command line environment set up on. Termux has the emacs package too though ( https://github.com/termux/termux-packages/tree/master/packag... ).
I can't rely on available internet connection (with this portable setup).