Live data from Hacker News

Viewing profile — cpojer

cpojer

HN member
Joined
Wed, Sep 26, 2012, 5:05 PM UTC
HN karma
1,589
Public activity
116 items

About cpojer

Blog: https://cpojer.net Twitter: https://twitter.com/cnakazawa

nakazawa.tech

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #48174344

    1. I am not in my 40s, but I take it that I was wrong ;)

  4. 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.

  5. comment
    Comment #48166897

    Yes. It’s built on diffs.com and trees.software.

  6. 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…

  7. comment
    Comment #48166750

    Codiff is faster and scales to larger commits than those.

  8. 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…

  9. 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.

  10. comment
  11. 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…

  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #46268105

    Yes you can. Check out https://fate.technology

  17. 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…

  18. story
  19. comment
    Comment #46211192

    tRPC is just what fate starts out with. Come and contribute and we’ll have oRPC support in no time!

  20. 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…

  21. 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

  22. story
  23. story
  24. 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.…

  25. 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…