HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cpojer

no profile record

投稿

My Latest LLM Workflow and Modern Engineering Values

cpojer.net
4 ポイント·投稿者 cpojer·先月·0 コメント

Show HN: Codiff, a local diff review tool

github.com
31 ポイント·投稿者 cpojer·2 か月前·21 コメント

Fate 1.0: An Async React data framework

fate.technology
4 ポイント·投稿者 cpojer·2 か月前·0 コメント

Vite+ Alpha: Unified Toolchain for the Web (MIT License)

voidzero.dev
82 ポイント·投稿者 cpojer·4 か月前·7 コメント

Fastest Front End Tooling for Humans and AI

cpojer.net
110 ポイント·投稿者 cpojer·5 か月前·92 コメント

You are absolutely right? – LLM workflows and thoughts about the future

cpojer.net
1 ポイント·投稿者 cpojer·6 か月前·0 コメント

Show HN: Fate, a new data framework for React and tRPC, inspired by Relay

github.com
29 ポイント·投稿者 cpojer·7 か月前·3 コメント

コメント

cpojer
·先月·議論
Cool.
cpojer
·2 か月前·議論
1. I am not in my 40s, but I take it that I was wrong ;)
cpojer
·2 か月前·議論
1. I’m older than you. 2. I said native app window, comparing it to a tool with a browser web ui.
cpojer
·2 か月前·議論
Yes. It’s built on diffs.com and trees.software.
cpojer
·2 か月前·議論
4 of these are TUIs. I built Codiff specifically because TUI review became overwhelming to me. One of them is a web view, I prefer a native app window (it’s JS either way, ofc).

Also, I never wasted time building todo apps. Now I can build apps that help me do my job that I wouldn’t have had the time for without AI.
cpojer
·2 か月前·議論
Codiff is faster and scales to larger commits than those.
cpojer
·2 か月前·議論
There is a screenshot in the README.

There is a video here: https://x.com/cnakazawa/status/2055881241677668637?s=46&t=BS...

It works for any staged, unstaged or untracked file in a repo. It does not have support for mutations (like staging or unstaging a change) yet. It does not yet work for specific commits but should be super easy to add.
cpojer
·2 か月前·議論
That’s awesome! I built this specifically as a GUI because it’s become too much code to effectively review in the terminal for me.
cpojer
·2 か月前·議論
[dead]
cpojer
·7 か月前·議論
Yes you can. Check out https://fate.technology
cpojer
·7 か月前·議論
You don't have to rename the variable. You can also do this:

```

export function PostCard(props: { post: ViewRef<'Post'> }) {

  const post = useView(PostView, props.post);
}

```

If you add a few aliases (that can be easily generated), it becomes this:

```

export function PostCard(props: { post: PostViewRef }) {

  const post = useView(PostView, props.post);
}

```

There are many bits in fate worthy of criticism. Naming and typing React props really isn't one of those.
cpojer
·7 か月前·議論
tRPC is just what fate starts out with. Come and contribute and we’ll have oRPC support in no time!
cpojer
·7 か月前·議論
No. I did want to pick something facebook inspired though. I like fate because: * facebook’s original developer conference was f8 * It kinda works well for fulfilling (data) requests * It’s similar to face * It’s short and memorable
cpojer
·10 か月前·議論
I forked a JS library for liquid-glass and patched it up with some positioning fixes. It's fun to use in presentations.

See https://github.com/nkzw-tech/liquid-glass