March 2023 Summaries
2 posts from Warp
Filter
Month:
Year:
Post Summaries
Back to Blog
Recently, while working on implementing tab dragging in Warp, a terminal for developers built using Rust and a custom UI framework, the author encountered an issue where attempting to drag individual tabs instead dragged the entire window. After investigating and experimenting for over a week, the problem was resolved with a pull request that changed fewer than 10 lines of code. This mismatch between effort and output emphasized the importance of deep understanding in software engineering rather than just speedy coding. The solution was found by studying macOS documentation, examining open-source projects like Electron and Chromium, and ultimately discovering a commit message that detailed how macOS determines draggable window sections.
Mar 29, 2023
892 words in the original blog post.
Warp AI is a new terminal-based AI tool that aims to make developers more powerful by providing assistance with various tasks, such as explaining errors or suggesting fixes from the command line. Currently in beta and available for free preview, Warp AI can be tried today in the latest version of Warp. The key advantage of Warp AI is its ability to interact with terminal inputs and outputs, allowing users to run AI-generated commands directly without copy/paste or context switching. Warp AI also groups outputs and inputs together as blocks, enabling users to ask for help on specific command outputs. While the tool is currently free, it will be part of a paid plan in the future.
Mar 16, 2023
533 words in the original blog post.