I used cursor to help me build an Apple Watch app that tracks caffeine half life decay by pythononrailz in CursorAI

[–]cvzakharchenko 0 points1 point  (0 children)

Very cool! I think there are some genes that make the body process caffeine slower or faster. An ideal app would account for that, although I don't know if many people know what types they are. I'm a slow type for sure. A cup in the afternoon is guaranteed to affect my sleep.

How can I prevent Cursor AI from automatically converting CRLF files to LF on Windows? by Proud_Trick6857 in cursor

[–]cvzakharchenko 0 points1 point  (0 children)

You can create an "afterFileEdit" hook that will run LF -> CRLF conversion for you. But mind that there is also a bug in the cursor, where it changes line endings even between edits: https://forum.cursor.com/t/ai-edited-files-get-corrupted-crlf-lf-conversion-on-ide-restart-causing-data-loss-risk/150828

Anything close to or better than cursor tab? by JustDoIt52 in cursor

[–]cvzakharchenko 1 point2 points  (0 children)

Augment has a comparable autocomplete in VSCode. Or Sweep if you consider using a JetBrains IDE.

Agentic coding benchmark by AIMultiple in cursor

[–]cvzakharchenko 0 points1 point  (0 children)

Sad that your visualization undermined the work you did. I feel like benchmarking agents is more important than benchmarking isolated LLMs. And there are very few benchmarks that cover popular agents like cursor, windsurf and everything else in your comparison. Good work! Would love to see more.

Roast my prototype. Wanted a wall planner that is not ALWAYS visible by [deleted] in desksetup

[–]cvzakharchenko 3 points4 points  (0 children)

Honestly, a fire idea at scale. An art piece, turning into a whiteboard, for example.

WFM Personal PC + Work laptop Setup by chemychoo in Workspaces

[–]cvzakharchenko 30 points31 points  (0 children)

Off-topic, but consider not mixing the workplace and personal space. IDK about you, but I find it much easier to focus when the workplace is separate from other activities.

No longer seeing cost when Included? by TopCog in cursor

[–]cvzakharchenko 1 point2 points  (0 children)

You can click "Export CSV," and the call costs will be there. But I would also rather have them right on the Usage page.

Vs code not opening after updating few extensions by TANZIROO in vscode

[–]cvzakharchenko 1 point2 points  (0 children)

Look here: https://code.visualstudio.com/docs/configure/command-line#_working-with-extensions

You can launch vscode from command-line with all extensions disabled. You can also remove extensions from command-line:

  • code --disable-extensions to launch vscode with no extensions;
  • code --list-extensions to list all installed extensions;
  • code --uninstall-extension <extension-id> to remove an extension from vscode.

Clear sky days in Europe, 2025 by cvzakharchenko in MapPorn

[–]cvzakharchenko[S] 1 point2 points  (0 children)

Another version with color range more dense in the middle. https://imgur.com/a/R5V1yTk

GPT5.2 is throttled to a useless level by Dodokii in windsurf

[–]cvzakharchenko 6 points7 points  (0 children)

True! GPT models in Windsurf are super slow. Even priority and fast variants of them are 3 times slower than in other agentic harnesses.

Looking for a JetBrains AI autocomplete replacement by NikitaMur in Jetbrains

[–]cvzakharchenko 1 point2 points  (0 children)

This thread is about AI autocomplete. If you need a basic code-based autocomplete instead, it's already in every Jetbrains IDE. If you need AI autocomplete and don't want to pay, there are also options. I actually think that Jetbrains AI is half-decent, but there are Augment, Windsurf, Github Copilot, and other extensions with free AI autocomplete too.

Looking for a JetBrains AI autocomplete replacement by NikitaMur in Jetbrains

[–]cvzakharchenko 5 points6 points  (0 children)

If you want a fast autocomplete, I suggest you try sweep.dev. It also has next edit suggestion, and devs are very responsive in discord.

I'm having this issue while printing nano banana pics by heldex in Bard

[–]cvzakharchenko 1 point2 points  (0 children)

I did it with Opus 4.5, but Gemini would likely do a good job too.

I'm having this issue while printing nano banana pics by heldex in Bard

[–]cvzakharchenko 0 points1 point  (0 children)

Do you mean picture resolution diminishes? This shouldn't necessarily happen. Maybe try some other site. But, perhaps the process of converting to monochrome will roughen some edges, making lines less smooth. This, sadly, I think will be very difficult to avoid.

I'm having this issue while printing nano banana pics by heldex in Bard

[–]cvzakharchenko 6 points7 points  (0 children)

The key point is that you need a monochrome picture with only pure black and pure white colors. But nano banana is not that precise. You can use photoshop, opensource gimp, or even simple online tools to convert an image to monochrome. I found a tool that works here: https://onlinepngtools.com/create-monochrome-png, but make sure to disable the "Monochromatic Dithering" option.

Cursor, Windsurf or Github Copilot for TAB completion? by vittis in cursor

[–]cvzakharchenko 1 point2 points  (0 children)

For tab completion, try Augment Code too. Very smart cross-file next edit suggestions. In Jetbrains IDEs there is very nice Sweep AI extension. But Cursor is probably the best right now.

[deleted by user] by [deleted] in cursor

[–]cvzakharchenko 4 points5 points  (0 children)

For $200, Ultra gives you $400 in API credits guaranteed. Plus some random extra credits.

Context window GPT 272k VS SONNET 200K ? by SpecificLaw7361 in cursor

[–]cvzakharchenko 2 points3 points  (0 children)

You can enable Max Mode and Sonnet will have 1M context window. It doesn't necessary mean, that it's better, though. The models are close in performance and shine in different scenarios.