HackerTrans
TopNewTrendsCommentsPastAskShowJobs

__tidu

no profile record

comments

__tidu
·4개월 전·discuss
well tbf code review is probably the most useful part of "AI coding", if it catches even a single bug you missed its worth it, plus false positives would waste dev time but not pollute the kernel
__tidu
·4개월 전·discuss
id take it further to say dont even design your own ISA because its super rewarding watching your custom designed CPU run real software from an actual compiler (all you need is rv32i minus the CSRs)
__tidu
·4개월 전·discuss
Very cool, surprisingly small amount of code
__tidu
·4개월 전·discuss
twitter (from the ios app) breaks atleast once a week, its unremarkable now
__tidu
·4개월 전·discuss
im not Eric but: having used vello (when it was in its early stages i "transplanted" it into my game engine), it is quite a beast. its got a multistage compute shader pipeline, and over time im kinda soured on the whole idea

vello will probably do great under very heavy loads but for your average UI or text document? i reckon something far simpler (like slug!) will end up being more efficient simply by avoiding all those shader launches