HackerTrans
TopNewTrendsCommentsPastAskShowJobs

HalcyonicStorm

no profile record

Submissions

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

koushikdasika.com
4 points·by HalcyonicStorm·2 tháng trước·3 comments

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

koushikdasika.com
9 points·by HalcyonicStorm·2 tháng trước·1 comments

comments

HalcyonicStorm
·2 tháng trước·discuss
Completely agreed. I’m a convention over configuration believer
HalcyonicStorm
·5 tháng trước·discuss
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 tháng trước·discuss
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.