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

ahuth

854 カルマ登録 13 年前

投稿

[untitled]

1 ポイント·投稿者 ahuth·一昨日·0 コメント

[untitled]

1 ポイント·投稿者 ahuth·24 日前·0 コメント

Show HN: Prism, one inbox for GitHub and GitLab PRs

prismstudio.dev
1 ポイント·投稿者 ahuth·3 か月前·0 コメント

Show HN: Share Project Updates with Clients

dailydone.work
2 ポイント·投稿者 ahuth·6 か月前·0 コメント

コメント

ahuth
·28 日前·議論
https://prismstudio.dev. A GitHub and GitLab PR inbox and review UI. Built it to help me tame GitHub notification fatigue and see which PRs really need my attention.

Next I’m working on making reviewing large AI-generated PRs easier, but haven’t gotten there yet.
ahuth
·7 か月前·議論
Warp, although it’s not open source.
ahuth
·7 か月前·議論
Thanks for posting. It is heart warming/breaking to watch.
ahuth
·8 か月前·議論
Probably right. But,

> We will not fare any better than Ukraine relying on tech like this.

Ukraine is faring amazing well, aren’t they?

Russia controls a fraction of the territory, has suffered a million casualties, and lost many many armored vehicles and combat aircraft.
ahuth
·8 か月前·議論
Unlike many comments here, I love Warp.

Don’t use or pay for any AI features. But it’s really nice having a terminal with multi-cursor and keyboard shortcuts like an editor.
ahuth
·9 か月前·議論
Good write up, and the author certainly seems to really know their stuff.

I still like using Next, though. Some nitpicks:

> Elements that could change need to be inside a client component, but data fetching cannot happen on the client components, even during SSR on the backend. This results in awkwardly small server components that only do data fetching and then have a client component that contains a mostly-static version of the page

That's one way to do it.

I like flipping it, though - most of the page is a server component, with awkwardly small client components that sprinkle in just enough JS for things that need interactivity (such as optimistic updates from the above quote).

> Since the App Router starts every page as a server component, with (ideally) small areas of interactivity, a navigation to a new page has to fetch the Next.js server, regardless of what data the client already has available!

This is true, and something that Remix v1/v2 did a lot better than Next.
ahuth
·9 か月前·議論
Probably referring to the collaboration tools. Zed has a bunch of stuff around remote pair programming with people.