Tom MacWright
@macwright.com
5 months ago pitch for a tv show: its like severance but stuff happens and it is two seasons max
💬 0
♻️ 1
❤️ 16
pitch for a tv show: its like severance but stuff happens and it is two seasons max
You can multiplex many channels and topics over a single connection. It's at least better for backend perf. Our hooks should be able to react to this and only mutate with the topics you're interested in... Also, is ephemeral && at-most-once okay for ya?
Awesome - ping me here or on our Discord with any feedback - we'd love thoughts on how to smooth out the API and things that might help you reduce boilerplate, etc.
Funny you should ask about hooks and realtime... www.inngest.com/docs/feature... (this developer preview just went live 2 days ago; haven't promoted it)
What do you think? We do need more examples, but we're iterating on APIs and hooks to make it as ergonomic as possible. Would love your feedback!
imho more websites should detect the en-GB/en-US/en-CA accept-language headers and add canadian/british/american slang in the ui
🚀 The team at @GreatFrontEnd has been hard at work building great tools for developers to prepare for front-end interviews!
Check out our recent showcase to see how they've supercharged their dev workflow with Prisma ORM 👇
www.prisma.io/blog/how-gr...
Got a cold 😷 Rescheduling...
Learn more about this workflow in our docs:
www.prisma.io/docs/orm/pr...
🤔 "I can't use a partial index with Prisma's migrations".
We often hear that devs want to use low-level SQL features in their DB schemas but don't know how to achieve this with Prisma.
It's as easy as using the `--create-only` flag and defining whatever SQL feature you want 🎉
This is awesome.
Go is superior.
The team built one of the most delightful HTTP libs with three core principles.
- Simple
- Clarity
- Efficient
It also makes testing easy or so they tell me.
www.unkey.com/blog/zen
We've applied some 💄 to our roadmap. And to save you the trouble of looking:
- Vibe coding when?: working on it!
- Debugger when?: working on it!
- Windows when?: working on it!
zed.dev/roadmap
👀
Join us for Visitor Hours this Monday.
I'm hoping for some updates on elbow arrows, as well as answering as many of your questions as we can get through.
See you there!
10:30 PT
13:30 ET
17:30 GMT
discord.tldraw.com?utm_source=b...
Download Links and Changelog for Zed Preview here:
zed.dev/releases/pre...
#ZedEditor
v0.178 cont. - Vim: Added `%` motion. - Vim: Added `:reg[isters]` to show the current values of registers. - Vim: Added support for toggling boolean values with `ctrl-a`/`ctrl-x`. - Improved `cmd-click` in terminal to find more paths. - Improved Python highlighting.
Zed Preview v0.178 is out too: - Added support for auto-closing of JSX tags. - Added support for opening folders in Zed from third-party macOS file managers through the `Open With` menu. - Added `editor::MoveToStartOfNextExcerpt` and `editor::MoveToEndOfPreviousExcerpt`.
Full Changelog and Download Zed Stable here:
zed.dev/releases/sta...
v0.177 cont. - SSH: Added support for specifying `ssh_config` files (`ssh -F ssh_config`) in connection string. - Improved performance of rendering multibuffers with very large numbers of buffers. - Added support for clickable file paths in the Odin language format.
v0.177 cont. - Edit Predictions: Added an `enabled_in_assistant` setting. - Edit Predictions: Added support for absolute globs in `edit_predictions.disabled_globs`. - SSH: Added support for downloading `zed-remote-server` with busybox wget (Alpine, etc).
Also in Zed v0.177: - Added support for `stop_at_indent` to `Editor::DeleteToBeginningOfLine`. - Added support to unfold multibuffer excerpts when editing their contents. - Added `copy permalink` action for self-hosted GitHub enterprise instances.
The default Vim mode can now be customized via a setting: "vim": { "default_mode": "insert" }