Chad Adams

406 posts

Chad Adams

Chad Adams

@cadamsdev

I am a Software Developer who enjoys working on open-source software. Currently building meaningful software with GenAI - without the slop.

United States Katılım Kasım 2022
310 Takip Edilen113 Takipçiler
Chad Adams
Chad Adams@cadamsdev·
First time using Claude Code and what a pile of junk.
Chad Adams tweet media
English
1
0
1
65
Chad Adams
Chad Adams@cadamsdev·
@BenjDicken Just out of curiousity but how many connections can Postgres handle at once before this becomes a problem?
English
0
0
0
237
Ben Dicken
Ben Dicken@BenjDicken·
Postgres is bad at handling lots of connections. It's one of the biggest pain-point I've seen from customers over the past year. PgBouncer is the way to solve this. It's powerful, but also easy to misuse. So, I wrote about it.
Ben Dicken tweet media
English
24
62
895
50.1K
Chad Adams
Chad Adams@cadamsdev·
The vlang lsp now supports doc comments on hover
Chad Adams tweet media
English
0
0
0
38
Chad Adams
Chad Adams@cadamsdev·
@brk0v Zero-cost abstractions means you have a slow compiler.
English
0
0
0
41
Chad Adams
Chad Adams@cadamsdev·
@GregorySchier Yeah that must of been a long time ago 😆 would highly recommend trying it again. I also use Rust, Go, TypeScript. Haven’t had any issues. I’ve tried Zed can’t get into it. For some reason the UI feels weird to me. Maybe I’m just so used to VSCode 😆
English
2
0
2
1.1K
Greg Schier 👨🏼‍💻🇨🇦
@cadamsdev Haven't used it in many years. I remember extensions crippling performance, especially because I wrote Rust, Go, and Typescript on the daily (lots of extensions)
English
3
0
15
5.4K
Greg Schier 👨🏼‍💻🇨🇦
I switched to Zed from IntelliJ a couple months ago due to how buggy it got. Now Zed is loaded with bugs so... back to IntelliJ!
Greg Schier 👨🏼‍💻🇨🇦 tweet media
English
44
3
257
79K
Chad Adams
Chad Adams@cadamsdev·
@notyuldshah @OrenMe @GitHubCopilot @burkeholland @code I prefer Sonnet 4.6 because it's faster and cheaper than Opus. Opus is better for complex tasks and reasoning. I find it better for creating a plan. The tasks are small and well defined so Sonnet 4.6 doesn't have a problem implementing it. I'm experimenting though.
English
1
0
1
52
Oren Melamed
Oren Melamed@OrenMe·
The @GitHubCopilot CLI Autopilot mode is super powerful Basically it is a built in Ralph loop(shoutout @burkeholland) but much more efficient due to how @GitHubCopilot utilizes PRUs Soon it is coming to @code It will relentlessly try to iterate your goal until ready BTW - Using SQLite for task list is a powerful tool
English
16
10
225
11.5K
Chad Adams
Chad Adams@cadamsdev·
@notyuldshah @OrenMe @GitHubCopilot @burkeholland @code I have 2 custom agents. 1. Planner - Primary agent that uses Opus 4.6 to create a plan and batches of tasks. Then delegates those tasks to the subagent. 2. Implementer - Subagent that uses Sonnet 4.6. This one only implements the tasks that the primary agent gave it.
English
2
0
3
160
Chad Adams
Chad Adams@cadamsdev·
@BenjDicken Create your own benchmark Ben or change PlanetScale to say "The world’s 2nd fastest and 2nd most scalable cloud database" 😂
English
0
0
7
369
Ben Dicken
Ben Dicken@BenjDicken·
Is spacetime cool tech? Yes Are these good benchmarks? No I've done a lot of database benchmarking. It's fun. I like benchmarks! But these were poorly conducted. - So many missing details. What cache warming was done? What region was each database and client in? What were the underlying instance types? Are we benchmarking databases or network latencies? - Anyone create a narrow benchmark that makes a particular database look good. It's better to use widely-used standards (tpcc, sysbench workloads, etc) - AFAICT the spacetime requests are heavily pipelined vs the Postgres options. - Why does spacetime get a custom rust client (rust is fast!) and all the others have to run slow js clients with an ORM middleman over http/rpc? Ultimately it's a big case of apples-to-oranges. Again, spacetime seems like cool tech! But comparing it to a 3-node HA semi-sync pg cluster is... an interesting choice.
SpacetimeDB@spacetime_db

Introducing SpacetimeDB 2.0. Web development at the speed of light. Come learn what fast really means.

English
22
10
327
45.2K
Chad Adams
Chad Adams@cadamsdev·
@youyuxi Have you tried OpenClaw yet? I hooked it up to telegram, installed the gh cli agent skill. Now I can say go create a PR in X repo from my phone. It's crazy. You can also setup a cronjob to rerun a prompt so it's building an app while I'm sleeping 😂
English
0
0
2
1.7K
Evan You
Evan You@youyuxi·
I haven’t been doing this a lot until lately, but AI can be such a good design partner. I have a Claude project with all the context of my current project, and I can chat with Opus 4.6 about it anytime on my phone. In the past I always capture inspirations in a backlog in Google Keep so I can do proper research on it later. Now I just chat with Claude whenever the bulb lights up. It doesn’t always come up with the best idea on its own, but it’s able to conduct research very fast, explore a wide variety of options, and list the tradeoffs to give me the necessary information to nudge it in the right direction - and honestly, that’s probably the only thing I am truly good at: intuition and taste on API design. AI amplifies my impact in the parts where I really matter and gives me a 10x leverage on the final results.
English
26
23
673
48.2K
Evan You
Evan You@youyuxi·
I haven't been this excited building a thing for a VERY long time. Maybe even more excitement than when I was building Vite.
English
66
19
1.3K
94.6K
Chad Adams
Chad Adams@cadamsdev·
@youyuxi @jarredsumner Nice. Just out of curiosity how does Bun and Node SEA compare to Deno? Would be interesting to see.
English
0
0
2
1.8K
Chad Adams
Chad Adams@cadamsdev·
@samuel_spitz replit app, "Rate exceeded.", building AI slop to detect AI slop on man... 😂
English
0
0
0
81
Ryan Dahl
Ryan Dahl@rough__sea·
just fyi if you're hitting segfaults with claude code, you can run it with deno and also get the benefit of less memory usage
Ryan Dahl tweet media
English
12
15
392
50.5K
Chad Adams
Chad Adams@cadamsdev·
@youyuxi Awesome feature. I'm gonna have to try this for my tui apps. I wonder if the executable size will be smaller because my Bun tui apps are bloated. 😭
English
0
0
2
2.4K
Chad Adams
Chad Adams@cadamsdev·
@pierceboggan @burkeholland Nice. Another thing to note is that "#" shows tools but CMD + / doesn't. Personally I like the CMD + / view more because I never use tools. Would be nice to make "@" be an alias for CMD + / instead 🙂 or provide an option that allows us to hide tools from the search.
English
0
0
0
38
Burke Holland
Burke Holland@burkeholland·
The Copilot CLI is…so good. I cannot recommend strongly enough that you start using it immediately.
English
52
12
224
30.9K