Dax
๐ค SpeakerAppearances Over Time
Podcast Appearances
So we can just swap that to a container.
So we can just swap that to a container.
Not even with Docker, just run it. But our database, oh, database is PlanetScale. You'd have to bring up MySQL locally, yeah. Okay, bring up MySQL locally, yeah. So I want to understand better, like, I don't expect anyone to work on the backend.
Not even with Docker, just run it. But our database, oh, database is PlanetScale. You'd have to bring up MySQL locally, yeah. Okay, bring up MySQL locally, yeah. So I want to understand better, like, I don't expect anyone to work on the backend.
If that's the case, then we just need to make that a little bit easier. Yeah. It shouldn't require too much rework.
If that's the case, then we just need to make that a little bit easier. Yeah. It shouldn't require too much rework.
And if they have something that they do want to do like that, they should be good enough to submit a PR without ever having running the app. Just sight unseen.
And if they have something that they do want to do like that, they should be good enough to submit a PR without ever having running the app. Just sight unseen.
If you can't do that, it's unlikely your PR would have ever been good enough for us to merge. Good point.
If you can't do that, it's unlikely your PR would have ever been good enough for us to merge. Good point.
ChatGPT did add projects, yeah. Okay. I remember when I switched to Claude, that was, like, right when they added the projects feature. And then it was a huge deal.
ChatGPT did add projects, yeah. Okay. I remember when I switched to Claude, that was, like, right when they added the projects feature. And then it was a huge deal.
I do that with with all of our database schemas, because then I can just ask it for like any time I need or like have an analytics question, I can be like, oh, how many users did X, Y, Z things and it just puts out a SQL query.
I do that with with all of our database schemas, because then I can just ask it for like any time I need or like have an analytics question, I can be like, oh, how many users did X, Y, Z things and it just puts out a SQL query.
And it gives you SQL queries. Yeah. I actually just give it the drizzle definition so it can understand all of that.
And it gives you SQL queries. Yeah. I actually just give it the drizzle definition so it can understand all of that.
That's what I want to talk about. So there's... So I have a few thoughts about this. So one, someone linked me to a CLI tool called Glimpse. It was made by someone on Twitter. I forgot. He works on Dingboard. It's a simple CLI where you just do Glimpse and then a folder.
That's what I want to talk about. So there's... So I have a few thoughts about this. So one, someone linked me to a CLI tool called Glimpse. It was made by someone on Twitter. I forgot. He works on Dingboard. It's a simple CLI where you just do Glimpse and then a folder.
And then it will scan all the files and organize and understand the file tree, everything, and just put something in your clipboard that you can paste right to any LLM. And then you can ask your question. So it'll tell the LLM, here's the file structure, here's each file, and it makes sure that it'll cap it if you're exceeding the token amount and stuff.
And then it will scan all the files and organize and understand the file tree, everything, and just put something in your clipboard that you can paste right to any LLM. And then you can ask your question. So it'll tell the LLM, here's the file structure, here's each file, and it makes sure that it'll cap it if you're exceeding the token amount and stuff.