Some of the best viral mini apps come from @jc4p
I went through all of his mini apps with a set framework and here's the output analysis (AI)
(full detailed 38 app analysis public on the dTech Github)
https://github.com/dtechvision/miniapp-analysis
Doing some really really cool technical exploration of deterministic storage solutions. Yes no unexpected errors.
why on Twitter/X? because that's where the maintainers of these tools are.
https://x.com/samuellhuber/status/2000848958713725206?s=20
amp (coding agent) cli has improved very much! it feels, snappy very fast and seems to do more work faster then codex & claude code.
glad @mcbain had me try it months ago.
going to give it another shot
Ranking of Coding CLI's
1: Codex & Claude Code
... free space
2: Gemini
3: Cursor-Agent
Cursor seems to just hang, suck memory and be worse quality in output for me when trying auto. Gemini is good with pro models, but sucks a** with anything non pro
Codex and CC are reliable
kind of realizing that any template/boilerplate that isn't merely an inspirational codebase needs
1) Error Handling
2) Error Logging/Tracking e.g. sentry
3) Analytics e.g. Posthog
4) Logging -> e.g. Grafana Loki
5) Traces, Spans, Metrics -> e.g. Grafana & Prometheus or just Grafana Stack
6) Good local dev environment -> Docker-Compose with all the above preconfigured
7) extensive testsuite to verify everything!!! @effect/vitest + vitest visual regression seems interesting
8) heavy linting and formatting with precommit hooks so that standard is upheld.
9) CI to verify every single PR with tests, type checks, build, e2e tests
10) CD to ensure code is what runs in prod
11) AI verification and review
12) a checkmark for humans to have tested the preview branch (hopefully not needed as much as AI improves)
if you haven't thought of all these you will as soon as you hit users or you/clients ask "where is this error is coming form", "how many users do we have", "why is this so slow", "how can we make this faster", "is this actually running"
ツ
Does Farcaster support the Tempo Testnet or Arc testnet ?
Interested to see what kind of mini apps would be fun on there over Christmas
@deodad@horsefacts.eth
oh on the farcaster becoming a wallet thing? Farcaster still is the best place to launch in Crypto and get first 1k-10k users. Great place to test ideas. For scale? think beyond.
Literally all covered by @phil and my talks https://www.youtube.com/watch?v=pKWhH4SFPmg
I like Farcaster
Crazy right? It’s a cool social graph with additional info to use and mini apps make crypto UX easy.
Quick reminder to anyone to curate their feed by using the social features of unfollow, follow and engaging with content you want to see more of.
PS: I am not a trader and never will be
are there good local coding llms? gpt-oss-codex???
I want to run a husky hook that reviews semantix on top of linting
The llm should check that the tests make sense and things like that.
Using an LLM here means we can go beyond static linters for quality control
cc @shoni.eth@jtgi are you doing something like this?