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

HalcyonicStorm

no profile record

投稿

Coding Was Never the Hard Part: What I Wish Every Business Leader Knew About AI

koushikdasika.com
4 ポイント·投稿者 HalcyonicStorm·2 か月前·3 コメント

Coding Was Never the Hard Part: What I Wish Every Business Leader Knew About AI

koushikdasika.com
9 ポイント·投稿者 HalcyonicStorm·2 か月前·1 コメント

コメント

HalcyonicStorm
·2 か月前·議論
Completely agreed. I’m a convention over configuration believer
HalcyonicStorm
·5 か月前·議論
It could also be that they might be sued for stating the real reason so they went with something that would be dismissed if it went to court.
HalcyonicStorm
·8 か月前·議論
Erlang is uniquely suited to chat systems out of the box in a way that most other ecosystems aren't. Lightweight green threads via the BEAM vm, process scheduler so concurrent out of the box, immutable data structures, message passing as communication between processes.