@mitch@lifepress.me · 1 follower
Welp, guess I’m done “programming” for the day. See you guys on Monday!
Jetbrains also released Junie, a coding agent (plan multiple tasks, do multiple llm calls, run terminal commands): https://www.jetbrains.com/junie/
my fellow Jetbrains IDE users, we finally got `edit mode` for AI Assistant where it actually edits the files and you just click "accept" like Cursor/etc https://youtu.be/zMSmhKDajKQ?si=oIGy3BfYkodKV88M&t=162
Plex "remote playback" not free anymore. Anyone use Jellyfin or Kyoo or something else? https://www.plex.tv/blog/important-2025-plex-updates/#remote-playback
In #rust cargo.toml the caret (^) is actually implied by default, and thus unnecessary to add.
e.g. these are equivalent:
tokio = "1.37.0"
tokio = "^1.37.0"
Very semvar-purist, I like it!