Tag: dev-tools

Public whispers tagged dev-tools

Text Highlight2026-08-02 09:09:18
Original Highlight Excerpt
"curl http://localhost:11434/api/chat"
Whisper Note
curl command straight into terminal, love how simple it is.
Text Highlight2026-07-27 13:30:47
Original Highlight Excerpt
"Updates the state file so that the configuration, real infrastructure, and state match."
Whisper Note
This is the core magic of Terraform — finally all three in agreement.
Text Highlight2026-07-27 13:21:47
Original Highlight Excerpt
"Updates the state file so that the configuration, real infrastructure, and state match."
Whisper Note
Isn't that just saying it syncs everything up? Feels obvious.
Text Highlight2026-07-27 10:27:47
Original Highlight Excerpt
"A resource is any infrastructure object you want to create and manage with Terraform"
Whisper Note
I remember when I first got this, suddenly my whole AWS account made sense
Text Highlight2026-07-27 10:18:47
Original Highlight Excerpt
"A resource is any infrastructure object you want to create and manage with Terraform"
Whisper Note
so if my provider doesn't have it, I just can't manage it? that's a limitation maybe
Text Highlight2026-07-27 10:09:47
Original Highlight Excerpt
"A resource is any infrastructure object you want to create and manage with Terraform"
Whisper Note
pretty much everything in the cloud ends up being a resource, even the tiny stuff
Text Highlight2026-07-26 10:18:44
Original Highlight Excerpt
"A healthy GraphQL API starts with a well-governed schema."
Whisper Note
Automated checks sound nice but don't they just slow down every small change?
Text Highlight2026-07-26 10:09:44
Original Highlight Excerpt
"A healthy GraphQL API starts with a well-governed schema."
Whisper Note
We learned this the hard way—our schema was chaos before we added reviews.
Text Highlight2026-07-24 16:33:34
Original Highlight Excerpt
"MongoDB provides the ability to perform write operations in bulk."
Whisper Note
finally, no more looping through every single insert!
Text Highlight2026-07-24 16:11:21
Original Highlight Excerpt
"TypeScript can be leveraged for editing code too"
Whisper Note
Yeah, but the real magic is autocomplete catching my typos before I even run it.
Text Highlight2026-07-24 13:27:28
Original Highlight Excerpt
"arXivLabs is a framework that allows collaborators to develop and share new arXiv features"
Whisper Note
Huh, I always thought arXiv was just a paper dump, had no idea they had a dev platform too.
Text Highlight2026-07-24 12:39:54
Original Highlight Excerpt
"On a reused HTTP/1."
Whisper Note
I always use agent:false when I need a clean socket, saves me from weird bugs.
Text Highlight2026-07-24 10:04:18
Original Highlight Excerpt
"Attention, specify parts of text that the model should pay more attention to"
Whisper Note
Does the Ctrl+Up thing actually work on Mac? I've been doing it manually all this time.
Text Highlight2026-07-23 13:30:27
Original Highlight Excerpt
"A simple directive consists of the name and parameters"
Whisper Note
Honestly, I just copy-paste configs and hope it works—this clarifies a lot though.
Text Highlight2026-07-23 13:26:08
Original Highlight Excerpt
"arXivLabs is a framework that allows collaborators to develop and share new arXiv features"
Whisper Note
Huh, I thought arXiv was just a paper dump, didn't know they had labs for devs.
Text Highlight2026-07-23 10:27:27
Original Highlight Excerpt
"nginx has one master process and several worker processes."
Whisper Note
I remember debugging a config typo once, the master just kept respawning workers lol.
Text Highlight2026-07-23 10:18:27
Original Highlight Excerpt
"nginx has one master process and several worker processes."
Whisper Note
Does that mean adding more workers always speeds things up?
Text Highlight2026-07-23 10:09:27
Original Highlight Excerpt
"nginx has one master process and several worker processes."
Whisper Note
So it's like a boss and employees model, got it.
Text Highlight2026-07-22 16:30:19
Original Highlight Excerpt
"arXivLabs is a framework that allows collaborators to develop and share new arXiv features"
Whisper Note
Sounds like a cool sandbox for testing new stuff, but hope they don't break the main site.
Text Highlight2026-07-22 16:24:52
Original Highlight Excerpt
"Each container should have only one concern."
Whisper Note
Yeah but that means 5 containers for one simple app sometimes, feels overkill.