#zed

9 posts · Last used 16d

Back to Timeline
Dan ⁂ @FRYTG@beoriginal.social · Jul 29, 2026
been using #Zed instead of #Cursor/ #VSCode for the past weeks and honestly the superb speed is such a great quality of life improvement. every click is instant, not some electron delay 🚀 (still using Cursor alongside Pi for editing, but mostly in their agent view or via ACP)
0
0
0
Fossery Tech :debian: :gnome: @fosserytech@social.linux.pizza · Jul 19, 2026
Replying to @fosserytech@social.linux.pizza
(more Linux and FOSS news in previous posts of thread) Mozilla AI Releases Llamafile 0.10.4 With New Transcribefile Built On Transcribe.cpp: https://www.phoronix.com/news/Llamafile-0.10.4 Home Assistant Matter Server 9.1.0 adds support for Matter 1.6.0: https://alternativeto.net/news/2026/7/home-assistant-matter-server-9-1-0-adds-support-for-matter-1-6-0/ Zed Editor 1.11.3 Brings Dedicated Git Views, Sonnet 5 Support, and 60+ Bug Fixes: https://www.linuxcompatible.org/story/zed-editor-1113-brings-dedicated-git-views-sonnet-5-support-and-bug-fixes/ Design tool Penpot brings background blur, better WebGL rendering & design token upgrades: https://alternativeto.net/news/2026/7/design-tool-penpot-brings-background-blur-better-webgl-rendering-and-design-token-upgrades/ GitLab 19.2 brings Duo CLI, custom AI flows, and scheduled policies GA: https://alternativeto.net/news/2026/7/gitlab-19-2-brings-duo-cli-custom-ai-flows-and-scheduled-policies-ga/ Gitea 1.27.0 patches major security flaws and enhances Actions: https://alternativeto.net/news/2026/7/gitea-1-27-0-patches-major-security-flaws-and-enhances-actions/ Forgejo 16.0 adds SSRF protection, granular notifications, and refined review tools: https://alternativeto.net/news/2026/7/forgejo-16-0-adds-ssrf-protection-granular-notifications-and-refined-review-tools/ PostgreSQL 19 Beta 2 Released: Native Graph Queries, Unified REPACK, and Feature Freeze: https://www.linuxcompatible.org/story/postgresql-19-beta-2-released-native-graph-queries-unified-repack-and-feature-freeze/ Rust 1.97.1 Drops Exactly One Week After 1.97.0 to Fix Critical Miscompilation: https://www.linuxcompatible.org/story/rust-1971-release-critical-llvm-miscompilation-fix-lands-one-week-after-1970/ Python 3.15 Beta 4 Ships With Built-in frozendict, Lazy Imports, and UTF-8 Defaults: https://www.linuxcompatible.org/story/python-315-beta-4-released-lazy-imports-frozendict-and-utf8-defaults/ OpenClaw v2026.7.1 released with Control UI overhaul, easier setup, new GPT, Codex, Tencent, Claude, etc. models available: https://docs2.openclaw.ai/releases/2026.7.1 FosseryWeb and page-builders update: I added article page generation support to page-builders, and ordered list, strikethrough text conversion support to its converter component. Also regenerated the existing article pages, to fix inconsistencies in the code, plus included the title and date of the article in the downloadable ODT and Markdown versions. https://fosseryweb.codeberg.page/articles/ https://fosseryweb-min.codeberg.page/articles/ https://codeberg.org/fosseryweb/page-builders (more FOSS news in comment) #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #Llamafile #AI #HomeAssistant #Zed #Penpot #GitLab #Gitea #Forgejo #PostgreSQL #Rust #Python #OpenClaw #FosseryWeb #FosseryTech
2
2
3
buherator @buherator@infosec.place · Jul 03, 2026

I started using #Zed for some C/C++ work and I gotta say this is probably the best IDE experience I had with these languages:

  • Minimal UI, but important stuff works
  • Compilation databases are ingested automagically
  • Remote, cross-platform editing (this is huge, I still have to figure out remote build/debug though)

As a bonus they even got to disable the Most Annoying Feature(tm) of the editor recently:

https://github.com/zed-industries/zed/issues/59427

0
0
0
Ben Ramsey @ramsey@phpc.social · Jun 27, 2026
First impressions of Zed: very nice. I’ll have to spend some more time with it. #Zed
3
0
2
Fossery Tech :debian: :gnome: @fosserytech@social.linux.pizza · May 03, 2026
Replying to @fosserytech@social.linux.pizza
(more Linux and FOSS news in previous posts of thread) Zed, the AI-native code editor from the creators of Atom, has finally reached version 1.0: https://alternativeto.net/news/2026/4/zed-the-ai-native-code-editor-from-the-creators-of-atom-has-finally-reached-version-1-0/ Notepad++ finally comes to Mac through a native fork with plugin support after 23 years: https://alternativeto.net/news/2026/4/notepad--finally-comes-to-mac-with-a-native-app-and-plugin-support-after-23-years/ Warp goes open-source for easier agentic development and introduces broader model support: https://alternativeto.net/news/2026/4/warp-goes-open-source-for-easier-agentic-development-and-introduces-broader-model-support/ GCC 16 debuts C++20 by default, adds Algol 68 and boosts diagnostics: https://alternativeto.net/news/2026/4/gcc-16-debuts-c-20-by-default-adds-algol-68-and-boosts-diagnostics/ FosseryWeb progress report: Java Stacks and Queues Cheatsheet now available, so all planned Java cheatsheets are done. Also added optional JS notice to the main cheatsheets page (code block copy buttons already required JS earlier, I just decided to be more transparent about it, even if blocking JS doesn't break the pages). https://fosseryweb.codeberg.page/@beta/cheatsheets/ https://fosseryweb-min.codeberg.page/@beta/cheatsheets/ I also added a Projects page (based on the XDG spec's new Projects directory lol, just kidding), to make my other projects easier to access. Not much there currently, just Burner Todo, and my Joplin config, but I might make a CLI version of Burner Todo later on (I'll learn C++ at university, will be a good practice project), and if I manage to switch from GNOME to a tiling WM, I'll also share my configs (although I'm not really a tinkerer type, I just like to set things up how I want and forget it). https://fosseryweb.codeberg.page/@beta/projects.html https://fosseryweb-min.codeberg.page/@beta/projects.html I also did some code refactoring, to unify the code of some page components (header, footer, Related contents section, etc.), for better consistency, readability; and I also shortened the names of some asset directories which were unnecessarily long. (more FOSS news in comments) #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #Zed #NotepadPlusPlus #WarpTerminal #GCC #GCC16 #FosseryWebMin #FosseryWeb #Dev #Coding #Programming #Development #IDE #Terminal #AIDev #AIDevelopment #Compiler #Java #JavaCheatsheet #ProgrammingCheatsheet #FosseryTech
2
1
0
restorante @restorante@social.linux.pizza · Mar 05, 2026
Replying to on mathstodon.xyz
@divyaranjan@mathstodon.xyz @marekfort@mastodon.online I will make a comparison. Editor like Atom, VSCode and Zed are a Toyota. Very nice car indeed. But Emacs is a battle tank or Apache helicopter or even an alien mother ship. People will find it much easier to drive a Toyota. But people need lot of practice to drive a battle tank. #Emacs #Atom #VSCode #Zed Yes, I agree with you that we can use other editor suitable for our situation'
2
2
0
restorante @restorante@social.linux.pizza · Mar 04, 2026
Replying to on mathstodon.xyz
@divyaranjan@mathstodon.xyz @marekfort@mastodon.online @fsf@hostux.social @conservancy@social.sfconservancy.org Emacs is such a wonderful editor. But it has a huge advantage and a problem at the same time. It is highly efficient and highly intuitive for those proficient with it. But need time to practice and highly UNintuitive for those starting to use Emacs. Many people need editor which can be used fast. #Emacs #Zed #VSCode
0
2
0
Fossery Tech :debian: :gnome: @fosserytech@social.linux.pizza · Feb 22, 2026
Replying to on social.linux.pizza
(more Linux and FOSS news in previous posts of thread) Ghostty terminal is finally adding scrollbar support: https://www.omgubuntu.co.uk/2026/02/ghostty-linux-scrollbars-coming Split diffs are now available in Zed as the new default, replacing unified diffs: https://alternativeto.net/news/2026/2/split-diffs-are-now-available-in-zed-as-the-new-default-replacing-unified-diffs/ Weblate 5.16 introduces billing permission update and resolves SSH security issue: https://alternativeto.net/news/2026/2/weblate-5-16-introduces-billing-permission-update-and-resolves-ssh-security-issue/ WordPress.com launches an AI assistant that can edit site content, create media, and more: https://alternativeto.net/news/2026/2/wordpress-com-launches-an-ai-assistant-that-can-edit-site-content-create-media-and-more/ Godot Engine suffering from lots of "AI slop" code submissions: https://www.gamingonlinux.com/2026/02/godot-engine-suffering-from-lots-of-ai-slop-code-submissions/ Notepad++ v8.9.2 enforces double signature checks for update security: https://alternativeto.net/news/2026/2/notepad--v8-9-2-enforces-double-signature-checks-for-update-security/ Vulkan 1.4.344 Released With New Extension From Valve: https://www.phoronix.com/news/Vulkan-1.4.344-Released FreeBSD's KDE Desktop Install Option Ready For Testing: https://www.phoronix.com/news/FreeBSD-Desktop-Option-Testing GhostBSD To Use XLibre Server, MATE vs. Gershwin Desktop Decision In Future: https://www.phoronix.com/news/GhostBSD-Eyes-XLibre FosseryWeb page-builders progress report: The header and main content of cheatsheet pages can now be fully generated (except some edge cases in the main content), plus there's now an extra line in the generated code to credit the author(s) of the cheatsheet below the title (since starting from the next update of FosseryWeb, everyone will be able to submit cheatsheets, or modify existing ones (in latter case, the script will automatically handle crediting multiple authors). And soon, FosseryWeb Min support will also be added, the script will generate the cheatsheet page for both sites in one go. https://codeberg.org/fosseryweb/page-builders #WeeklyNews #OpenSource #FOSSNews #FOSS #News #Ghostty #Zed #Weblate #WordPress #GodotEngine #Godot #NotepadPlusPlus #Notepadpp #Vulkan #FreeBSD #GhostBSD #XLibre #BSD #CodeEditor #IDE #GameEngine #Terminal #TerminalEmulator #PageBuilder #FosseryWeb #OperatingSystem #OS #Graphics #FosseryTech
5
0
0
Fossery Tech :debian: :gnome: @fosserytech@social.linux.pizza · Feb 01, 2026
Replying to @fosserytech@social.linux.pizza
(more Linux and FOSS news in previous posts of thread) ACP Registry debuts in Zed Editor with built-in IDE support: https://alternativeto.net/news/2026/1/acp-registry-debuts-in-zed-editor-with-built-in-ide-support/ GNU C Library Moving From Sourceware To Linux Foundation Hosted CTI: https://www.phoronix.com/news/GNU-C-Library-To-CTI-LF Ollama debuts 'ollama launch' to run coding tools with local or cloud models: https://alternativeto.net/news/2026/1/ollama-debuts-ollama-launch-to-run-coding-tools-with-local-or-cloud-models/ Immich 2.5 adds space-saving option, non-destructive image editing, UI upgrades, and more: https://alternativeto.net/news/2026/1/immich-2-5-adds-space-saving-option-non-destructive-image-editing-ui-upgrades-and-more/ GNU gettext Reaches Version 1.0 After 30+ Years In Development - Adds LLM Features: https://www.phoronix.com/news/GNU-gettext-1.0 Electronic Frontier Foundation calls for stronger privacy with Encrypt It Already campaign: https://betanews.com/article/electronic-frontier-foundation-calls-for-stronger-privacy-with-encrypt-it-already-campaign/ The free and open source Godot Engine 4.6 is out now with major upgrades: https://www.gamingonlinux.com/2026/01/the-free-and-open-source-godot-engine-4-6-is-out-now-with-major-upgrades/ Netflix Animation Studios are now funding Blender development: https://www.gamingonlinux.com/2026/01/netflix-animation-studios-are-now-funding-blender-development/ Vulkan 1.4.342 Published With Cooperative Matrix Conversion Extension: https://www.phoronix.com/news/Vulkan-1.4.342-Released Pandas 3.0 debuts str dtype and Copy-on-Write for dataframes: https://alternativeto.net/news/2026/1/pandas-3-0-debuts-str-dtype-and-copy-on-write-for-dataframes/ Jan v3 model debuts, with updates to Jan Desktop v0.7.6: https://alternativeto.net/news/2026/1/jan-v3-model-debuts-with-updates-to-jan-desktop-v0-7-6/ The viral AI agent Clawdbot rebrands a third time, and now has a social network for bots: https://alternativeto.net/news/2026/1/the-viral-ai-agent-clawdbot-rebrands-a-third-time-and-now-has-a-social-network-for-bots/ OPNsense 26.1 enhances security, network visibility, automation, and threat intelligence: https://alternativeto.net/news/2026/1/opnsense-26-1-enhances-security-network-visibility-automation-and-threat-intelligence/ #WeeklyNews #OpenSource #FOSSNews #FOSS #Zed #ZedEditor #ACP #GNUCLibrary #Ollama #Immich #GNUgettext #GodotEngine #Godot #Vulkan #Pandas #Jan #Clawdbot #Moltbot #OpenClaw #OPNsense #AI #ArtificialIntelligence #Programming #Python #Coding #Development #Dev #GameDev #GameDevelopment #IDE #FosseryTech
3
0
2

You've seen all posts