Learning @EffectTS_ in public and building a free course for TS devs.
One type replaces Promise, try/catch, and DI containers.
The biggest trap: Effects are lazy. Effect.log("hi") prints nothing until you run it.
Documenting every "aha" moment 👇
Skills should be:
- Concise
- Responsible for one thing, not multi-step
- Composable
- Progressively disclosed
- Harness-agnostic
What else? Or - what did I get wrong?
Effective today, we are:
1) Doubling Claude Code’s 5-hour rate limits for Pro, Max, and Team plans;
2) Removing the peak hours limit reduction on Claude Code for Pro and Max plans; and
3) Substantially raising our API rate limits for Opus models.
Released the XState v5 skill 🚀
The goal isn't just "know the API" but rather "help agents make really good state machines"
Tuned & tested against real examples, common anti-patterns, and the mistakes* LLMs tend to make with XState
npx skills add statelyai/skills
@kr0der@mattpocockuk I use the brainstorming skill from superpowers. I think it kind of does the same thing, I need to try matt's skill. Have you tried the one from superpowers?
We’ve added a new command: npx shadcn apply.
Instantly apply a full preset across your project. Swap components, themes, colors, CSS variables, fonts, and icons all at once.
Apply. Test. Repeat.
@rxhit05 I start with whatever I'm not sure works to validate it can work. Usually, it is the backend but we can have hard challenges on the frontend too.
🚨🇫🇷✍️ ALERTE INFO !
La pétition contre la loi YADAN vient de dépasser les 400 000 signatures !
DERNIÈRE LIGNE DROITE POUR ATTEINDRE LES 500 000 SIGNATURES !!!!
DITES NON À LA LOI YADAN ET PROTÉGEONS NOTRE LIBERTÉ D’EXPRESSION EN FRANCE !!!!
Benjamin Netanyahu est un tueur de femmes et d’enfants et le gouvernement israélien commet un génocide en Palestine !!!!
🔗 Lien pour signer : https://t.co/3EFajvGkbu
@sahill_og I use AI every day. That's exactly why you want me. I can bring it into your CI/CD, ship more features with it, and I know when to stop trusting it. The other 20% is where things break.
@housecor I hope they are behavioral tests. If they are implementation tests, small changes could break those tests even though you did not mean to change any behavior.
I think some tests are implementation tests or that would mean your app has over 1000 different behaviors.
@effect/schema is what happens when Zod meets bidirectional transforms:
-> decode (validate external data)
-> encode (serialize for output)
-> type inference
One schema definition. Multiple directions.
#EffectTS#TypeScript