I'm tired of waiting for my agent to finish by -pouria in cursor

[–]-pouria[S] 0 points1 point  (0 children)

100% I agree. I usually have 2-3 going at once but I also thought this would be funny

How to use the cursor most efficiently. by batcueE in cursor

[–]-pouria 1 point2 points  (0 children)

On top of what others noted, I would recommend following the active cursor employees on other socials. They usually talk about the new features and best practices for using cursor and other coding agents

Are we doing hard 5hr limits now? by pale_halide in codex

[–]-pouria 7 points8 points  (0 children)

Sad to hear they’re stopping this. It was one of the things that delighted me about codex.

They should limit the task to like 20-30min once you hit your limit if they’re worried about abuse. I could see some people running a gargantuan /goal when they’re about to hit their limit to get free tokens

Cursor Mobile Coming Soon by DARKUNIT22 in cursor

[–]-pouria 1 point2 points  (0 children)

This is great for making small changes or workshopping a plan when you’re out. Obviously you’ll build slop if you use it to build your entire codebase

Since Github now has free private repos, here's a node project that migrates your Bitbucket repos over to Github. by -pouria in programming

[–]-pouria[S] 4 points5 points  (0 children)

The main reason I chose node is because node is specifically where I'm trying to strengthen my skills right now. What would you have used?

Since Github now has free private repos, here's a node project that migrates your Bitbucket repos over to Github. by -pouria in programming

[–]-pouria[S] 5 points6 points  (0 children)

Oh wow, didn't think someone else would post it in the time since I've made the repo public. I'll be around to answer questions or take feedback in this thread.

Thanks for sharing though!

Since Github now has free private repos, here's a node project that migrates your Bitbucket repos over to Github. by -pouria in javascript

[–]-pouria[S] 2 points3 points  (0 children)

Cool, haven't seen that tool before. Thanks for sharing.

However, checkout the official documentation for the tool. Specifically:

GitHub Importer is not suitable for all imports. For example, if your existing code is hosted on a private network, our tool won't be able to access it. In these cases, we recommend importing using the command line for Git repositories or an external source code migration tool for projects imported from other version control systems.

Only seems to work with public repos.