michaelcjoseph
@michaelcjoseph
building @partydao // writing @ buildingcrypto.xyz // Making crypto consumer friendly
I find myself context switching a lot more these days while waiting for AI to finish something.
How do I make my time more productive?
4
0
6
Do people have thoughts on Conductor vs Warp vs just running Claude Code in iTerm2?
Just tried Conductor and feeling a little unsatisfied but I can’t put my finger on why.
1
0
3
In 10 years, using a browser instead of OpenAI agent (or equivalent) will be the same as coding in vim instead of an IDE.
0
0
2
It was not intuitive to me that this icon meant social. I get it after the fact, but I thought it was profile related at first.
2
0
4
Why does every vibe coder use @supabase and not Firebase?
Never used the former so genuinely just curious.
5
0
10
I’m pretty pilled on specs being part of the codebase.
Makes it way easier for LLMs to understand features and they’re way better at keeping the spec up to date as requirements change.
1
0
4
Starting a new chat with an LLM for the same question is equivalent to restarting your computer.
First, last, and best approach to fixing issues.
1
2
12
Posting this in the dev channel as well in case people are interested
Latest @windsurf_ai vs @cursor_ai test, both using Claude 3.7 Sonnet: A race track.
Prompt: Let's build a simple game where a user drives a car around an elliptical track using html, css, and javascript with an express server to run the page. They will use their keyboard with the keys "W,A,S,D" to control direction. E
0
0
0
Latest @windsurf_ai vs @cursor_ai test, both using Claude 3.7 Sonnet: A race track.
Prompt: Let's build a simple game where a user drives a car around an elliptical track using html, css, and javascript with an express server to run the page. They will use their keyboard with the keys "W,A,S,D" to control direction. E...
Follow up with the next test: Flappy Bird.
Windsurf was significantly better than Cursor here.
Windsurf: 90% success rate
- Design was decent. Bird looked like a bird and pipes had some definition.
- Collision detection was pretty good, but very conservative. If you were close to the pipe, it considered it game over.
0
1
1
Follow up with the next test: Flappy Bird.
Windsurf was significantly better than Cursor here.
Windsurf: 90% success rate
- Design was decent. Bird looked like a bird and pipes had some definition.
- Collision detection was pretty good, but very conservative. If you were close to the pipe, it considered it game over....
Been doing a little vibe coding of games for fun to compare Cursor and Windsurf.
Been using the prompt, "Build x game in html, css, js using the next.js framework," and seeing how the output functions.
Games tried so far:
1. Tic Tac Toe
2. Chess
Both handled Tic Tac Toe with ease. No additional input from me needed
1
1
2
Been doing a little vibe coding of games for fun to compare Cursor and Windsurf.
Been using the prompt, "Build x game in html, css, js using the next.js framework," and seeing how the output functions.
Games tried so far:
1. Tic Tac Toe
2. Chess
Both handled Tic Tac Toe with ease. No additional input from me needed...
4
7
20
