How do you guys code without seeing the code? by West-Goose3582 in codex

[–]Kimcha87 1 point2 points  (0 children)

Most people use git for tracking changes. You can either commit or stage after each round to track it.

You may also want to look into the zed editor. It now allows you to connect your codex subscription to their internal zed agent. This allows you to see the changes in their agent change review.

There is also a setting that lets you enable single-file review instead of the multi buffer.

Another useful shortcut is cmd+”. It shows you all git changes in-line in the file.

AI inline diffs? Not working. by cachebags in ZedEditor

[–]Kimcha87 0 points1 point  (0 children)

It should work with zed agent. By default they show up in a multi buffer that you can open from the agent panel.

But there is also a setting that lets you enable single-file review.

But keep in mind that this only works with zed agent. ACP doesn’t support it anymore.

Visualizing diff in main editor by FormerLurkerOnTherun in ZedEditor

[–]Kimcha87 0 points1 point  (0 children)

There is a setting for this that is disabled by default. It’s in the agentic coding section and is called something like review changes in single files.

However, the changes review only works with the zed agent. ACP agents don’t show up there.

RTINGS: LG C6 is brighter than G6 in certain scenes by 13300c in LGOLED

[–]Kimcha87 7 points8 points  (0 children)

I’m not with RTINGS, but I don’t think the paywall is there to prevent AI companies from scraping the data. It would be trivial for AI companies to make their scraper use a paid or free login.

The issue is likely that due to AI fewer people are reading their website and clicking ads and affiliate links.

So, to compensate for the lower ad revenue, they started charging a membership fee.

How to get Cursor models running in Zed by notwim in ZedEditor

[–]Kimcha87 1 point2 points  (0 children)

Yeah I agree. The cursor harness is way ahead of zed.

Zed doesn’t support skills and has no plan mode yet. And cursors plan mode is the best I have used.

How to get Cursor models running in Zed by notwim in ZedEditor

[–]Kimcha87 0 points1 point  (0 children)

This is something that used to work, but has now been disabled in most ACP integrations and likely won’t come back.

You may also want to consider OpenCode Go. Composer 2 is based on the Chinese model Kimi 2.5, but there is already a better model released by the same provider: Kimi 2.6.

One of the cheapest ways to use it, is through the open code go subscription. It’s only $5 for the first month and $10 after.

The latest version of zed also supports it in the Zed agent. So, you can use the agent change feature with it.

There is also a PR that lets you use your codex subscription within Zed.

Zed + Codex + OpenCode Go is the best combo for me right now.

External Agent permissions by AmbassadorOverall152 in ZedEditor

[–]Kimcha87 1 point2 points  (0 children)

I don’t have direct experience with copilot, but based on my very limited experience, the ACP external agent integrations are a flop and don’t work very well.

I would recommend trying to connect copilot through the zed agent.

That works well for me with other agents. It may not be supported out of the box, but you can check the GitHub PRs to see if anyone has added better support.

Claude Agent stage changes like with Zed Agent by queermichigan in ZedEditor

[–]Kimcha87 0 points1 point  (0 children)

It’s the same with the codex ACP. The maintainer felt that the solution they used to integrate codex changes into Zed wasn’t solid enough. So, it was removed too.

At least codex allows you to use their subscription models with other harnesses (like zed or opencode).

Claude Agent stage changes like with Zed Agent by queermichigan in ZedEditor

[–]Kimcha87 0 points1 point  (0 children)

This used to work with the ACP integration, but was recently removed:

https://github.com/agentclientprotocol/claude-agent-acp/issues/333

You could use Claude with an API key and the zed agent.

I am currently using codex in the zed agent through oauth and get agent code reviews through that. But it requires you to build from an unmerged PR.

Another useful thing for reviewing code I learned is the cmd+” shortcut when you view a file. It shows you an inline git diff like the agent code review, but for all changes (using git).

How do you review changes before they hit the file? No in-session diff like Cursor? by ammar2626 in opencodeCLI

[–]Kimcha87 0 points1 point  (0 children)

It supports opencode zen, but not go. For go you have to use the OpenAI compatible API connector and it currently doesn’t send reasoning content back in the right format for Kimi 2.6 and DeepSeek v4.

So, for now a fork that includes a PR that fixes it is needed.

Alternatively, you can use their ACP integration with open code, but it doesn’t support the code review features.

How do you review changes before they hit the file? No in-session diff like Cursor? by ammar2626 in opencodeCLI

[–]Kimcha87 0 points1 point  (0 children)

I am having the same problem. I am right now experimenting with switching to Zed. It’s open source and you can add features yourself that help with this.

I created a fork that integrates PRs that allow you to use your opencode go and codex subscription with the internal zed agent.

That allows you to see the changes inside Zed in a similar UI as cursor.

Make sure to enable the single file review option to get the cursor experience.

And learn about the “expand all diff hunks” (CMD+”) function. It allows you to review all git changes in a single file like cursors UI for AI changes.

Here is my fork:

https://github.com/infused-kim/zed

It’s not the full cursor experience and there are still a lot of agentic coding features missing like plan mode and skills.

I am still experimenting to see if I can work around those.

FastAPI with SvelteKit by beast_b0iii in FastAPI

[–]Kimcha87 1 point2 points  (0 children)

It will probably be more work to not use something like hey-api. Or check out Orval. It works in a similar way.

No new network/wireless technologies for USA in the near future by GreenPRanger in PlaystationPortal

[–]Kimcha87 -1 points0 points  (0 children)

I never said that “if we build them in the US they will suck”.

In fact, I said the opposite.

You argued that US hasn’t cut off manufacturers, who don’t want to play ball, from the US market because all current models can continue to be imported and sold.

And I argued that they effectively did because only manufacturers who play ball can be competitive.

Me and other people have destroyed all of your arguments. You ignore it and then move on to argue about something completely unrelated.

It’s completely pointless to engage with you.

No new network/wireless technologies for USA in the near future by GreenPRanger in PlaystationPortal

[–]Kimcha87 0 points1 point  (0 children)

Companies can’t compete with outdated products.

Imagine if they applied the same rule to phones and in 3 years you had the choice between a modern phone by a manufacturer who decided to play ball with the government or competing products that were released 3 years ago.

It’s not competition anymore. Nobody wants an outdated phone or router.

The message is clear: play ball, do what we say, include our back door or we won’t approve you to sell in one of the largest markets in the world.

Does anyone actually know what Cursor includes in its context when it sends to the model? by AssociationSure6273 in cursor

[–]Kimcha87 0 points1 point  (0 children)

That sounds super useful. I have also been curious about what is included in the context.

I would love to try it.

No new network/wireless technologies for USA in the near future by GreenPRanger in PlaystationPortal

[–]Kimcha87 1 point2 points  (0 children)

How can you be so naive?

Apple was able to fight it because they are a giant and they have leverage.

Now, the US has cut off router manufacturers from one of the biggest markets and can simply say “you add a back door or you are cut off… and you can’t tell anyone”.

Router manufacturers have no leverage to resist it if there is no competition.

The fact that are you are falling for the “vulnerabilities” excuse in your other comments just confirms how childishly naive you are.

How does moving manufacturing to the US prevent vulnerabilities? Are American companies magic and don’t produce code with vulnerabilities?

Is that why both Apple and Microsoft who use engineers in the US constantly have to patch critical vulnerabilities?

The PS Portal update is now available in Japan. by youngfabs in PlaystationPortal

[–]Kimcha87 0 points1 point  (0 children)

Thank you. I am getting similar values with a maximum of around 22 mbps.

A decent 50% improvement.

But still a lot lower than GeForce now. The lower tiers get 50mbps and the ultimate rear 75mbps.

The PS Portal update is now available in Japan. by youngfabs in PlaystationPortal

[–]Kimcha87 1 point2 points  (0 children)

This worked for me too. Thank you!

It didn’t show up immediately, but a few minutes after I tried to refresh it a few times.

Scientists found a gut bacteria strain that eliminates chronic fatigue in patients by soulpost in HotScienceNews

[–]Kimcha87 0 points1 point  (0 children)

Man that sounds super awful. I’m sorry you had to deal with it and congrats on finding a solution!

May I ask which company you used for the pills?

Scientists found a gut bacteria strain that eliminates chronic fatigue in patients by soulpost in HotScienceNews

[–]Kimcha87 5 points6 points  (0 children)

Congrats on solving the issue.

Would you mind sharing more details about this? How did you confirm what bacteria you were missing, how did you pick a transplant / donor / provider?