Viewing profile — iamnbutler
iamnbutler
HN member- Joined
- Wed, Jun 08, 2022, 4:21 PM UTC
- HN karma
- 50
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About iamnbutler
Recent public activity
-
comment
Comment #47010569
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 …
-
comment
Comment #47010500
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 …
-
comment
Comment #47010348
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 _communit…
-
comment
Comment #47005809
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 mos…
-
comment
Comment #47005761
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, …
-
comment
Comment #45922959
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 colla…
-
comment
Comment #41321870
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 …
-
comment
Comment #41303994
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 the…
-
comment
Comment #41303810
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 :)
-
comment
Comment #41303556
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 …
-
comment
Comment #41303325
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 doe…
-
comment
Comment #40932970
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’…
-
comment
Comment #40932938
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 mad…
-
comment
Comment #40932787
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 g…
-
comment
Comment #40932745
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.
-
comment
Comment #40289823
you can build zed for linux, today :) https://github.com/zed-industries/zed/blob/main/docs/src/dev...
-
comment
Comment #40289772
that is my bad – someone flagged this before and I forgot to fix it. A quick fix is deploying now!
-
comment
Comment #39125644
nathan wrote a large post about this! https://zed.dev/blog/crdts
-
comment
Comment #39123454
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.
-
comment
Comment #39123435
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 flashbang…
-
comment
Comment #35175960
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". App…
-
comment
Comment #35175724
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'…
-
comment
Comment #33822092
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.
-
comment
Comment #33821703
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 …
-
comment
Comment #31675177
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…