JLarky
@JLarky
Followers
10K
Following
57K
Media
6K
Statuses
45K
Opinions are not my own. As soon as I say something I become new me who hates anything old me did. CEO of HTMX
Saratoga Springs, UT
Joined March 2009
TIL you can do `/compress` in Cursor when it starts getting bonkers (for me it happens when it goes over 50-80%) :D
Here's an example of how I used Cursor to build Cursor. And where AI models failed and human review was necessary! I wanted to add a /compress command to summarize all messages in a conversation. This is helpful because you can manually decide to reset your context window,
1
0
0
switching to jsx and elysia helped a lot! but I had to do a lot of it manually because it's literally too stupid to read docs :D
0
0
0
Preparing to defend safari for the Nth time
JavaScript top-level await is no longer considered 'baseline' due to a pretty big Safari bug https://t.co/YydXq4D8Sz The module graph fails in cases where two modules import a third at the same time. Demo: https://t.co/ByzQqEseyu It's best to avoid the feature for now 😔
1
0
20
Okay, so two things: - AI doesn't know how to bootstrap apps - AI doesn't know how to refactor You are extremely limited by the initial architecture you use and it will blow up in your face 😂
1
0
1
Is that jsonc?
@HSVSphere I do believe the industry would've naturally settled on "JSON with comments and a few other little bits." But we were never given the chance.
2
0
17
I've been vibe coding my vibe coding tool using my vibe coding tool :) it's all well and good until it vibe codes itself into not working and then I have to open Cursor to fix it or use git to revert it to working state 😂
1
0
1
btw, I was able to convert it to jsx, but it required a lot of manual steps :D
1
0
2
one random trick that I learned :D instead of asking agent to commit changes form time time just have two agents, one that does the work and the other that commits. Because once you introduce the idea of commits to the work agent it will just keep asking you about commits :D
1
0
3
I haven't vibe coded this hard before :D it's a complete mess, so many things that are slightly or obviously broken, but AI just can't do it for real :D
1
0
2
Another php3 era thing is that every part of the app could break at any point, so basically the size of the app is limited by my ability to go through the whole app and manually test if it still works 😂
1
0
2
OMG how much AI likes to double encode HTML :D I feel like I'm writing php3 again :D
1
0
3