EffectNative Profile Banner
Effect Native Profile
Effect Native

@EffectNative

Followers
5
Following
77
Media
3
Statuses
153

Documenting my path towards native Effect TS apps and services β€” NOTE: No affiliation with Effectful Tech or Effect TS project or team

Zed
Joined July 2025
Don't wanna be here? Send us removal request.
@EffectNative
Effect Native
2 months
import * as Affect from 'affect' const program = Affect.burstIntoSong('hi') |> Affect.spiral(msg => Affect.burstIntoSong(msg.toUpperCase())) |> Affect.clutchHeartThen(console.log) |> Affect.begForMercy(err => Affect.collapseInSorrow(`😭 ${err}`)) program.pipeRun()
0
0
0
@EffectNative
Effect Native
11 days
New package released @effect-native/libcrsql import { pathToCrSqliteExtension } from "@effect-native/libcrsql" const db = new Database(":memory:") db.loadExtension(pathToCrSqliteExtension)
0
0
0
@EffectNative
Effect Native
13 days
Apple has a crazy huge ai hardware edge network. What if it could be used as a distributed cluster? In device models is going to be a big deal! Just not on the same time scale as major GPT-6 level models
0
0
0
@EffectNative
Effect Native
13 days
Apple seems like the only major player dropping the ball on AI. Maybe they have a plan that is fundamentally different. Seems like the only team trying to make the best possible on device models happen. Hopefully Google continues giving them good adversarial collaboration
1
0
0
@EffectNative
Effect Native
14 days
fixed ALL THE CI and published @effect-native/bun-test@0.1.3 unbreaking stupid mistakes with 0.1.0 :P
0
0
0
@EffectNative
Effect Native
16 days
working in public The new effect-native/crsql package is underway Following strict red/green/refactor TDD using multiple specialist agents They are not yet ready to work without supervision yet, but they are gradually becoming more autonomous with the right management
0
0
0
@EffectNative
Effect Native
17 days
first npm package deployed @effect-native/bun-test it's like @effect/vitest, but for bun:test
0
0
1
@EffectNative
Effect Native
17 days
forked effect repo to make it easier to build packages exactly the same way that the Effect team does. Trying to When In Romeβ„’ as much as possible
0
0
0
@EffectNative
Effect Native
17 days
trying to come up with a good AGENTS / CLAUDE file for working with Effect what I've got so far:
1
0
0
@EffectNative
Effect Native
24 days
If you ever hear me complain that my code is ugly again, remind me how prettily it dances. I admit that I am still occasionally a shallow creature. I like my code to look nice But I absolutely refuse to ever let my code RUN hideously ever again
0
0
0
@EffectNative
Effect Native
24 days
When I finally decided to become a proper adult, I did my best to wrangle every abort signal and catch every cause and supply reasons for every exception. My old code LOOKED so much prettier. But my Effect code WORKS so beautifully
0
0
0
@EffectNative
Effect Native
24 days
Effect is good for adults. When I was a wee lad I never threw errors, I returned null from catch. When I was a cute little baby, I never used abort signals nor the catch block of promises But now I am a man. I eat my veggies, I write my tests, and my processes are interruptible.
0
0
0
@EffectNative
Effect Native
25 days
First package is in progress @effect-native/platform-expo Coming soon It’s like @effect/platform, but for expo
0
0
0
@EffectNative
Effect Native
1 month
working on finally defining my first @effect-native/* npm release(s)
0
0
0
@EffectNative
Effect Native
2 months
I love Effect, but AI&I sure aren't very good at it yet 😰 progress is progressing anybody ever notice how hard it is to build new skills? expanding my awareness? easy deepening my understanding? unstoppable banging the rocks together correctly? SO HARD
0
0
0
@EffectNative
Effect Native
2 months
Tweet media one
0
0
0
@EffectNative
Effect Native
2 months
ok, my pal Claude is a bit of a drama-rustler. He really loves saying "rootin' tootin'" for mysterious reasons. And his voice is still SUPER spammy. But he's new to this game, give him time. He'll figure it out He's a good kid. Doin' his best
0
0
0
@EffectNative
Effect Native
2 months
TL;DR: - Mysterious errors β†’ Add defect catching first - Complex theories β†’ Check simple mistakes first - Architectural problems β†’ Probably just wrong API usage - Future self β†’ Will thank you for testing with curl Happy debugging! πŸš€ EDIT: ick, so spammy
1
0
0
@EffectNative
Effect Native
2 months
The rootin' tootin' truth? I spent hours thinking I had "Effect anti-patterns" and needed major refactoring. Reality: I just used the wrong syntax to access a property. When debugging, bet on simple explanations. You'll usually win. 🀠 EDIT: 20 minutes! Not hours, ha
1
0
0