HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dkottow

no profile record

Submissions

A thought about ethics in AI

cocorola.com
1 points·by dkottow·3 yıl önce·0 comments

comments

dkottow
·4 yıl önce·discuss
True, but just using Excel does not lead to decent data models, though. IMHO, what we would need is for "regular" folks to grasp the basics of relational database first (at least 1:n and n:1) and then build an easy to use excel-like tool around it.
dkottow
·4 yıl önce·discuss
DRY is mostly fine in code, but does not hold for data. There, inmutability and audit trails win over DRY, in my opinion.