Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iamnbutler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
iamnbutler
7mo ago
I do think gpui needs a native input element (enough that I wrote one ( https://github.com/zed-industries/zed/pull/43576 ) just before they stopped reviewing gpui prs) but outside of that I think it is pretty o
2.
▲
by
iamnbutler
7mo ago
Cool, I'll take a look. gpui will support web eventually - we always planned it, and i've tinkered with some folks on the team on it a bit. The problem is the crate needs to split into core/web/native (and maybe mobile?)
3.
▲
by
iamnbutler
7mo ago
They haven't. They are just heads down on other work. It wouldn't make sense for them to abandon it - they have no alternative. What that message was about was supporting _community_ prs and development of gpui. Focus ebbs and flo
4.
▲
by
iamnbutler
7mo ago
I would be curious to hear about where folks are finding gaps in the rust ui ecosystem though... I've written quite a lot of rust UI code for Zed over the past few years so I'm mostly familiar with the pros and cons of gpui, but I
5.
▲
by
iamnbutler
7mo ago
I started the gpui-ce fork but I'm becoming somewhat more interested in a fresh framework that is more aligned with the rust ecosystem in general - using crates like glam/glamour, parley, palette, etc Lots of gpui was built with b
6.
▲
by
iamnbutler
10mo ago
I don't work at zed anymore but I do find it funny that anyone would think that the collaboration features of zed are "tacked on"... We started building zed in zed using it's collaboration in early 2021. Collaboration ha
7.
▲
by
iamnbutler
2y ago
Thanks, I'll take a look at these. We aren't done–A good amount of the Zed team uses our assistant heavily every day so we'll continue to refine it. I shared this with the team. I need to spend some time in Cursor to understa
8.
▲
by
iamnbutler
2y ago
Hey! I'm Nate from Zed. There are a lot of questions about this, here are some quick thoughts... Cursor is great – We explored an alternate approach to our assistant similar to theirs as well, but in the end we found we wanted to lean
9.
▲
by
iamnbutler
2y ago
Haha I actually agree – I always prefer them side by side. We don't have side-by-side diffs yet, but once we do I'll make sure it works here :)
10.
▲
by
iamnbutler
2y ago
Hey! I'm Nate from Zed. You can also use the /file command to drop entire directories, or even globs into the assistant. For example, you can do /file *.rs to load all of the rust files in your project into context. Here is a
11.
▲
by
iamnbutler
2y ago
Hey, this is Nate from Zed. Give the inline assistant a try. Here is a little demo: https://share.cleanshot.com/F2mg2lXy You can even edit the prompt after the fact if the diff doesn't show what you want and regenerate
12.
▲
by
iamnbutler
2y ago
This is actually the first time I’ve seen someone unhappy with search - can you tell me a bit more what you are looking for? There is lots of room for improvement of course, but I’d love to hear what your desired search experience is.
13.
▲
by
iamnbutler
2y ago
Lots of the app’s UI right now is a layer of components on top of gpui (check out the ui crate!) that are pretty Zed-specific at the moment. Some of these things will likely be made more general and have dedicated gpui elements built for th
14.
▲
by
iamnbutler
2y ago
We have a couple of blog posts digging into gpui, but here is one from just after rewriting and shipping gpui2: https://zed.dev/blog/gpui-ownership We’ve slowly been building out gpui to be super ergonomic and fluid fo
15.
▲
by
iamnbutler
2y ago
Hey! Nate from Zed here - have you had issues with proportional fonts in Zed? Let us know if so - they should just work™, but would love to know if that is not the case.
16.
▲
by
iamnbutler
2y ago
you can build zed for linux, today :) https://github.com/zed-industries/zed/blob/main/docs/src/dev...
17.
▲
by
iamnbutler
2y ago
that is my bad – someone flagged this before and I forgot to fix it. A quick fix is deploying now!
18.
▲
by
iamnbutler
3y ago
nathan wrote a large post about this! https://zed.dev/blog/crdts
19.
▲
by
iamnbutler
3y ago
we absolutely want to make accessibility work – hopefully open source will give us a bit more wiggle room to have folks help us figure some of it out as well.
20.
▲
by
iamnbutler
3y ago
CMD+K->CMD+T can get you there one step quicker! At least these days we order the themes by dark then light... Themes used to be grouped by name, so you would get rainbow flashbanged moving down the list!
21.
▲
by
iamnbutler
4y ago
Disclaimer: I work at Zed! This wasn't our intended behavior for this. A team member just dug into our implementation of LSHandlerRank and it looks like we are using "Default". Apple's definition of the "Default&quo
22.
▲
by
iamnbutler
4y ago
Disclaimer: I do work at Zed! I was actually pretty surprised when we did our measurements, and would say those numbers don't match the perceived performance (oe the feed. I haven't experienced an app that feels more fluid for bas
23.
▲
by
iamnbutler
4y ago
Awesome to see Steve's hard work taking off. TLDraw feels so good to use and I love watching him obsess over the little details on twitter.
24.
▲
by
iamnbutler
4y ago
Apologies, looks like we underestimated how heavy the autoplaying diagrams would be. If you could try again in about 5 minutes and see if you still have the problem I'd appreciate it! Sorry for the hassle.
25.
▲
by
iamnbutler
4y ago
I may be biased, but at least sublime fast, hopefully much faster! Moving to Zed felt like going from a 30fps to 144fps. You should be able to open stupidly big files and shouldn't experience much to any lag. Nathan has a demo he likes
26.
▲
by
iamnbutler
4y ago
We do this frequently :) It's awesome to get through tedious tasks twice as fast
27.
▲
by
iamnbutler
4y ago
it's less about being exclusive and more about getting feedback on the specific features we are focusing on and building at the moment. For now, people pairing/collaboratively writing Rust is our focus, and we are pulling people i
28.
▲
by
iamnbutler
4y ago
We just started a private alpha this week! Lots of news and more public facing information coming soon.