Tom "don't rank Cuomo" MacWright
@macwright.com
4 months ago you probably already know of volodymyr agafonkin but if not, you should, this is search will probably lead you to his work!
💬 1
♻️ 0
❤️ 4
you probably already know of volodymyr agafonkin but if not, you should, this is search will probably lead you to his work!
this is going to be a big adjustment to how i use ebooks. maybe i'll have to use rakuten kobo? www.theverge.com/news/612898/...
Premature optimization for databases isn't really a thing.
Most perf issues are predictable. They're just invisible until they hurt.
Worth doing early:
• Proper indexing
• Connection pooling
• Query optimization
• Monitoring
An ounce of prevention > a pound of cure 🏥
We're delighted to see the Zed community growing. The wordcloud for the open-ended responses is something else!
Thank you all for being here with us!
blog.rust-lang.org/2025/02/13/2...
If you hate video…
A post for you
www.jamesperkins.dev/post/zed-edi...
The Zed.dev edit predictions is so good, just tab my way to refactoring glory.
So after a long break.... I made a video about it
youtu.be/9spxh61FuGw?...
i'm now reviewing a lot of pull requests every day. anyone have a slick #neovim setup for this? already using lazygit and tried octo but haven't figured out how to get it nice yet
TIL the hard way that foreign keys in SQLite DO NOT automatically give you indexes
In other news, cerebrascoder.com is now 10x faster
dozens of us!
#ZedEditor
Full Changelog and Download Zed Stable here:
zed.dev/releases/sta...
For those interested in reading about our new edit prediction feature, check out our blog post:
zed.dev/blog/edit-pr...
More goodies: - Added basic support for autoindent functionality in bash/shell files. - Added support for Go fuzz tests. - Improved pinned tabs by ensuring they stay open when using close shortcuts. - Improved outline panel performance. - Improved bracket auto-closing in PHP language extension.
Additional goodies: - Added OpenAI o3-mini support for the Assistant. - Added Copilot Chat support for o3-mini. - Added commands `editor: copy file name` and `editor: copy file name without extensions`.
Vim again: - Improved multi-line operations. - Preserve trailing whitespace in inner text object selections.
Vim continued: - Added a default keymap that returns the user to `normal` mode after pressing escape during a pending `visual-surround` operation. - Introduced first version of `:set` with support for `[no]wrap`, `[no]number`, `[no]relativenumber`.
⌨️ Vim mode received some tasty additions: - Added `e` for entire file object. `yae` to copy entire file. - Added `ctrl-w a` to close all items in the current pane. - Added `gr` for replace with register.
Zed now provides some basic image metadata in the status bar.
Icon themes can now be configured to use a separate icon theme for light and dark modes, and will switch automatically based on your system's appearance setting. "icon_theme": { "mode": "system", "light": "JetBrains New UI Icons (Light)", "dark": "JetBrains New UI Icons (Dark)" }
Yesterday, we launched the public beta for edit prediction, but we also landed a slew of new features and bug fixes. Let's take a look at some of the highlights of v0.173.
that seems like the most likely explanation for sure