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

puterich123

no profile record

コメント

puterich123
·3 か月前·議論
Pretty cool site, we were trying to figure out the scoring system the other day. I don‘t think the replay button is needed though
puterich123
·5 か月前·議論
This blog post seems like a slightly rewritten transcript of theos video about the topic today:

https://youtu.be/cTJbjM0T_Fs?si=5DHQT4Rxlwbq93U8
puterich123
·昨年·議論
You don't need price control, there is going to be competition for the extra 1000$ that's for sure, but its the customers choice where they spend the extra money.
puterich123
·2 年前·議論
There is a nice one-click kubernetes for hetzner if you use the terraform module: https://github.com/kube-hetzner/terraform-hcloud-kube-hetzne...

There is also a gpt that you can use that will genereate you the module block based on your requirements.
puterich123
·3 年前·議論
He’s basically showing data oriented design, where you, try to limit cpu cache misses by operating on the data.

This approach can be way faster, but is only relevant when you have a lot of entities you need to iterate over. If you have 3-100 objects it would of course still be faster but by negligible amount