this post was submitted on 10 Jul 2024
397 points (95.0% liked)

Linux

50337 readers
869 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
397
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

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

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 7 months ago (1 children)

I still do not understand why Zed makes such a big deal about being GPU accelerated when you'll be hard pressed to find a single text editor nowadays that isn't.

load more comments (1 replies)
[–] [email protected] 1 points 7 months ago

Ohhh shiiit

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago) (2 children)

text editor

GPU-accelerated renderer

What the fuck?

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

Sounds pretty cool. Sometimes ill do a quick series of edits in vim and it fuckin chugs. I'm definitly gonna try it

load more comments (1 replies)
[–] [email protected] 7 points 7 months ago (4 children)

I tried saving to a file that required root and it didn't give any prompt to enter the password. On VSCodium normally if you are trying to write to a file that requires sudo then it prompts you.

Is there a way to save to root files with Zed?

load more comments (4 replies)
[–] [email protected] 5 points 7 months ago (1 children)

Great another editor. Now what we need is a good PS alternative so we can all move away from Windows.

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

Most probably Photoshop, else PowerShell

load more comments (2 replies)
[–] [email protected] 34 points 7 months ago (8 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.

[–] [email protected] 14 points 7 months ago (2 children)

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

load more comments (2 replies)
[–] [email protected] 5 points 7 months ago (1 children)

Have you tried running doom emacs in tmux on the remote server and accessing it with ssh? Doom emacs is all the good of an emacs environment, all the good of vim keybinds, and they worked in a decent amount of optimizations so it only loads the necessary stuff on demand (mine has a startup time of just over 1 second, slower than vim but barely an inconvenience). Can write a quick script to ssh copy (or git pull) your current configs on the server so you only have to maintain one set of configs if you want

scp ~/.config/doom/config.el username@server:~/.config/doom/config.el

Run emacs in tmux if you want to keep the emacs session open across multiple ssh sessions

[–] [email protected] 6 points 7 months ago

holy mother of latency

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

What about gitpod?

[–] [email protected] 11 points 7 months ago* (last edited 7 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?

[–] [email protected] 3 points 7 months ago (2 children)

Is VSCode not open source?

[–] [email protected] 13 points 7 months ago* (last edited 7 months ago)

Vscode is like Chrome

And

VS Codium is like Chromium

[–] [email protected] 10 points 7 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

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

Tramp is awesome :)

load more comments (2 replies)
load more comments
view more: ‹ prev next ›