HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CashWasabi

no profile record

comments

CashWasabi
·6 เดือนที่ผ่านมา·discuss
I always wonder what happens when LLMs finally destroyed every source of information they crawl. After stack overflow and forums are gone and when there's no open source code anymore to improve upon. Won't they just canibalize themselves and slowly degrade?
CashWasabi
·6 เดือนที่ผ่านมา·discuss
Great read! I'm doing something similar with my game engine. I use a FixedBufferAllocator for static allocation and initialize/allocate all my systems and entities with the necessary size at the start. The only exception currently is asset loading because this can be quite dynamic at times.
CashWasabi
·6 เดือนที่ผ่านมา·discuss
This also works well for games. I use a FixedBufferAllocator that allocates everything except assets upfront (systems, entities, etc.). Tigerstyle is a good starting point for efficient and debuggable software.Thanks for the article!
CashWasabi
·8 เดือนที่ผ่านมา·discuss
I really dislike those articles that are language focused. Why not try to share them in a way that is language agnostic?