this post was submitted on 10 Jul 2024
247 points (100.0% liked)

Linux

1259 readers
73 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
247
submitted 4 months ago* (last edited 4 months ago) by ksp@jlai.lu to c/linux@lemmy.ml
 

Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

you are viewing a single comment's thread
view the rest of the comments
[–] blackboxwarrior@lemmy.ml 19 points 4 months ago (5 children)

I am BEGGING for any editor other than VSCode to have decent remote development. I want to go open source but everything I've tried (remote-nvim, distant, tramp, vscodium, etc.) just doesn't cut it.

[–] potosi@lemmy.dbzer0.com 9 points 4 months ago (1 children)

What in hell is remote development? You mean openssh and vim, right?

[–] Cube6392 1 points 4 months ago (1 children)

Pair programming over the net. The old school way is tmux and vim but to do that you and your partner need port 22 open and most enterprises are gonna be like "hell no you can't let people connect to your company owned work laptop SSH into your machine"

[–] gkpy@feddit.org 1 points 4 months ago

would wstunnel help? just run that between both machines and pick whatever works best, even if that is ssh

[–] flux@lemmy.ml 8 points 4 months ago* (last edited 4 months ago)

Apparently Lapce has remote development as its core feature. But I only (re?)learned of it today..

How didn't tramp work out for you?

[–] crmsnbleyd@sopuli.xyz 4 points 4 months ago

Tramp is awesome :)

[–] Warsk@lemmy.ml 4 points 4 months ago (2 children)
[–] Cube6392 10 points 4 months ago

It has Microsoft BLObs baked in as part of the build process. VS Codium is the FLOSS distribution of VS code's open source code. Liveshare doesn't appear in the package repo Codium uses (because of the Microsoft BLObs it contains as an extension). For work I manually download the live share extension VSX and load it into vscodium

[–] ILikeBoobies@lemmy.ca 10 points 4 months ago* (last edited 4 months ago)

Vscode is like Chrome

And

VS Codium is like Chromium

[–] janabuggs 1 points 4 months ago

IntelliJ products my dude! If you go on there education side you can find the packages for free to compile yourself. There's tons of guides online to do it.