this post was submitted on 09 Dec 2023
24 points (87.5% liked)

Ask Lemmy

25937 readers
986 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

if you've ever used a Chromebook, you'll know there's an option in advanced settings that lets you install a Linux VM so that you can install IDEs, games, etc.. I used it to install GIMP, Krita and more. But I don't want it anymore mainly because it doesn't sync with your Google account, so what can I do?? I want to keep programming but I don't want to use the Linux system. Thank you!!

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 9 months ago (1 children)

Use https://www.online-ide.com to program in various languages in your browser.

[–] [email protected] 1 points 9 months ago (1 children)

thank you!! But sadly that website doesn't have tkinter... (Python module for GUI)

[–] [email protected] 3 points 9 months ago (1 children)

Can you use Replit? I don’t know for sure but they might support Tkinter

[–] [email protected] 1 points 9 months ago

I have a Replit account!!

[–] [email protected] 6 points 9 months ago* (last edited 9 months ago) (1 children)

Honestly, I'd just ditch the chromebook and buy a decent laptop. Alternatively it might be possible to just swap out ChromeOS for Linux

[–] [email protected] 3 points 9 months ago (1 children)

Don't understand the hate though. I find ChromeOS a good environment to do small programming tasks with its Linux VM.

Then there is always the fact that ChromeOS comes from Google.....

[–] [email protected] 4 points 9 months ago

Don't take it too personally, I just don't like buying spyware. But to each their own

[–] [email protected] 5 points 9 months ago

Programming, sure, it's the runtime environment that's lacking.

But I used to do almost all my web development on a Chromebook.

[–] [email protected] 5 points 9 months ago

Set up code-server on a server somewhere. I made a Docker container with it behind SSL in nginx. Works great and you can "bookmark as an app."

[–] [email protected] 3 points 9 months ago

There are great online IDEs. You edit files that are on the filesystem of some virtual server, and never need to install anything.

[–] [email protected] 2 points 9 months ago

If you want it to sync with your Google account, gnome and other distros have an "online accounts" setting where you can log in with your Google account and see your Google drive as a mounted drive. Then you can store your files there.

Here's a tutorial if you need a visual

[–] [email protected] 1 points 9 months ago

I like gitpod.io and GitHub codespaces