Hacker News new | past | comments | ask | show | jobs | submit | fau's comments login

GPT-4.5's advantages are supposed to be in aspects that aren't being captured well in current benchmarks, so the claim would be shaky even if ERNIE's benchmarks actually showed better performance.


For me: no Multi-Account Containers, full uBlock Origin about to be disabled.


It's hard to care about AI features when a year later I still can't even get acceptable font rendering: https://github.com/zed-industries/zed/issues/7992


Hey fau, Zed founder here.

Apologies if that issue has taken a while to fix: next week is "quality week" at Zed and I am personally going to take a look at it again.

Thanks for the feedback!


While you're here...

https://github.com/zed-industries/zed/issues/14203

Would be a massive win that's fairly narrow in scope. More generally, being able to send arbitrary LSP commands to the server and see the response, even if it's just a text dump, would be super useful.

Love the project! I would say the only thing stopping me from moving over full time is a Git porcelain, but I'm sure you guys know that. Keep up the great work!


It doesn't seem like the issue has been entirely ignored: https://github.com/zed-industries/zed/issues/7992#issuecomme...

Out of the 55,000 people who have starred the repo (and countless others who have downloaded Zed without starring the repo), only 184 people have upvoted that issue. In any project, issues have to be triaged. If someone contributed a fix, the Zed team would likely be interested in merging that... the current attempt does not seem to have fixed it to the satisfaction of the commenters. To put priorities into perspective, issue 7992 appears to be in about 20th place on the list of most-upvoted open issues on the tracker.


If font rendering on a text editor is not a priority I wonder what is. It seems to be AI.


And hiding the mouse cursor so you can actually see what you're editing.


¯\_(ツ)_/¯ You can also sort the issues and see for yourself what the community thinks should be a priority: https://github.com/zed-industries/zed/issues?q=is%3Aissue%20...

I think the takeaway here is not that everyone related to Zed thinks AI should be prioritized over essential features, but that either most developers don't care that much about font rendering or (more likely) most developers have high DPI monitors these days, so this particular bug is just a non-issue for most developers... or else more developers would have upvoted this issue.

I have one low-DPI monitor at home, so I am curious to see this issue for myself. If it looks bad when I get back from vacation in a little over a week, maybe I'll add a thumbs-up to that issue, but low-DPI font rendering isn't the reason I haven't switched to Zed. I haven't switched to Zed because of the reasons mentioned here: https://news.ycombinator.com/item?id=42818890

If those issues were resolved, I would probably just use Zed on high DPI monitors.

So, yes, for me, certain missing "AI"-related features are currently blocking me from switching to Zed. On the other hand, the community is upvoting plenty of non-AI things more than this particular font rendering bug. Unsurprisingly, different people have different priorities.


You've implied it's impossible to give such evidence and then you've immediately proved yourself wrong by giving it.

But anyway, they're not asking for evidence that something isn't being displayed. They're asking for evidence that 'Starting on January 19, 2025 Facebook's internal policy makers decided that Linux is malware and labelled groups associated with Linux as being "cybersecurity threats"'.


Unfortunately, the renderer that gets used will sometimes itself depend on the file. For example, if you transfer the generated Mobi file to a Kindle as the article says, it will get rendered using an inferior renderer (in terms of kerning, for example) compared to the renderer that would've been used had the file been a KFX ("Kindle Format 10").


> Closed-source russian web-browser

That's only slightly less unacceptable than a closed-source american web-browser.


You might want to check out z: https://github.com/rupa/z


https://github.com/clvv/fasd

I used to use z, but I've since switched to fasd. It's much like z, but also so much better. In addition to being able to do "z <part of directory>" you can do "f <part of file>". So, for example, if I've got a rails project I've worked on a lot recently I know its config.ru is high on frecency, so I'll just do "vim `f config`" to edit that file. If I want a file that's not so recent I can always do "vim `f -i config`" to pick from a list of files.

fasd is leaps and bounds above z in functionality, and I've thoroughly enjoyed using it.


If you alias `v` to `f -e vim` then you can `v config` and `v -i config`.


Thanks for this. I've been using z and like it quite a bit, but I'm always open to ways to improve my workflow.


I put z and fasd through their paces, and out of the box z works very intuitively. I like it. fasd takes a little more to get used to, but I'm going to put it through a full try out. Let's see if the additional features make it worth the while. In either case, thanks all for a great thread.


fasd is z on steroids. Fantastic tool.


z is so much more useful because it automatically learns which paths you use most often. There is no need to explicitly mark folders. It just works.


How does it differ from autojump?


I don't know autojump, but from a cursory look: z is written in pure shell, is a single file, no external dependencies. autojump requires python, thus likely has more features.

IMHO, just for jumping around directories, z is good enough.


+1 for z. It's the primary way I navigate between folders at the command line.


Thank you! Glad I read the comments first... seems like z is more powerful yet easier to use. Ended up installing that.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: