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

CashWasabi

no profile record

コメント

CashWasabi
·6 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
I really dislike those articles that are language focused. Why not try to share them in a way that is language agnostic?