HackerTrans
TopNewTrendsCommentsPastAskShowJobs

herrkanin

461 karmajoined 11 tahun yang lalu

Submissions

GitHub Models is no longer available to new customers

github.blog
25 points·by herrkanin·27 hari yang lalu·2 comments

comments

herrkanin
·4 jam yang lalu·discuss
> How is that better than the Zig codebase you started with?

In contrast with the Zig codebase, you now have clear well-scoped unsafe boundaries you can iteratively fix one by one. This was not the case before.
herrkanin
·16 hari yang lalu·discuss
Running lid closed with external display has been officially supported since forever so I wouldn't worry about it too much.
herrkanin
·bulan lalu·discuss
The public contract previously discussed in RFCs and conference talks hasn't changed. Coding language is just an implementation detail.
herrkanin
·bulan lalu·discuss
Because majority of the audience spend large parts of their day on GitHub and it keeps going down.
herrkanin
·bulan lalu·discuss
Don't underestimate the significance of code being runnable in a browser environment.
herrkanin
·2 bulan yang lalu·discuss
Not good for fans. And happy fans are good for artist. So not good for artist.
herrkanin
·5 bulan yang lalu·discuss
Your argument is just as applicable on human code reviewers. Obviously having others review the code will catch issues you would never have thought of. This includes agents as well.
herrkanin
·9 bulan yang lalu·discuss
It really isn't - a ui framework should be able to properly handle backend latency and provide a great experience while waiting for a backend response with no flicker while not locking the entire ui. It's just way harder to set up good benchmarks for this.
herrkanin
·9 bulan yang lalu·discuss
I'm so sick of these performance benchmarks. I understand it's easy to spin them up to show that one framework is faster than another, but in general all these frameworks are fast enough for 99.9% of use cases.

Where frameworks lack today, in my opinion, are in providing the right tools further optimize the UX of interacting with web sites. It's a constant struggle of loading spinners and flicker and loss of scroll positions.

The only framework I see that actually tries to resolve these very hard problems is React, through their work on new asynchronous primitives like startTransition. Yes, they are currently hard to understand how to properly use, but I so wish the discourse would be around how to best resolve these actual UX issues than who can create 50M divs the fastest.
herrkanin
·3 tahun yang lalu·discuss
I have wanted to parallelize my .zshrc file for a while – all those environment setup scripts for nvm, pyenv, starship, etc really makes the startup time noticably slow. Does anyone know how to do this?