HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ahuth

854 karmajoined há 13 anos

Submissions

[untitled]

1 points·by ahuth·anteontem·0 comments

[untitled]

1 points·by ahuth·há 24 dias·0 comments

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

prismstudio.dev
1 points·by ahuth·há 3 meses·0 comments

Show HN: Share Project Updates with Clients

dailydone.work
2 points·by ahuth·há 6 meses·0 comments

comments

ahuth
·há 28 dias·discuss
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
·há 7 meses·discuss
Warp, although it’s not open source.
ahuth
·há 7 meses·discuss
Thanks for posting. It is heart warming/breaking to watch.
ahuth
·há 8 meses·discuss
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
·há 8 meses·discuss
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
·há 9 meses·discuss
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
·há 9 meses·discuss
Probably referring to the collaboration tools. Zed has a bunch of stuff around remote pair programming with people.