Trending

#zed

Latest posts tagged with #zed on Bluesky

Latest Top
Trending

Posts tagged #zed

Found a bug that was causing the FreeBSD port of @zed.dev to crash when installing certain extensions.
Fixed it, submitted a patch and got the @typst.app extension working so I can type up my math homework!

#freebsd #ports #zed #rust

0 1 0 0

I’m slipping away from Emacs to Zed for a bit, which makes me kind of sad, but I think what will happen is I will find all the things I like about Zed right now and have them exist in Emacs. #emacs #zed #computerreligion

0 0 1 0
My theme for the Zed editor

My theme for the Zed editor

For my #Rust projects, I’ve finally migrated from #RustRover to @zed.

RR is a great IDE, but it feels much too bloated for me. #Zed, on the other hand, is a pleasure to use. So smooth!

Here’s my current config including a beautiful theme based on […]

[Original post on infosec.exchange]

0 1 0 0
Post image

UK companies in the news:

#3IN #ADIG #BBY #BKY #BOY #BPM #BREE #BVC #CAN #COG #CYN #DCC #DRX #EAH #FORT #FOUR #GYM #HBR #HILS #HOC #ITM #LGEN #LST #LWDB #MERC #NESF #NICL #RICA #RWA #SRT #SUPR #ZED #ZTF

Head to Sharesify.com for news, views and analysis

0 0 0 0

Been playing with local #AI models and lately I have been really impressed with #Qwen open-source #LLM models. Qwen-3.5 and Qwen-Next recently dropped and have been great for assisting on projects! I also recommend #Zed IDE, which pairs great with #Ollama or #LMStudio. No cloud needed, 100% local!

1 1 1 0

Unfortunately, the #Zed service has age restrictions, so I'll use another service. COPPA cry

0 0 0 0
doggy laying on top of horsey (zonk) as she worships and nuzzles his cock with little kiss marks wroooow

doggy laying on top of horsey (zonk) as she worships and nuzzles his cock with little kiss marks wroooow

she just cant get enough of that thing!! ehehe #myart #zed
trade i did with @pinkshinyhorns.bsky.social :3

900 173 1 0
Post image

One Dark Pro theme with Vivid colors now available as a #zed extension! LMK what you think!

zed.dev/extensions/o...

4 0 0 0
Post image

You should be 18 years old to use code editor for now!🤦‍♂️

It’s clear that this is because of #AI, but AI is everywhere nowadays.

#zed #Regulation #madness

0 0 0 0
Zed (text editor) informing that they’re changing their terms of service. The message states that starting March 2nd (yesterday) „you must be 18 or older to use Zed“.

Zed (text editor) informing that they’re changing their terms of service. The message states that starting March 2nd (yesterday) „you must be 18 or older to use Zed“.

„You must be 18 or older to use“ your text editor. What the. #zed

8 0 3 1

I’m exhausted by the ways of #Zed. Unstable releases. AI-first. Forces #Github for signing in. Performs terribly unless you have a modern graphics card. Now seems to have an age restriction, 18+, why?
Shame because #Zed could have been my go-to. Especially if they did a TUI version.

0 0 0 0
GRAM Gram is an open source code editor with built-in support for many popular languages. Gram is an opinionated fork of the Zed code editor.

Just learned about this today, there's a fork of #Zed that aims to remove all telemetry, AI and other bullshit feature: gram.liten.app

It's more or less the "VSCodium" of Zed I suppose.

It's definitely cool for anyone that's still looking for a good VSCode alternative.

0 0 0 0
Preview
Why I stay with WebStorm | eshlox I tested Zed and VS Code again, but I keep coming back to WebStorm. Here is why.

eshlox.net/why-i-stay-w...

#webstorm #jetbrains #zed #vscode

0 0 0 0

In times when AI writes more and more code, I thought maybe it's time to switch to #Zed or go back to #VSCode. After testing, #WebStorm still wins. Each has its pros and cons, but somehow I always come back to #JetBrains. 🤷‍♂️

0 0 0 0
Post image

Petit détail ayant son importance: #Zed a (enfin) fixé son problème d'affichage des ligatures.

Après Zen (browser), Zig (langage), l'éditeur de code pourrait être le 3e Z de la bande...

zed.dev

0 0 0 0
Post image Post image Post image

Same with the #Zed itself. Compare that to the monstrosity that #jetbrains #idea is pushing now (and they also have to add the "tour" to explain parts of the IDE)

0 0 0 0
Post image

Hmm… I was checking #zed website and found it quite visualy pleasing and it struck me! you know what? it's not fucking extremely ROUND! It's mostly square with only very subtle rounding here and there!

0 0 1 0
Post image

Given how Zed has been through many worlds and lives with super reincarnation, he has probably experienced every gender under the sun.

#Disgaea #Disgaea6 #Zed #Trans #Transgender #Transmeme #LGBTmeme #魔界戦記ディスガイア #ディスガイア #魔界戦記ディスガイア6 #ゼット #トランスジェンダー

14 3 1 0
Original post on bolha.us

#tersoftware atrasado mas a galera aqui já explodiu com informações sobre #neovim e #vim então decidi trazer um editor que tenho usado especificamente pra arquivos grandes e finalmente um editor com vim motion que n precisa de um plugin e a UI é realmente intuitiva.

Ele também tem algumas […]

0 0 0 0
Original post on soc.psynet.me

[Fun with agentic AI]

Not entirely happy with #Zed so far. :-/ I think it has great potential as editor / IDE (it feels SO fast when you're used to #IntelliJ), but it somewhat fails in its main feature: Agentic Editing - at least with #Claude.
There is no history / thread restore (yet), the […]

0 0 0 0
How to set up PHP autoformatting in Zed using Pint and PHP CS Fixer I only switched to [Zed](https://zed.dev) last week (you can see my full setup on my [uses page](https://freek.dev/uses)), so I'm still learning the ropes. One thing I ran into is that its external formatter configuration is global. You configure one formatter command for PHP, and that's what gets used in every project you open. The problem is that not all of my projects use the same formatter. Some use [Pint](https://laravel.com/docs/pint), some use [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) directly. My Zed config originally pointed to `./vendor/bin/pint`, which meant it silently did nothing in projects that don't have Pint installed. Let me walk you through how I solved this. <!--more--> ## The wrapper script Zed's external formatter pipes your buffer content to stdin and expects formatted output on stdout. Tools like `pint` and `php-cs-fixer` don't work that way, they modify files in place. So you need a wrapper script to bridge the two. The solution is a small bash script that bridges the gap. I used AI to help me build it. I put it at `~/bin/php-format`. ```bash #!/bin/bash FILE="$1" GLOBAL_PINT="$HOME/.composer/vendor/bin/pint" find_project_root() { local dir="$1" while [ "$dir" != "/" ]; do if [ -f "$dir/composer.json" ]; then echo "$dir" return fi dir="$(dirname "$dir")" done } PROJECT_ROOT=$(find_project_root "$(dirname "$FILE")") TEMP=$(mktemp /tmp/php-format.XXXXXX.php) cat > "$TEMP" if [ -n "$PROJECT_ROOT" ] && [ -f "$PROJECT_ROOT/vendor/bin/pint" ]; then "$PROJECT_ROOT/vendor/bin/pint" "$TEMP" > /dev/null 2>&1 elif [ -n "$PROJECT_ROOT" ] && [ -f "$PROJECT_ROOT/vendor/bin/php-cs-fixer" ]; then cd "$PROJECT_ROOT" ./vendor/bin/php-cs-fixer fix --allow-risky=yes "$TEMP" > /dev/null 2>&1 else "$GLOBAL_PINT" "$TEMP" > /dev/null 2>&1 fi cat "$TEMP" rm -f "$TEMP" ``` The script walks up from the buffer path to find the project root (by looking for `composer.json`), writes stdin to a temp file, runs the right formatter, and outputs the result. It tries project-local Pint first, then PHP-CS-Fixer, and falls back to a globally installed Pint for projects without a formatter. Don't forget to make it executable: ```bash chmod +x ~/bin/php-format ``` You'll also need Pint installed globally for the fallback to work: ```bash composer global require laravel/pint ``` ## The Zed configuration In your Zed settings (`~/.config/zed/settings.json`), configure PHP to use the wrapper script as its formatter: ```json { "languages": { "PHP": { "formatter": { "external": { "command": "/path/to/your/home/bin/php-format", "arguments": ["{buffer_path}"] } } } } } ``` Replace `/path/to/your/home` with your actual home directory. Unfortunately, Zed doesn't expand `~` in the command path. With `format_on_save` set to `"on"` in your Zed settings, this runs automatically every time you save a PHP file. You can also trigger it manually with whatever keybinding you've set for `editor::Format` (I use `Cmd+Alt+L`). ## Getting the files from my dotfiles I keep both the wrapper script and my Zed configuration in my [dotfiles repo on GitHub](https://github.com/freekmurze/dotfiles). You can find the [php-format script](https://github.com/freekmurze/dotfiles/blob/main/bin/php-format) in the `bin` directory and my full [Zed settings](https://github.com/freekmurze/dotfiles/blob/main/config/zed/settings.json) under `config/zed`. Feel free to grab them and adjust to your own setup. ## In closing It's a simple script, but it solves an annoying problem. Now I can open any PHP project in Zed and formatting just works, regardless of whether the project uses Pint or PHP-CS-Fixer.

🌟 How to set up PHP autoformatting in Zed using Pint and PHP CS Fixer
#php #laravel #tools #PHP #zed

2 0 1 0
Preview
Entire · A new developer platform is coming We are going beyond repositories, building a developer platform where agents and humans can collaborate, interact, and grow. The birth of a new galaxy in this universe draws near.

Guess when #zed broadens its product scope, it will have quite some overlap with
the new startup from ex-github CEO:
entire.io

Where the tooling/interface advantage lies is pretty clear (biased local-first, zed-loving dev speaking here 😁).

Exciting!

1 0 1 0
Post image

Zed announced the launch of its Android app, opening access to the majority of its nearly 200,000-person waitlist and marking a major step in bringing a new kind of credit card to Filipinos across the country. #AndroidCreditCard #GadgetsMagazine #Zed
gadgetsmagazine.com.ph/?p=177480

0 0 0 0
Post image

Zed Expands Its Credit Card to Android, Unlocking Access for Nearly 200,000 on Waitlist Zed announced the launch of its Android app, opening access to the majority of its nearly 200,000-person wait...

#Press #Release #- #Mark #D. #Espuerta #PRecious #Communications #Zed

Origin | Interest | Match

0 0 0 0
Post image

Quel bilan tirer du cru rap français 2025 ?
Quelles attentes pour 2026 ?
Deux questions qui trouvent des éléments de réponses dans mon dernier texte pour #Culturopoing

wp.me/p4Ex3q-1pcQ

#RapFrancais #Lazuli #2L #Zed #Danyl #Lacrim #Hamza #Souffrance

0 0 0 0
Zed code cleans up your code when you press CTRL + S !

Zed code cleans up your code when you press CTRL + S !

Zed code cleans up your code when you press CTRL + S ! 🎯🇺🇸

This is the default behavior, you don't need to install a plugin, and it's useful when you don't have time to organize your code line by line.

#programming #coding #programación #code #webdevelopment #devs #zed #codeditor #ide

1 0 0 0
Original post on social.treehouse.systems

[Islamophobia: genocide in Palestine]

6 months ago, @paulbiggar posted on Zed's GitHub Discussions forums about the company, Zed Industries, taking money from Sequoia Capital, which is partnered with Shaun Maguire, who has been actively supporting genocide in Palestine.

During these six months […]

1 4 0 0
Post image Post image

Were you aware it's the 52nd anniversary of ZARDOZ? Do know what is good and what is bad? Watch John Boorman's bizarre classic and tell me! #moviesky #Zed

2 0 0 0
Video

EMBRACE THE SHADOW

#LeagueOfLegends #Zed #Lol
vm.tiktok.com/ZGdmW4TpN/

0 0 0 0

From time to time, I try some other "editors" / "ide" to see if they can compete will current #Neovim setup.
2 challengers, by order of preference : Helix and Zed.

#Zed has some minor display issues (ligatures) and is not quite the way I use agents.

#Helix, however, has become really impressive..

0 0 0 0