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·قبل شهرين·3 comments

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

koushikdasika.com
9 points·by HalcyonicStorm·قبل شهرين·1 comments

comments

HalcyonicStorm
·قبل شهرين·discuss
Completely agreed. I’m a convention over configuration believer
HalcyonicStorm
·قبل 5 أشهر·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 أشهر·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.