Is there a thing that does this for the terminal? I hate it when I'm fiddling with some complicated command and I have to juggle the flags as well as my personal inputs like paths and such.
Zed now predicts your next edit with Zeta, our new open model
171–180 of 301 posts
Re: Zed now predicts your next edit with Zeta, our new open model
#172> Edit prediction won't be free forever, but right now we're just excited to share and learn. I love Zed, and I'm happy to pay for AI stuff, but I won't be using this until they are done with their rug pull. Once I know how much it costs, I can decide if I want to try integrating it into my workflow. Only THEN will I want to try it, and would be interested in a limited free trial, even just 24 hours. Considering I've…
Re: Zed now predicts your next edit with Zeta, our new open model
#173> Edit prediction won't be free forever, but right now we're just excited to share and learn. I love Zed, and I'm happy to pay for AI stuff, but I won't be using this until they are done with their rug pull. Once I know how much it costs, I can decide if I want to try integrating it into my workflow. Only THEN will I want to try it, and would be interested in a limited free trial, even just 24 hours. Considering I've…
> Other than that for anyone wanting to try Zed: Also, no support for debugging yet.
Re: Zed now predicts your next edit with Zeta, our new open model
#174Re: Zed now predicts your next edit with Zeta, our new open model
#175Earlier quoted context omitted.
I'm not a regular Zed user, but this isn't true: I simultaneously ran the Ruff and Pyright LSPs when I used it last week.
In the same file?
In my currently opened project I have: vtsls (for typescript), biome, emmet, and the snippets LSP running on the same file.
You can configure which LSPs you can run on a language basis. Globally and per project. You can also configure the format on save actions the same way. Globally and per project.
I have astro project that on save runs biome for the front-matter part followed by prettier for the rest.
I would say that's pretty flexible.
Re: Zed now predicts your next edit with Zeta, our new open model
#176The sensitive readers please be advised, quite a bit of a rant and angry reactions coming in an overreacting style, please stop here if you are of the sensitive type. The comments are unrelated to this particular product but aimed at the universal approach of the broad topic nowadays. Zero intent of offending anyone specific person is attempted. I am fed up with all these predicting what I want to do. Badly!! Don't g…
If you fight the system you're not going to have a good time. For incremental improvements (faster grep, mixed-language syntax highlighting) you get the benefits for free. You don't have to change anything about the way you work. Revolutionary/disruptive technologies are not like that. They demand that the world adapts to them. They demand you change. Almost anywhere you can go by foot you can get faster with a horse…
Questionable.
Re: Zed now predicts your next edit with Zeta, our new open model
#177Re: Zed now predicts your next edit with Zeta, our new open model
#178Earlier quoted context omitted.
It's like the recent Samsung phones, functionality fees are waived until 2026. No word about the price yet. [1] Samsung should be avoided like the plague anyway, I've never seen such a malicious and hostile company! On Dec 13 they silently announced that they were gonna break Samsung APIs on Dec 30 [2]. Yeah, they gave devs the "You gotta spend your holidays fixing our mess, otherwise your app will break". Due to tha…
As an Android user and developer, it's always annoying reading reviews where Samsung gets 9.5 out of ten and they give a terrible review to the competition because they have a slightly better camera. They give you a terrible Touch Wiz UI/whatever crap interface they switched to, change all the fonts, move around menu items and buttons, slightly change all the stock apps to be worse, push their garbage store, etc. Sam…
Re: Zed now predicts your next edit with Zeta, our new open model
#179Earlier quoted context omitted.
> And adapt we did. We paved the world and are better for it. I don't know, it must've been awesome going everywhere mounted on a powerful live animal, not being limited to roads, feeling the fresh air, not destroying the planet.
New York at one point had 150,000 horses, each producing 15 to 30 pounds of manure daily. On top of that they produced 40,000 gallons of horse urine. Imagine the stench. https://danszczesny.substack.com/p/the-great-horse-manure-cr...
Re: Zed now predicts your next edit with Zeta, our new open model
#180Earlier quoted context omitted.
Isn't indentation 'non deterministic' in Python? E.g. if I have the following: if (foo): bar() hum() how can anything other than a human decide if that 3rd line should be indented as it is or by one more level?
And this is one reason I still don't understand the use of python in large teams! I suppose with very good tests, you might be able to catch something like this, but it seems impossible to me how a PR reviewer might catch a "bug" like this and not just assume that it's intentional.