One of the ways @anthropic.com’s Claude Opus 4.6 always surprises me is by surfacing really useful parts of a feature that I hadn’t yet thought of even using @speckitt.bsky.social and being super specific. I find that prompting with just what I want and why I want it that way is often enough
Posts by Michaux Kelley
A cat wearing a Javascript hat with the cyclical text "I wake up / There is another supply chain attack"
A viral dog rescue from 2016 is now immortalized with a statue in Kazakhstan. When a dog fell into the Sayran reservoir, bystanders formed a human chain to pull him to safety. The statue is a reminder of the value of unity, solidarity and collective action. 14/10 for all
Nice setting for @vscode.dev -> ⌘+⇧+P -> type "npm.enableScriptExplorer" (without the quotes) and select "Explorer: Focus on NPM Scripts View" -> and look for NPM SCRIPTS in the sidebar listing all of the scripts in your package.json. I would love to hear alternatives or an even better way!
GitHub actions alert icymi:
"Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026."
😱
I 💙 github.com/github/spec-... tool for creating new features using it's CLI to get you up and running quickly. It's very thorough, and the code review is going to take much longer than the feature. Fingers crossed 🤞
La microgestión mata el talento y la motivación
🧵 👇
I’d rather my tests run in under 5 seconds (without coverage report) and aim for 90% coverage, often settling for closer to 80% coverage, than have a long running test suite killing me by 3,622 tiny cuts (that’s how many tests I have, but running at 15 seconds!) Fast tests ftw
The force is strong with this GHCP/Claude Opus prompt: "Please don't ever use any type or eslint-disable. There is always a way young skywalker. Join the light side of the force!"
I'm waiting to see if a Darth Vader approach will be used instead (if so, I'm outta here)
#AI #claude #anthropic #ghcp
My record player sounds best at -42db. Just a little too loud for the neighbors. Oh well, I can always wait until they’re not home
I feel like I’m playing build roulette using GitHub copilot to fix my breaking build. I’m about to have a devops persona prompt to review my build process etc. #devops #docker #aws #ghcp
Six passing builds in a row. What, me worry? Merge.
GitHub Copilot with Claude Sonnet 4.5 generated this; some pretty solid advice about not taking your secrets to email or slack:
### ❌ DON'T
- Commit `.env` files to git (already in `.gitignore`)
- Share secrets in Slack/email
- Use the same AUTH_SECRET across environments
I updated my GitHub Copilot instructions file to this today. Here's the gist to it: gist.github.com/mkelley33/bc...
Please feel free to copy and change in any way you wish, including suggesting edits and forking the gist.
#githubcopilot #ghcp #ai #gist
Reading docs for Video.js bit.ly/483x16H
"A lot of the root source directory is JSON configs for various package managers because, Internet." 😂😂😂
Many big projects evoke Nietzsche's "gazing into the abysss," bit.ly/3WBSA95 Gaze not into code rewrite, rather remember: "because, Internet"
This message is dedicated to all my fellow tab hoarders!
I sort of just rage quit all browser tabs and windows had open, regaining about 8 GB or so of memory. It felt so dangerous. It felt so good. It was worth it. Totally. Oh, and I wasn’t really raging nor did it stop me from creating new tabs. I closed the tabs in Visual studio Code! All my editors!
And this is what just putting the heading “Ideal” under my other four prompt-generating headings yielded. “It looks like a Lawrence Ferlinghetti poem out of a Coney Island of the mind” unlike the other four headings this one doesn’t stop spitting out words. It starts repeating them! #AI #GHCP
I started with four headings to prompt the AI to deliver an even better response than the one before for each heading. And Claude Sonnet in GitHub copilot does a fantastic job. Tonight I wondered if I might strike a chord with the AI by giving it the heading “Ideal” and it wrote a full page prompt!
@addyosmani.bsky.social has spoken, and vibe coding shall not pass youtu.be/dHIppEqwi0g?...
AI tool just told me it had synthesized a typescript pattern name as its “honest” answer as to where I was getting its info. Nice feature, but do I have to prompt where it’s getting its information from every time I use it? Anyone heard of const assertion object pattern?
My favorite new GitHub copilot trick:
Create a markdown file. Establish four headings: Good, Better, Best, and Outstanding. Write your first prompt under the heading Good: “As a senior software engineer…” Repeat this process for each heading and let GHCP iterate over the prompts. I get great mileage
I have two vs code windows open, running GitHub copilot in both running the same prompt, and my computer still hasn’t run output of memory yet. Good vibes only
Pimp and tweak that eslint configuration
I feel the urge to merge
Copilot finished iterating on the prompt, and told me this with emojis: Charles Xavier would be impressed with this level of mental organization 🧠✨
Would love any suggestions on how to add a little more flavor to my shadcn-ui components, then please let me know—not really a designer per se.
Trying to encourage my AI coding assistant with this prompt: “Fix the linting errors that occur when you run npm run lint.”
“Then just to mess with the AI:
Charles Xavier and Cerebro could do it, but I bet you can do it with your hands tied behind your back”
Well, I’ve exhausted the GitHub copilot premium requests for my personal account this month using the Pro subscription. I’m already scraping the piggy bank for more. Today so far: a meager spend of two bucks or so. Will I make it to the end of the month on a $15 budget?
Holy Batman. GitHub copilot is running python to fix my typescript errors. What is the world coming to? What am I doing with my life?
Anytime I’ve type a long command for the 1000th time, I get the urge to make an alias for it and save my precious hands from all that typing