HackerTrans
TopNewTrendsCommentsPastAskShowJobs

puterich123

no profile record

comments

puterich123
·3 bulan yang lalu·discuss
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 bulan yang lalu·discuss
This blog post seems like a slightly rewritten transcript of theos video about the topic today:

https://youtu.be/cTJbjM0T_Fs?si=5DHQT4Rxlwbq93U8
puterich123
·tahun lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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