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·vor 2 Monaten·3 comments

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

koushikdasika.com
9 points·by HalcyonicStorm·vor 2 Monaten·1 comments

comments

HalcyonicStorm
·vor 2 Monaten·discuss
Completely agreed. I’m a convention over configuration believer
HalcyonicStorm
·vor 5 Monaten·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
·vor 8 Monaten·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.