Viewing profile — cpojer
cpojer
HN member- Joined
- Wed, Sep 26, 2012, 5:05 PM UTC
- HN karma
- 1,589
- Public activity
- 116 items
- HN profile
- View on Hacker News ↗
About cpojer
nakazawa.tech
Recent public activity
-
comment
Comment #48398075
Cool.
- story
-
comment
Comment #48174344
1. I am not in my 40s, but I take it that I was wrong ;)
-
comment
Comment #48167175
1. I’m older than you. 2. I said native app window , comparing it to a tool with a browser web ui.
-
comment
Comment #48166897
Yes. It’s built on diffs.com and trees.software.
-
comment
Comment #48166762
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). Al…
-
comment
Comment #48166750
Codiff is faster and scales to larger commits than those.
-
comment
Comment #48166747
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…
-
comment
Comment #48166661
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.
-
comment
Comment #48166388
[dead]
-
story
Show HN: Codiff, a local diff review tool
Nowadays I review a lot of code locally that was written by llms. I used to review my own code using git + delta. It started to feel limiting with the amount of code written by llm…
- story
- story
- story
- story
-
comment
Comment #46268105
Yes you can. Check out https://fate.technology
-
comment
Comment #46217825
You don't have to rename the variable. You can also do this: ``` export function PostCard(props: { post: ViewRef }) { const post = useView(PostView, props.post); } ``` If you add a…
- story
-
comment
Comment #46211192
tRPC is just what fate starts out with. Come and contribute and we’ll have oRPC support in no time!
-
comment
Comment #46211075
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) reques…
-
comment
Comment #45176189
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
- story
- story
-
comment
Comment #41160075
The play button should just scroll you down to the demo embedded on the website ( https://athenacrisis.com ) To play on iOS, you can install it from here: https://app.athenacrisis.…
-
comment
Comment #41159744
This is great! As an indie game developer I care a great deal about game preservation. The game I'm working on requires Internet upon the first start and seamlessly syncs game stat…