jsheard 11 minutes ago

Have they implemented subpixel font rendering by now? I remember that being a sticking point when it came to Linux, because they had designed their custom UI toolkit around the Macs ubiquitous HiDPI displays which aren't nearly as common in Windows and Linux land, leading to blurry fonts on LoDPI monitors.

olive-n 19 minutes ago

I installed the beta a week or two ago. Many of the files I tried opening in it just did not work at all. It can only open utf-8 encoded files.

That is not a problem for code, but if you just want to open some random .txt file or .csv file, these are often enough not utf-8 encoded, especially if they contain non English text.

The github issue for this is showing progress, but I think it's a mistake to promote the editor to stable as is.

twoquestions an hour ago

It's extremely refreshing to see the editor's memory and processor usage be smaller than the webapp tab I'm working on.

I'm really liking it thus far!

  • eviks 31 minutes ago

    Its binary is half a gig in size, so just like a browser, nothing fresh about that.

    • zamadatix 24 minutes ago

      Size on disk is about 64x less relevant than size in RAM for me. To give Zed some credit in this area, it's statically linked and the Linux binary is half the size as the Windows one.

      • Rohansi 2 minutes ago

        What could they be statically linking to have a 400MB executable?

8cvor6j844qw_d6 2 hours ago

> Zed isn't an Electron app; we integrate directly with the underlying platform for maximal control.

Sounds great. Looking forward to doing a simple test run with Astro SSG

nwah1 2 hours ago

Is it on winget?

  • janpio an hour ago

      > winget search zed
      Name                             Id                                Version     Match                             Source
      -----------------------------------------------------------------------------------------------------------------------
      Zed Preview                      ZedIndustries.Zed                 0.208.4-pre Moniker: zed                      winget
    
    So not fully updated yet it seems.