Man…so #Zed added a "subtle" mode to their AI completions and this is what I've been asking for since coding assistants started being a thing.
My Love/Hate of currently: the #zed editor. I utterly despise the AI enshittification inside the editor - switched of everything. But I love the UI and the almost gameified short-cut arrangement.
If #SublimeText would go open source, I think in one year after, #vscode, #zed and other code editors / IDEs will be just remembered, but not used...
One of the biggest perks of using Codestral with Zed is that usage is metered, so I only pay for what I use. This is in contrast to the fixed Copilot sub, which is about 20€/month. With Zed and Mistral I'm paying ~3-4€ for completions + chat with the assistant.
#Zed Editor Introduces #OpenSource "Zeta" Edit Prediction Model
Their latest feature being introduced is Zeta as an open-source edit prediction model to further enhance this code editor with #AI capabilities.
https://www.phoronix.com/news/Zed-Zeta-AI-Model-Edit-Predict
FOSS NEWS
GIMP 3.0 released with refined GTK3 UI, improved color management, support for loading layers from TIFF files saved in the Autodesk Sketchbook format, support for 64 bits per pixel images for the BMP format, non-destructive editing improvements, updated GEGL and babl components and more:
https://9to5linux.com/gimp-3-0-image-editor-is-now-available-for-download-heres-whats-new
(Finally the meme is over!)
PeerTube 7.1 released with Podcast 2.0 support, hosting platform's address is highlighted for each video (can be clicked to view other videos hosted on that instance), option to verify channel with Mastodon account:
https://alternativeto.net/news/2025/3/peertube-7-1-brings-podcast-2-0-support-enhanced-identification-and-mastodon-verification/
Mastodon client Tusky 28 released with Android 15 support, edge-to-edge mode, more reliable push notifications, UI improvements, option to choose mute duration etc.:
https://alternativeto.net/news/2025/3/mastodon-client-tusky-28-brings-android-15-support-improved-notifications-and-more/
Ghost publishing platform implement beta ActivityPub integration to join the Fediverse:
https://alternativeto.net/news/2025/3/publishing-platform-ghost-enters-the-fediverse-with-activitypub-integration-in-public-beta/
(New record! 3 Fediverse news in a post!)
Firefox Nightly build gets experimental browser.taskbarTabs.enabled flag in about:config, Mozilla plans to support Progressive Web Apps (PWAs) but with a different approach called "Taskbar Tabs":
https://www.omgubuntu.co.uk/2025/03/firefox-nightly-supports-web-apps-taskbar-tabs
Blender 4.4 released with support for integer sockets in the compositor, a much more accurate Fast Gaussian mode of the Blur node, a revamped Glare node for greater control, support for rendering videos using the H.265/HEVC codec etc.:
https://9to5linux.com/blender-4-4-released-with-a-big-update-for-the-experimental-vulkan-backend
Git 2.49 released with faster packing, backfill historical blobs in partial clones and more:
https://alternativeto.net/news/2025/3/git-2-49-released-with-faster-packing-backfill-historical-blobs-in-partial-clones-and-more/
Zed gets native Git support in v0.177 release, via a new Git panel with commit, push, pull and stage options:
https://news.itsfoss.com/zed-git-support/
(Linux news in original post)
YAK SHAVING
Welchen Editor nehme ich bloß?
Da ich VIM mag (obwohl ich nur wenig damit kann), wollte ich NeoVim "richtig" aufsetzen.
Ein Freund nutzt es intensiv. Ich frage, welchen Package Manager ich denn verwenden soll.
Die Antwort: lazy, aber nimm doch Zed mit VIM-Mode
Ich hasse es. Da sind schon genug Rabbit Holes.
I finally figured out how to run subtests in Go in #Zed with my own configuration! I needed to add custom build tags to tests, or they wouldn't run. Thank you, Github user anilsenay. :D https://github.com/anilsenay/zed-gotest/blob/master/languages/go/tasks.json